@charset "UTF-8";
/**
 * Variables
 */
/**
  * Functions, mixins
  */
/**
 * Basic rules
 */
body,
html {
  height: 100%; }

html {
  scroll-behavior: smooth; }
  html.no-margin {
    margin-right: 0 !important; }

body {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-family: 'Nunito';
  background: #f6f6f6; }
  @media screen and (min-width: 768px) {
    body {
      padding-top: 100px; } }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 68px; } }

*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-locale: auto; }

img,
svg {
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

button,
input,
textarea {
  border: none;
  outline: none;
  border-radius: 0; }
  button.disabled, button:disabled,
  input.disabled,
  input:disabled,
  textarea.disabled,
  textarea:disabled {
    pointer-events: none; }

input[type='number'] {
  -moz-appearance: textfield; }

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='number'],
textarea,
button {
  -webkit-appearance: none; }
  input[type='text']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  button::-webkit-input-placeholder {
    color: #a4a4a4;
    font-size: 16px;
    white-space: nowrap; }
  input[type='text']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder,
  button:-moz-placeholder {
    color: #a4a4a4;
    font-size: 16px;
    white-space: nowrap; }
  input[type='text']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder,
  button::-moz-placeholder {
    color: #a4a4a4;
    font-size: 16px;
    white-space: nowrap; }
  input[type='text']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  button:-ms-input-placeholder {
    color: #a4a4a4;
    font-size: 16px;
    white-space: nowrap; }

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0; }

input::-ms-clear,
input::-ms-reveal {
  width: 0;
  height: 0; }

fieldset {
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 600;
  color: inherit; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-weight: 500; }

h1 {
  font-size: 36px;
  line-height: 1;
  margin: 0 0 40px;
  font-weight: bold;
  letter-spacing: -1px; }
  h1.title {
    font-size: 36px;
    line-height: 42px; }
    @media screen and (max-width: 767px) {
      h1.title {
        font-size: 28px;
        line-height: 32px; } }

h2 {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: -1px; }
  @media screen and (max-width: 339px) {
    h2 {
      font-size: 26px;
      line-height: 30px; } }

h3 {
  font-size: 26px;
  line-height: 1;
  margin: 0 0 15px; }
  @media screen and (max-width: 339px) {
    h3 {
      font-size: 21px;
      line-height: 24px; } }

h4 {
  font-size: 21px;
  line-height: 1;
  margin: 0 0 15px; }
  @media screen and (max-width: 339px) {
    h4 {
      font-size: 18px;
      line-height: 21px; } }

h5 {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 15px; }
  @media screen and (max-width: 339px) {
    h5 {
      font-size: 16px;
      line-height: 20px; } }

h6 {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 15px; }
  @media screen and (max-width: 339px) {
    h6 {
      font-size: 16px;
      line-height: 18px; } }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

p a {
  text-decoration: underline; }
  p a:hover {
    text-decoration: none; }

li {
  list-style: none; }

section p {
  font-size: 16px;
  line-height: 1.5; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }

.title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 40px;
  text-align: center; }
  .title span {
    font-weight: 600; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .title {
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .title {
      font-size: 24px;
      line-height: 30px;
      font-weight: 600;
      margin-bottom: 20px; } }

.hint {
  color: #a4a4a4;
  font-size: 16px;
  line-height: 1.75; }

.bullet-list {
  list-style: none;
  margin: 30px 0; }
  .bullet-list li {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    padding-left: 30px; }
    .bullet-list li:not(:last-child) {
      margin-bottom: 25px; }
    .bullet-list li:before {
      content: '';
      width: 6px;
      height: 6px;
      background: #faba0d;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 5px; }

.number-list {
  list-style: none;
  margin: 30px 0;
  counter-reset: ol-counter; }
  .number-list li {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    padding-left: 30px;
    counter-increment: ol-counter; }
    .number-list li:not(:last-child) {
      margin-bottom: 25px; }
    .number-list li:before {
      content: counter(ol-counter) " .";
      position: absolute;
      left: 0;
      top: 0; }

.table {
  min-width: 100%; }

.tooltip,
.js-like {
  cursor: pointer; }

.js-bar {
  -webkit-overflow-scrolling: auto; }

.swiper-button-disabled {
  display: none !important; }

@media screen and (min-width: 768px) {
  .mob {
    display: none; } }

/*!
 * Bootstrap Grid v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
  padding: 0 32px; }
  @media (min-width: 1025px) and (max-width: 1199px) {
    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
      padding: 0 16px; } }
  @media (max-width: 767px) {
    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
      padding: 0 16px; } }

.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }
  @media (min-width: 1025px) and (max-width: 1199px) {
    .row {
      margin-right: -8px;
      margin-left: -8px; } }
  @media (max-width: 767px) {
    .row {
      margin-right: -8px;
      margin-left: -8px; } }

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 1025px) and (max-width: 1199px) {
    .row > * {
      padding-right: 8px;
      padding-left: 8px; } }
  @media (max-width: 767px) {
    .row > * {
      width: 100%;
      padding-right: 8px;
      padding-left: 8px; } }

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1025px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1600px) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

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

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

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important; }

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Nunito-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-ExtraLight.woff2") format("woff2"), url("../fonts/Nunito-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Nunito-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-LightItalic.woff2") format("woff2"), url("../fonts/Nunito-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-BlackItalic.woff2") format("woff2"), url("../fonts/Nunito-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/Nunito-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Black.woff2") format("woff2"), url("../fonts/Nunito-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Light.woff2") format("woff2"), url("../fonts/Nunito-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Nunito-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-BoldItalic.woff2") format("woff2"), url("../fonts/Nunito-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Italic.woff2") format("woff2"), url("../fonts/Nunito-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

.icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 0; }
  .icon-down {
    stroke: #2c3d45;
    width: 15px;
    height: 15px;
    fill: none; }
  .icon-top {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-next_step {
    width: 36px;
    height: 36px;
    fill: none; }
  .icon-x_small {
    stroke: #2c3d45; }
  .icon-login {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c3d45;
    stroke-width: 2px; }
  .icon-logout {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-bell {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #2c3d45;
    stroke-width: 2; }
  .icon-settings {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-search {
    width: 21px;
    height: 21px;
    fill: none; }
  .icon-like {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #2c3d45;
    stroke-width: 2px; }
  .icon-x {
    width: 24px;
    height: 24px;
    stroke: #2c3d45; }
  .icon-more {
    width: 24px;
    height: 10px;
    fill: #2c3d45; }
  .icon-like {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-prev {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-next {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-star {
    width: 21px;
    height: 21px; }
  .icon-comment {
    width: 21px;
    height: 21px;
    stroke: #2c3d45;
    stroke-width: 2;
    margin-bottom: -2px;
    fill: none; }
  .icon-fb {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-in {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-yo {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-tw {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-in {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-ze {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-user {
    width: 18px;
    height: 18px;
    fill: none; }
  .icon-refresh {
    width: 18px;
    height: 18px;
    fill: none; }
  .icon-check {
    width: 24px;
    height: 24px;
    fill: none;
    stroke-width: 2px; }
  .icon-calendar {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-lines {
    width: 24px;
    height: 24px;
    fill: none;
    stroke-width: 2;
    stroke: #2c3d45; }
  .icon-grid {
    width: 24px;
    height: 24px;
    fill: none;
    stroke-width: 2;
    stroke: #2c3d45; }
  .icon-file {
    width: 21px;
    height: 21px;
    fill: none; }
  .icon-eye {
    width: 21px;
    height: 21px;
    fill: none; }
  .icon-answer {
    width: 21px;
    height: 21px;
    fill: none; }
  .icon-question {
    width: 21px;
    height: 21px;
    fill: none; }
  .icon-time {
    width: 21px;
    height: 21px;
    fill: none; }
  .icon-globe {
    width: 21px;
    height: 21px;
    fill: none; }
  .icon-add {
    width: 21px;
    height: 21px;
    fill: none; }
  .icon-arrow-right {
    width: 21px;
    height: 21px;
    fill: none; }
  .icon-user-refused {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c3d45; }
  .icon-stop {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c3d45; }
  .icon-time {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c3d45; }
  .icon-edit {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c3d45; }
  .icon-bank-refused {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c3d45; }
  .icon-done {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c3d45; }
  .icon-doubled {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c3d45; }
  .icon-help {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c3d45; }
  .icon-missed {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c3d45; }
  .icon-process {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c3d45; }
  .icon-help {
    width: 20px;
    height: 20px;
    stroke: #2c3d45; }
  .icon-camera {
    width: 21px;
    height: 21px;
    fill: none; }
  .icon-profile {
    width: 18px;
    height: 18px;
    fill: none; }
  .icon-ok {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-vk {
    width: 24px;
    height: 24px;
    fill: none; }
  .icon-edit {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #2c3d45;
    stroke-width: 2px; }
  .icon-notice {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #2c3d45;
    stroke-width: 2px; }
  .icon-marker {
    width: 16px;
    height: 16px;
    fill: none; }

/**
 * Vendor
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  -o-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/**
 * Swiper 7.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/* core */
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }
  .jq-selectbox.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute;
  right: 0;
  left: 0;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 1; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }
  .jq-selectbox__dropdown ul li {
    font-size: 16px;
    min-height: 18px;
    padding: 12px 30px;
    color: #2c3d45;
    -webkit-transition: background ease 0.3s;
    -o-transition: background ease 0.3s;
    transition: background ease 0.3s; }
    .jq-selectbox__dropdown ul li:hover {
      background: #faba0d; }
    .jq-selectbox__dropdown ul li.sel {
      font-weight: 500;
      color: #000; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

/* theme */
.jq-checkbox,
.jq-radio {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: -2px 10px 0 0;
  border: 1px solid #f0f0f0;
  background: #fff;
  cursor: pointer; }

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55; }

.jq-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  min-width: 14px; }

.jq-checkbox.checked {
  background: #5dc14d;
  border-color: #5dc14d; }
  .jq-checkbox.checked .jq-checkbox__div {
    width: 14px;
    height: 14px;
    background: url("../images/svg/tick.svg") no-repeat center;
    background-size: contain; }

.jq-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-top: -2px; }

.jq-radio.checked .jq-radio__div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5dc14d; }

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-number__field:hover {
  border-color: #b3b3b3; }

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background: -o-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #fff;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
  background: -o-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-number__spin:active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
          box-shadow: inset 1px 1px 3px #ddd; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  background: white; }

.jq-selectbox__select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 35px 0 15px;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #2c3d45;
  font-size: 16px;
  font-family: 'Nunito';
  -webkit-transition: border-color ease 0.3s;
  -o-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s; }

.jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox:hover .jq-selectbox__select {
  border-color: #f0f0f0; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 12px;
  height: 12px;
  background: url("../images/svg/down.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  -o-transition: transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa; }

.js-selectCompany .jq-selectbox__search {
  display: block !important; }

.jq-selectbox__not-found {
  font-size: 16px;
  font-weight: 500;
  padding: 16px; }

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

.simplebar-content:after,
.simplebar-content:before {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #f0f0f0;
  border-radius: 7px;
  left: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 1px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 8px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 4px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 30px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 15px;
  height: 1px;
  background-color: #525252; }

.irs--flat .irs-bar {
  top: 15px;
  height: 1px;
  background-color: #fff; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 8px;
  width: 16px;
  height: 16px;
  background-color: #000;
  border: #fff 1px solid;
  border-radius: 50%;
  cursor: pointer; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #000; }

.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

.irs-from,
.irs-to {
  display: none; }

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
  max-width: 200px; }

.tooltipster-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.tooltipster-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
     transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
     transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .4s;
          animation: tooltipster-fading .4s; }

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .6s;
          animation: tooltipster-rotating .6s; }

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .6s;
          animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-sidetip.tooltipster-punk .tooltipster-box {
  font-size: 13px;
  border-radius: 3px;
  border: none;
  border-bottom: 2px solid #97a1b5;
  background: #4c4c5e; }

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-box {
  margin-bottom: 7px; }

.tooltipster-sidetip.tooltipster-punk .tooltipster-content {
  color: #fff;
  padding: 8px 16px; }

.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #2a2a2a; }

.tooltipster-sidetip.tooltipster-punk.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #2a2a2a; }

.tooltipster-sidetip.tooltipster-punk.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #2a2a2a; }

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #4c4c5e; }

/*!
 * FilePond 4.20.1
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap; }

/* Hard to override styles */
.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0; }

.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict; }

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.01); }

.filepond--drip-blob {
  position: absolute;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
      transform-origin: center center;
  top: 0;
  left: 0;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  will-change: transform, opacity; }

.filepond--drop-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  color: #4f4f4f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0px;
  padding-left: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform, opacity; }

.filepond--drop-label:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-top: -1px;
  background: url("../images/svg/clip.svg") no-repeat center;
  background-size: contain; }

/* Hard to override styles on purpose */
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em; }

.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: normal;
  text-align: left;
  line-height: 1.5; }

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer; }

.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5; }

/* Hard to override styles */
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
  cursor: pointer; }

.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap; }

.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%; }

.filepond--file-action-button.filepond--file-action-button::after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: ''; }

/* Soft styles */
.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  -webkit-transition: -webkit-box-shadow 0.25s ease-in;
  transition: -webkit-box-shadow 0.25s ease-in;
  -o-transition: box-shadow 0.25s ease-in;
  transition: box-shadow 0.25s ease-in;
  transition: box-shadow 0.25s ease-in, -webkit-box-shadow 0.25s ease-in; }

.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9); }

.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25); }

.filepond--file-action-button[hidden] {
  display: none; }

.filepond--file-info {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.filepond--file-info * {
  margin: 0; }

.filepond--file-info .filepond--file-info-main {
  font-size: .8em;
  color: #2e2e2e;
  line-height: 1.2;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%; }

.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
  color: #2e2e2e; }

.filepond--file-info .filepond--file-info-sub:empty {
  display: none; }

.filepond--file-status {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.filepond--file-status * {
  margin: 0;
  white-space: nowrap; }

.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2; }

.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

/* Hard to override styles */
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%; }

.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap; }

.filepond--file {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.5625em 0.5625em;
  color: #fff;
  border-radius: 4px; }

.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em; }

.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3; }

.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
  position: absolute; }

.filepond--file [data-align*='left'] {
  left: 0.5625em; }

.filepond--file [data-align*='right'] {
  right: 0.5625em; }

.filepond--file [data-align*='center'] {
  left: calc(50% - 0.8125em); }

.filepond--file [data-align*='bottom'] {
  bottom: 1.125em; }

.filepond--file [data-align='center'] {
  top: calc(50% - 0.8125em); }

.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em; }

.filepond--file .filepond--progress-indicator[data-align*='right'] {
  margin-right: 0.1875em; }

.filepond--file .filepond--progress-indicator[data-align*='left'] {
  margin-left: 0.1875em; }

[data-filepond-item-state='cancelled'] .filepond--file-info,
[data-filepond-item-state*='invalid'] .filepond--file-info,
[data-filepond-item-state*='error'] .filepond--file-info {
  margin-right: 2.25em; }

[data-filepond-item-state~='processing'] .filepond--file-status-sub {
  opacity: 0; }

[data-filepond-item-state~='processing']
.filepond--action-abort-item-processing
~ .filepond--file-status
.filepond--file-status-sub {
  opacity: 0.5; }

[data-filepond-item-state='processing-error'] .filepond--file-status-sub {
  opacity: 0; }

[data-filepond-item-state='processing-error']
.filepond--action-retry-item-processing
~ .filepond--file-status
.filepond--file-status-sub {
  opacity: 0.5; }

[data-filepond-item-state='processing-complete']
.filepond--action-revert-item-processing
svg {
  -webkit-animation: fall 0.5s 0.125s linear both;
  animation: fall 0.5s 0.125s linear both; }

[data-filepond-item-state='processing-complete'] .filepond--file-status-sub {
  opacity: 0.5; }

[data-filepond-item-state='processing-complete']
.filepond--processing-complete-indicator:not([style*='hidden'])
~ .filepond--file-status
.filepond--file-status-sub {
  opacity: 0; }

[data-filepond-item-state='processing-complete'] .filepond--file-info-sub {
  opacity: 0; }

[data-filepond-item-state='processing-complete']
.filepond--action-revert-item-processing
~ .filepond--file-info
.filepond--file-info-sub {
  opacity: 0.5; }

[data-filepond-item-state*='invalid'] .filepond--panel,
[data-filepond-item-state*='invalid'] .filepond--file-wrapper,
[data-filepond-item-state*='error'] .filepond--panel,
[data-filepond-item-state*='error'] .filepond--file-wrapper {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both; }

[data-filepond-item-state*='busy'] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

/**
 * States
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em); }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em); }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em); }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em); }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em); }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em); }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em); } }

@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.filepond--hopper[data-hopper-state='drag-over'] > * {
  pointer-events: none; }

.filepond--hopper[data-hopper-state='drag-over']::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }

.filepond--progress-indicator {
  z-index: 103; }

.filepond--file-action-button {
  z-index: 102; }

.filepond--file-status {
  z-index: 101; }

.filepond--file-info {
  z-index: 100; }

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em 0;
  will-change: transform, opacity; }

.filepond--item > .filepond--panel {
  z-index: -1; }

.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out; }

.filepond--item[data-drag-state] {
  cursor: -webkit-grab;
  cursor: grab; }

.filepond--item[data-drag-state] > .filepond--panel {
  -webkit-transition: -webkit-box-shadow 0.125s ease-in-out;
  transition: -webkit-box-shadow 0.125s ease-in-out;
  -o-transition: box-shadow 0.125s ease-in-out;
  transition: box-shadow 0.125s ease-in-out;
  transition: box-shadow 0.125s ease-in-out, -webkit-box-shadow 0.125s ease-in-out;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0); }

.filepond--item[data-drag-state='drag'] {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.filepond--item[data-drag-state='drag'] > .filepond--panel {
  -webkit-box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
          box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325); }

.filepond--item[data-drag-state]:not([data-drag-state='idle']) {
  z-index: 2; }

[data-filepond-item-state='processing-complete'] .filepond--item-panel {
  background-color: #369763; }

[data-filepond-item-state*='invalid'] .filepond--item-panel,
[data-filepond-item-state*='error'] .filepond--item-panel {
  background-color: #c44e47; }

.filepond--item-panel {
  border-radius: 4px;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s; }

.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform; }

.filepond--list-scroller[data-state='overflow'] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  -webkit-mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%);
  mask: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%); }

.filepond--list-scroller[data-state='overflow'] .filepond--list {
  bottom: 0;
  right: 0; }

.filepond--list-scroller::-webkit-scrollbar {
  background: transparent; }

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em; }

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0; }

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box; }

/* hard to overide styles on purpose */
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform; }

/* used for padding so allowed to be restyled */
.filepond--list {
  left: 0.75em;
  right: 0.75em; }

.filepond--root[data-style-panel-layout~='integrated'] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root {
  border-radius: 0; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~='integrated']
.filepond--panel-root
> * {
  display: none; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 7; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--item-panel,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item-panel {
  display: none; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~='integrated']
.filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--list,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list {
  left: 0;
  right: 0;
  height: 100%; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--item,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item {
  margin: 0; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--file-wrapper {
  height: 100%; }

.filepond--root[data-style-panel-layout~='compact'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
  z-index: 7; }

.filepond--root[data-style-panel-layout~='circle'] {
  border-radius: 99999rem;
  overflow: hidden; }

.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel {
  border-radius: inherit; }

.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel > * {
  display: none; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file-info {
  display: none; }

.filepond--root[data-style-panel-layout~='circle'] .filepond--file-status {
  display: none; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .filepond--root[data-style-panel-layout~='circle'] {
      will-change: transform; } } }

.filepond--panel-root {
  border-radius: 4px; }

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none; }

.filepond-panel:not([data-scalable='false']) {
  height: auto !important; }

.filepond--panel[data-scalable='false'] > div {
  display: none; }

.filepond--panel[data-scalable='true'] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important; }

.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.filepond--panel-top,
.filepond--panel-bottom {
  height: 0.5em; }

.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important; }

.filepond--panel-top::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit; }

.filepond--panel-center,
.filepond--panel-bottom {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0); }

.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important; }

.filepond--panel-bottom::before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit; }

.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important; }

.filepond--panel-center:not([style]) {
  visibility: hidden; }

.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity; }

.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box; }

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor; }

.filepond--list-scroller {
  z-index: 6; }

.filepond--drop-label {
  z-index: 5; }

.filepond--drip {
  z-index: 3; }

.filepond--root > .filepond--panel {
  z-index: 2; }

.filepond--browser {
  z-index: 1; }

.filepond--root {
  /* layout*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  /* base font size for whole component */
  font-size: 14px;
  /* base line height */
  line-height: normal;
  /* up uses default system font family */
  font-family: -apple-system, 'Roboto';
  /* will increase font weight a bit on Safari */
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
  overflow: hidden; }

.filepond--root * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  line-height: inherit; }

.filepond--root *:not(text) {
  font-size: inherit; }

.filepond--root[data-disabled] {
  pointer-events: none; }

.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all; }

.filepond--root[data-disabled] .filepond--list {
  pointer-events: none; }

/**
 * Root element children layout
 */
.filepond--root .filepond--drop-label {
  min-height: 39px; }

/**
 * Components
 */
.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border: none;
  outline: none;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 0.9;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  background: #2c3d45;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media screen and (min-width: 1025px) {
    .button:hover {
      opacity: 0.9; } }
  .button.disabled {
    opacity: 0.5;
    pointer-events: none;
    background: #a4a4a4; }
  .button.right {
    margin-left: auto; }
  .button.upper .button__text {
    text-transform: uppercase;
    margin-bottom: -4px;
    font-size: 13px;
    font-weight: 700; }
  .button-plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #54b2e7;
    height: 48px;
    width: 50px;
    border-radius: 3px;
    cursor: pointer; }
    .button-plus span {
      font-size: 16px;
      color: #fff;
      font-weight: 700; }
  .button__icon {
    line-height: 0;
    margin-right: 8px; }
    .button__icon .icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 21px;
      height: 21px; }
  .button_blue {
    background: #54b2e7; }
    .button_blue .icon {
      stroke: white; }
  .button_green {
    background: #5dc14d; }
    .button_green .icon {
      stroke: white; }
  .button_red {
    background: #db2922; }
    .button_red .icon {
      stroke: white; }
  .button_yellow {
    color: #2c3d45;
    background: #faba0d;
    cursor: pointer; }
    .button_yellow .button__icon {
      margin-left: 8px; }
    .button_yellow:hover {
      opacity: 0.9; }
  .button_white {
    color: #2c3d45;
    background: white;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
    .button_white:hover {
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
    .button_white:hover {
      opacity: 0.9; }
  .button_sky {
    color: #143361;
    background: #d9e6fb;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
    .button_sky:hover {
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
    .button_sky:hover {
      opacity: 0.9; }
  .button_ghost {
    color: #2c3d45;
    background: transparent;
    cursor: pointer;
    height: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .button_ghost .button__icon {
      margin-right: 8px;
      margin-left: 8px; }
    .button_ghost:hover {
      opacity: 0.7; }
  .button_more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-radius: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0;
    background: transparent; }
    .button_more:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      background: #f6f6f6;
      border-radius: 3px;
      z-index: 0;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .button_more .icon {
      position: relative;
      margin-left: 8px;
      z-index: 1; }
    .button_more .button__text {
      font-size: 13px;
      font-weight: bold;
      color: #2c3d45;
      text-transform: uppercase;
      z-index: 1; }
    .button_more:hover:after {
      background: #faba0d;
      width: 100%; }
  .button-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    outline: none;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 3px;
    min-height: 30px;
    max-width: 150px;
    padding: 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .button-status .icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14px;
          -ms-flex: 0 0 14px;
              flex: 0 0 14px;
      width: 14px;
      min-width: 14px;
      height: 16px;
      stroke-width: 1px;
      fill: none; }
    .button-status_new {
      background: #54b2e7;
      color: white; }
      .button-status_new .icon {
        stroke: white; }
    .button-status_process {
      background: #f6f6f6;
      color: #2c3d45; }
      .button-status_process .icon {
        stroke: #2c3d45; }
    .button-status_bank-refused {
      background: #db2922;
      color: white; }
      .button-status_bank-refused .icon {
        stroke: white; }
    .button-status_user-refused {
      background: #f4e4dd;
      color: #7c5944; }
      .button-status_user-refused .icon {
        stroke: #7c5944; }
    .button-status_missed {
      background: #faba0d;
      color: #2c3d45; }
      .button-status_missed .icon {
        stroke: #2c3d45; }
    .button-status_doubled {
      background: #2c3d45;
      color: white; }
      .button-status_doubled .icon {
        stroke: white; }
    .button-status_done {
      background: #5dc14d;
      color: white; }
      .button-status_done .icon {
        stroke: white; }
    .button-status_play {
      background: #5dc14d;
      color: white; }
      .button-status_play .icon {
        stroke: white; }
    .button-status_pause {
      background: #f0f0f0;
      color: white; }
      .button-status_pause .icon {
        stroke: white; }
    .button-status_stop {
      background: #db2922;
      color: white; }
      .button-status_stop .icon {
        stroke: white; }

@media (min-width: 1025px) and (max-width: 1199px) {
  .button {
    padding: 0 30px;
    font-size: 14px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .button-status {
    padding: 5px 15px;
    min-width: 120px; }
    .button-status .button__text {
      text-align: left;
      font-size: 12px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12; }
  .header-top {
    position: relative;
    background: #2c3d45;
    z-index: 2; }
    .header-top-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 7px 0;
      gap: 16px 100px;
      height: 32px; }
    .header-top-city {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 6px;
      color: #faba0d;
      cursor: pointer;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .header-top-city:hover {
        opacity: 0.9; }
    .header-top-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 32px;
      color: #ffffff;
      font-size: 16px; }
      .header-top-nav a:hover {
        opacity: 0.7; }
    .header-top-login {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 30px;
      cursor: pointer;
      color: #ffffff;
      gap: 8px; }
      .header-top-login:hover > span {
        text-decoration: underline; }
  .header-bot {
    position: relative;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background: white;
    z-index: 2; }
    .header-bot-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 32px;
      height: 68px; }
    .header-bot-logo {
      position: relative;
      display: block;
      width: 130px;
      height: 68px;
      background: url("../images/logo_su.png") no-repeat left;
      background-size: contain; }
    .header-bot-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 50px; }
    .header-bot-all {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 8px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      border-right: 1px solid #f0f0f0;
      height: 68px;
      padding-right: 24px;
      cursor: pointer; }
      .header-bot-all:hover:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      .header-bot-all:after {
        content: '';
        width: 12px;
        height: 12px;
        margin-top: -3px;
        background: url("../images/svg/down.svg") no-repeat center/contain;
        -webkit-transition: -webkit-transform ease 0.3s;
        transition: -webkit-transform ease 0.3s;
        -o-transition: transform ease 0.3s;
        transition: transform ease 0.3s;
        transition: transform ease 0.3s, -webkit-transform ease 0.3s; }
    .header-bot-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px; }
      .header-bot-menu > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        white-space: nowrap;
        font-size: 12px;
        line-height: 16px;
        height: 68px;
        text-transform: uppercase;
        -webkit-transition: color ease 0.3s;
        -o-transition: color ease 0.3s;
        transition: color ease 0.3s; }
        .header-bot-menu > li > a {
          font-weight: 500; }
          .header-bot-menu > li > a:hover {
            text-decoration: underline; }
        .header-bot-menu > li a {
          position: relative;
          -webkit-transition: opacity ease 0.3s;
          -o-transition: opacity ease 0.3s;
          transition: opacity ease 0.3s;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer; }
          .header-bot-menu > li a:after {
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s; }
        .header-bot-menu > li.is-parent > a:after {
          content: '';
          width: 8px;
          height: 6px;
          background: url("../images/svg/down.svg") no-repeat;
          position: absolute;
          right: -12px;
          top: calc(50% - 4px); }
        .header-bot-menu > li.is-active:before {
          content: '';
          width: 100%;
          height: 2px;
          background: #faba0d;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -1px; }
    .header-bot-options {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 24px; }
      .header-bot-options .button {
        font-size: 13px;
        line-height: 0.9;
        text-transform: uppercase;
        max-width: 230px;
        width: 100%;
        font-weight: 700; }
        .header-bot-options .button__text {
          margin-bottom: -3px;
          font-weight: 700; }
  .header .button-search .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 24px;
    height: 24px;
    color: #2c3d45;
    cursor: pointer;
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s; }
    .header .button-search .icon:hover {
      color: #faba0d; }
  .header__back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .header__back.active {
      opacity: 1;
      visibility: visible; }
  .header .icon-user {
    stroke: #2c3d45; }

.sub-nav {
  position: fixed;
  left: 0;
  width: 100%;
  top: 68px;
  background: white;
  padding: 30px 0;
  border-top: #f0f0f0 1px solid;
  z-index: 1;
  opacity: 0;
  visibility: hidden; }
  .sub-nav .container {
    max-width: 980px; }
  .sub-nav__title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px; }
  .sub-nav__list li:not(:last-child) {
    margin-bottom: 15px; }
  .sub-nav a {
    font-size: 14px;
    line-height: 1.2;
    text-transform: none; }

@media (min-width: 1025px) and (max-width: 1199px) {
  .header-top-nav {
    font-size: 14px; }
  .header-top-bot-menu {
    font-size: 14px; } }

@media screen and (min-width: 1025px) {
  .header {
    -webkit-transition: top ease 0.3s;
    -o-transition: top ease 0.3s;
    transition: top ease 0.3s; }
    .header.moved {
      top: -32px; }
    .header .is-parent:hover .sub-nav {
      opacity: 1;
      visibility: visible; }
    .header .is-parent:hover a:after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .header-top-login:hover .profile {
      opacity: 1;
      visibility: visible; }
    .header-bot-city {
      display: none; }
  .sub-nav {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .header-bot-list {
    display: none; } }

@media screen and (max-width: 1024px) {
  .header-top {
    display: none; }
  .header-bot-city {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    color: #2c3d45; }
  .header-bot-all {
    position: absolute;
    top: 8px;
    right: 24px;
    font-size: 16px;
    border: none;
    font-weight: 700;
    padding-right: 0; }
  .header-bot-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    position: fixed;
    left: 0;
    top: 68px;
    padding: 32px 32px 50px;
    height: calc(100% - 68px);
    overflow: hidden auto;
    background: #f6f6f6;
    width: 100%;
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    border-top: 1px solid #f0f0f0;
    z-index: 1; }
  .header-bot-navlist {
    position: relative;
    overflow: hidden;
    background: white;
    margin-left: -32px;
    width: calc(100% + 64px); }
    .header-bot-navlist ::-webkit-scrollbar {
      color: transparent;
      display: none; }
    .header-bot-navlist:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 100px;
      background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 2;
      pointer-events: none; }
  .header-bot-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    color: #54b2e7;
    padding: 0 32px; }
    .header-bot-list::-webkit-input-placeholder {
      color: transparent;
      display: none; }
    .header-bot-list::-moz-placeholder {
      color: transparent;
      display: none; }
    .header-bot-list:-ms-input-placeholder {
      color: transparent;
      display: none; }
    .header-bot-list::-ms-input-placeholder {
      color: transparent;
      display: none; }
    .header-bot-list::placeholder {
      color: transparent;
      display: none; }
    .header-bot-list a {
      display: block;
      padding: 16px 0;
      white-space: nowrap;
      text-decoration: underline;
      -webkit-appearance: none; }
  .header-bot-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    padding-top: 24px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }
    .header-bot-menu > li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: auto; }
      .header-bot-menu > li > a {
        font-size: 18px;
        width: 100%;
        padding-bottom: 16px;
        font-weight: 700; }
      .header-bot-menu > li.is-parent > a:after {
        right: 16px;
        background-position: center;
        background-size: contain;
        width: 12px;
        height: 12px; }
      .header-bot-menu > li.is-active:before {
        bottom: -2px;
        z-index: 3; }
  .header .button-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    line-height: 0; }
  .sub-nav {
    background: #f6f6f6;
    top: 66px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .submenu-on > a:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .submenu-on .sub-nav {
    visibility: visible;
    opacity: 1; }
  .menu-on .header-bot-nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }

@media screen and (max-width: 767px) {
  .header-top-login {
    margin-left: 15px; }
  .header-bot-row {
    height: 60px;
    gap: 8px; }
  .header-bot-logo {
    width: 100px;
    height: 45px; }
  .header-bot-options {
    gap: 16px; }
    .header-bot-options .button {
      padding: 0 12px;
      text-transform: none;
      font-size: 12px;
      height: 32px;
      font-weight: 700; }
  .header-bot-nav {
    top: 60px;
    height: calc(100% - 60px); }
  .header-bot-menu {
    font-size: 16px;
    gap: 24px; }
    .header-bot-menu > li > a {
      font-size: 16px;
      padding-bottom: 8px; }
  .header-city__name {
    max-width: 35vw;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .sub-nav {
    position: relative;
    top: auto;
    left: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fff;
    border: none;
    visibility: visible;
    opacity: 1;
    max-height: 0;
    padding: 0;
    overflow: hidden; }
    .sub-nav__title {
      margin-top: 30px; }
    .sub-nav-col:last-child {
      margin-bottom: 30px; }
  .submenu-on .sub-nav {
    max-height: 1000px; } }

.profile {
  width: 100%; }
  .profile-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .profile-user__photo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden; }
      .profile-user__photo img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .profile-user__name {
      font-size: 16px;
      font-weight: 600;
      padding-left: 15px; }
      .profile-user__name:hover {
        color: #faba0d; }
  .profile-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .profile-options li:not(:last-child) {
      margin-right: 30px; }
    .profile-options a,
    .profile-options button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      cursor: pointer; }
      .profile-options a .icon,
      .profile-options button .icon {
        margin-right: 8px; }
      .profile-options a:hover,
      .profile-options button:hover {
        text-decoration: underline; }
  .profile-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }

@media screen and (min-width: 1025px) {
  .profile {
    position: absolute;
    left: 0;
    top: 68px;
    background: white;
    border-top: 1px solid #f0f0f0;
    border-bottom: 3px solid #faba0d;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    overflow: hidden;
    height: 0; }
    .profile__close {
      position: absolute;
      top: 20px;
      right: 0;
      cursor: pointer;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .profile__close:hover {
        opacity: 0.75; }
    .profile-content {
      position: relative;
      padding: 8px 64px 0 0; }
  .profile-on .profile {
    visibility: visible;
    opacity: 1;
    height: 70px; } }

@media screen and (max-width: 1024px) {
  .profile {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 16px 32px;
    background: white;
    margin: 0 -32px;
    width: calc(100% + 64px); }
    .profile__close {
      display: none; }
    .profile .container {
      padding: 0; } }

@media screen and (min-width: 768px) {
  .profile-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (max-width: 767px) {
  .profile {
    top: 58px; }
    .profile-content {
      padding-bottom: 0; }
    .profile__login {
      height: 60px; }
    .profile-options {
      margin-top: 20px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .profile-options li {
        font-size: 14px;
        margin-bottom: 15px; }
        .profile-options li:not(:last-child) {
          margin-right: 5px; }
        .profile-options li .icon {
          width: 16px;
          height: 16px; } }

.top-hint {
  margin-top: 1px;
  margin-bottom: 20px; }
  .top-hint-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 35px;
    background: #54b2e7;
    color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
  .top-hint__close {
    position: absolute;
    z-index: 1;
    right: 13px;
    top: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .top-hint__close:hover {
      opacity: 0.75; }
  .top-hint .icon-x {
    stroke: white; }
  .top-hint__text {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex-grow: 0 0 auto;
        -ms-flex-positive: 0 0 auto;
            flex-grow: 0 0 auto;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    max-width: 760px;
    text-align: left;
    padding-right: 30px;
    margin: 0;
    font-weight: 400; }
    .top-hint__text a {
      color: white; }
  .top-hint .more-link {
    background: white;
    border-radius: 3px;
    margin: 5px 15px;
    min-width: 140px;
    border: rgba(255, 255, 255, 0.5) 1px solid; }
    .top-hint .more-link__text {
      color: #2c3d45;
      padding: 15px 16px; }

@media screen and (max-width: 767px) {
  .top-hint-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .top-hint__text {
    font-size: 16px;
    line-height: 1.5; }
  .top-hint .more-link {
    margin: 15px 0 0; } }

.burger {
  display: none;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 37px;
  height: 30px;
  line-height: 0;
  padding: 14px 7px;
  background: none;
  cursor: pointer;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s; }

.burger .lines {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;
  background-color: #2c3d45; }

.burger .lines:after,
.burger .lines:before {
  content: '';
  position: absolute;
  left: 0;
  top: -7px; }

.burger .lines:after {
  top: 7px;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
  background-color: #2c3d45; }

.burger .lines:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;
  background-color: #2c3d45; }

.menu-on .burger .lines {
  background-color: transparent !important; }

.menu-on .burger .lines:before {
  -webkit-transform: rotate(45deg) translate(6.7px, 4px);
      -ms-transform: rotate(45deg) translate(6.7px, 4px);
          transform: rotate(45deg) translate(6.7px, 4px);
  background-color: #2c3d45; }

.menu-on .burger .lines:after {
  -webkit-transform: rotate(-45deg) translate(5.5px, -3px);
      -ms-transform: rotate(-45deg) translate(5.5px, -3px);
          transform: rotate(-45deg) translate(5.5px, -3px);
  background-color: #2c3d45; }

.menu__widget {
  position: fixed;
  top: 53px;
  height: calc(100vh - 53px);
  left: 0;
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
  background: #fff;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  -o-transition: transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9; }

.menu-on .menu__widget {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

@media screen and (max-width: 1024px) {
  .burger {
    display: block; } }

@media screen and (max-width: 767px) {
  .burger {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block; } }

.main-sections section,
.company section,
.course section,
.course-area section,
.finances section {
  margin-top: 70px; }

.main-sections .main-carousel,
.company .main-carousel,
.course .main-carousel,
.course-area .main-carousel,
.finances .main-carousel {
  margin-top: 30px; }

@media (min-width: 1025px) and (max-width: 1199px) {
  .main-sections section,
  .company section,
  .course section,
  .finances section {
    overflow-x: hidden; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .main-sections section,
  .company section,
  .course section,
  .finances section {
    margin-top: 50px; } }

@media screen and (max-width: 767px) {
  .main-sections section,
  .company section,
  .course section,
  .finances section {
    margin-top: 40px; } }

.header-search {
  position: absolute;
  left: 0;
  width: 100vw;
  background: white;
  border-top: 1px solid #f0f0f0;
  margin-top: -100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 1; }
  .header-search-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
  .header-search__input {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    border: none;
    border-radius: 3px 0 0 3px; }
  .header-search__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #faba0d;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    width: 40px;
    min-width: 40px;
    height: 40px; }
  .header-search-back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }

.search-on .header-search {
  margin-top: 0; }

.search-on .header-search-back {
  opacity: 1;
  visibility: visible; }

@media screen and (min-width: 1025px) {
  .header-search {
    padding: 16px 0;
    top: 100px; } }

@media screen and (max-width: 1024px) {
  .header-search {
    padding: 8px 0;
    top: 60px; } }

.main-carousel {
  position: relative;
  margin-top: 30px;
  overflow: hidden; }
  .main-carousel .swiper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 500px;
    width: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#f0f2f7), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #f0f2f7 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #f0f2f7 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none; }
  .main-carousel .swiper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 500px;
    width: 100px;
    background: -webkit-gradient(linear, right top, left top, from(#f0f2f7), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #f0f2f7 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #f0f2f7 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none; }
  .main-carousel .swiper-wrapper {
    padding-left: 15px; }
  .main-carousel .swiper-slide {
    max-width: 278px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .main-carousel .swiper-prev, .main-carousel .swiper-next {
    position: absolute;
    top: calc(50% - 40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    background: #ECECEC;
    z-index: 3;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
    .main-carousel .swiper-prev:hover, .main-carousel .swiper-next:hover {
      background: #faba0d; }
    .main-carousel .swiper-prev .icon, .main-carousel .swiper-next .icon {
      width: 24px;
      height: 24px; }
  .main-carousel .swiper-next {
    right: 25px; }
  .main-carousel .swiper-prev {
    left: 25px; }
  .main-carousel__item {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden; }
  .main-carousel__content {
    padding: 25px 30px; }
  .main-carousel__photo {
    width: 100%;
    height: 180px; }
    .main-carousel__photo img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%; }
  .main-carousel__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    min-height: 48px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .main-carousel__preview {
    margin-top: 5px;
    font-size: 16px;
    line-height: 21px;
    min-height: 70px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .main-carousel .button_more {
    margin-top: 25px; }

@media screen and (max-width: 767px) {
  .main-carousel .swiper:before, .main-carousel .swiper:after {
    width: 30px; }
  .main-carousel .swiper-prev, .main-carousel .swiper-next {
    display: none; } }

.main-categories {
  margin-top: 100px; }
  .main-categories-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .main-categories-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 23px;
    min-height: 60px;
    margin-bottom: 30px;
    color: #2c3d45;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow ease .3s;
    transition: -webkit-box-shadow ease .3s;
    -o-transition: box-shadow ease .3s;
    transition: box-shadow ease .3s;
    transition: box-shadow ease .3s, -webkit-box-shadow ease .3s; }
    .main-categories-item:hover {
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
    .main-categories-item_black {
      background: #2c3d45;
      color: white; }
    .main-categories-item_yellow {
      background: #faba0d; }
  .main-categories__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    margin-right: 20px;
    line-height: 0; }
  .main-categories__title {
    font-size: 15px;
    line-height: .9;
    padding-top: 3px;
    font-weight: 700; }

@media (min-width: 768px) and (max-width: 1024px) {
  .main-categories-item {
    padding: 0 15px; }
  .main-categories__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18px;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    margin-right: 10px; }
  .main-categories__title {
    font-size: 12px; } }

@media screen and (max-width: 767px) {
  .main-categories-item {
    margin-bottom: 15px; } }

.tabs {
  margin: 50px auto 0; }
  .tabs .js-bar {
    margin-bottom: 10px; }
  .tabs__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-width: 100%; }
    .tabs__list li {
      position: relative;
      white-space: nowrap;
      font-size: 16px;
      line-height: 16px;
      color: #a4a4a4;
      font-weight: 600;
      -webkit-transition: color ease .3s;
      -o-transition: color ease .3s;
      transition: color ease .3s;
      cursor: pointer; }
      .tabs__list li:hover {
        color: #faba0d; }
      .tabs__list li:not(:last-child) {
        margin-right: 50px; }
      .tabs__list li:after {
        content: "";
        height: 0;
        -webkit-transition: height ease .2s;
        -o-transition: height ease .2s;
        transition: height ease .2s; }
      .tabs__list li.active {
        color: #2c3d45; }
  .tabs__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .tabs__buttons .active .but {
      pointer-events: none; }
      .tabs__buttons .active .but_gray {
        background: #54b2e7; }
      .tabs__buttons .active .but__text {
        color: #fff; }
  .tabs .tab:not(.active) {
    display: none; }

@media (min-width: 768px) and (max-width: 1024px) {
  .tabs__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media screen and (max-width: 767px) {
  .tabs {
    margin-top: 30px; }
    .tabs__list {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.offers-month-header {
  position: relative; }

@media (min-width: 768px) and (max-width: 1024px) {
  .offers-month-header {
    padding-right: 200px; } }

.offers-card {
  margin-top: 24px; }

.offers-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .offers-card-col {
    margin-bottom: 30px; }
  .offers-card-widget {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 3;
    -webkit-transition: -webkit-box-shadow ease 0.8s;
    transition: -webkit-box-shadow ease 0.8s;
    -o-transition: box-shadow ease 0.8s;
    transition: box-shadow ease 0.8s;
    transition: box-shadow ease 0.8s, -webkit-box-shadow ease 0.8s; }
    .offers-card-widget:hover {
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
  .offers-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px;
    width: 100%; }
  .offers-card__stats, .offers-card__comment, .offers-card__rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .offers-card__like.active .icon {
    stroke: #db2922;
    fill: #db2922; }
  .offers-card__comment, .offers-card__rate {
    font-size: 14px;
    line-height: 14px;
    margin-left: 15px; }
    .offers-card__comment span, .offers-card__rate span {
      font-weight: 700;
      pointer-events: none; }
    .offers-card__comment .icon, .offers-card__rate .icon {
      margin-right: 5px;
      margin-bottom: 2px; }
  .offers-card .icon-comment {
    margin-bottom: -2px; }
  .offers-card-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 20px 25px; }
  .offers-card__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 125px;
    margin: 0 auto;
    height: 75px;
    line-height: 0; }
    .offers-card__logo img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      max-height: 100%; }
  .offers-card__teacher {
    display: block;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0; }
    .offers-card__teacher img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%; }
  .offers-card__name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bolder;
    height: 50px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 96px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .offers-card__name:hover {
      color: #faba0d; }
  .offers-card__title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    height: 36px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 96px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .offers-card__categories {
    min-height: 70px; }
    .offers-card__categories li {
      font-size: 16px;
      font-weight: 600; }
  .offers-card__tip {
    color: #54b2e7;
    font-size: 16px;
    margin-top: 5px;
    cursor: pointer; }
  .offers-card__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    min-height: 45px;
    max-width: 300px; }
  .offers-card__tag {
    background: #2c3d45;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    padding: 4px 3px;
    border-radius: 3px;
    margin: 3px 3px 0 0; }
    .offers-card__tag.new {
      background: #5dc14d; }
    .offers-card__tag.online {
      background: #4d59c1; }
    .offers-card__tag.offline {
      background: #3bcbf9; }
    .offers-card__tag.onof {
      background: #c97bc6; }
    .offers-card__tag.emp {
      background: #00b1bc; }
  .offers-card__prices {
    margin-top: 20px;
    height: 50px; }
  .offers-card-refine {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 20px;
    height: 50px; }
    .offers-card-refine__link {
      font-size: 14px;
      font-weight: 600;
      border-bottom: 1px dotted #2c3d45; }
  .offers-card__price {
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    color: #2c3d45; }
    .offers-card__price_old {
      vertical-align: super;
      color: #a4a4a4;
      font-size: 16px;
      text-decoration: line-through;
      text-align: right; }
  .offers-card__payment {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px; }
  .offers-card__date {
    font-size: 12px;
    line-height: 12px;
    margin-top: 20px; }
  .offers-card__button {
    position: relative;
    margin: 20px auto 0; }
    .offers-card__button .button {
      width: 100%; }
    .offers-card__button .button__text {
      font-size: 14px;
      font-weight: bold; }
  .offers-card__cashback {
    position: absolute;
    right: -15px;
    top: -10px;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    padding: 4px 4px;
    border-radius: 3px;
    margin: 3px 3px 0 0;
    background: #f93b3b;
    pointer-events: none; }
  .offers-card__more {
    margin-top: 20px; }
    .offers-card__more .button_ghost {
      margin: 0 auto; }
    .offers-card__more .button__text {
      font-size: 14px;
      font-weight: 500; }
  .offers-card__sticker {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    width: 200px;
    background: #ececec;
    color: #2c3d45;
    font-size: 11px;
    border-radius: 0 0 3px 3px;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 700;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
    .offers-card__sticker:hover {
      background: #faba0d; }
    .offers-card__sticker span {
      border-bottom: #2c3d45 1px dotted; }

.offers-cards_block .offers-card {
  height: 100%; }

@media screen and (min-width: 1025px) {
  .offers-cards_block .js-bar {
    margin: -20px -20px 0;
    padding: 20px 20px 30px; }
  .offers-cards_block .offers-cards-row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .offers-cards_block .offers-cards-row .offers-card {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
      min-width: 308px; }
  .offers-cards_block .offers-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    .offers-cards_block .offers-card-widget {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      height: 100%; }
    .offers-cards_block .offers-card-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .offers-cards:not(.offers-cards_block) .offers-card-col {
    margin-bottom: 16px; }
  .offers-cards:not(.offers-cards_block) .offers-card-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .offers-cards:not(.offers-cards_block) .offers-card__teacher {
    width: 100px;
    height: 100px;
    margin-right: 25px;
    margin-left: 0; }
  .offers-cards:not(.offers-cards_block) .offers-card__logo {
    margin: 0; }
  .offers-cards:not(.offers-cards_block) .offers-card__info {
    padding-left: 15px;
    width: 22%;
    min-width: 22%; }
  .offers-cards:not(.offers-cards_block) .offers-card__name {
    margin-top: 0;
    height: auto; }
  .offers-cards:not(.offers-cards_block) .offers-card__title {
    margin-top: 15px; }
  .offers-cards:not(.offers-cards_block) .offers-card__tags, .offers-cards:not(.offers-cards_block) .offers-card__button, .offers-cards:not(.offers-cards_block) .offers-card__prices {
    margin-top: 0; }
  .offers-cards:not(.offers-cards_block) .offers-card__prices {
    margin-left: auto; }
  .offers-cards:not(.offers-cards_block) .offers-card__payment, .offers-cards:not(.offers-cards_block) .offers-card__date {
    text-align: center; }
  .offers-cards:not(.offers-cards_block) .offers-card__tags {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 20%; }
  .offers-cards:not(.offers-cards_block) .offers-card__buttons {
    padding-left: 30px; }
  .offers-cards:not(.offers-cards_block) .button {
    padding: 0 30px;
    white-space: nowrap; }
  .offers-card__sticker {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .offers-card:hover .offers-card__sticker {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); } }

@media screen and (max-width: 1024px) {
  .offers-cards .js-bar {
    margin: -20px -20px 0;
    padding: 20px; }
  .offers-cards .offers-cards-row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .offers-cards .offers-cards-row .offers-card {
      width: 25%;
      min-width: 308px;
      text-align: center; }
      .offers-cards .offers-cards-row .offers-card-widget {
        margin-bottom: 0; }
  .offers-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    .offers-card-widget {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
    .offers-card-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .offers-cards_block .offers-card__tags {
    display: block;
    height: 90px; }
  .offers-card__price {
    font-size: 16px; }
    .offers-card__price_old {
      font-size: 12px; }
  .offers-card .button {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .offers-cards .js-bar {
    margin: -16px -16px 0;
    padding: 16px 8px 32px; }
  .offers-card-col {
    margin-bottom: 16px; }
  .offers-card__sticker {
    padding: 2px 15px; } }

.back-right {
  position: relative; }
  .back-right:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -300px;
    bottom: 30px;
    background: url("../images/svg/bg_right.svg") no-repeat right bottom;
    z-index: -1; }

.back-left {
  position: relative; }
  .back-left:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -300px;
    bottom: 30px;
    background: url("../images/svg/bg_left.svg") no-repeat left top;
    z-index: -1; }

.main-blog-header {
  position: relative; }

.main-blog-content {
  position: relative; }

.main-blog .tabs__list {
  margin-bottom: 30px; }

.main-blog .col-md-6 .blog-card {
  margin-bottom: 30px; }

.main-blog-row {
  position: relative;
  margin: 0 -16px; }
  .main-blog-row:after {
    content: '';
    display: block;
    line-height: 0;
    visibility: hidden;
    clear: both; }

.main-blog-col {
  float: left;
  padding: 0 16px;
  margin-bottom: 32px; }

.main-blog .blog-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 3px;
  overflow: hidden;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .main-blog .blog-card:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    .main-blog .blog-card:hover:after {
      opacity: 1; }
  .main-blog .blog-card:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .75;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40.13%, rgba(117, 117, 117, 0.28)), color-stop(95.01%, rgba(0, 0, 0, 0.95)));
    background: -o-linear-gradient(top, rgba(117, 117, 117, 0.28) 40.13%, rgba(0, 0, 0, 0.95) 95.01%);
    background: linear-gradient(180deg, rgba(117, 117, 117, 0.28) 40.13%, rgba(0, 0, 0, 0.95) 95.01%);
    -webkit-transition: opacity ease-in .3s;
    -o-transition: opacity ease-in .3s;
    transition: opacity ease-in .3s; }
  .main-blog .blog-card_small {
    height: 225px; }
  .main-blog .blog-card__content {
    position: relative;
    z-index: 1; }
  .main-blog .blog-card__date {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px; }
  .main-blog .blog-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px; }

@media screen and (min-width: 1025px) {
  .main-blog-col_big {
    width: 66.6%; }
  .main-blog-col_small {
    width: 33.33%; }
  .main-blog-col_right {
    float: right; }
  .main-blog .blog-card_big {
    height: 452px; }
    .main-blog .blog-card_big .blog-card__date {
      font-weight: bold;
      font-size: 14px;
      line-height: 17px; }
    .main-blog .blog-card_big .blog-card__title {
      font-weight: 500;
      font-size: 24px;
      line-height: 32px;
      max-width: 600px;
      margin-top: 15px; }
  .main-blog .blog-card_small {
    height: 210px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .main-blog-header {
    padding-right: 200px; }
  .main-blog-col_big {
    width: 50%; }
  .main-blog-col_small {
    width: 50%; }
  .main-blog .blog-card_big {
    height: 225px; } }

@media screen and (max-width: 767px) {
  .main-blog {
    margin-top: 50px; }
    .main-blog-col {
      padding: 0;
      margin-bottom: 16px; }
      .main-blog-col_big {
        width: 100%; }
      .main-blog-col_small {
        width: 100%; }
    .main-blog .blog-card {
      border-radius: 0; }
      .main-blog .blog-card_big, .main-blog .blog-card_small {
        height: 320px; } }

.partners-header {
  position: relative; }

@media (min-width: 768px) and (max-width: 1024px) {
  .partners-header {
    padding-right: 200px; } }

.partners-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .partners-card-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow ease .8s;
    transition: -webkit-box-shadow ease .8s;
    -o-transition: box-shadow ease .8s;
    transition: box-shadow ease .8s;
    transition: box-shadow ease .8s, -webkit-box-shadow ease .8s; }
    .partners-card-widget:hover {
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
      .partners-card-widget:hover .partners-card__title {
        color: #faba0d; }
  .partners-card-header {
    width: 100%;
    padding: 0 15px; }
  .partners-card__stats, .partners-card__comment, .partners-card__rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .partners-card__stats {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .partners-card__comment, .partners-card__rate {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700; }
    .partners-card__comment .icon, .partners-card__rate .icon {
      margin-right: 5px; }
  .partners-card__comment {
    margin-left: 15px; }
  .partners-card .icon-comment {
    margin-bottom: -2px; }
  .partners-card-body {
    padding: 0 20px 25px;
    height: 100%; }
  .partners-card__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 200px;
    height: 145px;
    margin: 0 auto 10px;
    line-height: 0; }
    .partners-card__logo img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      max-height: 100%; }
  .partners-card__teacher {
    display: block;
    margin: 15px auto 20px;
    width: 100%;
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0; }
    .partners-card__teacher img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%;
      max-width: none; }
  .partners-card__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bolder;
    height: 50px;
    text-align: center;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 88px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .partners-card__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    min-height: 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .partners-card__tag {
    background: #2c3d45;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    padding: 4px 3px;
    border-radius: 3px;
    margin: 3px 3px 0 0; }
    .partners-card__tag.new {
      background: #5dc14d; }
    .partners-card__tag.online {
      background: #4d59c1; }
    .partners-card__tag.offline {
      background: #3bcbf9; }
    .partners-card__tag.onof {
      background: #c97bc6; }
    .partners-card__tag.emp {
      background: #00b1bc; }

@media (min-width: 768px) and (max-width: 1024px) {
  .partners-card__logo {
    height: 100px; } }

@media screen and (max-width: 767px) {
  .partners-card {
    margin-bottom: 15px; } }

.more-link {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #2c3d45; }
  .more-link__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700; }
  .more-link .icon {
    margin-left: 5px;
    -webkit-transition: stroke ease 0.3s, -webkit-transform ease 0.3s;
    transition: stroke ease 0.3s, -webkit-transform ease 0.3s;
    -o-transition: stroke ease 0.3s, transform ease 0.3s;
    transition: stroke ease 0.3s, transform ease 0.3s;
    transition: stroke ease 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s; }
  .more-link:hover .icon {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px); }

@media screen and (min-width: 768px) {
  .more-link.right {
    position: absolute;
    right: 0;
    top: 13px; } }

@media screen and (max-width: 767px) {
  .more-link {
    margin-bottom: 30px; }
    .more-link.right {
      margin-left: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }

.app-widget {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  background-size: cover;
  padding: 30px;
  border: #faba0d 30px solid;
  color: #fff;
  min-height: 400px;
  background: #2c3d45; }

.app-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.app__info {
  padding-left: 30px; }

.app__qr {
  max-width: 100px;
  max-height: 100px; }

.app__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px; }

.app__text {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  margin-top: 15px;
  max-width: 520px; }

.app-links {
  margin-top: 30px; }

.app__img {
  position: absolute;
  right: 30px;
  bottom: 0;
  line-height: 0; }

@media screen and (min-width: 1025px) {
  .aside .app-widget {
    border-width: 10px; }
  .aside .app-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .aside .app__info {
    padding-top: 15px;
    padding-left: 0; }
  .aside .app__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px; }
  .aside .app-links {
    margin-top: 15px; }
    .aside .app-links .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .aside .app-links-col {
      width: 100%;
      margin-top: 15px; }
  .aside .app__img {
    display: none; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .app__img {
    max-width: 30%; }
  .app__text {
    display: none; }
  .app-links-col {
    margin-top: 5px; }
  .app-links a {
    display: inline-block;
    height: 45px; }
    .app-links a img {
      max-height: 100%; }
  .aside .app__text {
    display: block; }
  .aside .app-links-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%; } }

@media screen and (max-width: 767px) {
  .app {
    margin: 15px -16px; }
    .app-widget {
      border-width: 10px; }
    .app-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .app__info {
      padding-top: 15px;
      padding-left: 0; }
    .app__title {
      font-weight: 500;
      font-size: 18px;
      line-height: 25px; }
    .app-links {
      margin-top: 15px; }
      .app-links-col {
        margin-top: 15px; }
    .app__img {
      display: none; } }

.news-widget {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 30px;
  background: white;
  height: 100%; }
  .news-widget-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px; }
  .news-widget__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px; }
  .news-widget-content {
    position: relative; }
  .news-widget__date {
    font-size: 12px;
    line-height: 15px;
    color: #2c3d45;
    margin-bottom: 15px; }
  .news-widget__preview {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 80;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .news-widget__preview:hover {
      text-decoration: underline; }
  .news-widget .bnvmut {
    margin: 31px auto 0;
    width: 100%; }

@media screen and (min-width: 768px) {
  .news-widget {
    margin-top: 30px; }
    .news-widget-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
      grid-template-columns: repeat(3, 1fr);
      gap: 36px; }
    .news-widget__item:not(:last-child) {
      border-right: #f6f6f6 1px solid; } }

@media screen and (max-width: 767px) {
  .news-widget {
    margin-top: 15px; }
    .news-widget__item:not(:last-child) {
      border-bottom: #f6f6f6 1px solid;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .news-widget .more-link {
      margin-bottom: 0; } }

@media screen and (min-width: 1025px) {
  .news .title {
    text-align: left; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .news-list {
    margin-top: 50px; }
  .news-row .aside {
    margin-top: 50px; } }

@media screen and (max-width: 767px) {
  .news-list {
    margin-top: 32px; }
  .news-row .aside {
    margin-top: 32px; } }

.news-list {
  position: relative; }
  .news-list__item {
    padding: 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden; }
    .news-list__item:not(:last-child) {
      margin-bottom: 16px; }
  .news-list__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px; }
    .news-list__title:hover {
      color: #faba0d; }
  .news-list__text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 150%; }
  .news-list__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 12px;
    line-height: 1.5;
    color: #a4a4a4; }
    .news-list__date .icon {
      width: 16px;
      height: 16px;
      stroke: #2b3940;
      margin-right: 6px; }
  .news-list__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 16px;
    border-top: #f0f0f0 1px solid; }
    .news-list__options li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      font-size: 12px;
      line-height: 1.5;
      color: #a4a4a4;
      margin-top: 16px; }
      .news-list__options li:not(:last-child) {
        margin-right: 24px; }
    .news-list__options .icon {
      width: 16px;
      height: 16px;
      stroke: #2b3940;
      margin-right: 6px; }

@media screen and (min-width: 1025px) {
  .news-list__title {
    padding-right: 50px; }
  .news-list-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .news-list__info {
    padding-right: 30px; } }

@media screen and (max-width: 767px) {
  .news-list__options li {
    width: 50%;
    padding-right: 16px; }
    .news-list__options li:not(:last-child) {
      margin-right: 0; }
    .news-list__options li:last-child {
      width: 100%; } }

.often {
  margin-top: 100px; }
  .often__category {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px; }
  .often__list li {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 25px; }
  .often__list a {
    font-size: 16px;
    line-height: 18px; }
    .often__list a:hover {
      text-decoration: underline; }
  .often .button_white {
    text-align: center;
    margin: 30px auto 0; }
  .often__all {
    display: none; }

@media (min-width: 768px) and (max-width: 1024px) {
  .often {
    margin-top: 70px; }
    .often__col {
      margin-bottom: 30px; }
    .often__category {
      font-size: 21px;
      line-height: 21px;
      margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .often {
    margin-top: 50px; }
    .often__col {
      margin-bottom: 15px; }
    .often__category {
      font-size: 18px;
      line-height: 23px;
      font-weight: 600;
      margin-bottom: 15px; } }

input {
  background: white;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  width: 100%;
  font-family: 'Nunito';
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

textarea {
  background: white;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 15px;
  height: 150px;
  width: 100%;
  resize: vertical;
  font-family: 'Nunito'; }

input:focus ~ .form__label,
textarea:focus ~ .form__label {
  -webkit-transform: translateY(-26px) scale(0.8);
      -ms-transform: translateY(-26px) scale(0.8);
          transform: translateY(-26px) scale(0.8); }

.form__label {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  pointer-events: none;
  max-width: calc(100% - 15px); }
  .form__label.active {
    -webkit-transform: translateY(-26px) scale(0.8);
        -ms-transform: translateY(-26px) scale(0.8);
            transform: translateY(-26px) scale(0.8); }

.label-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.form-label__text {
  line-height: 0.9px; }
  .form-label__text a {
    color: #54b2e7;
    text-decoration: underline; }

.form-select.higher {
  z-index: 11; }

.form-select .jqselect {
  width: 100%; }

.form-select .form__label {
  -webkit-transform: translateY(-26px) scale(0.8);
      -ms-transform: translateY(-26px) scale(0.8);
          transform: translateY(-26px) scale(0.8);
  z-index: 10; }

.subtitle {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 600; }

.form__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px; }

.form-info-col .form-input:last-child {
  margin-bottom: 0; }

.form-types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .form-types__title {
    font-size: 16px;
    font-weight: 600;
    margin-right: 30px;
    padding-top: 5px; }
  .form-types__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .form-types__item {
    background: #f6f6f6;
    padding: 5px 10px;
    border: #f0f0f0 1px solid;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .form-types__item:hover {
      border-color: #a4a4a4; }
    .form-types__item.active {
      background: #5dc14d;
      color: white;
      border-color: #5dc14d; }
  .form-types .jq-checkbox,
  .form-types .jq-radio {
    display: none; }

.form-row {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-row .form-input,
  .form-row .form-radio,
  .form-row .form-select,
  .form-row .form-checkbox {
    margin-bottom: 0; }

.form-checkbox, .form-input, .form-radio, .form-select {
  position: relative;
  margin-bottom: 30px; }
  .form-checkbox .label-error, .form-input .label-error, .form-radio .label-error, .form-select .label-error {
    color: #db2922;
    font-size: 12px;
    position: absolute;
    text-align: left;
    top: calc(100% + 3px);
    left: 0; }
  .form-checkbox.is-error input[type='text'],
  .form-checkbox.is-error input[type='password'],
  .form-checkbox.is-error input[type='phone'],
  .form-checkbox.is-error textarea, .form-input.is-error input[type='text'],
  .form-input.is-error input[type='password'],
  .form-input.is-error input[type='phone'],
  .form-input.is-error textarea, .form-radio.is-error input[type='text'],
  .form-radio.is-error input[type='password'],
  .form-radio.is-error input[type='phone'],
  .form-radio.is-error textarea, .form-select.is-error input[type='text'],
  .form-select.is-error input[type='password'],
  .form-select.is-error input[type='phone'],
  .form-select.is-error textarea {
    padding-right: 50px; }
  .form-checkbox.is-error input,
  .form-checkbox.is-error select,
  .form-checkbox.is-error textarea, .form-input.is-error input,
  .form-input.is-error select,
  .form-input.is-error textarea, .form-radio.is-error input,
  .form-radio.is-error select,
  .form-radio.is-error textarea, .form-select.is-error input,
  .form-select.is-error select,
  .form-select.is-error textarea {
    border-color: #db2922; }

.form-input.with-currency {
  max-width: 160px; }
  .form-input.with-currency:after {
    display: none !important; }
  .form-input.with-currency input {
    padding-right: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }

.form-input__icon {
  position: absolute;
  right: 14px;
  top: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center; }

.form-input__currency {
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #a4a4a4;
  text-align: center; }

.form__label {
  color: #a4a4a4;
  position: absolute;
  top: 17px;
  left: 5px;
  font-size: 16px;
  cursor: text;
  background: white;
  padding: 0 10px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1); }

.form-password-type {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 16px;
  background: #fff url("../images/svg/eye.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 1; }

.form-input-password.active .form-password-type {
  background: #fff url("../images/svg/noeye.svg") no-repeat center; }

.form-agree {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  max-width: 250px;
  margin: 30px auto 0; }

.form-label__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  cursor: pointer; }

.form-label__text {
  text-align: left;
  font-size: 14px;
  line-height: 21px; }

.form-head {
  border-bottom: #f0f0f0 1px solid;
  margin-bottom: 25px;
  padding-bottom: 25px; }
  .form-head .title {
    margin-bottom: 0; }
  .form-head .circle-progress {
    width: 100%;
    height: 100%; }
    .form-head .circle-progress-value {
      stroke-width: 4px;
      stroke: #5dc14d; }
    .form-head .circle-progress-circle {
      stroke: #f0f0f0;
      stroke-width: 4px;
      fill: none; }
    .form-head .circle-progress-text {
      position: relative;
      font-size: 14px;
      font-weight: bold;
      fill: #2c3d45; }

.form__course {
  font-weight: 700;
  margin-bottom: 15px; }

.form__hint {
  color: #a4a4a4;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1; }

.form-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .form-company__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    margin-right: 15px; }
  .form-company__name {
    font-size: 24px;
    line-height: 1.2; }
    .form-company__name span {
      font-weight: 500; }

.form-step {
  position: relative;
  max-width: 75px; }
  .form-step__name {
    position: absolute;
    color: #a4a4a4;
    font-size: 10px;
    position: absolute;
    top: calc(50% + 5px);
    left: 0;
    right: 0;
    text-align: center; }

.form-product {
  font-size: 16px;
  line-height: 1; }
  .form-product span {
    color: #5dc14d; }

.form-body {
  margin-top: 30px; }

.form-upload {
  margin-top: -10px; }
  .form-upload__hint {
    color: #a4a4a4;
    margin-top: -15px;
    font-size: 12px; }

.form-section {
  margin-top: 30px; }
  .form-section-row:not(:last-child) {
    margin-bottom: 30px; }
  .form-section a {
    color: #54b2e7; }
    .form-section a:hover {
      color: #143361; }

.form-submit {
  margin-top: 30px; }
  .form-submit_centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .form-submit .but {
    width: 100%; }

.form__subtitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.form__info {
  margin-top: 15px; }

.form-user {
  width: 100%;
  margin-top: 50px; }
  .form-user .form-input {
    margin-bottom: 0; }
  .form-user .edit-but,
  .form-user .save-but {
    max-width: 280px;
    margin-left: auto; }
  .form-user .edit-but {
    display: none; }
  .form-user .form-password-type {
    display: block; }
  .form-user.is-disabled .inputAvatar {
    pointer-events: none; }
  .form-user.is-disabled .inputAvatar-add,
  .form-user.is-disabled .user-avatar__types {
    display: none; }
  .form-user.is-disabled input {
    border: none;
    pointer-events: none;
    background: transparent;
    opacity: 0.8; }
  .form-user.is-disabled .form-password-type {
    display: none; }
  .form-user.is-disabled .edit-but {
    display: block; }
  .form-user.is-disabled .save-but {
    display: none; }

.form-col {
  position: relative; }
  .form-col .form-input {
    position: relative;
    margin-bottom: 0; }
  .form-col label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-col-avatar {
    text-align: center; }

.form-data-row {
  margin-bottom: 25px; }

.form-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px; }
  .form-status__icon {
    width: 20px;
    height: 20px; }
  .form-status__text {
    text-decoration: underline;
    margin-left: 4px;
    color: #db2922;
    cursor: pointer; }
  .form-status.is-confirmed .form-status__text {
    text-decoration: none;
    color: #5dc14d;
    pointer-events: none; }

.form-text {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px; }
  .form-text a {
    color: #54b2e7;
    text-decoration: underline; }
    .form-text a:hover {
      color: #143361; }

.form-withdrawal .but {
  max-width: 100%; }

.form-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .form-stage__num {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 36px;
    text-align: center; }
  .form-stage__digit {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center; }
  .form-stage__name {
    font-weight: 700;
    font-size: 9px;
    line-height: 14px;
    text-transform: uppercase; }
  .form-stage__fields {
    padding-left: 16px;
    width: 100%; }

.form-user {
  width: 100%;
  margin-top: 50px; }
  .form-user .form-input {
    margin-bottom: 0; }
  .form-user .edit-but,
  .form-user .save-but {
    max-width: 280px;
    margin-left: auto; }
  .form-user .edit-but {
    display: none; }
  .form-user .form-password-type {
    display: block; }
  .form-user.is-disabled .inputAvatar {
    pointer-events: none; }
  .form-user.is-disabled .inputAvatar-add,
  .form-user.is-disabled .user-avatar__types {
    display: none; }
  .form-user.is-disabled input {
    border: none;
    pointer-events: none;
    background: transparent;
    opacity: 0.8; }
  .form-user.is-disabled .form-password-type {
    display: none; }
  .form-user.is-disabled .edit-but {
    display: block; }
  .form-user.is-disabled .save-but {
    display: none; }

.form-data__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.form-payment-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.form-payment__cashback {
  width: 100%;
  max-width: 160px; }

.form-payment-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  padding-left: 15px; }
  .form-payment-equal__sign {
    padding-right: 5px; }

@media screen and (min-width: 768px) {
  .form-user .form-status {
    position: absolute;
    right: 0;
    top: 15px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); } }

@media (min-width: 768px) and (max-width: 1024px) {
  .form-col-avatar {
    text-align: left; }
  .form-col-data {
    margin-top: 50px; }
  .form-label__text {
    width: -webkit-fill-available; }
  .form-user .edit-but,
  .form-user .save-but {
    max-width: 256px; } }

@media screen and (max-width: 767px) {
  .form-row .col-md-6:not(:last-child), .form-submit .col-md-6:not(:last-child) {
    margin-bottom: 30px; }
  .form-row .form-input {
    margin-bottom: 0; }
  .form-row [class*='col-']:not(:last-child) {
    margin-bottom: 30px; }
  .form-types {
    margin-bottom: 30px; }
    .form-types__title {
      font-size: 14px; }
  .form__title {
    margin-bottom: 15px;
    font-weight: 700; }
  .form_paragraph {
    margin-bottom: -20px; }
  .form-submit {
    margin-top: 30px; }
  .form-step {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    left: 15px; }
    .form-step__name {
      display: none; }
  .form-head .circle-progress-value {
    stroke-width: 6px; }
  .form-head .circle-progress-circle {
    stroke-width: 6px; }
  .form-head .circle-progress-text {
    font-size: 45px; }
    .form-head .circle-progress-text-max, .form-head .circle-progress-text-separator {
      display: none; }
  .form-company__name {
    font-size: 20px; }
  .form-product {
    font-size: 14px;
    margin-top: 15px; }
  .form-section {
    font-size: 14px; }
  .form-data__label {
    padding: 15px; }
  .form-user .form-status {
    position: absolute;
    top: 0;
    right: 16px;
    top: -35px; }
  .form-user .form-data__label {
    width: calc(100% - 120px); }
  .form-user .form-submit.mob {
    margin: 0 0 30px; }
    .form-user .form-submit.mob .edit-but,
    .form-user .form-submit.mob .save-but {
      margin: 0 auto; }
      .form-user .form-submit.mob .edit-but .button,
      .form-user .form-submit.mob .save-but .button {
        margin: 0 auto; }
  .form-label__input {
    margin-bottom: 20px; }
  .form-label__text {
    font-size: 13px; }
  .subtitle {
    font-size: 18px;
    margin-bottom: 20px; } }

.footer {
  margin-top: 100px;
  background: #2c3d45;
  color: white;
  padding: 50px 0; }
  .footer-content {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid white; }
    .footer-content p {
      font-size: 15px;
      line-height: 24px; }
      .footer-content p:not(:last-child) {
        margin-bottom: 15px; }
  .footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .footer__social li {
      margin-right: 16px; }
    .footer__social a {
      -webkit-transition: opacity ease .3s;
      -o-transition: opacity ease .3s;
      transition: opacity ease .3s; }
      .footer__social a:hover {
        opacity: .3; }
  .footer-rate {
    text-align: center; }
    .footer-rate .icon {
      width: 24px;
      height: 24px;
      margin-right: 2px;
      line-height: 0; }
    .footer-rate__value {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 21px;
      font-weight: 700; }

@media screen and (max-width: 767px) {
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-rate {
    margin: 30px 0; } }

.crumbs {
  margin: 30px 0; }
  .crumbs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 8px; }
    .crumbs__list li {
      font-size: 14px;
      color: #ccc;
      font-weight: 600;
      gap: 10px; }
      .crumbs__list li:last-child {
        white-space: nowrap;
        overflow: hidden;
        max-width: 600px;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
    .crumbs__list a {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000; }
      .crumbs__list a:after {
        content: '»';
        margin: 0 15px;
        font-size: 14px;
        line-height: 0;
        margin-top: -2px;
        font-weight: 400;
        color: #000; }
      .crumbs__list a:hover {
        color: #2c3d45; }

.filter-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px; }

.filter-form-content {
  max-width: 680px; }

.filter-tag {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 40px;
  border-radius: 3px;
  padding: 0 15px;
  border: 1px solid #2c3d45;
  cursor: pointer; }
  .filter-tag.active, .filter-tag:hover {
    background: #faba0d;
    border: 1px solid #faba0d;
    -webkit-box-shadow: 0 0 3px #faba0d;
            box-shadow: 0 0 3px #faba0d; }
  .filter-tag.active {
    pointer-events: none; }
  .filter-tag__close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s; }
    .filter-tag__close:hover {
      opacity: 0.75; }
    .filter-tag__close .icon {
      width: 16px;
      height: 16px; }
  .filter-tag__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #2c3d45; }

.filter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #faba0d;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  max-width: 300px;
  margin-bottom: 30px; }
  .filter-button .icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: none;
    stroke: #2c3d45;
    stroke-width: 2px; }
  .filter-button span {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase; }

.filter-widget__close, .filter-widget__title {
  display: none; }

@media screen and (min-width: 1025px) {
  .content-button-col,
  .filter-button {
    display: none; } }

@media screen and (max-width: 1024px) {
  .filter-on .filter-widget {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .filter-button {
    max-width: 300px; }
  .filter-widget {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 50px;
    height: 100vh;
    overflow-y: auto;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s; }
    .filter-widget__title {
      display: block; }
    .filter-widget__close {
      display: block;
      position: fixed;
      top: 25px;
      right: 25px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .filter-button {
    margin-left: auto; } }

@media screen and (max-width: 767px) {
  .filter-button {
    margin-top: 0; }
  .filter-widget {
    padding: 50px 15px; }
    .filter-widget__close {
      top: 15px;
      right: 15px; }
  .filter-tags {
    margin-top: 25px;
    gap: 8px; }
  .filter-tag {
    padding: 0 35px 0 15px; }
    .filter-tag__title {
      font-size: 12px; } }

.wgt {
  position: relative;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 30px;
  margin-bottom: 16px; }
  .wgt.active .wgt__arrow {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .wgt.active .wgt-content {
    max-height: 300px; }
  .wgt-top {
    position: relative; }
  .wgt__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    padding-right: 50px;
    cursor: pointer; }
    .wgt__title:hover {
      opacity: 0.75; }
  .wgt__arrow {
    position: absolute;
    top: -5px;
    right: -8px;
    padding: 5px;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
    .wgt__arrow:hover {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .wgt-search {
    position: relative;
    margin-top: 10px; }
    .wgt-search input {
      border: none;
      height: 40px;
      border-radius: 0;
      border-bottom: #a4a4a4 1px solid;
      padding: 0 40px 0 0;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .wgt-search input::-webkit-input-placeholder {
        color: #a4a4a4;
        font-size: 14px;
        white-space: nowrap; }
      .wgt-search input:-moz-placeholder {
        color: #a4a4a4;
        font-size: 14px;
        white-space: nowrap; }
      .wgt-search input::-moz-placeholder {
        color: #a4a4a4;
        font-size: 14px;
        white-space: nowrap; }
      .wgt-search input:-ms-input-placeholder {
        color: #a4a4a4;
        font-size: 14px;
        white-space: nowrap; }
      .wgt-search input:focus {
        border-color: #2c3d45; }
    .wgt-search__but {
      position: absolute;
      right: 0;
      top: 11px;
      cursor: pointer;
      background: transparent; }
      .wgt-search__but .icon {
        width: 18px;
        height: 18px;
        stroke: #a4a4a4;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .wgt-search__but:hover .icon {
        stroke: #2c3d45; }
  .wgt-free {
    margin-top: 16px; }
  .wgt-content {
    -webkit-transition: max-height ease 0.3s;
    -o-transition: max-height ease 0.3s;
    transition: max-height ease 0.3s;
    max-height: 0;
    overflow: hidden; }
    .wgt-content .js-bar {
      position: relative;
      max-height: 200px;
      margin-top: 5px;
      padding-bottom: 15px; }
      .wgt-content .js-bar:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
        height: 15px; }
  .wgt__list {
    margin-top: 15px; }
    .wgt__list li {
      position: relative; }
      .wgt__list li:not(:last-child) {
        margin-bottom: 15px; }
    .wgt__list label {
      font-size: 14px;
      line-height: 21px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
      .wgt__list label span {
        display: inline-block;
        margin-top: 2px; }
    .wgt__list .jq-checkbox,
    .wgt__list .jq-radio {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 24px;
          -ms-flex: 0 0 24px;
              flex: 0 0 24px;
      width: 24px;
      height: 24px; }
  .wgt__sublist {
    display: none;
    padding: 15px 0 0 15px; }
  .wgt__arr {
    position: absolute;
    right: 12px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: url("../images/svg/down.svg") no-repeat center/contain;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    line-height: 0;
    opacity: 0.5;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
    .wgt__arr:hover {
      opacity: 0.5; }
    .wgt__arr.on {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .wgt-reset {
    margin-top: 15px; }
    .wgt-reset__but {
      display: block;
      background: none;
      font-size: 12px;
      line-height: 15px;
      color: #a4a4a4;
      margin-left: auto;
      cursor: pointer;
      -webkit-transition: color ease 0.3s;
      -o-transition: color ease 0.3s;
      transition: color ease 0.3s; }
      .wgt-reset__but:hover {
        color: #2c3d45; }
  .wgt-date .input-date {
    font-size: 13px;
    font-weight: 700; }
  .wgt-cost__title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px; }
  .wgt-cost .ranger {
    margin-top: 20px; }
  .wgt-cost .ranger-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px;
    max-width: 300px; }
    .wgt-cost .ranger-inputs__col {
      position: relative;
      padding: 0 15px; }
      .wgt-cost .ranger-inputs__col:first-child:after {
        content: '-';
        position: absolute;
        right: -4.5px;
        top: 6px; }
  .wgt-cost .ranger-input {
    height: 32px;
    font-size: 14px; }
  .wgt-cost .ranger-current {
    margin-top: 10px; }
  .wgt .simplebar-track.simplebar-vertical {
    background: #f0f0f0; }
  .wgt .simplebar-scrollbar:before {
    background: #faba0d;
    opacity: 1; }

@media (min-width: 1025px) and (max-width: 1199px) {
  .wgt-cost .ranger-input {
    font-size: 13px; } }

.irs--flat .irs-bar {
  background-color: #faba0d; }

.irs--flat .irs-handle {
  background-color: #faba0d;
  border: none; }
  .irs--flat .irs-handle i:first-child {
    background-color: #faba0d; }

.irs--flat .irs-line {
  background-color: #f0f0f0; }

.irs--flat .irs-single {
  display: none !important; }

.pagination {
  margin-top: 30px; }
  .pagination-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .pagination-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50px;
    height: 50px;
    font-weight: 600;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: background ease 0.3s;
    -o-transition: background ease 0.3s;
    transition: background ease 0.3s;
    margin: 0 3px; }
    .pagination-item:hover {
      background: #faba0d; }
  .pagination-active {
    background: #faba0d;
    pointer-events: none; }
  .pagination__prev, .pagination__next {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 24px;
    min-width: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pagination__prev {
    margin-right: 10px; }
  .pagination__next {
    margin-left: 10px; }
  .pagination-total {
    font-size: 16px;
    text-align: center;
    color: #a4a4a4; }
    .pagination-total span {
      color: #2c3d45;
      font-weight: bold; }
  .pagination-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .pagination-result span {
      font-size: 14px;
      white-space: nowrap; }
    .pagination-result .jq-selectbox {
      text-align: left;
      width: 100px;
      margin-left: 15px; }

@media screen and (max-width: 767px) {
  .pagination-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pagination-item {
    width: 36px;
    height: 36px; }
  .pagination-total {
    margin: 25px 0; } }

.content .title {
  text-align: left; }

.content-search {
  position: relative; }
  .content-search input[type='text'] {
    padding-right: 50px; }
  .content-search button {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
    background: transparent;
    line-height: 0;
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s; }
    .content-search button:hover {
      opacity: .8; }

.content-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  max-width: 760px;
  margin-bottom: 32px; }

@media screen and (max-width: 767px) {
  .content-text {
    margin-top: 30px; }
  .content-search {
    margin-bottom: 24px; } }

.mfp-close {
  display: none !important; }

.mfp-container {
  padding: 0; }

.mfp-hide {
  position: fixed !important;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.3; }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

@media screen and (max-width: 767px) {
  .mfp-content {
    padding: 0 16px; } }

.modal {
  position: relative;
  padding: 50px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  overflow-y: auto;
  border-radius: 3px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
  .modal-full {
    max-width: 100%;
    height: 100vh; }
  .modal-header {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 40px; }
    .modal-header-row {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .modal .title {
    text-align: left; }
  .modal.centered {
    text-align: center; }
  .modal__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 50px;
    margin-left: 5px;
    overflow: hidden; }
  .modal__tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #faba0d;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    height: 44px;
    -webkit-transition: height ease 0.3s;
    -o-transition: height ease 0.3s;
    transition: height ease 0.3s;
    cursor: pointer; }
    .modal__tab.active {
      background: white;
      height: 50px;
      pointer-events: none; }
  .modal-step {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-top: -20px;
    line-height: 0; }
    .modal-step-col {
      text-align: right; }
    .modal-step__name {
      position: absolute;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center;
      font-weight: bold;
      font-size: 10px;
      line-height: 14px;
      color: #a4a4a4; }
  .modal .button {
    width: 100%;
    max-width: 300px; }
    .modal .button .icon {
      margin-left: 0; }
  .modal .hint {
    font-size: 14px;
    margin-bottom: 30px; }
  .modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    cursor: pointer;
    line-height: 0; }
    .modal__close:hover {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .modal .via-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px; }
    .modal .via-social__title {
      font-style: 16px;
      margin-bottom: 5px;
      margin-right: 30px; }
    .modal .via-social__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .modal .via-social li {
      margin: 0 20px 0 0;
      -webkit-transition: opacity ease 0.3s;
      -o-transition: opacity ease 0.3s;
      transition: opacity ease 0.3s; }
      .modal .via-social li:hover {
        opacity: 0.75; }
  .modal__attention {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .modal p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }
    .modal p:not(:last-child) {
      margin-bottom: 20px; }
    .modal p a {
      color: #54b2e7;
      text-decoration: underline;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .modal p a:hover {
        opacity: 0.7; }
  .modal-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px; }
  .modal__login .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21px;
        -ms-flex: 0 0 21px;
            flex: 0 0 21px;
    width: 21px;
    height: 21px; }
  .modal__register .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19px;
        -ms-flex: 0 0 19px;
            flex: 0 0 19px;
    width: 19px;
    height: 19px; }
  .modal__login, .modal__register {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
    cursor: pointer; }
    .modal__login .icon, .modal__register .icon {
      stroke: #2c3d45;
      stroke-width: 2px;
      -webkit-transition: stroke 0.3s ease;
      -o-transition: stroke 0.3s ease;
      transition: stroke 0.3s ease;
      margin-right: 10px; }
    .modal__login:hover, .modal__register:hover {
      color: #faba0d; }
      .modal__login:hover .icon, .modal__register:hover .icon {
        stroke: #faba0d; }
  .modal-favorite {
    position: absolute;
    top: 60px;
    right: 0; }
    .modal-favorite__link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 62px;
      background: #faba0d;
      border-radius: 30px 0 0 30px;
      color: #2c3d45;
      padding: 0 30px;
      -webkit-transition: color ease 0.3s;
      -o-transition: color ease 0.3s;
      transition: color ease 0.3s;
      cursor: pointer; }
      .modal-favorite__link.active .modal-favorite__text, .modal-favorite__link:hover .modal-favorite__text {
        color: #db2922; }
      .modal-favorite__link.active .icon, .modal-favorite__link:hover .icon {
        stroke: #db2922;
        fill: #db2922; }
    .modal-favorite__text {
      padding-left: 10px;
      -webkit-transition: color ease 0.3s;
      -o-transition: color ease 0.3s;
      transition: color ease 0.3s; }
    .modal-favorite .icon {
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      fill: transparent;
      stroke: #2c3d45;
      cursor: pointer; }
  .modal .tab {
    margin-top: 30px; }
  .modal p {
    font-size: 16px;
    line-height: 1.75; }
    .modal p:not(:last-child) {
      margin-bottom: 30px; }
  .modal-award {
    margin-top: 50px; }
    .modal-award-col {
      text-align: center; }
    .modal-award__price {
      font-weight: bold;
      font-size: 32px;
      line-height: 32px;
      text-align: center;
      color: #5dc14d; }
    .modal-award__title {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #2c3d45;
      margin-top: 5px; }
    .modal-award__but {
      max-width: 375px;
      margin: 0 auto; }
  .modal-bottom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: #f0f0f0 1px solid; }
    .modal-bottom_centered {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .modal-detail .form-product {
    margin-top: 25px; }
  .modal .code-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .modal .code-input:not(:last-child) {
    margin-right: 15px; }
  .modal .code-input.is-error input {
    border-color: #db2922; }
  .modal .code-input .label-error {
    display: none !important; }
  .modal .code-input input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58px;
    height: 58px;
    font-weight: bold;
    font-size: 30px;
    border-radius: 5px;
    line-height: 32px;
    -moz-appearance: textfield;
    text-align: center; }
    .modal .code-input input::-moz-selection {
      background: transparent; }
    .modal .code-input input::selection {
      background: transparent; }
  .modal .code-timer {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px; }
  .modal .withdrawal-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -30px 0 30px; }
    .modal .withdrawal-total__sum {
      font-weight: 600;
      font-size: 24px;
      line-height: 29px; }
    .modal .withdrawal-total__edit button {
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      text-decoration: underline;
      background: transparent;
      cursor: pointer;
      color: #54b2e7;
      margin-left: 30px; }
      .modal .withdrawal-total__edit button:hover {
        color: #143361; }
  .modal .withdrawal .but {
    max-width: 100%; }
  .modal .add-payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    background: transparent;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #54b2e7;
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
    cursor: pointer; }
    .modal .add-payment:hover {
      color: #143361; }
      .modal .add-payment:hover .icon {
        stroke: #143361; }
    .modal .add-payment .icon {
      stroke: #54b2e7;
      margin-right: 10px;
      -webkit-transition: stroke ease 0.3s;
      -o-transition: stroke ease 0.3s;
      transition: stroke ease 0.3s; }
  .modal .remember-pass {
    text-align: right; }
    .modal .remember-pass a {
      font-size: 14px;
      color: #2c3d45;
      text-decoration: underline; }
      .modal .remember-pass a:hover {
        text-decoration: none; }
  .modal .added-phone-col,
  .modal .added-email-col {
    margin-top: 30px; }
  .modal .city-list button {
    background: transparent;
    cursor: pointer; }

.with-tabs {
  background: transparent;
  padding: 50px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .with-tabs .modal__widget {
    border-radius: 3px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    padding: 50px; }
  .with-tabs .modal__close {
    position: absolute;
    top: 120px; }

#modal-login .modal-bottom .button_green {
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  #modal-company-1 .form-col__phone,
  #modal-company-1 .form-col__email {
    margin-bottom: 0; } }

#modal-register .modal-bottom .button_ghost .button__text {
  color: #54b2e7; }

#modal-register.is-student .form-row-education {
  display: none; }

#phone-confirm .modal-bottom .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#phone-confirm .modal-bottom .button_ghost {
  padding: 0;
  color: #54b2e7; }

#app-modal-history .button-status {
  margin: 0 auto; }

#app-modal-history .app-card__id {
  font-size: 12px;
  color: #a4a4a4;
  text-align: left; }

#app-other-company .swiper {
  margin: -30px;
  padding: 30px; }
  #app-other-company .swiper .offers-card {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  #app-other-company .swiper-prev, #app-other-company .swiper-next {
    position: absolute;
    top: calc(50% - 40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    background: white;
    z-index: 3;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
    #app-other-company .swiper-prev:hover, #app-other-company .swiper-next:hover {
      background: #faba0d; }
    #app-other-company .swiper-prev .icon, #app-other-company .swiper-next .icon {
      width: 24px;
      height: 24px; }
  #app-other-company .swiper-next {
    right: 0; }
  #app-other-company .swiper-prev {
    left: 0; }

@media screen and (min-width: 768px) {
  .city-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }
    .city-list li {
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid-column;
      padding-right: 32px;
      margin-bottom: 16px; }
    .city-list button:hover {
      text-decoration: underline; }
  #add-payment .tabs__buttons {
    margin: 0 -16px; }
    #add-payment .tabs__buttons li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      width: 50%;
      padding: 0 16px; }
    #add-payment .tabs__buttons .but {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .modal {
    margin: 30px 0;
    padding: 50px 30px; }
    .modal__tab {
      padding: 10px 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 14px; }
    .modal .title {
      padding-right: 30px; }
    .modal .via-social__list {
      margin-top: 15px; }
    .modal .tabs {
      margin-top: 0; }
    .modal-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .modal-bottom .button:not(:last-child) {
        margin-bottom: 20px; }
      .modal-bottom .button__text {
        text-align: center;
        line-height: 1.2; }
      .modal-bottom ol,
      .modal-bottom ul {
        margin-top: 0; }
    .modal .code-inputs input {
      width: 40px;
      height: 40px;
      font-size: 20px;
      padding: 0 5px; }
  .with-tabs {
    padding: 50px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .with-tabs .modal__widget {
      padding: 30px; }
  #phone-confirm .modal-bottom .button_ghost {
    margin-bottom: 30px; } }

.offers-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.offers-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .offers-sort__title {
    white-space: nowrap;
    padding-right: 15px;
    font-weight: 600; }

.offers-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .offers-status__hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    cursor: pointer; }
  .offers-status span {
    font-size: 16px;
    line-height: .9; }

.offers-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.offers-options {
  margin-left: auto; }
  .offers-options button {
    background: transparent;
    cursor: pointer; }
    .offers-options button:not(:first-child) {
      margin-left: 10px; }
  .offers-options .active {
    opacity: .5; }

.offers-top {
  position: relative; }

.offers-found {
  font-size: 16px;
  color: #2c3d45; }
  .offers-found span {
    font-weight: 700; }

@media (min-width: 768px) and (max-width: 1024px) {
  .offers-top {
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .offers-sort {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .offers-sort__title {
      margin: 10px 0; }
  .offers-status {
    margin-top: 30px; }
  .offers-buttons {
    margin-top: 30px; }
  .offers__lines, .offers__grid {
    display: none; } }

.article section {
  margin-top: 70px; }

.article .main-carousel {
  margin-top: 30px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .article section {
    margin-top: 50px; } }

@media screen and (max-width: 767px) {
  .article section {
    margin-top: 40px; } }

.article-intro {
  padding: 32px 0; }
  .article-intro .container {
    position: relative; }
  .article-intro .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .article-intro .title {
    text-align: left; }
  .article-intro .multiply {
    mix-blend-mode: multiply; }
  .article-intro-img {
    max-width: 600px;
    max-height: 60; }
  .article-intro p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px; }
    .article-intro p:not(:last-child) {
      margin-bottom: 30px; }
  .article-intro .article-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
    overflow: hidden; }
    .article-intro .article-widget-logo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-width: 100px;
      max-height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: auto; }
    .article-intro .article-widget-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 16px; }
    .article-intro .article-widget__title {
      color: #2c3d45;
      font-weight: 700;
      font-size: 16px;
      line-height: 22px; }
    .article-intro .article-widget__text {
      text-transform: uppercase;
      font-weight: 700; }
    .article-intro .article-widget .icon-right {
      color: white;
      width: 20px;
      height: 20px; }
    .article-intro .article-widget-arrow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #5dc14d;
      width: 60px; }

@media screen and (min-width: 1025px) {
  .article-intro .article-widget {
    position: absolute;
    top: 50px;
    right: 32px; } }

@media screen and (max-width: 1024px) {
  .article-intro .article-widget-logo {
    margin-left: 16px;
    margin-right: 16px; }
  .article-intro .article-widget-info {
    margin-right: auto; } }

@media screen and (max-width: 767px) {
  .article-intro .article-widget-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 75px;
    max-height: 37px;
    margin-left: 12px;
    margin-right: 12px; }
  .article-intro .article-widget-info {
    padding: 8px; }
  .article-intro .article-widget__title {
    color: #2c3d45;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px; }
  .article-intro .article-widget__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
  .article-intro .article-widget .icon-right {
    color: white;
    width: 20px;
    height: 20px; }
  .article-intro .article-widget-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #5dc14d;
    width: 50px; } }

.article-content {
  max-width: 760px;
  margin: 0 auto; }
  .article-content p {
    margin-bottom: 30px; }
  .article-content ul {
    list-style: none;
    margin: 30px 0; }
    .article-content ul li {
      position: relative;
      font-size: 16px;
      line-height: 1.2;
      padding-left: 30px; }
      .article-content ul li:not(:last-child) {
        margin-bottom: 25px; }
      .article-content ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #faba0d;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 5px; }
  .article-content ol {
    list-style: none;
    margin: 30px 0;
    counter-reset: ol-counter; }
    .article-content ol li {
      position: relative;
      font-size: 16px;
      line-height: 1.2;
      padding-left: 30px;
      counter-increment: ol-counter; }
      .article-content ol li:not(:last-child) {
        margin-bottom: 25px; }
      .article-content ol li:before {
        content: counter(ol-counter) " .";
        position: absolute;
        left: 0;
        top: 0; }

.steps .layer {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden; }

.steps__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .steps__list li {
    position: relative;
    padding: 30px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    text-align: center; }
    .steps__list li a {
      -webkit-transition: opacity ease .3s;
      -o-transition: opacity ease .3s;
      transition: opacity ease .3s;
      text-decoration: underline; }
      .steps__list li a:hover {
        opacity: .7; }
  .steps__list a {
    display: block;
    text-align: center; }

.steps .arrow {
  position: absolute;
  right: -18px;
  top: calc(50% - 36px);
  line-height: 0; }
  .steps .arrow .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    width: 36px;
    height: 36px; }

.steps__number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 3px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 36px;
  line-height: .9;
  background: #f6f6f6;
  border-radius: 50%; }
  .steps__number:after {
    position: absolute;
    content: "";
    width: 67px;
    height: 67px;
    background: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: .5;
    border-radius: 3px; }
  .steps__number:hover:after {
    opacity: .1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .steps__number svg {
    width: 36px;
    height: 36px; }

.steps__title {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  max-width: 250px; }

.steps-button {
  margin-top: 30px; }
  .steps-button.centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.steps .button__text {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700; }

@media (min-width: 768px) and (max-width: 1024px) {
  .steps__number {
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 1; }
  .steps__title {
    font-size: 13px;
    padding: 0 15px; }
  .steps .arrow {
    right: -9px;
    top: 46px; }
    .steps .arrow .icon {
      width: 24px;
      height: 24px; } }

@media screen and (max-width: 767px) {
  .steps__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .steps__list li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      width: 100%;
      padding: 30px; }
  .steps .arrow {
    position: absolute;
    right: calc(50% - 13px);
    top: auto;
    bottom: -15px; }
    .steps .arrow .icon {
      width: 24px;
      height: 24px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); } }

.trio-widget {
  position: relative;
  border-radius: 3px;
  min-height: 185px;
  height: 100%;
  padding: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  background-color: #faba0d; }
  .trio-widget_q {
    background-image: url("../images/svg/q.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .trio-widget_i {
    background-image: url("../images/svg/i.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .trio-widget__value {
    font-weight: 800;
    font-size: 50px;
    line-height: 61px;
    color: #2c3d45; }
  .trio-widget__category {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    max-width: 220px;
    color: #2c3d45; }
  .trio-widget__link {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: block;
    background: #fff;
    border-radius: 15px 0 0 15px;
    overflow: hidden; }
    .trio-widget__link span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 33px;
      font-weight: 500;
      padding: 0 40px 0 30px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
    .trio-widget__link .icon {
      position: absolute;
      right: 15px;
      top: 10px;
      width: 16px;
      height: 16px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-transform: translateX(50px);
          -ms-transform: translateX(50px);
              transform: translateX(50px); }
    .trio-widget__link:hover .icon {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }

.trio .but {
  max-width: 240px;
  margin-top: 30px; }

.trio#trio-payments {
  margin-bottom: 30px; }

@media (min-width: 1025px) and (max-width: 1199px) {
  .trio-widget__value {
    font-size: 32px;
    line-height: 1.6; }
  .trio-widget__category {
    font-size: 16px;
    line-height: 1; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .trio-widget {
    min-height: 150px; }
    .trio-widget__value {
      font-size: 24px;
      line-height: 1.2; }
    .trio-widget__category {
      font-size: 12px;
      line-height: 1.3;
      font-weight: 500; }
    .trio-widget__link {
      font-size: 12px; } }

@media screen and (max-width: 767px) {
  .trio {
    overflow-x: scroll; }
    .trio-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .trio-col {
      max-width: 300px; }
    .trio-widget {
      min-height: 175px; }
      .trio-widget__value {
        font-size: 28px;
        line-height: 1.2; }
      .trio-widget__category {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 500; }
      .trio-widget__link {
        font-size: 14px; }
    .trio#trio-payments {
      margin: 0 -30px;
      padding: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .trio#trio-payments .trio-col:last-child {
        padding-right: 30px; } }

.whom-row {
  margin: 0 -30px; }

.whom-col {
  position: relative;
  padding: 0 30px;
  text-align: center; }

.whom__img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover; }
  .whom__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top; }

.whom__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px; }

.whom__text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
  max-width: 340px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .whom__img {
    width: 200px;
    height: 200px; } }

@media screen and (max-width: 767px) {
  .whom-row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 15px; }
  .whom__img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    line-height: 0;
    width: 240px;
    height: 240px; }
    .whom__img img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .whom-col {
    max-width: 300px; }
  .whom__title {
    margin-top: 15px; } }

.popular {
  margin-top: 70px; }
  .popular .row {
    row-gap: 32px; }
    @media screen and (max-width: 767px) {
      .popular .row {
        row-gap: 16px; } }

.popular-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding-bottom: 32px;
  -webkit-transition: -webkit-box-shadow ease .8s;
  transition: -webkit-box-shadow ease .8s;
  -o-transition: box-shadow ease .8s;
  transition: box-shadow ease .8s;
  transition: box-shadow ease .8s, -webkit-box-shadow ease .8s; }
  .popular-item:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }

.popular-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 200px;
  height: 145px;
  margin: 0 auto 10px;
  line-height: 0; }
  .popular-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    width: 100%;
    height: 145px; }

.popular-title {
  padding: 0 16px;
  min-height: 96px; }
  .popular-title a {
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 600%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .popular-title a:hover {
      color: #faba0d; }

.popular-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px; }

.popular-info-item {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.history-col {
  position: relative; }

.history__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover; }
  .history__img img {
    width: 100%; }

.history__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  margin-top: 15px; }

.history__text {
  font-size: 15px;
  line-height: 24px;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .history-row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-bottom: 16px;
    overflow-x: scroll; }
  .history-col {
    max-width: 300px; } }

.attention {
  max-width: 760px;
  margin: 0 auto; }
  .attention .layer-widget {
    padding: 30px;
    background: white;
    border: #f6f6f6 5px solid;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
  .attention__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #db2922; }
  .attention__text {
    font-size: 16px;
    line-height: 1.6; }
    .attention__text:not(:last-child) {
      margin-bottom: 20px; }
  .attention a {
    color: #54b2e7;
    text-decoration: underline; }
    .attention a:hover {
      color: #143361; }

.module-table {
  position: relative;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 30px; }
  .module-table .but-prev,
  .module-table .but-next {
    display: none; }
  .module-table .table {
    border-collapse: collapse; }
  .module-table th {
    border-bottom: #2c3d45 1px solid;
    padding: 15px;
    white-space: nowrap;
    text-align: center;
    font-weight: 800 !important;
    font-size: 14px;
    color: #2c3d45;
    line-height: 16px;
    text-transform: uppercase; }
  .module-table tr:hover td {
    background: #F9F9F9; }
  .module-table tr:not(:last-child) {
    border-bottom: #f0f0f0 1px solid; }
  .module-table td {
    padding: 30px 15px;
    text-align: center; }
    .module-table td:first-child {
      -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.03);
              box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.03); }
  .module-table th, .module-table td {
    min-width: 200px; }
    .module-table th:first-child, .module-table td:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      top: 0;
      background: #fff;
      min-width: 300px;
      text-align: left;
      font-weight: 500; }

.content-table {
  position: relative;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 30px; }
  .content-table .table {
    border-collapse: collapse;
    width: 100%; }
  .content-table th {
    border-bottom: #2c3d45 1px solid;
    padding: 15px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    color: #2c3d45;
    line-height: 16px;
    text-transform: uppercase; }
  .content-table tr:hover td {
    background: #F9F9F9; }
  .content-table tr:not(:last-child) {
    border-bottom: #f0f0f0 1px solid; }
  .content-table tr.inactive {
    pointer-events: none;
    opacity: .5; }
  .content-table td {
    padding: 30px 15px;
    text-align: center; }
  .content-table.left-first th:first-child, .content-table.left-first td:first-child {
    text-align: left !important; }
  .content-table__text {
    font-weight: 600; }
  .content-table__descr {
    color: #a4a4a4;
    margin-top: 5px; }
  .content-table__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .content-table__links button {
      background: transparent;
      cursor: pointer;
      line-height: 0; }
  .content-table__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #54b2e7; }
    .content-table__link:not(:last-child):after {
      content: "|";
      color: #f0f0f0;
      padding: 0 8px; }

.info-table {
  margin-top: 30px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  font-size: 14px; }
  .info-table .table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
    .info-table .table table td {
      border: none; }
      .info-table .table table td[colspan] {
        border-bottom: #f0f0f0 1px solid; }
  .info-table thead th {
    font-weight: 600; }
  .info-table th {
    border: #f0f0f0 1px solid;
    padding: 15px;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #2c3d45;
    line-height: 16px; }
  .info-table td {
    padding: 10px 15px;
    text-align: center;
    border: #f0f0f0 1px solid;
    vertical-align: middle; }

@media screen and (max-width: 767px) {
  .module-table {
    padding: 15px; }
    .module-table th, .module-table td {
      padding: 15px 10px;
      min-width: 100px; }
      .module-table th:first-child, .module-table td:first-child {
        min-width: 150px; }
    .module-table td {
      font-size: 14px; }
  .content-table {
    padding: 15px; }
    .content-table th, .content-table td {
      padding: 15px 10px;
      min-width: 100px; }
    .content-table td {
      font-size: 14px; } }

.quotes {
  max-width: 760px;
  margin: 0 auto; }
  .quotes .layer-widget {
    position: relative;
    padding: 30px 90px;
    background: white;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: #f6f6f6 5px solid; }
    .quotes .layer-widget:before {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      width: 36px;
      height: 36px;
      background: url("../images/svg/quote-left.svg") no-repeat center;
      background-size: contain; }
    .quotes .layer-widget:after {
      content: "";
      position: absolute;
      bottom: 15px;
      right: 15px;
      width: 36px;
      height: 36px;
      background: url("../images/svg/quote-right.svg") no-repeat center;
      background-size: contain; }
  .quotes__text {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6; }

@media screen and (max-width: 767px) {
  .quotes .layer-widget {
    padding: 30px 40px; }
    .quotes .layer-widget:before {
      left: 15px;
      top: 15px;
      width: 16px;
      height: 16px; }
    .quotes .layer-widget:after {
      right: 15px;
      bottom: 15px;
      width: 16px;
      height: 16px; }
  .quotes__text {
    font-size: 16px;
    line-height: 1.75; } }

.video iframe, .video video {
  border: none;
  width: 100%;
  min-height: 500px;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  overflow: hidden;
  line-height: 0; }

@media screen and (max-width: 767px) {
  .video iframe, .video video {
    min-height: 200px; } }

.article-slider {
  position: relative;
  border-radius: 3px;
  padding: 0 75px; }
  .article-slider .swiper {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
    .article-slider .swiper-wrapper {
      min-height: 100%;
      background: #fff; }
    .article-slider .swiper-slide {
      border-radius: 3px; }
    .article-slider .swiper-prev, .article-slider .swiper-next {
      position: absolute;
      top: calc(50% - 40px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 60px;
      height: 60px;
      background: white;
      z-index: 3;
      border-radius: 3px;
      cursor: pointer;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
      .article-slider .swiper-prev:hover, .article-slider .swiper-next:hover {
        background: #faba0d; }
      .article-slider .swiper-prev .icon, .article-slider .swiper-next .icon {
        width: 24px;
        height: 24px; }
    .article-slider .swiper-next {
      right: 0; }
    .article-slider .swiper-prev {
      left: 0; }
  .article-slider-image {
    border-radius: 3px 0 0 3px;
    height: 100%;
    background-size: cover;
    background-position: left bottom; }
    .article-slider-image img {
      height: 100%;
      width: 100%; }
  .article-slider__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 15px; }
  .article-slider__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 2; }

@media screen and (min-width: 1025px) {
  .article-slider-image {
    height: 600px; }
  .article-slider-content {
    padding: 32px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .article-slider-image {
    height: 460px; }
  .article-slider-content {
    padding: 24px; } }

@media screen and (max-width: 767px) {
  .article-slider {
    padding: 0;
    margin-bottom: 70px; }
    .article-slider-image {
      height: 315px; }
    .article-slider-content {
      padding: 16px 16px 50px; }
    .article-slider .swiper-prev {
      left: calc(50% - 68px);
      top: auto;
      bottom: -30px;
      background: #faba0d; }
    .article-slider .swiper-next {
      right: calc(50% - 68px);
      top: auto;
      bottom: -30px;
      background: #faba0d; } }

.inside-slider {
  position: relative;
  border-radius: 3px;
  padding: 0 75px; }
  .inside-slider .swiper {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
    .inside-slider .swiper-wrapper {
      min-height: 100%; }
    .inside-slider .swiper-slide {
      background: #fff;
      border-radius: 3px;
      height: auto !important; }
    .inside-slider .swiper-prev, .inside-slider .swiper-next {
      position: absolute;
      top: calc(50% - 40px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 60px;
      height: 60px;
      background: white;
      z-index: 3;
      border-radius: 3px;
      cursor: pointer;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
      .inside-slider .swiper-prev:hover, .inside-slider .swiper-next:hover {
        background: #faba0d; }
      .inside-slider .swiper-prev .icon, .inside-slider .swiper-next .icon {
        width: 24px;
        height: 24px; }
    .inside-slider .swiper-next {
      right: 0; }
    .inside-slider .swiper-prev {
      left: 0; }
  .inside-slider .slide-row {
    height: 100%; }
  .inside-slider .slide__img {
    min-height: 315px;
    border-radius: 3px 0 0 3px;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .inside-slider .slide-content-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 50px;
    border-radius: 3px;
    overflow: hidden; }
  .inside-slider .slide__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 15px; }
  .inside-slider .slide__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 2; }

@media screen and (max-width: 767px) {
  .inside-slider {
    padding: 0;
    margin-bottom: 70px; }
    .inside-slider .slide-content-col {
      padding: 30px 30px 60px; }
    .inside-slider .swiper-prev {
      left: calc(50% - 68px);
      top: auto;
      bottom: -30px;
      background: #faba0d; }
    .inside-slider .swiper-next {
      right: calc(50% - 68px);
      top: auto;
      bottom: -30px;
      background: #faba0d; } }

.reviews-slider {
  position: relative;
  border-radius: 3px;
  padding: 0 75px; }
  .reviews-slider .reviews-card {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .reviews-slider .swiper {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    background: #fff; }
    .reviews-slider .swiper-wrapper {
      min-height: 100%; }
    .reviews-slider .swiper-slide {
      border-radius: 3px; }
    .reviews-slider .swiper-prev, .reviews-slider .swiper-next {
      position: absolute;
      top: calc(50%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 60px;
      height: 60px;
      background: white;
      z-index: 3;
      border-radius: 3px;
      cursor: pointer;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
      .reviews-slider .swiper-prev:hover, .reviews-slider .swiper-next:hover {
        background: #faba0d; }
      .reviews-slider .swiper-prev .icon, .reviews-slider .swiper-next .icon {
        width: 24px;
        height: 24px; }
    .reviews-slider .swiper-next {
      right: 0; }
    .reviews-slider .swiper-prev {
      left: 0; }
  .reviews-slider-image {
    border-radius: 3px 0 0 3px;
    height: 100%;
    background-size: cover;
    background-position: left bottom; }
    .reviews-slider-image img {
      height: 100%;
      width: 100%; }
  .reviews-slider__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 15px; }
  .reviews-slider__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 2; }

@media screen and (min-width: 1025px) {
  .reviews-slider-image {
    height: 600px; }
  .reviews-slider-content {
    padding: 32px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .reviews-slider-image {
    height: 460px; }
  .reviews-slider-content {
    padding: 24px; } }

@media screen and (max-width: 767px) {
  .reviews-slider {
    padding: 0;
    margin-bottom: 70px; }
    .reviews-slider-image {
      height: 315px; }
    .reviews-slider-content {
      padding: 16px 16px 50px; }
    .reviews-slider .swiper-prev {
      left: calc(50% - 68px);
      top: auto;
      bottom: -30px;
      background: #faba0d; }
    .reviews-slider .swiper-next {
      right: calc(50% - 68px);
      top: auto;
      bottom: -30px;
      background: #faba0d; }
    .reviews-slider .reviews-card {
      padding-bottom: 64px; } }

.two-cols {
  margin-top: 50px; }
  .two-cols .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px; }
  .two-cols__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }
  .two-cols .button__text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
  .two-cols ul {
    list-style: none;
    margin: 30px 0; }
    .two-cols ul li {
      position: relative;
      font-size: 16px;
      line-height: 1.2;
      padding-left: 30px; }
      .two-cols ul li:not(:last-child) {
        margin-bottom: 25px; }
      .two-cols ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #faba0d;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 5px; }
  .two-cols ol {
    list-style: none;
    margin: 30px 0;
    counter-reset: ol-counter; }
    .two-cols ol li {
      position: relative;
      font-size: 16px;
      line-height: 1.2;
      padding-left: 30px;
      counter-increment: ol-counter; }
      .two-cols ol li:not(:last-child) {
        margin-bottom: 25px; }
      .two-cols ol li:before {
        content: counter(ol-counter) " .";
        position: absolute;
        left: 0;
        top: 0; }

@media screen and (max-width: 767px) {
  .two-cols .col-md-6:not(:last-child) ul {
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 30px;
    border-bottom: #a4a4a4 1px dashed; }
  .two-cols__button {
    margin-top: 0; } }

.advantages .title {
  text-align: center;
  margin-bottom: 20px; }

.advantages__widget {
  background: #fff;
  padding: 30px 70px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }

.advantages .icon-tick {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #2c3d45; }

.advantages__sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f6f6f6; }

.advantages-col {
  margin-top: 30px; }

.advantages__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.advantages__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px; }

.advantages__info {
  padding-left: 30px; }

.advantages__text {
  font-size: 14px;
  line-height: 21px;
  padding-right: 30px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .advantages__widget {
    padding: 30px; }
  .advantages__sign {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 5px; }
  .advantages .icon-tick {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 30px; }
  .advantages__title {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .advantages__widget {
    padding: 30px; }
  .advantages__sign {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px; }
  .advantages .icon-tick {
    width: 32px;
    height: 32px; }
  .advantages__text {
    margin: 15px 0 0 -80px;
    padding: 0; } }

@media screen and (max-width: 767px) {
  .advantages__widget {
    padding: 30px; }
  .advantages__sign {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px; }
  .advantages .icon-tick {
    width: 32px;
    height: 32px; }
  .advantages__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 44px; }
  .advantages__text {
    margin: 15px 0 0 -80px;
    padding: 0; } }

.available-widget {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-top: 30px;
  background: white;
  overflow: hidden; }

.available__info {
  padding: 50px 30px; }
  .available__info .but {
    height: 100%;
    margin-top: 30px;
    max-width: 300px; }

.available__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px; }

.available__img {
  height: 100%;
  overflow: hidden;
  line-height: 0;
  background-size: cover;
  background-position: center;
  min-height: 350px; }

.available p:not(:last-child) {
  margin-bottom: 25px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .available__info {
    padding-top: 15px; } }

@media screen and (max-width: 767px) {
  .available__info {
    padding-top: 32px; }
  .available .bullet-list {
    margin-top: 0; } }

.history-col {
  position: relative; }

.history__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover; }
  .history__img img {
    width: 100%; }

.history__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  margin-top: 15px; }

.history__text {
  font-size: 15px;
  line-height: 24px;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .history-row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-bottom: 16px;
    overflow-x: scroll; }
  .history-col {
    max-width: 300px; } }

.faq__item {
  padding: 30px;
  margin-top: 15px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }

.faq__ask {
  position: relative; }
  .faq__ask.inactive .faq__arrow {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

.faq__title {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  padding-right: 50px;
  margin: 0;
  cursor: pointer; }

.faq__arrow {
  position: absolute;
  top: 3px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.faq__answer {
  color: #2c3d45;
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  padding-right: 50px; }

.author-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .author-header-block {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 30px; }
  .author-header__photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    margin-right: 50px; }
    .author-header__photo img {
      width: 200px; }
  .author-header__title {
    font-size: 10px;
    margin-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase; }
  .author-header__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px; }
    .author-header__name:hover {
      color: #faba0d; }
  .author-header__post {
    font-size: 16px;
    line-height: 21px;
    margin-top: 15px;
    color: #a4a4a4; }
  .author-header__info .button {
    margin-top: 50px; }
    .author-header__info .button__text {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase; }
    .author-header__info .button__icon {
      margin-bottom: -3px; }
  .author-header__stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px; }
  .author-header__stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .author-header__stat:not(:last-child) {
      margin-right: 30px; }
    .author-header__stat .icon {
      width: 21px;
      height: 21px; }
  .author-header__icon {
    margin-right: 8px; }
  .author-header__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px; }

.author-info {
  font-size: 18px;
  line-height: 32px;
  max-width: 760px;
  margin-top: 30px; }
  .author-info p:not(:last-child) {
    margin-bottom: 30px; }

@media screen and (min-width: 1025px) {
  .author-header__info {
    margin-top: 30px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .author-header__photo {
    width: 150px;
    height: 150px; }
    .author-header__photo img {
      width: 150px; }
  .author-header__stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .author-header__stat {
    margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .author-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .author-header__photo {
      width: 100px;
      height: 100px;
      margin-right: 15px;
      margin-bottom: 30px; }
      .author-header__photo img {
        width: 100px; }
    .author-header__info {
      width: calc(100% - 125px); }
    .author-header__name {
      font-size: 18px;
      line-height: 1; }
    .author-header__post {
      font-size: 16px;
      line-height: 1; }
    .author-header .button {
      margin-top: 30px;
      padding: 0 15px; }
    .author-header__stats {
      margin-left: 0;
      margin-top: 30px; }
    .author-header__stat {
      margin-bottom: 25px; }
      .author-header__stat:not(:last-child) {
        margin-right: 15px; }
  .author-info {
    margin-top: 0;
    font-size: 14px;
    line-height: 26px; }
    .author-info p:not(:last-child) {
      margin-bottom: 15px; } }

.authors .title {
  text-align: left; }

@media screen and (max-width: 1024px) {
  .authors-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.authors-card {
  padding: 30px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden; }
  .authors-card:not(:last-child) {
    margin-bottom: 16px; }
  .authors-card__photo {
    display: block;
    -webkit-box-flex: 0 0 auto;
    -webkit-flex-grow: 0 0 auto;
        -ms-flex-positive: 0 0 auto;
            flex-grow: 0 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden; }
    .authors-card__photo img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%; }
  .authors-card__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px; }
    .authors-card__name:hover {
      color: #faba0d; }
  .authors-card__post {
    font-size: 16px;
    line-height: 21px;
    color: #a4a4a4;
    margin-top: 5px; }
  .authors-card__project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px; }
    .authors-card__project .icon {
      width: 21px;
      margin-right: 8px; }
  .authors-card__articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px; }
    .authors-card__articles .icon {
      margin-right: 8px; }

@media screen and (min-width: 1025px) {
  .authors-card {
    padding-right: 90px; } }

@media screen and (min-width: 768px) {
  .authors-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .authors-card__photo {
      margin-right: 50px; }
    .authors-card__project {
      margin-left: auto; }
    .authors-card__articles {
      min-width: 110px;
      margin-left: 50px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .authors-card__info {
    padding-right: 30px; }
  .authors-card__project, .authors-card__articles {
    font-size: 13px; } }

@media screen and (max-width: 767px) {
  .authors-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .authors-card__photo {
      width: 50px;
      height: 50px; }
    .authors-card__info {
      width: calc(100% - 50px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px; }
    .authors-card__project, .authors-card__articles {
      margin-top: 25px; }
    .authors-card__project {
      padding-right: 30px; } }

.author-articles {
  margin-top: 50px; }

.author-article {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px; }
  .author-article:not(:last-child) {
    margin-bottom: 16px; }
  .author-article__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px; }
    .author-article__title:hover {
      color: #faba0d; }
  .author-article__stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px; }
  .author-article__stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .author-article__stat:not(:last-child) {
      margin-right: 30px; }
    .author-article__stat .icon {
      width: 21px;
      height: 21px; }
  .author-article__icon {
    margin-right: 8px; }
  .author-article__text {
    font-weight: 600;
    font-size: 14px; }

@media screen and (max-width: 767px) {
  .author-article__title {
    font-size: 16px;
    line-height: 24px; }
  .author-article__stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .author-article__stat:not(:last-child) {
    margin-bottom: 16px; } }

.company-header .title {
  text-align: left;
  margin-bottom: 0; }

.company-header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.company-header__stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px; }
  .company-header__stats a {
    color: #54b2e7; }

.company-header__stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .company-header__stat:not(:last-child) {
    margin-right: 30px; }
  .company-header__stat .icon {
    width: 21px;
    height: 21px;
    margin-right: 4px; }

.company-header__text {
  font-weight: bold;
  color: #2c3d45; }

.company-header__subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px; }

.company-header__tags {
  margin-top: 25px; }

.company-header__tag {
  background: #2c3d45;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  padding: 4px 3px;
  border-radius: 3px;
  margin: 3px 3px 0 0; }
  .company-header__tag.new {
    background: #5dc14d; }
  .company-header__tag.online {
    background: #4d59c1; }
  .company-header__tag.offline {
    background: #3bcbf9; }
  .company-header__tag.onof {
    background: #c97bc6; }
  .company-header__tag.emp {
    background: #00b1bc; }

.company-header__categories {
  margin-top: 25px; }

.company-header__category {
  display: inline-block;
  padding: 10px 25px;
  background: #faba0d;
  text-decoration: underline;
  margin: 5px 5px 0 0;
  border-radius: 3px; }

.company-header__paragraph {
  margin-top: 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px; }
  .company-header__paragraph:not(:last-child) {
    margin-bottom: 15px; }

.company-header__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 480px;
  height: 300px;
  background: #f6f6f6;
  border: 5px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px; }

.company-header__logo {
  max-width: 350px;
  max-height: 350px;
  padding: 15px; }

.company-header__teacher {
  width: 100%;
  height: 100%; }
  .company-header__teacher img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) {
  .company-header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .company-header-info {
    margin-top: 30px; }
  .company-header__stat {
    margin-bottom: 10px; }
  .company-header__category {
    font-size: 12px;
    padding: 5px 15px; } }

.diplom-text {
  max-width: 560px;
  margin: -15px auto 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px; }

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

@media screen and (max-width: 767px) {
  .diplom-photo {
    margin-top: 15px; } }

.graduates-text {
  max-width: 560px;
  margin: -15px auto 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center; }

.graduates-widget {
  margin-top: 30px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 30px; }

.graduates__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  line-height: 0;
  padding: 15px; }
  .graduates__logo img {
    max-height: 40px; }

@media screen and (max-width: 767px) {
  .graduates-widget {
    padding: 15px; }
  .graduates__logo {
    height: 60px;
    padding: 10px 20px; }
    .graduates__logo img {
      max-height: 40px; } }

.about-us {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 32px; }
  .about-us p {
    font-size: 18px;
    line-height: 32px; }
    .about-us p:not(:last-child) {
      margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .about-us {
    font-size: 16px;
    line-height: 1.75; }
    .about-us p {
      font-size: 16px;
      line-height: 1.75; }
      .about-us p:not(:last-child) {
        margin-bottom: 15px; } }

.teachers {
  position: relative;
  margin-top: 30px;
  overflow: hidden; }
  .teachers .swiper {
    padding: 0 75px; }
    .teachers .swiper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      max-height: 500px;
      width: 120px;
      background: -webkit-gradient(linear, left top, right top, color-stop(10%, #f6f6f6), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(left, #f6f6f6 10%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, #f6f6f6 10%, rgba(255, 255, 255, 0) 100%);
      z-index: 2;
      pointer-events: none; }
    .teachers .swiper:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      max-height: 500px;
      width: 120px;
      background: -webkit-gradient(linear, right top, left top, color-stop(10%, #f6f6f6), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(right, #f6f6f6 10%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to left, #f6f6f6 10%, rgba(255, 255, 255, 0) 100%);
      z-index: 2;
      pointer-events: none; }
    .teachers .swiper-slide {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .teachers .swiper-prev, .teachers .swiper-next {
      position: absolute;
      top: calc(50% - 52px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 60px;
      height: 60px;
      background: #ececec;
      z-index: 3;
      border-radius: 3px;
      cursor: pointer;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
      .teachers .swiper-prev:hover, .teachers .swiper-next:hover {
        background: #faba0d; }
      .teachers .swiper-prev .icon, .teachers .swiper-next .icon {
        width: 24px;
        height: 24px; }
    .teachers .swiper-next {
      right: 8px; }
    .teachers .swiper-prev {
      left: 8px; }
  .teachers__content {
    text-align: center; }
  .teachers__photo {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden; }
    .teachers__photo img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%; }
  .teachers__content {
    margin-top: 15px; }
  .teachers__name {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold; }
  .teachers__post {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px; }
  .teachers .button_more {
    margin-top: 25px; }

@media screen and (max-width: 767px) {
  .teachers .swiper {
    padding: 0; }
    .teachers .swiper:before, .teachers .swiper:after {
      width: 30px; }
    .teachers .swiper-prev, .teachers .swiper-next {
      display: none; } }

.course-header .title {
  text-align: left;
  margin-bottom: 0; }

.course-header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.course-header__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 200px;
  line-height: 0;
  margin-right: 15px; }

.course-header__stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  gap: 16px; }
  .course-header__stats a {
    color: #54b2e7; }

.course-header__stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .course-header__stat .icon {
    width: 21px;
    height: 21px;
    margin-right: 4px; }

.course-header__text {
  font-weight: bold;
  color: #2c3d45; }

.course-header__subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px; }

.course-header-tag {
  display: inline-block;
  vertical-align: middle;
  background: #a4a4a4;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  padding: 8px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: normal; }

.course-header__tags {
  margin-top: 25px; }

.course-header__tag {
  background: #2c3d45;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  padding: 4px 3px;
  border-radius: 3px;
  margin: 3px 3px 0 0; }
  .course-header__tag.new {
    background: #5dc14d; }
  .course-header__tag.online {
    background: #4d59c1; }
  .course-header__tag.offline {
    background: #3bcbf9; }
  .course-header__tag.onof {
    background: #c97bc6; }
  .course-header__tag.emp {
    background: #00b1bc; }

.course-header__categories {
  margin-top: 25px; }

.course-header__category {
  display: inline-block;
  padding: 10px 25px;
  background: #faba0d;
  text-decoration: underline;
  margin: 5px 5px 0 0;
  border-radius: 3px; }

.course-header__paragraph {
  margin-top: 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px; }
  .course-header__paragraph:not(:last-child) {
    margin-bottom: 15px; }

.course-header__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 480px;
  height: 300px;
  background: #f6f6f6;
  border: 5px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  line-height: 0; }
  .course-header__picture img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 300px; }

.course-header__logo {
  max-width: 350px;
  max-height: 350px;
  padding: 15px; }

.course-header__teacher {
  width: 100%;
  height: 100%; }
  .course-header__teacher img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    width: 100%;
    height: 100%; }

.course-header-bottom {
  margin-top: 30px; }
  .course-header-bottom > .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .course-header-bottom .button {
    position: relative; }
  .course-header-bottom .button__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -2px; }
  .course-header-bottom .cashback {
    position: absolute;
    right: -15px;
    top: -10px;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    padding: 4px 4px;
    border-radius: 3px;
    margin: 3px 3px 0 0;
    background: #f93b3b;
    text-transform: none;
    pointer-events: none; }

.course-header__prices {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; }

.course-header-refine {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px dotted #2c3d45; }

.course-header__price {
  font-weight: 700;
  font-size: 36px;
  line-height: 24px;
  white-space: nowrap; }
  .course-header__price_old {
    text-align: right;
    vertical-align: super;
    color: #a4a4a4;
    font-size: 16px;
    margin-right: -33%;
    margin-bottom: 5px;
    text-decoration: line-through; }

.course-header__payment {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px; }

.course-header-status {
  color: #a4a4a4;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600; }

@media screen and (max-width: 1024px) {
  .course-header-media {
    display: none; } }

@media screen and (max-width: 767px) {
  .course-header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .course-header-info {
    margin-top: 30px; }
  .course-header__label {
    max-width: 100%; }
    .course-header__label img {
      max-width: 50%; }
  .course-header__stat {
    margin-bottom: 10px; }
  .course-header__category {
    font-size: 12px;
    padding: 5px 15px; }
  .course-header-button {
    margin-top: 30px; } }

.promo-row {
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }

.promo-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  min-height: 600px;
  padding: 30px 10% 0; }
  .promo-col_white {
    background: white; }
  .promo-col_yellow {
    background: #faba0d; }
  .promo-col_black {
    background: #2c3d45;
    color: white; }

.promo__title {
  font-size: 90px; }

.promo__price {
  font-weight: bold;
  font-size: 64px;
  line-height: 87px; }

.promo__salary {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px; }

.promo-hh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }
  .promo-hh__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100px;
    height: 100px;
    margin-right: 25px; }
  .promo-hh__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left; }
  .promo-hh a {
    text-decoration: underline; }
    .promo-hh a:hover {
      text-decoration: none; }

.promo__all {
  position: absolute;
  right: 0;
  top: 0;
  background: #db2922;
  color: white;
  text-align: center;
  padding: 5px 15px 4px;
  font-size: 16px;
  font-weight: 600; }

.promo__more {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px; }

.promo-table {
  margin-top: 15px; }
  .promo-table__tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    text-align: left;
    margin-bottom: 8px; }
  .promo-table__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    min-width: 200px; }
  .promo-table__value {
    font-weight: 800;
    font-size: 18px;
    line-height: 40px; }

.promo-guarantee__percent {
  font-weight: bold;
  font-size: 64px;
  line-height: 87px; }

.promo-guarantee__text {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px; }

.promo__refund {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-top: 40px; }

.promo-button {
  margin-top: 40px; }

.promo .button {
  position: relative;
  -webkit-box-shadow: 0px 0px 30px rgba(240, 240, 240, 0.25);
          box-shadow: 0px 0px 30px rgba(240, 240, 240, 0.25); }
  .promo .button__text {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: -3px;
    font-weight: 700; }

.promo .cashback {
  position: absolute;
  right: -15px;
  top: -10px;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  padding: 4px 4px;
  border-radius: 3px;
  margin: 3px 3px 0 0;
  background: #F93B3B;
  text-transform: none;
  pointer-events: none; }

@media (min-width: 768px) and (max-width: 1024px) {
  .promo-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .promo-col {
    min-height: 500px;
    padding: 30px 5%; }
  .promo__title {
    font-size: 60px; }
  .promo__price {
    font-size: 34px;
    line-height: 40px; }
  .promo__salary {
    font-size: 16px;
    line-height: 20px; }
  .promo-hh__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 70px;
    height: 70px;
    margin-right: 15px; }
  .promo-table__title {
    font-size: 16px;
    line-height: 20px;
    min-width: 160px; }
  .promo-table__value {
    font-size: 16px;
    line-height: 20px; }
  .promo-guarantee__percent {
    font-weight: bold;
    font-size: 34px;
    line-height: 38px; }
  .promo-guarantee__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px; }
  .promo__refund {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px; }
  .promo-button {
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .promo-col {
    min-height: 300px; }
    .promo-col:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .promo-col:nth-child(2) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .promo-col:nth-child(3) {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .promo-col:nth-child(4) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
  .promo__title {
    font-size: 60px; }
  .promo__price {
    font-size: 34px;
    line-height: 40px; }
  .promo__salary {
    font-size: 16px;
    line-height: 20px; }
  .promo-hh__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 70px;
    height: 70px;
    margin-right: 15px; }
  .promo-table__title {
    font-size: 16px;
    line-height: 20px;
    min-width: 160px; }
  .promo-table__value {
    font-size: 16px;
    line-height: 20px; }
  .promo-guarantee__percent {
    font-weight: bold;
    font-size: 34px;
    line-height: 38px; }
  .promo-guarantee__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px; }
  .promo__refund {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px; }
  .promo-button {
    margin-top: 20px; } }

.reviews-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 30px; }
  .reviews-card:not(:last-child) {
    margin-bottom: 16px; }
  .reviews-cards {
    margin-top: 30px; }
  .reviews-card__author {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100px; }
  .reviews-card__photo {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px; }
    .reviews-card__photo img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%; }
  .reviews-card__name {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    text-align: center; }
  .reviews-card__info {
    padding-left: 30px; }
  .reviews-card__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .reviews-card__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px; }
    .reviews-card__date .icon {
      width: 16px;
      height: 16px;
      line-height: 0;
      margin-right: 8px;
      margin-top: -2px; }
    .reviews-card__date span {
      font-size: 13px;
      line-height: 0.9;
      font-weight: bold; }
  .reviews-card__content {
    margin-top: 10px; }
  .reviews-card__bot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px 32px;
    margin-top: 16px; }
    .reviews-card__bot-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .reviews-card__bot-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 16px; }
  .reviews-card__about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px; }
    .reviews-card__about-link {
      color: #54b2e7;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .reviews-card__about-link:hover {
        color: #3bcbf9; }
  .reviews-card__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px; }
  .reviews-card__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px; }
  .reviews-card .text-full-link {
    font-size: 14px;
    color: #54b2e7;
    text-decoration: underline;
    text-align: right;
    cursor: pointer; }
    .reviews-card .text-full-link:hover {
      text-decoration: none; }
  .reviews-card-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .reviews-card-logo__img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden; }
      .reviews-card-logo__img img {
        -o-object-fit: contain;
           object-fit: contain;
        width: 100%;
        height: 100%; }
    .reviews-card-logo__name {
      font-size: 12px;
      font-weight: 600; }
  .reviews-card .star {
    pointer-events: none; }
  .reviews-card__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .reviews-card__tag {
    background: #2c3d45;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    padding: 4px 3px;
    border-radius: 3px;
    margin: 3px 3px 0 0;
    background: #5dc14d; }
    .reviews-card__tag.online {
      background: #4d59c1; }
    .reviews-card__tag.offline {
      background: #3bcbf9; }
    .reviews-card__tag.onof {
      background: #c97bc6; }
    .reviews-card__tag.emp {
      background: #00b1bc; }
  .reviews-card .read-more {
    color: #54b2e7;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding-left: 15px;
    text-decoration: underline; }
    .reviews-card .read-more:hover {
      opacity: 0.7;
      text-decoration: none; }

#partner-reviews .show-more {
  margin-top: 0; }

@media screen and (max-width: 1024px) {
  .reviews-card__about {
    margin-top: 32px; } }

@media screen and (max-width: 767px) {
  .reviews-card {
    position: relative;
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .reviews-card__info {
      padding-left: 0;
      margin-top: 15px; }
    .reviews-card__top {
      position: absolute;
      right: 15px;
      top: 25px;
      padding-left: 50px;
      width: calc(100% - 100px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .reviews-card__bot {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 16px;
      gap: 4px; }
      .reviews-card__bot-left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0; }
      .reviews-card__bot-right {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0; }
    .reviews-card__date {
      margin-left: 0;
      margin-top: 10px; }
    .reviews-card__photo {
      width: 70px;
      height: 70px; }
    .reviews-card__name {
      text-align: left; }
    .reviews-card__tags {
      margin-top: 4px; }
    .reviews-card-logo__img {
      margin-left: 0; } }

.stars-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.stars-rate__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.stars-rate__list.marked {
  pointer-events: none; }

.stars-rate .star {
  width: 20px;
  height: 16px;
  background: url("../images/svg/star_empty.svg") no-repeat center;
  background-size: contain;
  cursor: pointer; }

.stars-rate .star__full, .stars-rate .star.hover, .stars-rate .star.selected {
  background: url("../images/svg/star_full.svg") no-repeat center; }

.stars-rate .star__half {
  background: url("../images/svg/star_half.svg") no-repeat center; }

.stars-rate .star.selected {
  pointer-events: none; }

.stars-rate__point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  background: #f6f6f6;
  border-radius: 50%;
  margin-left: 5px; }

.form-multiselect {
  padding: 0 40px; }

.dropdown-multiple, .dropdown-multiple-label, .dropdown-single {
  position: relative; }

.dropdown-multiple-label.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.js-multiselect .label-error {
  display: none !important; }

.js-multiselect.is-error .label-error {
  display: block !important; }

.dropdown-multiple-label.active .dropdown-main, .dropdown-multiple.active .dropdown-main, .dropdown-single.active .dropdown-main {
  display: block;
  -webkit-animation: iui-fadeIn 0.2s ease-in forwards;
  animation: iui-fadeIn 0.2s ease-in forwards; }

.dropdown-single.active .dropdown-display-label:after, .dropdown-single.active .dropdown-display:after {
  border-top: none;
  border-bottom: 10px solid #999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.dropdown-multiple.active .dropdown-display, .dropdown-multiple.active .dropdown-display-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.dropdown-single.active .dropdown-display, .dropdown-single.active .dropdown-display-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.dropdown-display {
  position: relative;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #fff; }

.dropdown-display-label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  font-size: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  color: #2c3d45;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  background: #fff url("../images/svg/search.svg") no-repeat calc(100% - 15px) 14px;
  padding: 0 15px; }

.dropdown-display:after {
  content: "";
  position: absolute;
  border-top: 10px solid #999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 12px;
  right: 8px; }

.dropdown-clear-all {
  background-color: #fff;
  border: none;
  font-size: 22px;
  z-index: 999;
  color: #999;
  position: absolute;
  right: 2px;
  top: 2px;
  display: none;
  width: 25px;
  height: 30px;
  text-align: center;
  line-height: 30px; }

.dropdown-clear-all:focus {
  outline: 0; }

.dropdown-clear-all:hover {
  color: #ccc;
  text-decoration: none; }

.dropdown-display {
  white-space: nowrap;
  padding: 6px 20px 6px 12px; }

.dropdown-multiple:hover .dropdown-clear-all, .dropdown-single:hover .dropdown-clear-all {
  display: block; }

.dropdown-display .dropdown-chose-list {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.dropdown-display .dropdown-chose-list span:before {
  content: ","; }

.dropdown-display .dropdown-chose-list span:first-child:before {
  content: ""; }

.dropdown-display .placeholder {
  display: none; }

.dropdown-display .placeholder:first-child {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #999;
  display: block;
  text-indent: 10px;
  font-size: 13px;
  line-height: 32px; }

.dropdown-display input {
  border: 0;
  outline: 0; }

.dropdown-display-label {
  cursor: text;
  padding: 0 50px 0 0; }

.dropdown-display-label .dropdown-search {
  display: block; }

.dropdown-display-label input {
  border: none;
  outline: 0;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 0; }

.dropdown-display-label input:focus {
  border: none;
  outline: 0; }

.dropdown-display-label .dropdown-chose-list {
  display: block;
  width: 100%;
  padding-left: 15px; }

.dropdown-display-label .dropdown-chose-list .placeholder {
  display: none; }

.dropdown-display-label .dropdown-selected {
  position: relative;
  font-size: 12px;
  margin: 5px 5px 0 0;
  padding: 6px 25px 5px 8px;
  background: #5dc14d;
  max-width: 100%;
  border-radius: 3px;
  background-repeat: repeat-x;
  color: white;
  cursor: default;
  display: inline-block; }

.dropdown-display-label .dropdown-selected .del {
  position: absolute;
  right: 8px;
  top: 4px;
  font-style: normal;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  line-height: 1;
  color: white;
  -webkit-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s; }
  .dropdown-display-label .dropdown-selected .del:hover {
    opacity: .5; }

.dropdown-display-label .dropdown-selected .del:after {
  content: "×";
  font-size: 16px; }

.dropdown-main {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 18px;
  margin: 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-top: 5px;
  background-color: #ffffff;
  z-index: 11;
  display: none; }

.dropdown-main ul {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  margin: 0;
  padding: 0; }

.dropdown-main input {
  margin-top: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  border: 1px solid #ccc;
  width: 100%;
  text-indent: 5px;
  border-radius: 3px; }

.dropdown-main .dropdown-search {
  display: block;
  padding: 10px 0; }

.dropdown-group {
  font-weight: 700;
  margin: 0;
  padding-left: 12px;
  list-style: none;
  line-height: 26px;
  word-wrap: break-word; }

.dropdown-option {
  display: block;
  margin: 0;
  font-size: 14px;
  color: #2c3d45;
  padding: 12px 15px;
  list-style: none;
  word-wrap: break-word;
  cursor: pointer; }

.dropdown-option:focus, .dropdown-option:hover {
  background-color: #faba0d;
  outline: 0; }

.dropdown-option[disabled] {
  color: #ddd;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: line-through; }

.dropdown-option.dropdown-chose {
  display: none; }

.dropdown-maxItem-alert, .dropdown-minItem-alert {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4e3e2;
  width: 100%;
  height: 39px;
  line-height: 39px;
  padding: 0 5px;
  border-radius: 5px;
  color: #999;
  -webkit-animation: iui-fadeIn 0.2s ease-in forwards;
  animation: iui-fadeIn 0.2s ease-in forwards; }

@-webkit-keyframes iui-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes iui-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes iui-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes iui-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.cabinet-header-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.cabinet-header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.cabinet-header__new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .cabinet-header__new a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #5dc14d;
    margin: -5px 0 0 5px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    font-weight: 700;
    width: 32px;
    height: 32px;
    margin-left: 10px; }

.cabinet-header__show {
  background: transparent;
  color: #5dc14d;
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline; }
  .cabinet-header__show:hover {
    text-decoration: none; }

.cabinet-header__reset {
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
  margin-left: auto; }
  .cabinet-header__reset:hover {
    text-decoration: none; }

.cabinet-header__export {
  margin-left: auto; }

.cabinet-nav {
  position: relative;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 30px;
  margin-bottom: 30px; }
  .cabinet-nav__list li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600; }
    .cabinet-nav__list li:not(:last-child) {
      margin-bottom: 10px; }
    .cabinet-nav__list li:hover {
      color: #faba0d; }
    .cabinet-nav__list li.active {
      pointer-events: none;
      color: #a4a4a4; }
  .cabinet-nav__list .new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #5dc14d;
    margin: -5px 0 0 5px;
    border-radius: 50%;
    color: white;
    font-size: 11px;
    font-weight: 700;
    width: 23px;
    height: 23px; }

.cabinet-warning {
  padding: 30px 0; }

.cabinet .offers-cards {
  margin-top: 30px; }

.cabinet .tabs__list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .cabinet .tabs__list li {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase; }
    .cabinet .tabs__list li.active:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -10px;
      height: 4px;
      background: #faba0d; }

.cabinet-notices {
  margin-top: 50px; }

.cabinet-notice {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 30px;
  margin-bottom: 16px;
  opacity: 1;
  -webkit-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s; }
  .cabinet-notice.is-read {
    opacity: .5; }
    .cabinet-notice.is-read .cabinet-notice__status {
      display: none; }
  .cabinet-notice__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 24px; }
  .cabinet-notice__date {
    font-size: 12px;
    color: #a4a4a4; }
  .cabinet-notice__status {
    margin-left: auto;
    line-height: 0;
    cursor: pointer; }
    .cabinet-notice__status .icon {
      -webkit-transition: stroke ease .3s;
      -o-transition: stroke ease .3s;
      transition: stroke ease .3s; }
    .cabinet-notice__status:hover .icon {
      stroke: #5dc14d; }
  .cabinet-notice__content {
    margin-top: 10px; }
  .cabinet-notice__title {
    font-size: 16px;
    font-weight: bold; }
  .cabinet-notice__text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px; }

.cabinet .aside {
  overflow: hidden; }

.cabinet .icon-xls {
  stroke: none; }

@media screen and (max-width: 767px) {
  .cabinet-page .tooltipster-base {
    display: none !important; }
  .cabinet-nav {
    padding: 15px 0;
    margin-left: -16px;
    margin-right: -16px; }
    .cabinet-nav__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      padding-top: 5px;
      overflow: auto hidden;
      padding: 5px 0 0 16px; }
      .cabinet-nav__list li {
        white-space: nowrap;
        margin-right: 30px; }
  .cabinet-header__found {
    margin-bottom: 30px; }
  .cabinet-header__new, .cabinet-header__show {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 30px;
    text-align: left; }
  .cabinet-header__reset {
    text-align: left;
    margin-left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .cabinet .tabs__list li {
    font-size: 12px; }
  .cabinet .content-search-col {
    margin-bottom: 16px; } }

.circle-progress {
  width: 75px; }
  .circle-progress-circle {
    stroke: #f0f0f0;
    stroke-width: 4px; }
  .circle-progress-value {
    stroke: #5dc14d;
    stroke-width: 4px; }
  .circle-progress-text {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    fill: #2c3d45; }

.inputAvatar {
  position: relative; }
  .inputAvatar #avatar {
    display: none; }
  .inputAvatar__label {
    position: relative;
    background: #f6f6f6;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
    border: #f0f0f0 1px solid;
    min-height: 130px; }
    .inputAvatar__label.is-error {
      border-color: #db2922; }
    .inputAvatar__label.is-success .inputAvatar__preview {
      background: white; }
    .inputAvatar__label.is-success:after {
      content: '+';
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      font-size: 70px;
      line-height: .9;
      font-weight: 100;
      color: rgba(255, 255, 255, 0.8);
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s; }
    .inputAvatar__label.is-success:hover:after {
      opacity: 1;
      visibility: visible; }
  .inputAvatar .icon-plus {
    stroke: #a4a4a4;
    width: 50px;
    height: 50px; }
  .inputAvatar__title {
    font-size: 14px;
    line-height: .9;
    color: #a4a4a4; }
  .inputAvatar__hint {
    font-size: 11px;
    line-height: .9;
    color: #a4a4a4;
    margin-top: 5px; }
  .inputAvatar__preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 0;
    z-index: 1;
    padding: 5px; }
    .inputAvatar__preview img {
      -o-object-fit: contain;
         object-fit: contain;
      max-width: 100%;
      max-height: 100%; }
  .inputAvatar .label-error {
    color: #DB2922;
    font-size: 12px;
    text-align: left;
    margin-top: 5px; }

.fieldset-file__input {
  display: none; }

.fieldset-file__info-wrapper {
  background: #f6f6f6;
  cursor: pointer;
  text-align: center;
  padding: 15px 15px 21px;
  border: #a4a4a4;
  border-radius: 3px; }

.fieldset-file__plus {
  font-size: 56px;
  color: #a4a4a4;
  font-weight: 100; }

.fieldset-file__text {
  font-size: 14px;
  line-height: 16px;
  color: #a4a4a4; }

.fieldset-file__hint {
  font-size: 12px;
  line-height: 14px;
  color: #A4A4A4; }

.filling-example {
  position: relative; }
  .filling-example__title {
    text-decoration: underline;
    color: #54b2e7;
    margin-bottom: 30px;
    cursor: pointer; }
    .filling-example__title:hover {
      text-decoration: none; }
  .filling-example__box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .filling-example__wrap {
    position: relative;
    max-width: 500px;
    width: 100%;
    padding: 50px 15px 30px 15px;
    background: white;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
  .filling-example__content {
    max-height: 300px;
    padding-right: 15px; }
  .filling-example__close {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    cursor: pointer; }

.teachers-cards {
  margin-top: 50px; }

.teachers-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .teachers-card-col {
    margin-bottom: 30px; }
  .teachers-card-widget {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow ease .8s;
    transition: -webkit-box-shadow ease .8s;
    -o-transition: box-shadow ease .8s;
    transition: box-shadow ease .8s;
    transition: box-shadow ease .8s, -webkit-box-shadow ease .8s; }
    .teachers-card-widget:hover {
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
  .teachers-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px;
    width: 100%; }
  .teachers-card__courses {
    margin-left: auto; }
    .teachers-card__courses span {
      font-size: 16px;
      padding-right: 5px; }
    .teachers-card__courses a {
      color: #54b2e7;
      text-decoration: underline; }
      .teachers-card__courses a:hover {
        text-decoration: none; }
  .teachers-card-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 20px 25px;
    text-align: center; }
  .teachers-card__photo {
    display: block;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0; }
    .teachers-card__photo img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%; }
  .teachers-card__name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bolder;
    height: 50px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 96px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .teachers-card__name:hover {
      color: #faba0d; }
  .teachers-card__description {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    min-height: 124px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 108px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .teachers-card__button {
    position: relative;
    margin: 20px auto 0; }
    .teachers-card__button .button {
      width: 100%; }
    .teachers-card__button .button__text {
      font-size: 14px;
      font-weight: bold; }
  .teachers-card__more {
    margin-top: 20px; }
    .teachers-card__more .button_ghost {
      margin: 0 auto; }
    .teachers-card__more .button__text {
      font-size: 14px;
      font-weight: 500; }

.apps-cards {
  margin-top: 50px; }
  .apps-cards-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .apps-cards__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    padding: 0 16px; }

.apps-card {
  position: relative;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 15px;
  margin-top: 30px; }
  .apps-card-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -15px; }
    .apps-card-top > div:not(:last-child) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
      padding: 0 15px; }
    .apps-card-top div.app-card__status {
      width: 30%; }
      .apps-card-top div.app-card__status .tooltip {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 24px;
        height: 24px;
        line-height: 0; }
  .apps-card-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 5px; }
  .apps-card-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-top: 15px;
    margin: 15px -15px 0;
    border-top: #f0f0f0 1px dashed; }
    .apps-card-bottom-buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%; }
      .apps-card-bottom-buttons .button {
        margin: 0 15px; }
  .apps-card__name {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px; }
  .apps-card__logo {
    max-width: 110px;
    margin-top: 15px; }
  .apps-card__type {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    font-size: 14px;
    line-height: 17px; }
    .apps-card__type .icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 24px;
          -ms-flex: 0 0 24px;
              flex: 0 0 24px;
      width: 24px;
      margin-right: 5px; }
    .apps-card__type span {
      padding-top: 3px; }
  .apps-card__date {
    font-size: 14px;
    line-height: 1.4; }
  .apps-card__price {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px; }
    .apps-card__price span {
      font-size: 13px; }
  .apps-card__status {
    margin-top: -5px; }
  .apps-card__id {
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #9D9D9D; }
  .apps-card__collaborator {
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #9D9D9D;
    margin-right: 30px; }
  .apps-card__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    padding: 0 15px; }
  .apps-card__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px; }
  .apps-card__table {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px; }
  .apps-card__tr {
    display: table-row; }
  .apps-card__td {
    display: table-cell;
    line-height: 1.2;
    padding-bottom: 10px; }
    .apps-card__td:first-child {
      padding-right: 15px; }
  .apps-card__full {
    color: #54b2e7;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s; }
    .apps-card__full:hover {
      color: #54b2e7; }
  .apps-card__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
    padding: 0 15px; }
    .apps-card__options > .button:not(:last-child) {
      margin-right: 15px; }
  .apps-card .button {
    padding: 0 15px;
    min-width: 175px;
    min-height: 40px; }
    .apps-card .button__text {
      text-align: center;
      font-size: 13px; }
  .apps-card .status-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px; }
    .apps-card .status-options .icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 24px;
          -ms-flex: 0 0 24px;
              flex: 0 0 24px;
      width: 24px;
      height: 24px; }
    .apps-card .status-options__button {
      background: transparent;
      cursor: pointer;
      -webkit-transition: opacity ease .3s;
      -o-transition: opacity ease .3s;
      transition: opacity ease .3s; }
      .apps-card .status-options__button:not(:last-child) {
        margin-right: 10px; }
      .apps-card .status-options__button:hover {
        opacity: .4; }

@media (min-width: 768px) and (max-width: 1024px) {
  .apps-card__date, .apps-card__award {
    font-size: 13px; } }

@media screen and (max-width: 767px) {
  .apps-cards-head {
    display: none; }
  .apps-card {
    margin-top: 16px; }
    .apps-card-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .apps-card-top > div:not(:last-child),
      .apps-card-top > div:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%; }
    .apps-card .button-status {
      min-width: 110px; }
      .apps-card .button-status .button__text {
        font-size: 12px; }
      .apps-card .button-status .button__icon {
        margin-right: 5px; }
    .apps-card__type, .apps-card__status, .apps-card__date, .apps-card__award {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      padding: 0 15px; }
      .apps-card__type:before, .apps-card__status:before, .apps-card__date:before, .apps-card__award:before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 500;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 15px; }
    .apps-card__logo {
      max-width: 200px; }
    .apps-card-middle {
      margin-top: 30px; }
    .apps-card-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .apps-card-bottom-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .apps-card-bottom-buttons .button {
          margin: 15px; }
    .apps-card.offer-card .app-card__status {
      position: relative;
      padding-bottom: 50px; }
    .apps-card.offer-card .status-options {
      position: absolute;
      left: 50%;
      top: 30px; }
      .apps-card.offer-card .status-options .icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 36px;
            -ms-flex: 0 0 36px;
                flex: 0 0 36px;
        width: 36px;
        height: 36px; }
    .apps-card__id {
      padding-right: 15px; }
    .apps-card__info, .apps-card__options {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      width: 100%; }
    .apps-card__options {
      margin-top: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .apps-card__options > .button:not(:last-child) {
        margin: 0 0 15px; } }

.user-avatar .inputAvatar__preview {
  position: relative;
  line-height: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 15px #CFCFCF;
          box-shadow: 0px 0px 15px #CFCFCF;
  margin: 0 auto;
  cursor: pointer; }
  .user-avatar .inputAvatar__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    border-radius: 50%; }

.user-avatar .inputAvatar-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }
  .user-avatar .inputAvatar-add__icon {
    margin-right: 10px; }
  .user-avatar .inputAvatar-add__text {
    color: #54b2e7;
    font-weight: 500; }

.user-avatar .inputAvatar__label {
  padding: 0;
  min-height: auto;
  border: none;
  overflow: visible; }
  .user-avatar .inputAvatar__label:after {
    display: none !important; }

.user-avatar #avatar {
  display: none; }

.user-avatar__types {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #a4a4a4;
  margin-top: 5px; }

.user-avatar__name {
  margin-top: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px; }

.user-avatar__id {
  color: #a4a4a4;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .user-avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .user-avatar .inputAvatar-add {
      max-width: 275px;
      margin: 30px 0; }
    .user-avatar__id {
      margin-top: 20px; }
    .user-avatar__types {
      max-width: 275px;
      text-align: center; }
    .user-avatar-info {
      padding-left: 50px; } }

@media screen and (max-width: 767px) {
  .user-avatar .inputAvatar__preview {
    margin: 0 auto;
    width: 200px;
    height: 200px; }
  .user-avatar .inputAvatar-add {
    margin: 30px 0; }
  .user-avatar__id {
    margin-top: 20px;
    margin-bottom: 30px; }
  .user-avatar__types {
    text-align: center;
    margin-top: -15px; }
  .user-avatar-info {
    text-align: center; } }

.section__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 25px; }
  .section__title .tooltip {
    line-height: 0;
    margin-left: 5px;
    cursor: pointer; }

.section__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 20px; }

.section-add-emp {
  margin-top: 30px;
  max-width: 960px; }
  .section-add-emp .hint {
    margin-bottom: 30px; }
  .section-add-emp .form-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 50px; }

.section-emp-list {
  margin-top: 50px;
  max-width: 960px; }
  .section-emp-list .but-remove {
    background: transparent;
    cursor: pointer; }
    .section-emp-list .but-remove .icon {
      stroke: #2c3d45;
      -webkit-transition: stroke ease .3s;
      -o-transition: stroke ease .3s;
      transition: stroke ease .3s; }
    .section-emp-list .but-remove:hover .icon {
      stroke: #db2922; }

.section-notices {
  margin-top: 30px;
  max-width: 960px; }
  .section-notices-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px; }
    .section-notices-top .section__title {
      margin: 0; }
  .section-notices .hint {
    margin-bottom: 30px; }
  .section-notices-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 14px; }
  .section-notices__link {
    margin-left: 30px;
    color: #54b2e7;
    text-decoration: underline;
    background: none;
    cursor: pointer; }
    .section-notices__link:hover {
      color: #143361; }
  .section-notices .form-row {
    margin-top: 30px; }
  .section-notices .form-text {
    padding-left: 15px; }
  .section-notices .form-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 50px; }
  .section-notices .section-options .form-input:not(:last-child) {
    margin-bottom: 15px; }
  .section-notices .section-options .tooltip {
    line-height: 0;
    cursor: pointer; }
  .section-notices .section-options .icon {
    margin-left: 5px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .section-notices .form-text {
    font-size: 13px; } }

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 20px;
    margin-bottom: 10px; }
  .section__subtitle {
    font-size: 16px; }
  .section-notices-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .section-notices__link {
    margin: 20px 0 0; } }

.tell {
  background: #fff;
  padding: 50px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden; }
  .tell .title {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    color: #2c3d45;
    margin-bottom: 30px;
    text-align: center; }
  .tell .comment-rate__title {
    padding-right: 10px; }
  .tell__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .tell__social li {
      border-radius: 3px;
      -webkit-transition: opacity ease 0.3s;
      -o-transition: opacity ease 0.3s;
      transition: opacity ease 0.3s; }
      .tell__social li:hover {
        opacity: 0.8; }
      .tell__social li:not(:last-child) {
        margin-right: 30px; }
      .tell__social li.fb {
        background: #3b5998; }
      .tell__social li.vk {
        background: #4680c2; }
      .tell__social li.ok {
        background: #eb722e; }
      .tell__social li.in {
        background: #00aced; }
    .tell__social a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 64px;
          -ms-flex: 0 0 64px;
              flex: 0 0 64px;
      width: 64px;
      height: 64px; }
  .tell__error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .tell__error a {
      font-size: 14px;
      font-weight: 600;
      margin: 0 16px; }
    .tell__error span {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin-right: 3px;
      margin-bottom: 1px; }
    .tell__error_blue {
      color: #54b2e7; }
      .tell__error_blue span {
        background: #54b2e7; }
    .tell__error_red {
      color: #db2922; }
      .tell__error_red span {
        background: #db2922; }
  .tell__usefull {
    margin-top: 15px;
    font-size: 16px;
    color: #a4a4a4; }
    .tell__usefull__text {
      font-size: 14px; }
    .tell__usefull span {
      font-size: 11px;
      padding: 0 4px 0 8px; }
    .tell__usefull button {
      margin-top: 5px;
      cursor: pointer;
      padding: 3px 10px;
      border-radius: 3px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .tell__usefull_yes {
      background: transparent; }
      .tell__usefull_yes:hover {
        background: #5dc14d;
        color: white; }
    .tell__usefull_no {
      background: transparent; }
      .tell__usefull_no:hover {
        background: #db2922;
        color: white; }
  .tell-stars {
    display: block;
    max-width: 320px;
    margin: 30px auto 0;
    text-align: center; }
    .tell-stars .stars-rate__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .tell-stars .stars-rate__point {
      display: inline-block;
      margin: 0 auto;
      background: transparent;
      font-size: 16px;
      font-weight: 800;
      width: auto;
      height: auto; }
    .tell-stars__rate {
      display: inline-block;
      font-size: 16px;
      font-weight: 800;
      margin-top: 10px; }
  .tell .stars-rate__list {
    pointer-events: none; }

@media screen and (min-width: 768px) {
  .tell {
    max-width: 900px;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .tell {
    padding: 32px 16px; }
    .tell__social a {
      width: 36px;
      height: 36px; }
  .ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
    height: 24px;
    width: 24px;
    background-size: contain; } }

.finances-add-payment {
  margin-top: 30px; }
  .finances-add-payment .button {
    margin-left: auto;
    margin-bottom: 30px; }

.all-courses {
  background: #f6f6f6 url("../images/svg/bg_left.svg") no-repeat left 38px; }
  .all-courses .modal-header {
    border: none; }
  .all-courses .container > .row {
    position: relative; }
  .all-courses .modal-search-form {
    margin-bottom: 32px; }
  .all-courses .modal-search-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }
  .all-courses .modal-search__input {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    border: none;
    border-radius: 3px 0 0 3px; }
  .all-courses .modal-search__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #faba0d;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    width: 40px;
    min-width: 40px;
    height: 40px; }
  .all-courses .aside-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px; }
    .all-courses .aside-nav button {
      background: transparent;
      color: #2c3d45;
      font-weight: bold;
      border-bottom: transparent 1px dashed;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      cursor: pointer; }
      .all-courses .aside-nav button.active {
        pointer-events: none; }

@media screen and (min-width: 1025px) {
  .all-courses .modal-header {
    margin-bottom: 70px; }
  .all-courses .aside-nav button {
    font-size: 24px;
    line-height: 30px; }
    .all-courses .aside-nav button:hover {
      opacity: 0.7; }
    .all-courses .aside-nav button.active {
      border-color: #2c3d45; }
  .all-courses .content-nav {
    position: absolute;
    left: 33.333%;
    top: 0;
    width: 66.666%;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }
    .all-courses .content-nav li {
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid-column;
      color: #2c3d45;
      margin-bottom: 16px; }
    .all-courses .content-nav a:hover {
      text-decoration: underline; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .all-courses .modal-header {
    margin-bottom: 32px; }
  .all-courses .aside-nav button {
    font-size: 18px;
    line-height: 24px; }
    .all-courses .aside-nav button:hover {
      opacity: 0.7; }
    .all-courses .aside-nav button.active {
      border-color: #2c3d45; }
  .all-courses .content-nav {
    position: absolute;
    left: 41.666%;
    top: 0;
    width: 58.3333%;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }
    .all-courses .content-nav li {
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid-column;
      color: #2c3d45;
      margin-bottom: 16px;
      font-size: 14px; } }

@media screen and (max-width: 767px) {
  .all-courses {
    margin: 0 -16px;
    width: calc(100% + 32px);
    padding: 64px 16px 32px;
    max-width: 100vw; }
    .all-courses .container {
      padding: 0; }
    .all-courses .aside-nav {
      gap: 30px; }
      .all-courses .aside-nav button {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
        text-transform: uppercase; }
        .all-courses .aside-nav button:after {
          content: '';
          position: absolute;
          right: 0;
          top: 2px;
          width: 12px;
          height: 12px;
          background: url("../images/svg/down.svg") no-repeat center/contain;
          -webkit-transition: -webkit-transform ease 0.3s;
          transition: -webkit-transform ease 0.3s;
          -o-transition: transform ease 0.3s;
          transition: transform ease 0.3s;
          transition: transform ease 0.3s, -webkit-transform ease 0.3s; }
        .all-courses .aside-nav button.active {
          pointer-events: auto; }
          .all-courses .aside-nav button.active:after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); }
    .all-courses .content-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px;
      padding-top: 16px; } }

.show-more {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 16px;
  cursor: pointer;
  width: 100%;
  margin-top: 32px; }
  .show-more:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }

.search-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); }

.search__input {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border: none;
  border-radius: 3px 0 0 3px; }

.search__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #faba0d;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  width: 40px;
  min-width: 40px;
  height: 40px; }

.search-back {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.search-result {
  margin-top: 50px; }

@media screen and (min-width: 1025px) {
  .search {
    padding: 16px 0;
    top: 100px; } }

@media screen and (max-width: 1024px) {
  .search {
    padding: 8px 0;
    top: 60px; }
    .search-result {
      margin-top: 16px; } }

.course {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  overflow: unset; }
  .course__advice {
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #a4a4a4; }
  .course-top-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    background: #f6f6f6; }
  .course-top__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100px;
    max-height: 50px;
    line-height: 0; }
  .course-top__stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px; }
    .course-top__stats a {
      color: #54b2e7; }
  .course-top__stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .course-top__stat:not(:last-child) {
      margin-right: 30px; }
    .course-top__stat .icon {
      width: 21px;
      height: 21px;
      margin-right: 4px; }
  .course-top__text {
    font-weight: bold;
    color: #2c3d45; }
  .course-top a:hover {
    color: #54b2e7; }
  .course__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px; }
  .course__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 24px; }
  .course__tag {
    background: #2c3d45;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    padding: 4px 5px;
    border-radius: 3px;
    margin: 3px 3px 0 0; }
    .course__tag.new {
      background: #5dc14d; }
    .course__tag.online {
      background: #4d59c1; }
    .course__tag.offline {
      background: #3bcbf9; }
    .course__tag.onof {
      background: #c97bc6; }
    .course__tag.emp {
      background: #00b1bc; }
  .course__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px; }
  .course-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px; }
    .course-info__title {
      font-weight: 700;
      font-size: 14px;
      line-height: 26px; }
    .course-info li {
      position: relative;
      font-size: 14px;
      line-height: 21px;
      margin-top: 6px;
      padding-left: 16px; }
      .course-info li:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        position: absolute;
        left: 0;
        top: 8px;
        border-radius: 50%; }
  .course-advantages li:before {
    background: #5dc14d; }
  .course-disadvantages li:before {
    background: #db2922; }
  .course-bot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 32px; }
    .course-bot__prices {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 32px; }
    .course-bot__price {
      font-weight: 800;
      font-size: 24px;
      line-height: 24px;
      text-align: center;
      white-space: nowrap;
      color: #2c3d45; }
      .course-bot__price_old {
        vertical-align: super;
        color: #a4a4a4;
        font-weight: 700;
        font-size: 16px;
        text-decoration: line-through;
        text-align: right; }
    .course-bot__payment {
      position: absolute;
      top: -24px;
      right: 0;
      font-weight: bold;
      font-size: 12px;
      line-height: 16px;
      color: #5dc14d; }
    .course-bot__date {
      font-size: 12px;
      line-height: 12px;
      margin-top: 20px; }
    .course-bot__buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; }
    .course-bot__button {
      position: relative; }
      .course-bot__button .button {
        width: 100%; }
      .course-bot__button .button__text {
        font-size: 14px;
        font-weight: bold; }
    .course-bot__cashback {
      position: absolute;
      right: -15px;
      top: -10px;
      white-space: nowrap;
      color: #fff;
      font-size: 11px;
      line-height: 1;
      font-weight: bold;
      padding: 4px 4px;
      border-radius: 3px;
      margin: 3px 3px 0 0;
      background: #f93b3b;
      pointer-events: none; }
    .course-bot__more {
      margin-top: 20px; }
      .course-bot__more .button_ghost {
        margin: 0 auto; }
      .course-bot__more .button__text {
        font-size: 14px;
        font-weight: 500; }
    .course-bot__sticker {
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: calc(50% - 100px);
      width: 200px;
      background: #ececec;
      color: #2c3d45;
      font-size: 11px;
      border-radius: 0 0 3px 3px;
      padding: 5px 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-weight: 700;
      z-index: 2;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
      .course-bot__sticker:hover {
        background: #faba0d; }
      .course-bot__sticker span {
        border-bottom: #2c3d45 1px dotted; }

@media screen and (min-width: 1025px) {
  .course {
    position: relative;
    gap: 16px;
    padding: 16px; }
    .course__advice {
      position: absolute;
      left: -4px;
      top: 0;
      -webkit-transform: rotate(-90deg) translate(-50%, -200%);
          -ms-transform: rotate(-90deg) translate(-50%, -200%);
              transform: rotate(-90deg) translate(-50%, -200%);
      color: #2c3d45;
      font-size: 14px;
      line-height: 36px;
      text-transform: uppercase; } }
    @media screen and (min-width: 1025px) and (max-width: 1220px) {
      .course__advice {
        display: none; } }

@media screen and (min-width: 1025px) {
    .course-top {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      width: 50%;
      right: 32px;
      top: 16px; }
      .course-top-label {
        margin-right: -32px;
        padding: 0 32px; }
    .course-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .course-content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
      padding-right: 32px; }
    .course-info {
      gap: 100px; }
    .course-photo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
      padding-top: 50px;
      height: auto; }
      .course-photo img {
        -o-object-fit: contain;
           object-fit: contain;
        max-width: 400px;
        max-height: 400px; }
    .course-bot {
      padding-top: 16px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .course {
    gap: 16px;
    padding: 16px 32px; }
    .course__advice {
      text-align: left; }
    .course-top-label {
      margin-left: -32px;
      padding-left: 16px; }
    .course-content {
      margin-top: 16px; }
    .course-info {
      gap: 120px; }
    .course-photo {
      display: none; }
    .course .button_ghost {
      padding: 0 0 0 16px; } }

@media screen and (max-width: 767px) {
  .course {
    gap: 16px;
    padding: 16px; }
    .course__advice {
      text-align: left; }
    .course-top-label {
      padding: 16px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -16px; }
    .course__title {
      font-size: 28px;
      line-height: 30px; }
    .course-content {
      margin-top: 16px; }
    .course-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 32px; }
    .course-photo {
      display: none; }
    .course .button_ghost {
      padding: 0 0 0 16px; }
    .course-bot {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 32px; }
      .course-bot .button {
        padding: 0 10px; } }

.content-widget {
  position: fixed;
  top: 30dvh;
  right: 81px;
  z-index: 11; }
  .content-widget.on .content-widget-button {
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
  .content-widget-area {
    position: relative;
    width: 282px; }
    .content-widget-area.on .content-widget-button .icon {
      -webkit-transform: translateX(-25%);
          -ms-transform: translateX(-25%);
              transform: translateX(-25%); }
    .content-widget-area.on .content-widget-body {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .content-widget-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(200%, -50%);
        -ms-transform: translate(200%, -50%);
            transform: translate(200%, -50%);
    width: 100px;
    height: 100px;
    background: white;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
    z-index: 1; }
    .content-widget-button:hover {
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
    .content-widget-button .icon {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      width: 200px;
      height: 100px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-transform: translateX(25%);
          -ms-transform: translateX(25%);
              transform: translateX(25%); }
      .content-widget-button .icon:before, .content-widget-button .icon:after {
        content: '';
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100px;
        height: 100px;
        background-size: 50px;
        background-repeat: no-repeat;
        background-position: center; }
      .content-widget-button .icon:before {
        background-image: url("../images/svg/content.svg");
        background-size: 42px; }
      .content-widget-button .icon:after {
        background-image: url("../images/svg/content_close.svg");
        background-size: 32px; }
  .content-widget-body {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 70dvh;
    overflow: auto;
    background: white;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    padding-top: 16px;
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
    z-index: 0; }
  .content-widget__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    height: 40px;
    padding-left: 32px;
    background: url("../images/svg/flag_yellow.svg") no-repeat left center; }
  .content-widget-list {
    padding: 32px;
    margin: 0; }
    .content-widget-list li {
      font-weight: 600; }
      .content-widget-list li:not(:last-child) {
        margin-bottom: 10px; }
    .content-widget-list a:hover {
      color: #54b2e7; }

@media screen and (max-width: 1024px) {
  .content-widget {
    right: 0;
    width: 100%; }
    .content-widget-area {
      width: 100%; }
    .content-widget-button {
      width: 50px;
      height: 50px;
      margin-right: 26px; }
      .content-widget-button:hover {
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
      .content-widget-button .icon {
        width: 200px;
        height: 50px;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: translateX(25%);
            -ms-transform: translateX(25%);
                transform: translateX(25%); }
        .content-widget-button .icon:before, .content-widget-button .icon:after {
          background-size: 24px; }
    .content-widget-body {
      width: 100%; } }

.error-404__content {
  padding: 5% 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.error-404__hint {
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0;
  text-align: center; }

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