@charset "UTF-8";
/* Bootstrap */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Proxima Nova", "Times New Roman", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help; }

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

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

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

dt {
  font-weight: bold; }

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

blockquote {
  margin: 0 0 1rem; }

a {
  color: #fe5721;
  text-decoration: none; }
  a:focus, a:hover {
    color: #d23401;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

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

textarea {
  resize: vertical; }

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

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

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 5px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 10px;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 5px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #636c72; }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  -webkit-border-radius: 8px;
          border-radius: 8px; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    -webkit-border-radius: 0;
            border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 10px;
      padding-left: 10px; } }

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

.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 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .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 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .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 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .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 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .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 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #292b2c; }

.thead-default th {
  color: #464a4c;
  background-color: #eceeef; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #ffb7a0;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control::placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: -webkit-calc(0.5rem - 1px * 2);
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: -webkit-calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: -webkit-calc(0.75rem - 1px * 2);
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: -webkit-calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem - 1px * 2);
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: -webkit-calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.9375rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .form-control-static.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.9375rem;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.90625rem; }

.form-control-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 10px; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline 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-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      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-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      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: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      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-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(254, 87, 33, 0.25);
            box-shadow: 0 0 0 2px rgba(254, 87, 33, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #fe5721;
  border-color: #fe5721; }
  .btn-primary:hover {
    color: #fff;
    background-color: #eb3a01;
    border-color: #e13801; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(254, 87, 33, 0.5);
            box-shadow: 0 0 0 2px rgba(254, 87, 33, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #fe5721;
    border-color: #fe5721; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #eb3a01;
    background-image: none;
    border-color: #e13801; }

.btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #e0e0e0; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: transparent;
    border-color: #fff; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #e0e0e0; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
            box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
            box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
            box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
            box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a; }

.btn-outline-primary {
  color: #fe5721;
  background-image: none;
  background-color: transparent;
  border-color: #fe5721; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #fe5721;
    border-color: #fe5721; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(254, 87, 33, 0.5);
            box-shadow: 0 0 0 2px rgba(254, 87, 33, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #fe5721;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #fe5721;
    border-color: #fe5721; }

.btn-outline-secondary {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
            box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
            box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
            box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
            box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-link {
  font-weight: normal;
  color: #fe5721;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #d23401;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #636c72; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.9375rem;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 8px;
          border-radius: 8px; }

.dropdown-divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #eceeef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fe5721; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent; }

.show > .dropdown-menu {
  display: block; }

.show > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: #636c72;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #000; }
  .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #fe5721;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #fe5721; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #ffddd3; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #636c72;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  -webkit-border-radius: 8px;
          border-radius: 8px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #fe5721;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  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; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #ffb7a0;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #464a4c;
      background-color: #fff; }
  .custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 8px;
          border-radius: 8px; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0 8px 8px 0;
            border-radius: 0 8px 8px 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #636c72;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    -webkit-border-top-right-radius: 8px;
            border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
            border-top-left-radius: 8px; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #636c72;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0; }

.nav-pills .nav-link {
  -webkit-border-radius: 8px;
          border-radius: 8px; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #fe5721; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  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;
  padding: 5px 10px; }

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 10px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-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;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 10px; }

.navbar-toggler-right {
  position: absolute;
  right: 10px; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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; }
    .navbar-toggleable .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable > .container {
      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; }
    .navbar-toggleable .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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; }
    .navbar-toggleable-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-sm > .container {
      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; }
    .navbar-toggleable-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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; }
    .navbar-toggleable-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      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; }
    .navbar-toggleable-md .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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; }
    .navbar-toggleable-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-lg > .container {
      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; }
    .navbar-toggleable-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-lg .navbar-toggler {
      display: none; } }

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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; }
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-toggleable-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-toggleable-xl > .container {
    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; }
  .navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #fe5721 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #eb3a01 !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  -webkit-border-radius: 8px;
          border-radius: 8px; }

.rounded-top {
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
          border-top-left-radius: 8px; }

.rounded-right {
  -webkit-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px; }

.rounded-bottom {
  -webkit-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
          border-bottom-left-radius: 8px; }

.rounded-left {
  -webkit-border-bottom-left-radius: 8px;
          border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
          border-top-left-radius: 8px; }

.rounded-circle {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.rounded-0 {
  -webkit-border-radius: 0;
          border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .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-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; }
  .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; } }

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .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-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; }
  .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; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .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-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; }
  .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; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .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-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; }
  .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; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-20 {
  height: 20% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

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

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

.m-1 {
  margin: 10px 10px !important; }

.mt-1 {
  margin-top: 10px !important; }

.mr-1 {
  margin-right: 10px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.ml-1 {
  margin-left: 10px !important; }

.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-2 {
  margin: 20px 20px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mr-2 {
  margin-right: 20px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.ml-2 {
  margin-left: 20px !important; }

.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-3 {
  margin: 30px 30px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mr-3 {
  margin-right: 30px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.ml-3 {
  margin-left: 30px !important; }

.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-4 {
  margin: 40px 40px !important; }

.mt-4 {
  margin-top: 40px !important; }

.mr-4 {
  margin-right: 40px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.ml-4 {
  margin-left: 40px !important; }

.mx-4 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.m-5 {
  margin: 50px 50px !important; }

.mt-5 {
  margin-top: 50px !important; }

.mr-5 {
  margin-right: 50px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.ml-5 {
  margin-left: 50px !important; }

.mx-5 {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

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

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

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

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

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

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

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

.p-1 {
  padding: 10px 10px !important; }

.pt-1 {
  padding-top: 10px !important; }

.pr-1 {
  padding-right: 10px !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pl-1 {
  padding-left: 10px !important; }

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

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-2 {
  padding: 20px 20px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pr-2 {
  padding-right: 20px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pl-2 {
  padding-left: 20px !important; }

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

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-3 {
  padding: 30px 30px !important; }

.pt-3 {
  padding-top: 30px !important; }

.pr-3 {
  padding-right: 30px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.pl-3 {
  padding-left: 30px !important; }

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

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-4 {
  padding: 40px 40px !important; }

.pt-4 {
  padding-top: 40px !important; }

.pr-4 {
  padding-right: 40px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.pl-4 {
  padding-left: 40px !important; }

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

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.p-5 {
  padding: 50px 50px !important; }

.pt-5 {
  padding-top: 50px !important; }

.pr-5 {
  padding-right: 50px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.pl-5 {
  padding-left: 50px !important; }

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

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 10px 10px !important; }
  .mt-sm-1 {
    margin-top: 10px !important; }
  .mr-sm-1 {
    margin-right: 10px !important; }
  .mb-sm-1 {
    margin-bottom: 10px !important; }
  .ml-sm-1 {
    margin-left: 10px !important; }
  .mx-sm-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .my-sm-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-sm-2 {
    margin: 20px 20px !important; }
  .mt-sm-2 {
    margin-top: 20px !important; }
  .mr-sm-2 {
    margin-right: 20px !important; }
  .mb-sm-2 {
    margin-bottom: 20px !important; }
  .ml-sm-2 {
    margin-left: 20px !important; }
  .mx-sm-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .my-sm-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-sm-3 {
    margin: 30px 30px !important; }
  .mt-sm-3 {
    margin-top: 30px !important; }
  .mr-sm-3 {
    margin-right: 30px !important; }
  .mb-sm-3 {
    margin-bottom: 30px !important; }
  .ml-sm-3 {
    margin-left: 30px !important; }
  .mx-sm-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .my-sm-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-sm-4 {
    margin: 40px 40px !important; }
  .mt-sm-4 {
    margin-top: 40px !important; }
  .mr-sm-4 {
    margin-right: 40px !important; }
  .mb-sm-4 {
    margin-bottom: 40px !important; }
  .ml-sm-4 {
    margin-left: 40px !important; }
  .mx-sm-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .my-sm-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-sm-5 {
    margin: 50px 50px !important; }
  .mt-sm-5 {
    margin-top: 50px !important; }
  .mr-sm-5 {
    margin-right: 50px !important; }
  .mb-sm-5 {
    margin-bottom: 50px !important; }
  .ml-sm-5 {
    margin-left: 50px !important; }
  .mx-sm-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .my-sm-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 10px 10px !important; }
  .pt-sm-1 {
    padding-top: 10px !important; }
  .pr-sm-1 {
    padding-right: 10px !important; }
  .pb-sm-1 {
    padding-bottom: 10px !important; }
  .pl-sm-1 {
    padding-left: 10px !important; }
  .px-sm-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .py-sm-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-sm-2 {
    padding: 20px 20px !important; }
  .pt-sm-2 {
    padding-top: 20px !important; }
  .pr-sm-2 {
    padding-right: 20px !important; }
  .pb-sm-2 {
    padding-bottom: 20px !important; }
  .pl-sm-2 {
    padding-left: 20px !important; }
  .px-sm-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-sm-3 {
    padding: 30px 30px !important; }
  .pt-sm-3 {
    padding-top: 30px !important; }
  .pr-sm-3 {
    padding-right: 30px !important; }
  .pb-sm-3 {
    padding-bottom: 30px !important; }
  .pl-sm-3 {
    padding-left: 30px !important; }
  .px-sm-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .py-sm-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-sm-4 {
    padding: 40px 40px !important; }
  .pt-sm-4 {
    padding-top: 40px !important; }
  .pr-sm-4 {
    padding-right: 40px !important; }
  .pb-sm-4 {
    padding-bottom: 40px !important; }
  .pl-sm-4 {
    padding-left: 40px !important; }
  .px-sm-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .py-sm-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-sm-5 {
    padding: 50px 50px !important; }
  .pt-sm-5 {
    padding-top: 50px !important; }
  .pr-sm-5 {
    padding-right: 50px !important; }
  .pb-sm-5 {
    padding-bottom: 50px !important; }
  .pl-sm-5 {
    padding-left: 50px !important; }
  .px-sm-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-sm-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 10px 10px !important; }
  .mt-md-1 {
    margin-top: 10px !important; }
  .mr-md-1 {
    margin-right: 10px !important; }
  .mb-md-1 {
    margin-bottom: 10px !important; }
  .ml-md-1 {
    margin-left: 10px !important; }
  .mx-md-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .my-md-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-md-2 {
    margin: 20px 20px !important; }
  .mt-md-2 {
    margin-top: 20px !important; }
  .mr-md-2 {
    margin-right: 20px !important; }
  .mb-md-2 {
    margin-bottom: 20px !important; }
  .ml-md-2 {
    margin-left: 20px !important; }
  .mx-md-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .my-md-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-md-3 {
    margin: 30px 30px !important; }
  .mt-md-3 {
    margin-top: 30px !important; }
  .mr-md-3 {
    margin-right: 30px !important; }
  .mb-md-3 {
    margin-bottom: 30px !important; }
  .ml-md-3 {
    margin-left: 30px !important; }
  .mx-md-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-md-4 {
    margin: 40px 40px !important; }
  .mt-md-4 {
    margin-top: 40px !important; }
  .mr-md-4 {
    margin-right: 40px !important; }
  .mb-md-4 {
    margin-bottom: 40px !important; }
  .ml-md-4 {
    margin-left: 40px !important; }
  .mx-md-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .my-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-md-5 {
    margin: 50px 50px !important; }
  .mt-md-5 {
    margin-top: 50px !important; }
  .mr-md-5 {
    margin-right: 50px !important; }
  .mb-md-5 {
    margin-bottom: 50px !important; }
  .ml-md-5 {
    margin-left: 50px !important; }
  .mx-md-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .my-md-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 10px 10px !important; }
  .pt-md-1 {
    padding-top: 10px !important; }
  .pr-md-1 {
    padding-right: 10px !important; }
  .pb-md-1 {
    padding-bottom: 10px !important; }
  .pl-md-1 {
    padding-left: 10px !important; }
  .px-md-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .py-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-md-2 {
    padding: 20px 20px !important; }
  .pt-md-2 {
    padding-top: 20px !important; }
  .pr-md-2 {
    padding-right: 20px !important; }
  .pb-md-2 {
    padding-bottom: 20px !important; }
  .pl-md-2 {
    padding-left: 20px !important; }
  .px-md-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-md-3 {
    padding: 30px 30px !important; }
  .pt-md-3 {
    padding-top: 30px !important; }
  .pr-md-3 {
    padding-right: 30px !important; }
  .pb-md-3 {
    padding-bottom: 30px !important; }
  .pl-md-3 {
    padding-left: 30px !important; }
  .px-md-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .py-md-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-md-4 {
    padding: 40px 40px !important; }
  .pt-md-4 {
    padding-top: 40px !important; }
  .pr-md-4 {
    padding-right: 40px !important; }
  .pb-md-4 {
    padding-bottom: 40px !important; }
  .pl-md-4 {
    padding-left: 40px !important; }
  .px-md-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .py-md-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-md-5 {
    padding: 50px 50px !important; }
  .pt-md-5 {
    padding-top: 50px !important; }
  .pr-md-5 {
    padding-right: 50px !important; }
  .pb-md-5 {
    padding-bottom: 50px !important; }
  .pl-md-5 {
    padding-left: 50px !important; }
  .px-md-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-md-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 10px 10px !important; }
  .mt-lg-1 {
    margin-top: 10px !important; }
  .mr-lg-1 {
    margin-right: 10px !important; }
  .mb-lg-1 {
    margin-bottom: 10px !important; }
  .ml-lg-1 {
    margin-left: 10px !important; }
  .mx-lg-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .my-lg-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-lg-2 {
    margin: 20px 20px !important; }
  .mt-lg-2 {
    margin-top: 20px !important; }
  .mr-lg-2 {
    margin-right: 20px !important; }
  .mb-lg-2 {
    margin-bottom: 20px !important; }
  .ml-lg-2 {
    margin-left: 20px !important; }
  .mx-lg-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .my-lg-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-lg-3 {
    margin: 30px 30px !important; }
  .mt-lg-3 {
    margin-top: 30px !important; }
  .mr-lg-3 {
    margin-right: 30px !important; }
  .mb-lg-3 {
    margin-bottom: 30px !important; }
  .ml-lg-3 {
    margin-left: 30px !important; }
  .mx-lg-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-lg-4 {
    margin: 40px 40px !important; }
  .mt-lg-4 {
    margin-top: 40px !important; }
  .mr-lg-4 {
    margin-right: 40px !important; }
  .mb-lg-4 {
    margin-bottom: 40px !important; }
  .ml-lg-4 {
    margin-left: 40px !important; }
  .mx-lg-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .my-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-lg-5 {
    margin: 50px 50px !important; }
  .mt-lg-5 {
    margin-top: 50px !important; }
  .mr-lg-5 {
    margin-right: 50px !important; }
  .mb-lg-5 {
    margin-bottom: 50px !important; }
  .ml-lg-5 {
    margin-left: 50px !important; }
  .mx-lg-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .my-lg-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 10px 10px !important; }
  .pt-lg-1 {
    padding-top: 10px !important; }
  .pr-lg-1 {
    padding-right: 10px !important; }
  .pb-lg-1 {
    padding-bottom: 10px !important; }
  .pl-lg-1 {
    padding-left: 10px !important; }
  .px-lg-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .py-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-lg-2 {
    padding: 20px 20px !important; }
  .pt-lg-2 {
    padding-top: 20px !important; }
  .pr-lg-2 {
    padding-right: 20px !important; }
  .pb-lg-2 {
    padding-bottom: 20px !important; }
  .pl-lg-2 {
    padding-left: 20px !important; }
  .px-lg-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .py-lg-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-lg-3 {
    padding: 30px 30px !important; }
  .pt-lg-3 {
    padding-top: 30px !important; }
  .pr-lg-3 {
    padding-right: 30px !important; }
  .pb-lg-3 {
    padding-bottom: 30px !important; }
  .pl-lg-3 {
    padding-left: 30px !important; }
  .px-lg-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .py-lg-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-lg-4 {
    padding: 40px 40px !important; }
  .pt-lg-4 {
    padding-top: 40px !important; }
  .pr-lg-4 {
    padding-right: 40px !important; }
  .pb-lg-4 {
    padding-bottom: 40px !important; }
  .pl-lg-4 {
    padding-left: 40px !important; }
  .px-lg-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .py-lg-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-lg-5 {
    padding: 50px 50px !important; }
  .pt-lg-5 {
    padding-top: 50px !important; }
  .pr-lg-5 {
    padding-right: 50px !important; }
  .pb-lg-5 {
    padding-bottom: 50px !important; }
  .pl-lg-5 {
    padding-left: 50px !important; }
  .px-lg-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-lg-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 10px 10px !important; }
  .mt-xl-1 {
    margin-top: 10px !important; }
  .mr-xl-1 {
    margin-right: 10px !important; }
  .mb-xl-1 {
    margin-bottom: 10px !important; }
  .ml-xl-1 {
    margin-left: 10px !important; }
  .mx-xl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .my-xl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .m-xl-2 {
    margin: 20px 20px !important; }
  .mt-xl-2 {
    margin-top: 20px !important; }
  .mr-xl-2 {
    margin-right: 20px !important; }
  .mb-xl-2 {
    margin-bottom: 20px !important; }
  .ml-xl-2 {
    margin-left: 20px !important; }
  .mx-xl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important; }
  .my-xl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .m-xl-3 {
    margin: 30px 30px !important; }
  .mt-xl-3 {
    margin-top: 30px !important; }
  .mr-xl-3 {
    margin-right: 30px !important; }
  .mb-xl-3 {
    margin-bottom: 30px !important; }
  .ml-xl-3 {
    margin-left: 30px !important; }
  .mx-xl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important; }
  .my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .m-xl-4 {
    margin: 40px 40px !important; }
  .mt-xl-4 {
    margin-top: 40px !important; }
  .mr-xl-4 {
    margin-right: 40px !important; }
  .mb-xl-4 {
    margin-bottom: 40px !important; }
  .ml-xl-4 {
    margin-left: 40px !important; }
  .mx-xl-4 {
    margin-right: 40px !important;
    margin-left: 40px !important; }
  .my-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .m-xl-5 {
    margin: 50px 50px !important; }
  .mt-xl-5 {
    margin-top: 50px !important; }
  .mr-xl-5 {
    margin-right: 50px !important; }
  .mb-xl-5 {
    margin-bottom: 50px !important; }
  .ml-xl-5 {
    margin-left: 50px !important; }
  .mx-xl-5 {
    margin-right: 50px !important;
    margin-left: 50px !important; }
  .my-xl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 10px 10px !important; }
  .pt-xl-1 {
    padding-top: 10px !important; }
  .pr-xl-1 {
    padding-right: 10px !important; }
  .pb-xl-1 {
    padding-bottom: 10px !important; }
  .pl-xl-1 {
    padding-left: 10px !important; }
  .px-xl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .py-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .p-xl-2 {
    padding: 20px 20px !important; }
  .pt-xl-2 {
    padding-top: 20px !important; }
  .pr-xl-2 {
    padding-right: 20px !important; }
  .pb-xl-2 {
    padding-bottom: 20px !important; }
  .pl-xl-2 {
    padding-left: 20px !important; }
  .px-xl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .py-xl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .p-xl-3 {
    padding: 30px 30px !important; }
  .pt-xl-3 {
    padding-top: 30px !important; }
  .pr-xl-3 {
    padding-right: 30px !important; }
  .pb-xl-3 {
    padding-bottom: 30px !important; }
  .pl-xl-3 {
    padding-left: 30px !important; }
  .px-xl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .py-xl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .p-xl-4 {
    padding: 40px 40px !important; }
  .pt-xl-4 {
    padding-top: 40px !important; }
  .pr-xl-4 {
    padding-right: 40px !important; }
  .pb-xl-4 {
    padding-bottom: 40px !important; }
  .pl-xl-4 {
    padding-left: 40px !important; }
  .px-xl-4 {
    padding-right: 40px !important;
    padding-left: 40px !important; }
  .py-xl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .p-xl-5 {
    padding: 50px 50px !important; }
  .pt-xl-5 {
    padding-top: 50px !important; }
  .pr-xl-5 {
    padding-right: 50px !important; }
  .pb-xl-5 {
    padding-bottom: 50px !important; }
  .pl-xl-5 {
    padding-left: 50px !important; }
  .px-xl-5 {
    padding-right: 50px !important;
    padding-left: 50px !important; }
  .py-xl-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #636c72 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important; }

.text-primary {
  color: #fe5721 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #eb3a01 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

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

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

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

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

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

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

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

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

span.multiselect-native-select {
  position: relative; }

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px; }

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.multiselect-container .input-group {
  margin: 5px; }

.multiselect-container > li {
  padding: 0; }

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700; }

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700; }

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer; }

.multiselect-container > li > a {
  padding: 0; }

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px; }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0; }

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0; }

.fancybox-enabled {
  overflow: hidden; }
  .fancybox-enabled body {
    overflow: visible;
    height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .fancybox-container ~ .fancybox-container {
    z-index: 99992; }

/* Make sure that the first one is on the top */
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }
  .fancybox-slide--image::before {
    display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }
  .fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }
  .fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .25s;
    transition: background .25s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2; }
  .fancybox-close-small:focus:after {
    outline: 1px dotted #888; }
  .fancybox-close-small:hover:after {
    color: #555;
    background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }
  .fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa; }
  .fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }
  .fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all; }
  .fancybox-caption a {
    color: #fff;
    text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }
  .fancybox-button[disabled] {
    cursor: default;
    pointer-events: none; }

.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6); }
  .fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, 0.8); }
  .fancybox-button::before, .fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block; }
  .fancybox-button[disabled]::before, .fancybox-button[disabled]::after {
    opacity: 0.3; }

.fancybox-button--left::after, .fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px; }

.fancybox-button--right {
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }
  .fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after, .fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }
  .fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before, .fancybox-button--pause::before {
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  -webkit-border-radius: 1px;
          border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs, .fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
    .fancybox-button--thumbs span {
      font-size: 23px; }
    .fancybox-button--thumbs::before {
      width: 3px;
      height: 3px;
      top: -webkit-calc(50% - 2px);
      top: calc(50% - 2px);
      left: -webkit-calc(50% - 2px);
      left: calc(50% - 2px);
      -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
              box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
    .fancybox-thumbs > ul > li {
      float: left;
      overflow: hidden;
      max-width: 50%;
      padding: 0;
      margin: 0;
      width: 105px;
      height: 75px;
      position: relative;
      cursor: pointer;
      outline: none;
      border: 5px solid transparent;
      border-top-width: 0;
      border-right-width: 0;
      -webkit-tap-highlight-color: transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/* Bootstrap */
.btn {
  text-transform: uppercase;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 8px;
          border-radius: 8px; }
  .btn.btn-primary {
    color: #fff; }
    .btn.btn-primary:focus {
      color: #fff !important; }
  .btn:focus, .btn:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn.btn-link:focus, .btn.btn-link:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #b82e01; }
  .btn--wide {
    width: 100%; }
  .btn--big {
    width: 420px;
    height: 66px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    line-height: 66px;
    border-width: 1.6px; }
    @media (max-width: 767px) {
      .btn--big {
        max-width: 90%;
        font-size: 16px; } }
  .btn--black {
    border-color: #000;
    color: #000;
    padding-top: 8.23px;
    padding-bottom: 8.23px; }
    .btn--black:hover {
      background: #000 !important;
      color: #fff !important; }
  .btn--purple {
    background: #6134ac;
    border-color: #6134ac;
    font-size: 14px; }
  .btn--dark {
    background: #000;
    color: #fff; }
    .btn--dark:hover {
      background: #4a4a4a;
      color: #fff; }
  .btn--gray {
    color: #9b9b9b;
    border-color: #9b9b9b; }
  .btn--orange {
    border: 1px solid #fe5721; }
    .btn--orange-bg {
      background: #fe5721;
      color: #fff; }
      .btn--orange-bg:hover, .btn--orange-bg:focus {
        color: #000; }
  .btn--blue {
    border: 1px solid #743bff;
    color: #743bff; }
    .btn--blue-bg {
      background: #743bff;
      color: #fff; }
      .btn--blue-bg:hover, .btn--blue-bg:focus {
        color: #000; }
    .btn--blue:hover, .btn--blue:focus {
      color: #4b27a2; }
  .btn--green {
    border: 1px solid #7bdf53;
    color: #7bdf53; }
    .btn--green-bg {
      background: #7bdf53;
      color: #fff; }
      .btn--green-bg:hover, .btn--green-bg:focus {
        color: #000; }
    .btn--green:hover, .btn--green:focus {
      color: #7bdf53; }
  .btn--small {
    font-size: 14px;
    letter-spacing: .6px; }
  .btn--promo-success {
    color: #fe5721;
    border-color: #fe5721;
    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; }
    .btn--promo-success:after {
      content: '';
      display: block;
      width: 20px;
      height: 12px;
      background: url(../img/check--orange.svg) no-repeat;
      background-size: contain; }
      @media (max-width: 767px) {
        .btn--promo-success:after {
          width: 10px;
          height: 6px; } }
  .btn--filter {
    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; }
    .btn--filter:before {
      content: '';
      display: block;
      width: 18.8px;
      height: 17.8px;
      background: url(../img/filter.svg) no-repeat;
      background-size: contain;
      margin-right: 8px; }
    .btn--filter:hover:before {
      background: url(../img/filter--white.svg) no-repeat;
      background-size: contain; }
  .btn--filter-active {
    background: #000;
    color: #fff; }
    .btn--filter-active:before {
      background: url(../img/cross--white.svg) no-repeat;
      background-size: contain; }
    .btn--filter-active:hover {
      background: #4a4a4a; }
      .btn--filter-active:hover:before {
        background: url(../img/cross--white.svg) no-repeat;
        background-size: contain; }

.btn-secondary:hover {
  background: #fff;
  color: #000;
  border-color: #fff; }

.btn-secondary:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.nav-tabs {
  border-bottom: 0;
  padding-bottom: 0; }
  .nav-tabs .nav-item + .nav-item .nav-link {
    border-left: 0; }
  .nav-tabs .nav-item .nav-link {
    color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 0;
            border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .6px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    line-height: 1.5;
    padding-top: 9.2px;
    padding-bottom: 9.2px; }
    @media (max-width: 991px) {
      .nav-tabs .nav-item .nav-link {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center; } }
    .nav-tabs .nav-item .nav-link:hover {
      background: rgba(0, 0, 0, 0.05); }
    .nav-tabs .nav-item .nav-link.active {
      background: #000;
      color: #fff; }
  .nav-tabs .nav-item:first-child .nav-link {
    -webkit-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px; }
  .nav-tabs .nav-item:last-child .nav-link {
    -webkit-border-radius: 0 8px 8px 0;
            border-radius: 0 8px 8px 0; }

.custom-checkbox {
  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-left: 28px; }
  .custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .custom-checkbox .custom-control-indicator {
    border: 1px solid #000;
    width: 15px;
    height: 15px; }
  .custom-checkbox .custom-control-description {
    font-size: 13px;
    color: #000;
    line-height: 1.2; }
  .custom-checkbox--pink .custom-control-indicator {
    border: none;
    background: #E0197E; }
  .custom-checkbox--pink .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #E0197E;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--orange .custom-control-indicator {
    border: none;
    background: #EF7E18; }
  .custom-checkbox--orange .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #EF7E18;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--green .custom-control-indicator {
    border: none;
    background: #009639; }
  .custom-checkbox--green .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #009639;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--black .custom-control-indicator {
    border: none;
    background: #000000; }
  .custom-checkbox--black .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #000000;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--white .custom-control-indicator {
    border: 1px solid #555;
    background: #fff; }
  .custom-checkbox--white .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #fff;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--metallic .custom-control-indicator {
    border: none;
    background: #8C99A1; }
  .custom-checkbox--metallic .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #8C99A1;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--mint .custom-control-indicator {
    border: none;
    background: #89F5D1; }
  .custom-checkbox--mint .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #89F5D1;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--red .custom-control-indicator {
    border: none;
    background: #FF1A44; }
  .custom-checkbox--red .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #FF1A44;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--blue .custom-control-indicator {
    border: none;
    background: #00A0E0; }
  .custom-checkbox--blue .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #00A0E0;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--wood .custom-control-indicator {
    border: none;
    background: #A8623F; }
  .custom-checkbox--wood .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #A8623F;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--purpule .custom-control-indicator {
    border: none;
    background: #551a8b; }
  .custom-checkbox--purpule .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #551a8b;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--yellow .custom-control-indicator {
    border: none;
    background: #ffff00; }
  .custom-checkbox--yellow .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #ffff00;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }
  .custom-checkbox--buduguru .custom-control-indicator {
    border: none;
    background: #e400ff; }
  .custom-checkbox--buduguru .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #e400ff;
    background: transparent url(../img/check--black-small.svg) no-repeat 20% center;
    background-size: 78%; }

.custom-radio {
  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-left: 28px; }
  .custom-radio .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .custom-radio .custom-control-indicator {
    border: 1px solid #000;
    width: 15px;
    height: 15px; }
  .custom-radio .custom-control-description {
    font-size: 13px;
    color: #000;
    line-height: 1.2; }
  .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    border: 1px solid #000;
    background: #000 url(../img/check--white-small.svg) no-repeat 25% center;
    background-size: 78%; }

/* Custom file */
@media (max-width: 767px) {
  .custom-file {
    margin-bottom: 20px; } }

.custom-file .custom-file-input {
  min-width: 0;
  width: 150px; }
  @media (max-width: 767px) {
    .custom-file .custom-file-input {
      width: 100%; } }

.custom-file .custom-file-control {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid #fe5721;
  text-transform: uppercase;
  font-weight: 600;
  width: 150px;
  padding: 0;
  left: 0;
  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; }
  @media (max-width: 767px) {
    .custom-file .custom-file-control {
      width: 100%; } }
  .custom-file .custom-file-control:before {
    display: none; }
  .custom-file .custom-file-control:after {
    content: 'Прикрепить файл';
    font-size: 13px;
    font-weight: 600;
    color: #fe5721; }

/* Multiselect */
.multiselect {
  width: 100%;
  font-weight: 400;
  text-align: left;
  line-height: 1 !important;
  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;
  background: url(../img/select-triangle.svg) no-repeat center right 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding-right: 15px;
  padding-left: 10px;
  font-size: 14px;
  text-transform: none;
  height: 38px;
  color: #9b9b9b;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
  @media (max-width: 767px) {
    .multiselect {
      width: 100%; } }
  .multiselect:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .multiselect:after {
    display: none; }
  .multiselect .multiselect-selected-text {
    font-family: "Proxima Nova", "Times New Roman", sans-serif; }

@media (max-width: 767px) {
  .multiselect-native-select {
    width: 100% !important; } }

.multiselect-native-select .btn-group {
  width: 100%; }

.multiselect-container.dropdown-menu {
  margin-top: -10px;
  width: 100%;
  overflow: hidden;
  max-height: 250px;
  overflow: auto;
  z-index: 1; }
  .multiselect-container.dropdown-menu li {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding: 5px 0; }
    .multiselect-container.dropdown-menu li:focus {
      outline: none; }
    .multiselect-container.dropdown-menu li:hover {
      background: #f0f0f0; }
    .multiselect-container.dropdown-menu li a:hover {
      text-decoration: none; }
    .multiselect-container.dropdown-menu li a label {
      padding-left: 20px; }
    .multiselect-container.dropdown-menu li.active .checkbox:after {
      background-color: #000;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: center;
      border: 0; }
  .multiselect-container.dropdown-menu .checkbox {
    color: #000;
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    padding-left: 35px;
    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; }
    .multiselect-container.dropdown-menu .checkbox:after {
      content: '';
      display: block;
      position: absolute;
      left: 10px;
      top: 2.5px;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 1px solid #000;
      margin-right: 10px; }
    .multiselect-container.dropdown-menu .checkbox input {
      display: none !important; }

/* Slick */
.slick-arrow {
  font-size: 0;
  border: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 135px; }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow.slick-prev {
    left: -25px; }
  .slick-arrow.slick-next {
    right: -25px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.slick-dots {
  padding: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px; }
  .slick-dots li {
    list-style: none; }
    .slick-dots li + li {
      margin-left: 10px; }
    .slick-dots li.slick-active button {
      background: #000; }
    .slick-dots li button {
      font-size: 0;
      border: 0;
      padding: 0;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #cbcbcb; }

/* Fancybox */
.fancybox-close-small {
  display: none; }

.fancybox-container a:focus {
  outline: none;
  color: #fff;
  text-decoration: none; }

/* Sticky */
.is-sticky .page__program-controls {
  width: 100% !important;
  max-width: none;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 #cdcdcd;
          box-shadow: 0 0 20px 0 #cdcdcd; }

.is-sticky .page__program-controls-top {
  max-width: 800px;
  margin: 0 auto; }

.is-sticky .filters {
  max-width: 800px;
  margin: 34px auto 30px; }

/* Global styles */
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Black.eot");
  src: url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon/Flaticon.eot");
  src: url("../fonts/Flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon/Flaticon.woff") format("woff"), url("../fonts/Flaticon/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon/Flaticon.svg#Flaticon") format("svg"); } }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal; }

.flaticon-badge:before {
  content: "\f100"; }

.flaticon-bar-graph-in-speech-bubble:before {
  content: "\f101"; }

.flaticon-leader-of-a-group-with-an-empty-speech-bubble:before {
  content: "\f102"; }

.flaticon-photo-camera-with-a-flash:before {
  content: "\f103"; }

.flaticon-presentation-board-with-graph:before {
  content: "\f104"; }

.flaticon-quotation-marks-in-speech-bubble:before {
  content: "\f105"; }

.flaticon-speech:before {
  content: "\f106"; }

.flaticon-video-camera:before {
  content: "\f107"; }

h1 {
  font-size: 60px;
  font-weight: 900;
  text-align: center; }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 22px; } }
  h2.h2--uppercase {
    text-transform: uppercase;
    letter-spacing: 5px; }
  h2.h2--purple {
    color: #6134ac; }
  h2.h2--margin-top {
    margin-top: 10px; }
  h2.h2--green {
    color: #1ccfa9;
    text-align: center; }

h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px; }
  h3.h3--white {
    color: #fff; }
  h3.h3--uppercase {
    text-transform: uppercase; }
  h3.h3--purple {
    color: #6134ac; }
  h3.h3--light {
    font-weight: 400; }
  h3.h3--centered {
    text-align: center;
    margin-top: 18px; }

h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px; }

p {
  line-height: normal;
  font-size: 16px;
  color: #000; }
  p.p--small {
    font-size: 13px; }
  p.p--white {
    color: #fff; }
  p.p--centered {
    text-align: center; }

b {
  font-weight: 700; }

ul {
  padding-left: 30px; }
  ul li {
    line-height: normal;
    font-size: 16px;
    color: #000; }

ol li {
  line-height: normal;
  font-size: 16px;
  color: #000; }

a {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

html {
  width: 100%;
  font-family: "Proxima Nova", "Times New Roman", sans-serif; }

body {
  position: relative; }

/* Blocks */
.header {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3; }
  .header__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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .header__content {
        height: 60px; } }
  .header__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;
    height: 60px; }
    @media (max-width: 767px) {
      .header__links {
        display: none; } }
  .header__link {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400; }
    .header__link:hover {
      text-decoration: none; }
    .header__link + .header__link, .header__user + .header__link {
      padding-left: 20px;
      margin-left: 20px;
      border-left: 1px solid #fff; }
    .header__link--colored {
      color: #fe5721;
      font-weight: 700; }
  .header__mobile {
    display: none; }
    @media (max-width: 767px) {
      .header__mobile {
        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;
        width: 100%; } }
  .header__user {
    padding-top: 12px;
    padding-bottom: 12px; }
    @media (max-width: 767px) {
      .header__user {
        display: none; } }
  .header__userpic {
    display: inline-block;
    margin-bottom: 0;
    height: 36px;
    width: 36px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle; }
  .header__user-link {
    font-size: 14px;
    letter-spacing: .6px;
    color: #9b9b9b;
    vertical-align: middle; }
    .header__user-link + .header__user-link:before {
      font-size: 14px;
      letter-spacing: .6px;
      color: #9b9b9b;
      vertical-align: middle;
      content: ' / '; }

.front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  background-size: cover;
  padding-top: 96px; }
  .front__wrapper {
    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 (max-width: 767px) {
      .front__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .front__logo {
    background-size: contain;
    width: 275px;
    height: 129px;
    display: block; }
  .front__place {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 35px;
    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; }
    .front__place:before {
      content: '';
      display: block;
      width: 15px;
      height: 18px;
      background: url(../img/marker.svg) no-repeat;
      background-size: cover;
      margin-right: 18px;
      margin-bottom: 3px; }
  .front__place-city {
    font-weight: 700; }
  .front__place-building {
    font-weight: 300; }
    .front__place-building:before {
      content: '/';
      margin: 0 5px;
      color: #fe5721; }
  @media (max-width: 767px) {
    .front__content {
      margin-top: 40px; } }
  .front__dates {
    font-size: 70px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 0;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 3px; }
    @media (max-width: 991px) {
      .front__dates {
        font-size: 55px; } }
    @media (max-width: 767px) {
      .front__dates {
        text-align: left; } }
  .front__dates-dash {
    color: #fe5721; }
  .front__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px; }
    @media (max-width: 991px) {
      .front__buttons {
        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; } }
    @media (max-width: 767px) {
      .front__buttons {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .front__button {
    font-size: 0.8rem; }
    @media (max-width: 991px) {
      .front__button {
        font-size: 1rem;
        width: 232px; } }
    .front__button + .front__button {
      margin-left: 7px; }
        .front__button {
          margin-top: 20px; }

.sitemap {
  margin-bottom: 44px; }
  .sitemap__wrapper {
    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;
    padding-top: 23px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: -80px;
    margin-right: -80px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.29);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.29);
    -webkit-border-radius: 8px;
            border-radius: 8px;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0; }
    @media (max-width: 991px) {
      .sitemap__wrapper {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .sitemap__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 991px) {
    .sitemap__section {
      width: 22%; } }
  @media (max-width: 767px) {
    .sitemap__section {
      width: 100%; } }
  @media (max-width: 767px) {
    .sitemap__section + .sitemap__section {
      margin-top: 40px; } }
  .sitemap__header > a, .sitemap__header > a:focus, .sitemap__header > a:hover {
    color: #4a4a4a; }
  .sitemap__content {
    margin-top: 24px; }
  .sitemap__purple-shadow {
    box-shadow: 0 0 20px 0 #55468D;
    -webkit-box-shadow: 0 0 20px 0 #55468D; }
  .sitemap__orange-shadow {
    box-shadow: 0 0 20px 0 #F8AF00;
    -webkit-box-shadow: 0 0 20px 0 #F8AF00; }
  .sitemap__yellow-shadow {
    box-shadow: 0 0 20px 0 #D4D81F;
    -webkit-box-shadow: 0 0 20px 0 #D4D81F; }
  .sitemap__pink-shadow {
    box-shadow: 0 0 20px 0 #D74692;
    -webkit-box-shadow: 0 0 20px 0 #D74692; }
  .sitemap__blue-shadow {
    box-shadow: 0 0 20px 0 #00A7E3;
    -webkit-box-shadow: 0 0 20px 0 #00A7E3; }
  .sitemap__violet-shadow {
    box-shadow: 0 0 20px 0 #55468D;
    -webkit-box-shadow: 0 0 20px 0 #55468D; }
  .sitemap__green-shadow {
    box-shadow: 0 0 20px 0 #56AF31;
    -webkit-box-shadow: 0 0 20px 0 #56AF31; }
  .sitemap__dpink-shadow {
    box-shadow: 0 0 20px 0 #E40040;
    -webkit-box-shadow: 0 0 20px 0 #E40040; }
  .sitemap__black-shadow {
    box-shadow: 0 0 20px 0 #1D1D1B;
    -webkit-box-shadow: 0 0 20px 0 #1D1D1B; }
  .sitemap__black-shadow {
    box-shadow: 0 0 20px 0 #6F6F6E;
    -webkit-box-shadow: 0 0 20px 0 #6F6F6E; }
  .sitemap__link {
    font-size: 14px;
    color: #4a4a4a;
    display: block; }
    .sitemap__link.disabled {
      opacity: .5;
      pointer-events: none; }
    @media (max-width: 991px) {
      .sitemap__link {
        line-height: normal; } }
    .sitemap__link + .sitemap__link {
      margin-top: 5px; }
      @media (max-width: 991px) {
        .sitemap__link + .sitemap__link {
          margin-top: 10px; } }

.fact {
  width: 282.4px;
  height: 328.8px;
  position: relative;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
  padding: 30px 30px 26px 25px;
  background-size: cover; }
  @media (max-width: 991px) {
    .fact {
      width: 31%;
      padding: 20px;
      height: 280px; } }
  @media (max-width: 767px) {
    .fact {
      width: 100%; } }
  @media (max-width: 767px) {
    .fact + .fact {
      margin-top: 20px; } }
  .fact__content {
    position: relative;
    z-index: 1;
    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;
    height: 100%; }
  .fact__header {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
    height: 5rem; }
    @media (max-width: 991px) {
      .fact__header {
        font-size: 24px;
        margin-bottom: 20px; } }
  .fact__link {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px; }
  .fact--blue:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(74, 0, 255, 0.6); }
  .fact--green {
    background: -webkit-gradient(linear, left bottom, left top, from(#00b95b), color-stop(100%, #bae148), to(rgba(255, 211, 0, 0.48)));
    background: -webkit-linear-gradient(bottom, #00b95b, #bae148 100%, rgba(255, 211, 0, 0.48));
    background: linear-gradient(to top, #00b95b, #bae148 100%, rgba(255, 211, 0, 0.48)); }
  .fact--black:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(74, 74, 74, 0.8); }
  .fact--special {
    background-image: url("/layout/img/img-forum_ifrd.jpg");
    width: 100%;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    height: auto; }
    @media (max-width: 767px) {
      .fact--special {
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%);
        display: block; }
        .fact--special:before {
          display: none; } }
    .fact--special .fact__content-top {
      z-index: 1;
      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; }
      @media (max-width: 767px) {
        .fact--special .fact__content-top {
          display: block; } }
      .fact--special .fact__content-top:first-child {
        width: 40%;
        text-align: center; }
        @media (max-width: 767px) {
          .fact--special .fact__content-top:first-child {
            display: block;
            width: 100%; } }
      .fact--special .fact__content-top:nth-child(2) {
        width: 60%;
        padding: 35px;
        background: -webkit-linear-gradient(329deg, #3023ae, #c96dd8);
        background: linear-gradient(121deg, #3023ae, #c96dd8); }
        @media (max-width: 767px) {
          .fact--special .fact__content-top:nth-child(2) {
            display: block;
            width: 100%; } }
    .fact--special .fact__header {
      margin: 0;
      height: auto; }

.runet-id {
  padding-right: 45px; }
  .runet-id__dscr {
    margin-top: 51px;
    margin-bottom: 63px; }
    @media (max-width: 767px) {
      .runet-id__dscr {
        margin-bottom: 30px; } }

.registration {
  padding-left: 33px; }
  @media (max-width: 767px) {
    .registration {
      padding-left: 0;
      margin-top: 50px; } }
  .registration__header {
    margin-bottom: 39px; }
    @media (max-width: 767px) {
      .registration__header {
        margin-bottom: 20px; } }
  .registration__btn {
    margin-top: 18px; }
    @media (max-width: 991px) {
      .registration__btn {
        margin-top: 20px; } }

.news-short {
  margin-left: 7px;
  margin-right: 7px; }
  .news-short__top {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 34px 27px 30px 25px;
    position: relative;
    height: 20rem;
    border-radius: 8px; }
    .news-short__top:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 1;
    border-radius: 8px;}
  .news-short__header {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .news-short__header {
        font-size: 24px; } }
  .news-short__bottom {
    padding: 25px 30px 37px 25px;
    height: 12rem;
    -webkit-border-bottom-left-radius: 8px;
            border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
            border-bottom-right-radius: 8px; }
    @media (max-width: 991px) {
      .news-short__bottom {
        padding: 20px; } }
  .news-short--purple .news-short__bottom {
    background: #6134ac; }
  .news-short--purple .news-short__top:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(97, 52, 172, 0.2)), to(#6134ac));
    background: -webkit-linear-gradient(bottom, rgba(97, 52, 172, 0.2), #6134ac);
    background: linear-gradient(to top, rgba(97, 52, 172, 0.2), #6134ac); }
  .news-short--black .news-short__bottom {
    background: #000; }
  .news-short--black .news-short__top:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(#000));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), #000);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), #000); }
  .news-short--red .news-short__bottom {
    background: #fe5721; }
  .news-short--red .news-short__top:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 87, 33, 0.2)), to(#fe5721));
    background: -webkit-linear-gradient(bottom, rgba(254, 87, 33, 0.2), #fe5721);
    background: linear-gradient(to top, rgba(254, 87, 33, 0.2), #fe5721); }

.slider {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 28px; }

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 168px;
  width: 622px;
  background-size: cover;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (max-width: 991px) {
    .banner {
      width: 462px; } }
  @media (max-width: 767px) {
    .banner {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; } }
  .banner + .banner {
    margin-top: 10px; }
    @media (max-width: 767px) {
      .banner + .banner {
        margin-top: 20px; } }
  .banner__content {
    height: 100%;
    width: 260px;
    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: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    line-height: normal;
    padding-left: 29px;
    padding-right: 10px;
    background-size: cover;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .banner__content {
        width: 100%;
        min-height: 150px; } }
  .banner__dscr {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .banner__dscr {
        padding: 30px 0; } }
  .banner__logo {
    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;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (max-width: 767px) {
      .banner__logo {
        min-height: 120px; } }
  .banner--left .banner__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .banner--left .banner__logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .banner--vertical {
    width: 304px;
    height: 100%;
    padding: 33px 25px;
    -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; }
    @media (max-width: 991px) {
      .banner--vertical {
        width: 224px; } }
    @media (max-width: 767px) {
      .banner--vertical {
        width: 100%;
        margin-top: 20px;
        padding: 25px; } }
    .banner--vertical .banner__dscr {
      color: #fff;
      font-size: 30px;
      margin-bottom: 9px;
      line-height: normal; }
      @media (max-width: 767px) {
        .banner--vertical .banner__dscr {
          padding: 0;
          font-size: 24px; } }

.join {
  height: 246px;
  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: url(../img/purple-bg.jpg) no-repeat right top;
  background-size: cover; }
  .join--business {
    background-image: url("/layout/img/business-zone-2017-1.png");
    background-repeat: no-repeat;
    height: 450px; }
  .join--reddot {
    background-image: url("/layout/img/red-dot-9.jpg");
    background-repeat: no-repeat;
    height: 450px; }
  @media (max-width: 991px) {
    .join {
      height: 180px; } }

.main-description {
  background-color: #f4f4f4;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important;
  margin-top: -12rem; }
  @media (max-width: 767px) {
    .main-description {
      margin-top: 0;
      width: 100%; } }

.partners {
  padding-bottom: 49px;
  -webkit-box-shadow: 0 0 20px 0 rgba(73, 73, 73, 0.23);
          box-shadow: 0 0 20px 0 rgba(73, 73, 73, 0.23); }
  .partners__content {
    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;
    padding-top: 53px; }
  .partners__section {
    padding-top: 33px;
    width: 100%; }
    .partners__section:first-of-type {
      margin-top: 23px; }
    .partners__section:after {
      content: '';
      display: block;
      width: 750px;
      margin: 0 auto;
      height: 1px;
      background: rgba(155, 155, 155, 0.21);
      margin-top: 40px; }
      @media (max-width: 767px) {
        .partners__section:after {
          width: 100%;
          margin-top: 0; } }
  .partners__section-header {
    font-size: 15px;
    color: #9b9b9b;
    text-align: center;
    margin-bottom: 44px;
    font-weight: 400; }
  .partners__list {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 767px) {
      .partners__list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .partners__special-status {
    position: absolute;
    top: 105px;
    left: 0px;
    right: 0px;
    font-size: 0.7em;
    text-align: center;
    color: #989999; }
    @media (max-width: 991px) {
      .partners__special-status {
        font-size: .5em; } }
  .partners__item {
    height: 100px;
    position: relative;
    width: 20%;
    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;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .partners__item {
        width: 50%;
        margin-bottom: 30px; } }
    .partners__item:nth-child(n+6) {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .partners__item:nth-child(n+6) {
          margin-top: 0; } }
  .partners__item-picture-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    margin: auto; }
  .partners__item-picture {
    width: 100%;
    max-height: 100%; }
    @media (max-width: 767px) {
      .partners__item-picture {
        max-width: 100%; } }
  .partners__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 43px; }
  .partners__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;
    width: 200px;
    height: 100px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: #743bff; }
    .partners__button:hover {
      opacity: .8;
      color: #fff; }
    @media (max-width: 991px) {
      .partners__button {
        width: 150px;
        height: 75px;
        font-size: 16px; } }
    .partners__button + .partners__button {
      margin-left: 38px; }
      @media (max-width: 767px) {
        .partners__button + .partners__button {
          margin-left: 10px; } }
    .partners__button--all {
      background: #000;
      padding-left: 28px;
      text-align: left; }
      @media (max-width: 991px) {
        .partners__button--all {
          padding-left: 15px; } }
      .partners__button--all:before {
        content: '+';
        display: block;
        font-size: 70px;
        font-weight: 700;
        color: #fff;
        margin-right: 13px; }
        @media (max-width: 991px) {
          .partners__button--all:before {
            font-size: 55px;
            margin-right: 10px; } }

.partner-logo {
  width: 100%; }

.partner-description p,
.partner-description li {
  font-size: 0.8em;
  color: #989999; }

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .socials__item {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: block; }
    .socials__item:hover {
      opacity: .8; }
    .socials__item + .socials__item {
      margin-left: 18px; }
    .socials__item--vk {
      background: url(../img/social-vk.svg) no-repeat;
      background-size: contain; }
    .socials__item--fb {
      background: url(../img/social-fb.svg) no-repeat;
      background-size: contain; }
    .socials__item--twitter {
      background: url(../img/social-twitter.svg) no-repeat;
      background-size: contain; }
    .socials__item--instagram {
      background: url(../img/social-instagram.svg) no-repeat;
      background-size: contain; }
    .socials__item--telegram {
      background: url(../img/social-telegram.svg) no-repeat;
      background-size: contain; }
    .socials__item--id {
      background: url(../img/social-id.svg) no-repeat;
      background-size: contain; }

.footer {
  padding-top: 47px;
  padding-bottom: 43px; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .footer__top {
    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 (max-width: 767px) {
      .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer__bottom {
    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;
    margin-top: 45px; }
    @media (max-width: 991px) {
      .footer__bottom {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 767px) {
      .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 991px) {
    .footer__years-wrapper {
      max-width: 48%; } }
  @media (max-width: 767px) {
    .footer__years-wrapper {
      max-width: 100%; } }
  .footer__year {
    font-size: 14px;
    color: #000;
    margin-right: 10px;
    margin-bottom: 5px; }
  .footer__copyright {
    color: #9b9b9b;
    font-size: 14px;
    text-align: right;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .footer__copyright {
        max-width: 48%; } }
    @media (max-width: 767px) {
      .footer__copyright {
        max-width: 100%;
        text-align: left;
        margin-top: 30px; } }

.subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .subscribe {
      -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; } }
  @media (max-width: 767px) {
    .subscribe {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 30px; } }
  .subscribe__label {
    font-size: 16px;
    color: #000;
    margin-right: 17px;
    text-align: right;
    line-height: normal; }
    @media (max-width: 991px) {
      .subscribe__label {
        margin-right: 0;
        margin-bottom: 10px !important; } }
    @media (max-width: 767px) {
      .subscribe__label {
        text-align: left; } }
  .subscribe__input.form-control {
    width: 168px;
    height: 31px;
    -webkit-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
    background: rgba(216, 216, 216, 0.43);
    border: 0;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0; }
    .subscribe__input.form-control::-webkit-input-placeholder {
      color: rgba(74, 74, 74, 0.49); }
    .subscribe__input.form-control::-moz-placeholder {
      color: rgba(74, 74, 74, 0.49); }
    .subscribe__input.form-control:-ms-input-placeholder {
      color: rgba(74, 74, 74, 0.49); }
  .subscribe__button {
    -webkit-border-radius: 0 8px 8px 0;
            border-radius: 0 8px 8px 0;
    height: 31px;
    width: 108px;
    background: #743bff;
    font-size: 13px;
    text-transform: none;
    padding: 0;
    border: 0; }

@media (max-width: 767px) {
  .menu:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }

.menu__button {
  display: none; }
  @media (max-width: 767px) {
    .menu__button {
      display: block;
      width: 30px;
      height: 60px;
      background: url(../img/menu.svg) no-repeat center;
      background-size: 90%;
      border: 0;
      padding: 0;
      position: relative;
      z-index: 2; } }
  .menu__button:focus {
    outline: none; }

.menu__locales--mobile {
  display: none;
  position: absolute;
  top: 17px;
  left: 50%;
  margin-left: -19px;
  z-index: 2; }
  @media (max-width: 767px) {
    .menu__locales--mobile {
      display: block; } }

@media (max-width: 767px) {
  .menu__content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 80px;
    background: #000;
    padding-left: 10px;
    padding-bottom: 40px;
    height: 100vh;
    overflow: auto; } }

.menu__content--active {
  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;
  width: 100%;
  z-index: 1; }

.menu__item {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .3px;
  color: #fff;
  margin-top: 10px; }
  .menu__item + .menu__item,
  .menu__item--subitem + .menu__item {
    margin-left: 40px; }
    @media (max-width: 991px) {
      .menu__item + .menu__item,
      .menu__item--subitem + .menu__item {
        margin-left: 25px; } }
    @media (max-width: 767px) {
      .menu__item + .menu__item,
      .menu__item--subitem + .menu__item {
        margin-left: 0;
        margin-top: 20px;
        font-size: 18px; } }
  .menu__item--subitem {
    font-weight: normal;
    color: white;
    font-size: 16px;
    margin: 5px 0 0 15px; }
  .menu__item--mobile {
    display: none; }
    @media (max-width: 767px) {
      .menu__item--mobile {
        display: block; } }
  .menu__item--notmobile {
    display: block; }
    @media (max-width: 767px) {
      .menu__item--notmobile {
        display: none; } }
  .menu__item--active, .menu__item:hover {
    border-bottom: 2px solid #fff;
    text-decoration: none;
    color: #fff; }
    @media (max-width: 767px) {
      .menu__item--active, .menu__item:hover {
        border-bottom: 0;
        text-decoration: underline; } }

.pages {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .pages {
      display: none; } }
  .pages__content {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 36px;
    padding-bottom: 11px; }
  .pages__item {
    margin-left: 13.5px;
    margin-right: 13.5px;
    margin-bottom: 25px;
    font-size: 14px;
    border-width: 1.6px; }
    .pages__item--active {
      background: #fe5721;
      border-color: #fe5721; }
      .pages__item--active:hover {
        background: #fe5721;
        border-color: #fe5721;
        color: #fff; }
  .pages--yellow {
    background: url(../img/pages-bg-1.jpg) no-repeat;
    background-size: cover; }
  .pages--red {
    background: -webkit-gradient(linear, left top, right top, from(#e7086a), to(#f76500));
    background: -webkit-linear-gradient(left, #e7086a, #f76500);
    background: linear-gradient(to right, #e7086a, #f76500); }
  .pages--green {
    background: url(../img/pages-bg-2.jpg) no-repeat;
    background-size: cover; }
  .pages--violet {
    background: url(../img/pages-bg-3.jpg) no-repeat;
    background-size: cover; }
  .pages--turquoise {
    background: url(../img/pages-bg-4.jpg) no-repeat;
    background-size: cover; }
  .pages--personal {
    background: url(../img/pages-bg-5.jpg) no-repeat;
    background-size: cover; }
  .pages--article {
    background: url(../img/pages-bg-1.jpg) no-repeat;
    background-size: cover; }
  .pages--meetings {
    background: url(../img/pages-bg-1.jpg) no-repeat;
    background-size: cover; }

.logo {
  display: block;
  width: 101px;
  height: 27px;
  background: url(../img/logo_18_header.png) no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (max-width: 767px) {
    .logo {
      position: relative;
      z-index: 2; } }
  .logo--additional {
    opacity: 0; }
    @media (max-width: 767px) {
      .logo--additional {
        display: none; } }
  .logo--visible {
    opacity: 1; }

.sidebar {
  background: #6134ac;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.29);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.29);
  width: 309px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (max-width: 991px) {
    .sidebar {
      width: 100%;
      margin-top: 20px; } }
  .sidebar--edhub {
    background-color: white;
    height: 100%;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .sidebar--edhub:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      background-image: url(/layout/img/campus-visuals-3.png);
      bottom: -310px;
      background-repeat: no-repeat; }
      @media (max-width: 991px) {
        .sidebar--edhub:after {
          display: none; } }
      @media (max-width: 767px) {
        .sidebar--edhub:after {
          display: none; } }
    .sidebar--edhub .sidebar__content {
      display: block;
      background: none;
      background-color: #2e323c;
      height: 30%; }
      .sidebar--edhub .sidebar__content:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        z-index: 2;
        border-left: 310px solid transparent;
        border-bottom: 220px solid white;
        bottom: 0;
        right: 0; }
        @media (max-width: 991px) {
          .sidebar--edhub .sidebar__content:before {
            display: none; } }
        @media (max-width: 767px) {
          .sidebar--edhub .sidebar__content:before {
            display: none; } }
  .sidebar__content.content--edhub {
    min-height: 685px; }
  .sidebar__content {
    padding: 34px 38px;
    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;
    background: url(../img/sidebar-bg.png) no-repeat;
    min-height: 612px;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .sidebar__content {
        min-height: 0; } }
    @media (max-width: 767px) {
      .sidebar__content {
        padding: 25px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        background: transparent; } }
  .sidebar__links-wrapper-line:after {
    content: "";
    display: block;
    width: 55%;
    height: 0.2rem;
    background-color: orange;
    z-index: 2;
    position: absolute;
    bottom: 24rem;
    left: 0rem; }
  .sidebar__tags-wrapper {
    position: absolute;
    width: 182%;
    left: -7rem;
    top: 17rem; }
    .sidebar__tags-wrapper p {
      color: #32312C;
      text-align: center;
      font-size: 1.8rem;
      line-height: 1rem; }
      .sidebar__tags-wrapper p b {
        color: #fffbe2; }
  .sidebar__links-wrapper {
    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; }
    @media (max-width: 991px) {
      .sidebar__links-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (max-width: 767px) {
      .sidebar__links-wrapper {
        -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; } }
  .sidebar__link {
    display: inline-block;
    font-size: 20px;
    letter-spacing: .4px;
    color: #fff;
    text-align: right;
    line-height: normal;
    border-bottom: 2px solid transparent; }
    @media (max-width: 991px) {
      .sidebar__link {
        margin-right: 25px; } }
    @media (max-width: 767px) {
      .sidebar__link {
        text-align: left; } }
    .sidebar__link:hover, .sidebar__link--active {
      border-color: #fff;
      color: #fff;
      text-decoration: none; }
    .sidebar__link + .sidebar__link {
      margin-top: 36px; }
      @media (max-width: 991px) {
        .sidebar__link + .sidebar__link {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .sidebar__link + .sidebar__link {
          margin-top: 25px; } }
  .sidebar__btn {
    width: 215px;
    height: 59px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    border: 1.6px solid #fff;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    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-sizing: border-box;
            box-sizing: border-box;
    margin-top: 52px; }
    @media (max-width: 991px) {
      .sidebar__btn {
        margin: 20px auto 0; } }
    @media (max-width: 767px) {
      .sidebar__btn {
        margin: 20px 0 0; } }

.news {
  width: 282.4px;
  -webkit-box-shadow: 0 0 20px 0 #cdcdcd;
          box-shadow: 0 0 20px 0 #cdcdcd;
  overflow: hidden;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  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;
  height: 100%; }
  .news:hover .news__content {
    background: #fe5721; }
  .news:hover .news__date {
    color: #fff; }
  .news:hover .news__title {
    color: #fff; }
  @media (max-width: 767px) {
    .news {
      width: 100%; } }
  .news__picture {
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 767px) {
      .news__picture {
        height: auto;
        width: 100%;
        max-width: 100%; } }
  .news__content {
    padding: 20px 27px 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .news__date {
    margin-bottom: 22px;
    font-size: 15px;
    color: #9b9b9b;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .news__title {
    margin-bottom: 0;
    text-align: left !important;
    color: #000;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }

.speaker {
  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;
  max-width: 48%;
  margin-bottom: 38px; }
  @media (max-width: 767px) {
    .speaker {
      max-width: 100%; } }
  .speaker__picture {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .speaker__content {
    margin-left: 20px; }
  .speaker__name {
    font-size: 16px;
    color: #6134ac;
    margin-bottom: 15px; }

.section {
  padding-top: 28px; }
  .section + .section {
    margin-top: 25px;
    border-top: 1px solid rgba(155, 155, 155, 0.21); }
  .section__item + .section__item {
    margin-top: 30px; }

.enter {
  background: #454e70;
  margin-top: 40px;
  padding-top: 45px;
  padding-bottom: 37px;
  margin-bottom: 37px;
  position: relative; }
  .enter:before {
    content: '';
    display: block;
    width: 44.7%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(329deg, #3023ae, #c96dd8);
    background: linear-gradient(121deg, #3023ae, #c96dd8); }
    @media screen and (max-width: 1699px) {
      .enter:before {
        width: 43%; } }
    @media (max-width: 1199px) {
      .enter:before {
        width: 40%; } }
    @media (max-width: 767px) {
      .enter:before {
        display: none; } }
  .enter__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .enter__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .enter__left {
    width: 40%; }
    @media (max-width: 767px) {
      .enter__left {
        width: 100%; } }
  .enter__right {
    width: 60%; }
    @media (max-width: 767px) {
      .enter__right {
        width: 100%; } }

.banners {
  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-top: 20px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .banners {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.form__label {
  position: absolute;
  line-height: 38px;
  top: 0;
  left: 0;
  padding-left: 10px;
  font-size: 14px;
  color: #9b9b9b; }
  .form__label--required:after {
    content: '*';
    color: #d0011b; }

.form__textarea {
  height: 120px;
  resize: none; }

.form__select {
  width: 200px;
  padding-left: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #9b9b9b;
  font-size: 13px;
  background: url(../img/select-triangle.svg) no-repeat center right 10px; }
  .form__select::-ms-expand {
    display: none; }
  @media (max-width: 767px) {
    .form__select {
      width: 100%; } }
  .form__select--days {
    width: 90px; }
  .form__select--category {
    width: 150px; }
  .form__select--language {
    width: 200px; }
    @media (max-width: 767px) {
      .form__select--language {
        width: 100%; } }
  .form__select--filter {
    border-color: #e2990d;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 20px; }
    .form__select--filter + .form__select--filter {
      margin-left: 10px; }
      @media (max-width: 767px) {
        .form__select--filter + .form__select--filter {
          margin-left: 0;
          margin-top: 20px; } }
  .form__select--short ~ .btn-group {
    margin-bottom: 20px; }
  .form__select--long {
    width: 49%; }
    @media (max-width: 767px) {
      .form__select--long {
        width: 100% !important; } }
    .form__select--long ~ .btn-group {
      margin-bottom: 20px; }
  .form__select--with-label {
    width: 100%; }

.form .form-group {
  position: relative; }
  @media (max-width: 991px) {
    .form .form-group {
      width: 100%; } }

.form .form-control-feedback {
  position: absolute;
  font-size: 10.5px;
  bottom: 4px;
  white-space: nowrap; }

.form .has-danger .form-control-feedback {
  color: #e07572; }

.input {
  margin-bottom: 20px; }
  .input:focus ~ .form__label {
    display: none; }
  .input--short.input {
    width: 173px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 991px) {
      .input--short.input {
        width: 100%; } }
  .input--medium.input {
    width: 263px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 991px) {
      .input--medium.input {
        width: 100%; } }
  .input--textarea.input {
    height: 150px; }

.page__centered-buttons {
  margin-top: 35px;
  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-bottom: 72px; }
  @media (max-width: 767px) {
    .page__centered-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.page__centered-buttons-item {
  font-size: 14px; }
  @media (max-width: 767px) {
    .page__centered-buttons-item {
      font-size: 12px; } }
  .page__centered-buttons-item + .page__centered-buttons-item {
    margin-left: 35px; }
    @media (max-width: 767px) {
      .page__centered-buttons-item + .page__centered-buttons-item {
        margin-left: 0;
        margin-top: 20px; } }

.page__project-content {
  padding: 10px 0 0 60px; }
  @media (max-width: 991px) {
    .page__project-content {
      padding-left: 0; } }

.page__project-about {
  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; }
  .page__project-about p {
    margin-bottom: 0; }
  .page__project-about + .page__project-about {
    margin-left: 32px; }
    @media (max-width: 767px) {
      .page__project-about + .page__project-about {
        margin-left: 0;
        margin-top: 20px; } }

.page__project-about-icon {
  margin-right: 25px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .page__project-about-icon--profiles {
    width: 46px;
    height: 40px;
    background: url(../img/about-1.svg) no-repeat;
    background-size: contain; }
  .page__project-about-icon--building {
    width: 36px;
    height: 46px;
    background: url(../img/about-2.svg) no-repeat;
    background-size: contain; }
  .page__project-about-icon--learning {
    width: 44px;
    height: 46px;
    background: url(../img/about-3.svg) no-repeat;
    background-size: contain; }

.page__project-for-icon {
  margin-bottom: 27px; }
  .page__project-for-icon--school {
    width: 42px;
    height: 42px;
    background: url(../img/for-1.svg) no-repeat;
    background-size: contain; }
  .page__project-for-icon--young {
    width: 46px;
    height: 42px;
    background: url(../img/for-2.svg) no-repeat;
    background-size: contain; }
  .page__project-for-icon--student {
    width: 55px;
    height: 42px;
    background: url(../img/student.png) no-repeat;
    background-size: contain; }

.page__project-overview-media {
  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;
  padding-top: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (max-width: 767px) {
    .page__project-overview-media {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 30px; } }

.page__project-overview-img + .page__project-overview-img {
  margin-top: 43px; }

.page__project-overview-content {
  margin-left: 45px; }
  @media (max-width: 767px) {
    .page__project-overview-content {
      margin-left: 0; } }

@media (max-width: 767px) {
  .page__partner {
    margin-bottom: 20px; } }

.page__partner-img {
  margin-right: 35px; }

.page__program-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 1199px) {
    .page__program-section {
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .page__program-section {
      margin-right: 0;
      margin-left: 0; } }
  .page__program-section--short {
    margin-right: 0;
    margin-left: 0; }
    @media (max-width: 1199px) {
      .page__program-section--short {
        margin-right: 0; } }

.page__program-time {
  font-size: 20px;
  letter-spacing: .8px;
  color: #000;
  max-width: 52px;
  text-align: center;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (max-width: 767px) {
    .page__program-time {
      max-width: none;
      margin-right: 0; } }
  .page__program-time--white {
    color: #fff; }
  @media (max-width: 991px) {
    .page__program-time--table {
      max-width: none;
      text-align: left; } }

.page__program-controls {
  max-width: 890px;
  margin: 0 auto;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .page__program-controls {
      margin-bottom: 30px; } }

.page__program-controls-top {
  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 (max-width: 991px) {
    .page__program-controls-top {
      margin-left: -5px;
      margin-right: -5px; } }
  @media (max-width: 767px) {
    .page__program-controls-top {
      -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-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }

.page__program-day-header {
  position: relative;
  margin-top: 50px; }
  .page__program-day-header > .anchor {
    position: absolute;
    top: -200px;
    height: 10px;
    display: block; }

@media (max-width: 767px) {
  .page__program-controls-item {
    margin-bottom: 10px; } }

.page__program-view-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.page__intro {
  font-size: 20px;
  font-weight: 700;
  text-align: center; }

.page__participants-intro {
  margin-top: 73px;
  margin-bottom: 71px; }

.page__participants-factors {
  margin: 75px 0;
  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; }
  .page__participants-factors--center {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  @media (max-width: 991px) {
    .page__participants-factors {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 40px; } }

.page__participants-button {
  width: 240px;
  margin: 0 auto;
  display: block;
  font-size: 14px; }

.page__exhibition-cover {
  background: url(../img/exhibition-cover.jpg) no-repeat center;
  background-size: cover;
  height: 250px;
  margin-bottom: 34px; }

.page__exhibition-intro {
  margin-top: 46px; }

.page__exhibition-article + .page__exhibition-article {
  margin-top: 48px; }

.page__exhibition-plan {
  max-width: 100%; }

.page__exhibition-header {
  text-align: center;
  margin-bottom: 42px; }
  .page__exhibition-header:before {
    content: '';
    display: block;
    width: 680px;
    height: 1px;
    background: rgba(155, 155, 155, 0.21);
    margin: 40px auto 45px; }
    @media (max-width: 767px) {
      .page__exhibition-header:before {
        width: 100%; } }

.page__exhibitors-list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px; }
  @media (max-width: 991px) {
    .page__exhibitors-list {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .page__exhibitors-list {
      margin-left: 0;
      margin-right: 0;
      -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; } }

.page__exhibition-forum-wrapper {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 816px;
  margin: 0 auto; }

.page__exhibition-forum-item {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin-bottom: 20px;
  height: 115px;
  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%;
  padding-left: 28px;
  padding-right: 28px; }
  @media (max-width: 767px) {
    .page__exhibition-forum-item {
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px; } }
  .page__exhibition-forum-item--short {
    width: 400px; }
    @media (max-width: 991px) {
      .page__exhibition-forum-item--short {
        width: 100%; } }
  .page__exhibition-forum-item--darkest {
    background: #454e70; }
  .page__exhibition-forum-item--dark {
    background: rgba(69, 78, 112, 0.8); }
  .page__exhibition-forum-item--light {
    background: rgba(69, 78, 112, 0.6); }

.page__exhibition-forum-button {
  font-size: 14px;
  width: 100%;
  max-width: 620px;
  display: block;
  margin: 26px auto 54px; }
  @media (max-width: 767px) {
    .page__exhibition-forum-button {
      font-size: 10px; } }

.page__program-view {
  height: 38px;
  width: 42px;
  border: 1px solid #000;
  cursor: pointer; }
  .page__program-view--short {
    -webkit-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
    background: #000 url(../img/view-short--white.svg) no-repeat center; }
  .page__program-view--wide {
    -webkit-border-radius: 0 8px 8px 0;
            border-radius: 0 8px 8px 0;
    background: #000 url(../img/view-wide--white.svg) no-repeat center; }
  .page__program-view--active.page__program-view--short {
    background: #fff url(../img/view-short.svg) no-repeat center; }
  .page__program-view--active.page__program-view--wide {
    background: #fff url(../img/view-wide.svg) no-repeat center; }
  .page__program-view + .page__program-view {
    border-left: 0; }

.page__personal-sidebar {
  width: 35.5%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #454e70;
  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;
  text-align: right;
  padding-top: 60px; }
  @media (max-width: 1199px) {
    .page__personal-sidebar {
      width: 300px; } }
  @media (max-width: 991px) {
    .page__personal-sidebar {
      width: 100%;
      position: fixed;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      z-index: 2; } }

.page__personal-sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  width: 100%;
  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;
  overflow: auto;
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px); }
  @media (max-width: 991px) {
    .page__personal-sidebar-wrapper {
      height: auto;
      position: relative;
      top: auto;
      z-index: 1; } }

.page__personal-sidebar-header {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.88;
  background: #fe5721;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  padding-right: 40px;
  height: 38px;
  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;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (max-width: 991px) {
    .page__personal-sidebar-header {
      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;
      padding-right: 0; }
      .page__personal-sidebar-header:after {
        content: '';
        display: block;
        width: 20px;
        height: 10px;
        background: url(../img/arrow--white.svg) no-repeat;
        background-size: contain;
        margin-left: 10px; } }

.page__personal-sidebar-content {
  padding-right: 40px;
  padding-top: 15px;
  max-width: 273px;
  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; }
  @media (max-width: 991px) {
    .page__personal-sidebar-content {
      display: none;
      padding-bottom: 30px;
      height: -webkit-calc(100vh - 98px);
      height: calc(100vh - 98px);
      overflow: auto; } }
  .page__personal-sidebar-content--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.page__personal-userpic {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.page__personal-name {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 15px; }

.page__personal-company {
  font-size: 16px;
  color: #fff; }

.page__personal-menu {
  margin-top: 36px; }

.page__personal-menu-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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  font-size: 20px;
  letter-spacing: .8px; }
  .page__personal-menu-item:after {
    content: '';
    display: block;
    height: 4px;
    width: 87px; }
  .page__personal-menu-item + .page__personal-menu-item {
    margin-top: 30px; }
  .page__personal-menu-item--active {
    padding-bottom: 8px; }
    .page__personal-menu-item--active:after {
      background: #fff; }

.page__personal-exit {
  font-size: 16px;
  color: #9b9b9b;
  margin-top: 35px;
  display: block; }

.page__personal-content {
  width: 750px;
  padding-top: 98px; }
  @media screen and (max-width: 1699px) {
    .page__personal-content {
      width: 680px; } }
  @media (max-width: 991px) {
    .page__personal-content {
      width: 100%;
      padding-right: 24px;
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .page__personal-content {
      padding-top: 120px; } }

.page__personal-statuses {
  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;
  padding-left: 24px; }
  @media (max-width: 767px) {
    .page__personal-statuses {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.page__personal-info {
  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 rgba(155, 155, 155, 0.21);
  border-bottom: 1px solid rgba(155, 155, 155, 0.21);
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 41px;
  padding-left: 24px; }
  @media (max-width: 767px) {
    .page__personal-info {
      -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; } }

.page__personal-info-name {
  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; }
  @media (max-width: 767px) {
    .page__personal-info-name {
      margin-bottom: 20px; } }

.page__personal-info-name-content {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  margin-left: 26px; }
  @media (max-width: 767px) {
    .page__personal-info-name-content {
      font-size: 16px;
      font-weight: 500;
      margin-left: 15px; } }

.page__personal-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.21);
  margin-bottom: 41px; }

.page__personal-info-item {
  width: 50%;
  padding-left: 24px;
  margin-bottom: 33px; }
  @media (max-width: 767px) {
    .page__personal-info-item {
      width: 100%; } }

.page__personal-info-item-header {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px; }

.page__personal-info-item-content {
  font-size: 20px;
  color: #9b9b9b;
  margin-bottom: 0; }

.page__personal-events {
  padding-left: 24px; }

.page__personal-visits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .page__personal-visits {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.page__personal-header {
  font-size: 60px;
  font-weight: 900;
  color: #000; }
  @media (max-width: 767px) {
    .page__personal-header {
      font-size: 30px; } }
  .page__personal-header--padding {
    padding-left: 24px; }

.page__paperless-subheader {
  margin-bottom: 56px; }

.page__personal-paperless {
  padding-left: 24px;
  margin-top: 43px;
  margin-bottom: 53px; }

.page__personal-status {
  width: 100%; }
  .page__personal-status .form-group {
    margin-bottom: 0; }
  .page__personal-status .custom-control-indicator {
    -webkit-border-radius: 2px;
            border-radius: 2px; }

.page__personal-status-row {
  border-bottom: 1px solid rgba(155, 155, 155, 0.21);
  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; }

.page__personal-status-content {
  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; }

.page__personal-status-header {
  font-size: 16px;
  color: #9b9b9b;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 767px) {
    .page__personal-status-header {
      text-align: center; } }
  .page__personal-status-header:nth-child(1) {
    width: 40%; }
  .page__personal-status-header:nth-child(2) {
    width: 60%; }
  @media (max-width: 767px) {
    .page__personal-status-header {
      font-size: 12px;
      padding-left: 5px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }

.page__personal-status-cell {
  padding-left: 24px;
  padding-top: 43px;
  padding-bottom: 43px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .page__personal-status-cell:nth-child(1) {
    width: 40%; }
  .page__personal-status-cell:nth-child(2) {
    width: 60%; }
  .page__personal-status-cell:last-child {
    padding-right: 10px; }
    @media (max-width: 767px) {
      .page__personal-status-cell:last-child {
        padding-right: 0; } }
  @media (max-width: 767px) {
    .page__personal-status-cell {
      padding-left: 5px;
      padding-right: 5px; } }

.page__personal-status-name {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: block;
  cursor: pointer; }
  @media (max-width: 767px) {
    .page__personal-status-name {
      font-size: 12px; } }

.page__personal-status-company {
  font-size: 16px;
  color: #000;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .page__personal-status-company {
      font-size: 12px; } }

.page__personal-status-price-wrapper {
  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; }
  @media (max-width: 767px) {
    .page__personal-status-price-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.page__personal-status-price {
  font-size: 16px;
  color: #000;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .page__personal-status-price {
      font-size: 12px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-bottom: 10px; } }

.page__personal-status-button {
  width: 120px;
  height: 38px;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: .6px;
  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;
  cursor: text; }
  .page__personal-status-button::-webkit-input-placeholder {
    color: #9b9b9b; }
  .page__personal-status-button::-moz-placeholder {
    color: #9b9b9b; }
  .page__personal-status-button:-ms-input-placeholder {
    color: #9b9b9b; }
  @media (max-width: 767px) {
    .page__personal-status-button {
      width: 100px;
      font-size: 12px;
      padding-left: 5px;
      padding-right: 5px;
      text-transform: none;
      margin-left: 10px; } }

.page__personal-status-remove {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #9b9b9b url(../img/cross--white.svg) no-repeat center;
  border: 0;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  @media (max-width: 767px) {
    .page__personal-status-remove {
      width: 20px;
      height: 20px;
      margin: 0 auto; } }

.page__personal-price-overall {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: right;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.21); }
  @media (max-width: 767px) {
    .page__personal-price-overall {
      font-size: 20px; } }

.page__personal-status-buttons {
  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;
  padding-left: 24px;
  padding-top: 26px;
  padding-bottom: 26px; }
  @media (max-width: 767px) {
    .page__personal-status-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    .page__personal-status-buttons .btn {
      margin-bottom: 10px; } }

.page__header {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px; }

.page__partners-activity {
  width: 100%; }

.page__activity-button-wrapper {
  height: 70px;
  background: -webkit-linear-gradient(329deg, #3023ae, #c96dd8);
  background: linear-gradient(121deg, #3023ae, #c96dd8);
  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;
  margin-bottom: 30px; }
  .page__activity-button-wrapper:hover {
    background-position: 50%; }

.page__activity-button {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px dashed #fff; }
  .page__activity-button:hover, .page__activity-button:focus {
    opacity: .7;
    color: #fff; }

.page__activity-form {
  display: none; }

.page__activities-list {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .page__activities-list {
      margin-top: 10px; } }

.page--news {
  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;
  padding-top: 36px;
  padding-bottom: 36px; }
  @media (max-width: 767px) {
    .page--news {
      padding-top: 96px; } }
  .page--news h1 {
    margin-bottom: 18px; }
  .page--news h3 {
    text-align: center; }

.page--program h1 {
  margin: 36px 0 47px; }
  @media (max-width: 767px) {
    .page--program h1 {
      margin-top: 96px; } }

.page--participants {
  padding: 36px 0 64px; }
  @media (max-width: 767px) {
    .page--participants {
      padding-top: 96px; } }
  .page--participants .companies li {
    font-size: 1.2em;
    line-height: 2em; }

.page--personal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 767px) {
  .page--project {
    padding-top: 60px; } }

@media (max-width: 767px) {
  .page--padding {
    padding-top: 60px; } }

.page--partners {
  padding-top: 120px; }
  @media (max-width: 767px) {
    .page--partners {
      padding-top: 80px; } }

@media (max-width: 767px) {
  .page--meetings {
    padding-top: 50px; } }

.schedule p {
  margin-bottom: 0; }

.schedule h3 {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .schedule h3 {
      margin-bottom: 20px; } }

.schedule ul {
  margin-top: 20px; }

.schedule__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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 38px 0; }
  @media (max-width: 767px) {
    .schedule__item {
      -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; } }
  .schedule__item + .schedule__item {
    border-top: 1px solid rgba(155, 155, 155, 0.21); }
  .schedule__item--break .schedule__item-time {
    color: #9b9b9b; }
  .schedule__item--break h3 {
    color: #9b9b9b; }

.schedule__item-time {
  font-size: 16px;
  color: #000;
  width: 28%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (max-width: 767px) {
    .schedule__item-time {
      width: 100%; } }

.schedule__item-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 40px; }
  @media (max-width: 767px) {
    .schedule__item-content {
      padding-right: 0;
      margin-top: 10px; } }

.item {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 0 20px 0 #cdcdcd;
          box-shadow: 0 0 20px 0 #cdcdcd;
  max-width: 266px;
  padding: 20px 21.6px 25px 27px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  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;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .item:hover {
    -webkit-box-shadow: 0 0 40px 0 #cdcdcd;
            box-shadow: 0 0 40px 0 #cdcdcd; }
  @media (max-width: 767px) {
    .item {
      margin: 0 10px 24px;
      max-width: none; } }
  .item__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; }
  .item__level {
    font-size: 13px;
    color: #9b9b9b;
    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; }
    .item__level:before {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 19px; }
    .item__level--pink:before {
      background: #E0197E; }
    .item__level--orange:before {
      background: #EF7E18; }
    .item__level--green:before {
      background: #009639; }
    .item__level--black:before {
      background: #000000; }
    .item__level--white:before {
      background: #fff;
      border: 1px solid #555; }
    .item__level--metallic:before {
      background: #8C99A1; }
    .item__level--mint:before {
      background: #89F5D1; }
    .item__level--red:before {
      background: #FF1A44; }
    .item__level--blue:before {
      background: #00A0E0; }
    .item__level--wood:before {
      background: #A8623F; }
    .item__level--purpule:before {
      background: #551a8b; }
    .item__level--yellow:before {
      background: #ffff00; }
    .item__level--buduguru:before {
      background: #e400ff; }
  .item__favorite {
    border: 0;
    width: 19.8px;
    height: 18.8px;
    background: url(../img/star.svg) no-repeat;
    background-size: contain; }
    .item__favorite.active {
      background-image: url(../img/star_active.svg); }
  .item__title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    margin-bottom: 20px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .item__author {
    font-size: 16px;
    color: #fe5721;
    margin-bottom: 12px; }
  .item__company {
    margin-bottom: 0;
    font-size: 13px;
    color: #000; }

.presentation {
  background: url(../img/purple-bg.jpg) no-repeat right top;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 87px;
  margin-top: 16px;
  margin-bottom: 46px;
  width: 100%; }
  @media (max-width: 767px) {
    .presentation {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .presentation__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .presentation__title {
        text-align: center;
        font-size: 28px;
        line-height: 1.3; } }
  .presentation__info {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .presentation__info {
        text-align: center; } }

.switch {
  width: 78px;
  height: 38px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin-bottom: 0;
  position: relative;
  margin-right: 0; }
  .switch__input:checked ~ .switch__button {
    left: auto;
    right: -2px;
    background: #fff url(../img/star.svg) no-repeat center !important;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px 0 rgba(0, 0, 0, 0.05) !important; }
  .switch__input:checked ~ .switch__bg {
    background: #fe5721;
    border-color: #fe5721; }
  .switch__button {
    width: 39px !important;
    height: 39px !important;
    -webkit-border-radius: 8px !important;
            border-radius: 8px !important;
    border: 1.6px solid #cdcdcd !important;
    top: 0;
    left: 0;
    background: #fff url(../img/star.svg) no-repeat center;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px 0 rgba(0, 0, 0, 0.05) !important;
    z-index: 2; }
    .switch__button:focus {
      outline: none; }
  .switch__bg {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    z-index: 1;
    border: 1.6px solid #cdcdcd; }

.factor {
  max-width: 282.4px;
  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; }
  @media (max-width: 991px) {
    .factor {
      max-width: none;
      margin-bottom: 20px; } }
  .factor__two-col {
    max-width: none;
    width: 48%; }
  @media screen and (max-width: 991px) {
    .factor {
      width: 100%; } }
  .factor__top {
    padding: 0 15px 40px 27px;
    height: 207px;
    -webkit-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
    position: relative;
    z-index: 1; }
  .factor__icon {
    width: 30px;
    height: 94px; }
    .factor__icon--expo {
      background: url(../img/factor-1.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--forum {
      background: url(../img/factor-2.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--show {
      background: url(../img/factor-3.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--search {
      background: url(../img/search-w.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--like {
      background: url(../img/like.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--graph {
      background: url(../img/graph.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--users {
      background: url(../img/users.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--add {
      background: url(../img/add.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--money {
      background: url(../img/money.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--server {
      background: url(../img/server.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--layers {
      background: url(../img/layers.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--folder {
      background: url(../img/folder.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--store {
      background: url(../img/store.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--briefcase {
      background: url(../img/briefcase.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--placeholder {
      background: url(../img/placeholder.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--building {
      background: url(../img/building.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--bus {
      background: url(../img/bus.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--flag {
      background: url(../img/flag.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--smartphone {
      background: url(../img/smartphone.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--id-card {
      background: url(../img/id-card.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--microphone {
      background: url(../img/microphone.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--microphone-1 {
      background: url(../img/microphone1.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--megaphone {
      background: url(../img/megaphone.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--phone-call {
      background: url(../img/phone-call.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--handshake {
      background: url(../img/handshake.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--megaphone {
      background: url(../img/megaphone.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--free {
      background: url(../img/free.svg) no-repeat center;
      background-size: contain;
      width: 55px; }
    .factor__icon--rrr {
      background: url(../img/rrr.svg) no-repeat center;
      background-size: contain;
      width: 45px;
      right: 26px !important; }
    .factor__icon--microphone-2 {
      background: url(../img/microphone-2.svg) no-repeat center;
      background-size: contain;
      width: 15px; }
    .factor__icon--loud-hailer {
      background: url(../img/loud-hailer.svg) no-repeat center;
      background-size: contain;
      width: 22px; }
    .factor__icon--hands {
      background: url(../img/hands.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--star-1 {
      background: url(../img/star-1.svg) no-repeat center;
      background-size: contain; }
    .factor__icon--oxford-cap {
      background: url(../img/oxford-cap.svg) no-repeat center;
      background-size: contain;
      height: 50px !important; }
    .factor__icon--hands-1 {
      background: url(../img/hands-1.svg) no-repeat center;
      background-size: contain;
      right: 16px !important; }
    .factor__icon--star-1 {
      background: url(../img/star-1.svg) no-repeat center;
      background-size: contain;
      width: 27px; }
    .factor__icon--devs {
      background: url(../img/devs.svg) no-repeat center;
      background-size: contain;
      width: 26px; }
  .factor__header-wrapper {
    height: 65.6px;
    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; }
  .factor__header {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0; }
  .factor__header-year {
    font-size: 15px;
    vertical-align: top;
    margin-left: 5px;
    font-weight: 400; }
  .factor__bottom {
    padding-top: 26px;
    padding-bottom: 30px;
    padding-left: 27px;
    padding-right: 24px;
    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-shadow: 0 0 20px 0 #cdcdcd;
            box-shadow: 0 0 20px 0 #cdcdcd;
    -webkit-border-radius: 0 0 8px 8px;
            border-radius: 0 0 8px 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .factor__number {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    height: 72px;
    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; }
  .factor--orange .factor__top {
    background: #fe5721; }
  .factor--orange .factor__number {
    color: #fe5721; }
  .factor--blue .factor__top {
    background: #743bff; }
  .factor--blue .factor__number {
    color: #743bff; }
  .factor--green .factor__top {
    background: #7bdf53; }

.exhibitor {
  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: 40px;
  margin-right: 40px;
  margin-bottom: 47px; }
  @media (max-width: 767px) {
    .exhibitor {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .exhibitor {
      margin-left: 10px;
      margin-right: 10px; } }
  .exhibitor__circle {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
            border-radius: 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;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-right: 18px; }
    .exhibitor__circle--orange {
      background: #fe5721; }
    .exhibitor__circle--blue {
      background: #2296f3; }
    .exhibitor__circle--red {
      background: #f22c6a; }
    .exhibitor__circle--black {
      background: #454e70; }

.status {
  width: 197px;
  -webkit-box-shadow: 0 0 10px 0 #cdcdcd;
          box-shadow: 0 0 10px 0 #cdcdcd;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .status {
      width: 100%;
      margin-bottom: 20px; } }
  .status__header {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    height: 80px;
    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;
    line-height: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: #fe5721; }
  .status__content {
    padding: 22px 18px 20px;
    -webkit-border-radius: 0 0 8px 8px;
            border-radius: 0 0 8px 8px; }
  .status__button {
    display: block;
    width: 120px;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: .6px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: #fe5721; }
    .status__button:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: black;
      opacity: 0;
      -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .status__button, .status__button:focus, .status__button:hover {
      color: white; }
    .status__button:focus:after, .status__button:active:after, .status__button:hover:after {
      opacity: .1; }
  .status--current {
    pointer-events: none; }
  .status--disabled {
    opacity: .3;
    pointer-events: none; }

.event {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 #cdcdcd;
          box-shadow: 0 0 20px 0 #cdcdcd;
  margin-bottom: 28px;
  -webkit-border-radius: 8px;
          border-radius: 8px; }
  @media (max-width: 767px) {
    .event {
      padding: 20px; } }
  .event__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px; }
    @media (max-width: 767px) {
      .event__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .event__user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .event__user {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
  .event__user-picture {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .event__user-content {
    max-width: 150px;
    margin-left: 23px; }
    @media (max-width: 767px) {
      .event__user-content {
        max-width: none;
        margin-top: 20px;
        margin-left: 0; } }
  .event__user-name {
    font-size: 16px;
    font-weight: 700;
    color: #fe5721;
    margin-bottom: 16px; }
  .event__user-company {
    font-size: 13px;
    color: #000;
    margin-bottom: 0; }
  .event__title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-left: 37px; }
    @media (max-width: 767px) {
      .event__title {
        margin-left: 0; } }
  .event__button {
    font-size: 14px;
    letter-spacing: .6px;
    display: block;
    margin: 32px auto 0;
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }

.visit {
  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-shadow: 0 0 20px 0 #cdcdcd;
          box-shadow: 0 0 20px 0 #cdcdcd;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 48%;
  padding-top: 30px;
  padding-bottom: 33px;
  padding-left: 32px;
  padding-right: 32px; }
  @media (max-width: 767px) {
    .visit {
      width: 100%;
      margin-bottom: 20px;
      padding: 20px; } }
  .visit__userpic {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .visit__name {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: 25px; }
  .visit__company {
    text-align: center;
    margin-bottom: 0; }
  .visit__time {
    margin-top: 34px; }
  .visit__time-day {
    font-size: 25px;
    font-weight: 700;
    color: #000; }
  .visit__time-hour {
    font-size: 25px;
    color: #9b9b9b; }
  .visit__buttons {
    margin-top: 20px; }
  .visit__button {
    font-size: 14px; }
    @media (max-width: 767px) {
      .visit__button {
        width: 100px;
        font-size: 13px;
        padding-left: 0;
        padding-right: 0; } }
    .visit__button + .visit__button {
      margin-left: 15px; }

.paperless {
  -webkit-box-shadow: 0 0 20px 0 #cdcdcd;
          box-shadow: 0 0 20px 0 #cdcdcd;
  padding: 20px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin-bottom: 29px; }
  .paperless__header {
    font-size: 25px;
    font-weight: 700;
    color: #000; }
  .paperless__footer {
    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-top: 42px; }
    @media (max-width: 767px) {
      .paperless__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .paperless__logo {
    background: url(../img/paperless-logo.svg) no-repeat;
    background-size: contain;
    width: 121px;
    height: 37px; }
  .paperless__button {
    font-size: 14px; }
    @media (max-width: 767px) {
      .paperless__button {
        margin-top: 20px; } }
    .paperless__button:hover {
      border-color: #000 !important; }
  .paperless--green {
    background: #1ccfa9; }
    .paperless--green .paperless__header {
      color: #fff; }
    .paperless--green p {
      color: #fff; }
    .paperless--green .paperless__logo {
      background: url(../img/paperless-logo--white.svg) no-repeat;
      background-size: contain; }
    .paperless--green .paperless__button {
      border-color: #fff;
      color: #fff; }

.item-long {
  -webkit-box-shadow: 0 0 20px 0 #cdcdcd;
          box-shadow: 0 0 20px 0 #cdcdcd;
  padding: 30px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .item-long {
      padding: 20px; } }
  .item-long__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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 767px) {
      .item-long__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .item-long__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-size: 25px;
    font-weight: 700;
    color: #000;
    max-width: 300px;
    line-height: normal;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .item-long__title {
        margin-right: 0;
        max-width: none; } }
    .item-long__title:before {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 39px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .item-long__title--pink:before {
      background: #E0197E; }
    .item-long__title--orange:before {
      background: #EF7E18; }
    .item-long__title--green:before {
      background: #009639; }
    .item-long__title--black:before {
      background: #000000; }
    .item-long__title--white:before {
      background: #fff;
      border: 1px solid #555; }
    .item-long__title--metallic:before {
      background: #8C99A1; }
    .item-long__title--mint:before {
      background: #89F5D1; }
    .item-long__title--red:before {
      background: #FF1A44; }
    .item-long__title--blue:before {
      background: #00A0E0; }
    .item-long__title--wood:before {
      background: #A8623F; }
    .item-long__title--purpule:before {
      background: #551a8b; }
    .item-long__title--yellow:before {
      background: #ffff00; }
    .item-long__title--buduguru:before {
      background: #e400ff; }
  .item-long__content-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .item-long__content-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .item-long__user {
    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; }
    @media (max-width: 767px) {
      .item-long__user {
        margin-top: 20px; } }
  .item-long__user-picture {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .item-long__user-content {
    max-width: 150px;
    margin-left: 23px; }
    @media (max-width: 767px) {
      .item-long__user-content {
        max-width: none; } }
  .item-long__user-name {
    font-size: 16px;
    font-weight: 700;
    color: #fe5721;
    margin-bottom: 16px; }
  .item-long__user-company {
    margin-bottom: 0; }
  .item-long__authors-list {
    margin-left: 40px; }
    @media (max-width: 767px) {
      .item-long__authors-list {
        margin-left: 0;
        margin-top: 20px; } }
  .item-long__author {
    display: block;
    white-space: nowrap; }
  .item-long__footer {
    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;
    margin-top: 34px; }
    @media (max-width: 767px) {
      .item-long__footer {
        -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; } }
  .item-long__favorite {
    width: 19px;
    height: 18px;
    background: url(../img/star.svg) no-repeat;
    background-size: contain;
    border: 0;
    cursor: pointer; }
  .item-long__info {
    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; }
    @media (max-width: 767px) {
      .item-long__info {
        -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;
        width: 100%;
        margin-top: 20px; } }
  @media (max-width: 767px) {
    .item-long__info-item {
      width: 100%; } }
  .item-long__info-item + .item-long__info-item {
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid #979797; }
    @media (max-width: 767px) {
      .item-long__info-item + .item-long__info-item {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #979797;
        margin-top: 10px;
        padding-top: 10px; } }
  .item-long__info-item-header {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase; }
  .item-long__info-item-content {
    font-size: 13px;
    color: #000;
    margin-left: 14px; }
  .item-long__details {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    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;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .item-long__details {
        margin-top: 20px; } }
    .item-long__details:after {
      content: '';
      display: block;
      width: 19px;
      height: 19px;
      background: url(../img/plus.svg) no-repeat;
      background-size: contain;
      margin-left: 15px;
      margin-top: -2px; }

.filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 0 20px 0 #cdcdcd;
          box-shadow: 0 0 20px 0 #cdcdcd;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  margin-top: 34px;
  display: none; }
  @media (max-width: 767px) {
    .filters {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 20px; } }
  .filters__section {
    padding-left: 20px;
    padding-right: 20px; }
    .filters__section + .filters__section {
      border-left: 1px solid rgba(74, 74, 74, 0.5); }
      @media (max-width: 767px) {
        .filters__section + .filters__section {
          border-left: 0;
          border-top: 1px solid rgba(74, 74, 74, 0.5);
          padding-top: 20px; } }
  .filters__section-header {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .filters__section-header {
        margin-bottom: 20px; } }
  .filters--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.modal {
  max-width: 600px;
  width: 100%;
  display: none;
  background: transparent;
  padding: 0;
  overflow: visible; }
  @media (max-width: 767px) {
    .modal {
      max-width: 95%; } }
  .modal a:focus {
    color: #fe5721; }
  .modal__content {
    padding: 38px 49px 26px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    position: relative;
    background: #fff;
    z-index: 10; }
    .modal__content a {
      color: #fe5721; }
    @media (max-width: 767px) {
      .modal__content {
        padding: 20px; } }
  .modal__favorite {
    border: 0;
    background: none;
    width: 20px;
    height: 19px;
    background: url(../img/star.svg) no-repeat;
    background-size: contain;
    position: absolute;
    cursor: pointer;
    right: 49px;
    top: 38px; }
    @media (max-width: 767px) {
      .modal__favorite {
        top: 20px;
        right: 20px; } }
    .modal__favorite:focus {
      outline: none; }
    .modal__favorite.active {
      background-image: url(../img/star_active.svg); }
  .modal__hall {
    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: 700;
    text-transform: uppercase;
    color: #000; }
    .modal__hall:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 27px; }
    .modal__hall--pink:before {
      background: #E0197E; }
    .modal__hall--orange:before {
      background: #EF7E18; }
    .modal__hall--green:before {
      background: #009639; }
    .modal__hall--black:before {
      background: #000000; }
    .modal__hall--white:before {
      background: #fff;
      border: 1px solid #555; }
    .modal__hall--metallic:before {
      background: #8C99A1; }
    .modal__hall--mint:before {
      background: #89F5D1; }
    .modal__hall--red:before {
      background: #FF1A44; }
    .modal__hall--blue:before {
      background: #00A0E0; }
    .modal__hall--wood:before {
      background: #A8623F; }
    .modal__hall--purpule:before {
      background: #551a8b; }
    .modal__hall--yellow:before {
      background: #ffff00; }
    .modal__hall--buduguru:before {
      background: #e400ff; }
  .modal__date {
    margin-top: 25px;
    font-size: 13px;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-bottom: 25px; }
  .modal__title {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .modal__title {
        font-size: 22px; } }
  .modal__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;
    margin-bottom: 40px; }
  .modal__user-picture {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top center;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .modal__user-company {
    margin-bottom: 0; }
  .modal__user-content {
    margin-left: 23px; }
  .modal__user-name {
    font-size: 16px;
    font-weight: 700;
    color: #fe5721;
    margin-bottom: 16px; }
  .modal__authors-list {
    margin-top: 44px; }
  .modal__authors-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;
    padding-bottom: 4px;
    border-bottom: 1px solid #454e70;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .modal__authors-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .modal__author {
    max-width: 140px; }
    @media (max-width: 767px) {
      .modal__author {
        max-width: none; } }
  .modal__author-name {
    font-size: 16px;
    color: #fe5721;
    margin-bottom: 16px; }
  .modal__details {
    font-size: 20px;
    font-weight: 700;
    color: #fe5721;
    text-align: center;
    display: block;
    text-transform: uppercase; }
    .modal__details:focus {
      color: #fe5721 !important; }
  .modal__info {
    -webkit-box-shadow: 0 0 20px 0 #cdcdcd;
            box-shadow: 0 0 20px 0 #cdcdcd;
    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-top: 26px;
    padding-bottom: 26px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    margin-top: 28px; }
    @media (max-width: 767px) {
      .modal__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .modal__info-item {
    width: 33.33%;
    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; }
    @media (max-width: 767px) {
      .modal__info-item {
        width: 100%; } }
    .modal__info-item + .modal__info-item {
      border-left: 1px solid rgba(74, 74, 74, 0.5); }
      @media (max-width: 767px) {
        .modal__info-item + .modal__info-item {
          border-left: 0;
          margin-top: 20px;
          padding-top: 20px;
          border-top: 1px solid rgba(74, 74, 74, 0.5); } }
  .modal__info-item-header {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase; }
  .modal__info-item-content {
    font-size: 13px;
    color: #000;
    margin-bottom: 0; }
  .modal__move {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 0 #000000;
            box-shadow: 0 0 20px 0 #000000;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background: #4a4a4a;
    height: 78px;
    width: 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;
    z-index: 2;
    position: relative; }
    .modal__move--next {
      padding-top: 35px;
      margin-top: -18px; }
    .modal__move--next-2 {
      z-index: 1; }
    .modal__move--prev {
      margin-bottom: -18px;
      padding-top: 18px; }
  .modal__header {
    font-size: 28px;
    font-weight: 900; }
  .modal__text {
    margin: 30px 0; }
  .modal__social {
    width: 150px;
    height: 40px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #0f0f0f;
    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;
    font-size: 13px;
    text-transform: uppercase;
    color: #0f0f0f; }
    @media (max-width: 767px) {
      .modal__social {
        font-size: 11px; } }
    .modal__social:hover, .modal__social:focus {
      text-decoration: none;
      background: #000;
      color: #fff; }
    .modal__social + .modal__social {
      margin-left: 10px; }
    .modal__social--fb:before {
      content: '';
      display: block;
      width: 25px;
      height: 25px;
      background: url(../img/social-fb.svg) no-repeat;
      background-size: contain;
      margin-right: 10px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-bottom: 1px; }
      @media (max-width: 767px) {
        .modal__social--fb:before {
          margin-right: 10px; } }
    .modal__social--vk:before {
      content: '';
      display: block;
      width: 25px;
      height: 25px;
      background: url(../img/social-vk.svg) no-repeat;
      background-size: contain;
      margin-right: 10px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-bottom: 1px; }
      @media (max-width: 767px) {
        .modal__social--vk:before {
          margin-right: 10px; } }
  .modal__form-header {
    position: static;
    line-height: 1; }
  .modal__time-section {
    margin-bottom: 20px; }
  .modal__meeting-footer {
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    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 (max-width: 1199px) {
      .modal__meeting-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .modal__time-section-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .modal__time-section-row .custom-radio {
      width: 70px;
      margin-bottom: 5px;
      margin-right: 10px; }
  .modal__chat-header {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px; }
  .modal__chat-title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
    padding-left: 15px;
    font-weight: 400; }
  .modal__chat-content {
    padding: 15px;
    max-height: 360px;
    overflow: auto; }
  .modal__message {
    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;
    margin-bottom: 20px; }
  .modal__chat-userpic {
    margin-right: 15px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .modal__chat-userpic {
        width: 60px;
        height: 60px; } }
  .modal__message-name {
    font-size: 22px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .modal__message-name {
        font-size: 16px; } }
  .modal__message-date {
    color: #828282;
    font-size: 12px;
    font-weight: 400;
    font-family: "Proxima Nova", "Times New Roman", sans-serif; }
    @media (max-width: 767px) {
      .modal__message-date {
        font-size: 10px; } }
  .modal__message-paragraph {
    color: #000; }
    @media (max-width: 767px) {
      .modal__message-paragraph {
        font-size: 12px;
        margin-bottom: 10px; } }
  .modal__message-download {
    color: #0275d8;
    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-family: "Proxima Nova", "Times New Roman", sans-serif;
    margin-top: 16px;
    margin-bottom: 16px;
    text-decoration: none; }
    @media (max-width: 767px) {
      .modal__message-download {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px; } }
    .modal__message-download:hover, .modal__message-download:focus, .modal__message-download:active {
      text-decoration: none;
      color: #0275d8 !important; }
    .modal__message-download:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background: url(../img/clip.svg) no-repeat;
      background-size: contain;
      margin-right: 5px; }
      @media (max-width: 767px) {
        .modal__message-download:before {
          width: 15px;
          height: 15px; } }
  .modal__chat-controls {
    border-top: 1px solid #e1e1e1;
    padding: 15px;
    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; }
    @media (max-width: 767px) {
      .modal__chat-controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .modal__chat-form {
    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;
    width: 100%; }
    @media (max-width: 767px) {
      .modal__chat-form {
        margin-top: 15px; } }
  .modal__chat-textarea {
    width: 100%;
    height: 120px;
    display: block;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .modal__chat-textarea {
        resize: none; } }
  .modal__chat-footer {
    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;
    width: 100%; }
    @media (max-width: 767px) {
      .modal__chat-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 767px) {
    .modal__chat-button {
      width: 100%;
      margin-top: 0; } }
  .modal--chat {
    padding: 0;
    overflow: visible;
    max-width: 700px;
    background: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px; }
    @media (max-width: 1199px) {
      .modal--chat {
        max-width: 90%; } }
    .modal--chat .fancybox-close-small {
      display: block;
      background: url(../img/icon-cross--black.svg) no-repeat center;
      background-size: contain;
      width: 15px;
      height: 15px;
      top: 12px;
      right: 10px; }
      .modal--chat .fancybox-close-small:focus {
        outline: none; }
      .modal--chat .fancybox-close-small:after {
        display: none; }
  .modal--common {
    background: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    padding: 20px;
    position: relative;
    max-width: 1000px; }
    @media (max-width: 1199px) {
      .modal--common {
        max-width: 90%; } }
    .modal--common .fancybox-close-small {
      display: block;
      background: url(../img/icon-cross--black.svg) no-repeat center;
      background-size: 40%; }
      .modal--common .fancybox-close-small:focus {
        outline: none; }
      .modal--common .fancybox-close-small:after {
        display: none; }

.itogi .itogi-icons a {
  display: block;
  text-align: center; }
  .itogi .itogi-icons a:hover {
    text-decoration: none; }
  .itogi .itogi-icons a [class^="flaticon-"]:before, .itogi .itogi-icons a [class*=" flaticon-"]:before {
    font-size: 3.5rem; }
  .itogi .itogi-icons a > .itogi-label {
    color: #333333;
    display: block;
    font-size: 11px;
    text-transform: uppercase; }

.itogi .highlight {
  background-color: #ede8af;
  padding: 1rem; }

.itogi strong, .itogi b {
  font-style: normal;
  font-weight: normal; }

.itogi .btn-radius {
  -webkit-border-radius: 8px;
          border-radius: 8px; }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.5); }
  .card a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline; }
  .card p {
    color: #fff; }

.card-block {
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  -webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  -webkit-border-radius: 0 0 8px 8px;
          border-radius: 0 0 8px 8px; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    -webkit-border-radius: -webkit-calc(8px - 1px) -webkit-calc(8px - 1px) 0 0;
            border-radius: calc(8px - 1px) calc(8px - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    -webkit-border-radius: 0 0 -webkit-calc(8px - 1px) -webkit-calc(8px - 1px);
            border-radius: 0 0 calc(8px - 1px) calc(8px - 1px); }

.card-primary {
  background-color: #fe5721;
  border-color: #fe5721; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-primary-outline {
  background-color: transparent;
  border-color: #fe5721; }

.card-secondary-outline {
  background-color: transparent;
  border-color: #fff; }

.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de; }

.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c; }

.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  -webkit-border-radius: -webkit-calc(8px - 1px) -webkit-calc(8px - 1px) 0 0;
          border-radius: calc(8px - 1px) calc(8px - 1px) 0 0; }

.card-img-bottom {
  -webkit-border-radius: 0 0 -webkit-calc(8px - 1px) -webkit-calc(8px - 1px);
          border-radius: 0 0 calc(8px - 1px) calc(8px - 1px); }

@media (min-width: 576px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      width: 1%;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.cards-collection .card a {
  text-decoration: none;
  font-weight: normal; }

.cards-collection h5 {
  font-size: 27px;
  font-weight: bold; }

.cards-collection p, .cards-collection li {
  font-size: 0.8rem;
  margin-bottom: 0; }

.cards-collection .sub-header {
  font-size: 20px; }

.cards-collection .card-block {
  min-height: 6rem; }

.cards-collection .card-lblock {
  min-height: 17rem; }

.cards-collection .factor__icon {
  position: absolute;
  bottom: 0;
  right: 20px;
  height: 65px; }

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

/*  -------------------------- */
.upstart {
  position: relative;
  overflow: hidden;
  font-family: 'Proxima Nova';
  font-size: 18px;
  line-height: 22px;
  color: #1d1d33; }
  .upstart hr {
    border: none;
    border-top: 2px solid #F1F1F1;
    margin: 0;
    padding: 0;
    height: 0;
    -webkit-box-shadow: 0 5px 5px rgba(236, 236, 236, 0.2);
            box-shadow: 0 5px 5px rgba(236, 236, 236, 0.2); }

.upstart-head {
  background: #3d0096;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 110px 0 50px; }

.upstart-head-image {
  margin: 0 0 100px; }
  .upstart-head-image img {
    max-width: 100%; }

.upstart-head-text {
  margin: 0 0 100px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (min-width: 768px) {
    .upstart-head-text {
      font-size: 30px;
      line-height: 42px; } }

.upstart-nav {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  text-align: center; }
  .upstart-nav > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 0 -5px 15px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .upstart-nav > li {
        width: 33.333%; } }

.upstart-btn {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 15px;
  background: #BCBCBC;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .upstart-btn:hover, .upstart-btn.is-active {
    background: #1D1D33;
    color: #fff;
    text-decoration: none; }

/* ----- */
.upstart-section {
  padding: 50px 0; }

.upstart-form {
  background: #F6F6F6;
  padding: 100px 0; }
  .upstart-form .form-control {
    -webkit-box-shadow: none;
            box-shadow: none;
    font-family: 'Proxima Nova';
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #5c6670;
    border-color: #fff;
    background: #fff;
    margin: 0 0 20px;
    padding: 15px 25px;
    height: auto;
    -webkit-border-radius: 6px;
            border-radius: 6px; }
    .upstart-form .form-control:focus {
      border-color: #8A6DED; }
  .upstart-form textarea.form-control {
    height: 196px; }

.upstart-form-ctrl {
  padding: 102px 0;
  text-align: center; }

.form-control-file {
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'Proxima Nova';
  font-size: 10px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: #BCBCBC;
  color: #fff;
  padding: 15px 20px;
  margin: 0 0 20px;
  cursor: pointer;
  letter-spacing: 1px; }
  .form-control-file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden; }
  .form-control-file:hover {
    background: #727272; }

.upstart-heading {
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 100px; }
  .upstart-heading--small {
    font-size: 40px !important;
    line-height: 55px !important; }
  .upstart-heading mark {
    background: none;
    padding: 0;
    color: #8a6ded; }
  @media (min-width: 576px) {
    .upstart-heading {
      font-size: 60px;
      line-height: 70px; } }

.upstart-desc {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 40px; }
  @media (min-width: 576px) {
    .upstart-desc {
      font-size: 32px;
      line-height: 40px; } }

.upstart-program {
  padding: 100px 0 0; }

.upstart-program-list {
  margin: 0 -5px;
  padding: 0;
  list-style: none; }
  .upstart-program-list > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 10px 0;
    padding: 0 5px;
    width: 100%; }
    @media (min-width: 576px) {
      .upstart-program-list > li {
        width: 33.333%; } }

.upstart-program-ctrl {
  text-align: center;
  padding: 80px 0 0; }

.btn-upstart-request {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  padding: 25px;
  width: 100%;
  max-width: 360px;
  background: #8A6DED;
  color: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px; }
  .btn-upstart-request:hover {
    text-decoration: none;
    color: #fff;
    background: #483197; }

.upstart-steps {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  color: #fff; }
  .upstart-steps > li {
    position: relative;
    margin: 0 0 58px;
    padding: 10px 12px;
    background: #000; }
    .upstart-steps > li:after {
      content: '';
      display: block;
      background: url("../img/upstart/icon-up.png") 0 0 no-repeat;
      width: 40px;
      height: 22px;
      position: absolute;
      top: 100%;
      left: 50%;
      margin: 18px 0 0 -20px; }
    .upstart-steps > li:last-child:after {
      display: none; }
    .upstart-steps > li:nth-child(1) {
      background: #8E8E99; }
      .upstart-steps > li:nth-child(1):after {
        opacity: 0.7; }
    .upstart-steps > li:nth-child(2) {
      background: #606070; }
    .upstart-steps > li:nth-child(3) {
      background: #1D1D33; }

.upstart-logos {
  margin: 0 -15px;
  padding: 0;
  list-style: none; }
  .upstart-logos > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 30px 0;
    padding: 0 15px;
    width: 50%; }
    @media (min-width: 768px) {
      .upstart-logos > li {
        width: 33.333%; } }

.upstart-logos-item {
  display: block;
  border: 1px solid #A791F1;
  border-bottom-width: 20px;
  padding: 10px 20px;
  line-height: 100px;
  height: 142px;
  text-align: center;
  -webkit-box-shadow: 0 0 1px rgba(167, 145, 241, 0.5);
          box-shadow: 0 0 1px rgba(167, 145, 241, 0.5); }
  .upstart-logos-item img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%; }

/* ----- */
.vote_btn {
  margin: -3px 5px 0; }

.vote_label {
  background-color: #FD9801;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  font-size: 1em;
  padding: 8px 16px; }

/* -- */
.conf-card-item-wrap {
  display: table; }

.conf-card-item {
  width: 100%;
  display: table-cell;
  height: 125px;
  background-color: #fff;
  border: 1px solid #8a6ded;
  border-bottom: 20px solid #8a6ded;
  text-align: center;
  vertical-align: middle; }

.conf-card-img {
  max-width: 100%;
  max-height: 80%; }

.table th,
.table td,
.table thead th {
  vertical-align: middle; }

.table td {
  text-align: center; }

.table-left-top th, .table-left-top td {
  vertical-align: top !important;
  text-align: left !important; }

.upgrade {
  -webkit-box-shadow: 0 0 10px 0 #e2ebf2;
          box-shadow: 0 0 10px 0 #e2ebf2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .upgrade {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .upgrade__user {
    -webkit-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
    background: #fff;
    width: 29.79%;
    padding: 33px 30px 28px 40px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (max-width: 991px) {
      .upgrade__user {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 767px) {
      .upgrade__user {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px; } }
  .upgrade__user-bottom {
    margin-top: 20px;
    padding-top: 24px;
    border-top: 1px solid #ccc; }
    @media (max-width: 991px) {
      .upgrade__user-bottom {
        margin-left: 50px;
        margin-top: 0; } }
    @media (max-width: 767px) {
      .upgrade__user-bottom {
        margin-left: 0; } }
  .upgrade__userpic {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 19px; }
  .upgrade__name {
    margin-bottom: 4px; }
  .upgrade__current-status {
    margin-bottom: 30px; }
  .upgrade__current-status-header {
    font-size: 14px;
    line-height: .6px;
    color: #9b9b9b;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .upgrade__current-status-content {
    font-size: 25px;
    font-weight: 700;
    color: #fe5721;
    margin-top: 4px;
    line-height: 1; }
  .upgrade__button {
    padding: 9.23px 22.8px; }
  .upgrade__content {
    background-color: rgba(226, 235, 241, 0.7);
    -webkit-border-radius: 0 8px 8px 0;
            border-radius: 0 8px 8px 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 33px 40px 28px;
    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; }
    @media (max-width: 767px) {
      .upgrade__content {
        padding: 20px; } }
  .upgrade__content-header {
    font-size: 20px;
    font-weight: 900;
    color: #000;
    margin-bottom: 35px; }
  .upgrade__statuses-list {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .upgrade__status {
    font-size: 20px;
    letter-spacing: .8px;
    color: #000;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    border: 1.6px solid #000;
    padding: 8.24px 0;
    width: 47%;
    text-align: center;
    margin-bottom: 26px;
    position: relative; }
    .upgrade__status:hover {
      background: #000;
      color: #fff; }
    @media (max-width: 767px) {
      .upgrade__status {
        width: 100%;
        font-size: 18px; } }
    .upgrade__status--chargeable:after {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      right: -15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #fe5721 url(../img/rouble.svg) no-repeat center;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
    .upgrade__status--current {
      background: #fe5721;
      border-color: #fe5721;
      -webkit-box-shadow: 0 0 10px 0 rgba(254, 87, 33, 0.42);
              box-shadow: 0 0 10px 0 rgba(254, 87, 33, 0.42);
      color: #fff; }
      .upgrade__status--current:hover {
        background: #fe5721;
        color: #fff; }
    .upgrade__status--disabled {
      border: 5px solid #fe5721;
      pointer-events: none; }
      .upgrade__status--disabled:before {
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 100%;
        z-index: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: '';
        opacity: .4; }
  .upgrade__tags-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 46px; }
    @media (max-width: 767px) {
      .upgrade__tags-list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -20px; } }
  .upgrade__tag {
    font-size: 14px;
    letter-spacing: .6px;
    color: #000;
    text-transform: uppercase;
    border: 8px;
    border: 1.6px solid #000;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    padding: 8.2px 25px;
    position: relative; }
    .upgrade__tag:hover {
      background: #000;
      color: #fff; }
    @media (max-width: 767px) {
      .upgrade__tag {
        margin-right: 20px;
        margin-bottom: 20px; } }
    .upgrade__tag:after {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      right: -15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #7bdf53 url(../img/sheet.svg) no-repeat center;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    .upgrade__tag + .upgrade__tag {
      margin-left: 37px; }
      @media (max-width: 767px) {
        .upgrade__tag + .upgrade__tag {
          margin-left: 0; } }

.small_text {
  margin-top: 5px;
  display: block;
  font-size: 0.7em;
  line-height: 1.2em;
  color: #a1a1a1; }

.stats {
  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;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 0 20px 0 #e2ebf2;
          box-shadow: 0 0 20px 0 #e2ebf2;
  margin-bottom: 20px;
  padding: 35px; }
  .stats:before {
    content: '';
    display: block;
    width: 40px;
    height: 70px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .stats__header {
    font-size: 70px;
    font-weight: 600; }
    .stats__header--raec {
      font-weight: 400; }
  .stats__dscr {
    font-size: 18px;
    color: #9b9b9b;
    text-align: center;
    margin-top: auto; }
  .stats--colleagues:before {
    background: url(../img/stats-1.svg) no-repeat;
    background-position: top center; }
  .stats--colleagues .stats__header {
    color: #4791ff; }
  .stats--partnerClub:before {
    background: url("../img/percent.svg") no-repeat;
    background-position: top center; }
  .stats--partnerClub .stats__header {
    color: #1ccfa9; }
  .stats--paperless:before {
    width: 240px;
    background: url("../img/paperless.svg") no-repeat;
    background-position: top center; }
  .stats--paperless .stats__header {
    color: #78D288; }
  .stats--meetings:before {
    background: url(../img/my_meetings.svg) no-repeat;
    background-position: top center;
    width: 100%; }
  .stats--meetings .stats__header {
    color: #f22c6a; }
  .stats--sections:before {
    background: url(../img/my_program.svg) no-repeat;
    background-position: top center;
    width: 100%; }
  .stats--sections .stats__header {
    color: #fe5721; }
  .stats--reports:before {
    background: url(../img/my_wiki.svg) no-repeat;
    background-position: top center;
    width: 100%; }
  .stats--reports .stats__header {
    color: #743bff; }
  .stats--partners:before {
    background: url(../img/stats-6.svg) no-repeat;
    background-position: top center; }
  .stats--partners .stats__header {
    color: #f74c4c; }
  .stats--ticket:before {
    background: url(../img/stats-ticket.svg) no-repeat;
    background-size: contain;
    background-position: top center; }
  .stats--ticket .stats__header {
    color: #FF0031;
    font-size: 30px;
    text-align: center;
    line-height: 1.1;
    padding-top: 20px; }
  .stats--disabled {
    opacity: .6;
    pointer-events: none;
    -webkit-filter: grayscale(1); }

.article {
  padding-top: 38px;
  padding-bottom: 80px; }
  .article h2 {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    width: 100%; }
    @media (max-width: 767px) {
      .article h2 {
        font-size: 26px;
        margin-bottom: 30px; } }
  .article h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    width: 100%; }
  .article p {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 16px;
    width: 100%; }
  .article img {
    max-width: 100%;
    margin: 40px 0; }
    @media (max-width: 767px) {
      .article img {
        margin: 20px 0; } }
  .article__section {
    width: 100%; }
    .article__section + .article__section {
      margin-top: 60px; }
      @media (max-width: 767px) {
        .article__section + .article__section {
          margin-top: 40px; } }
  .article__subheader {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    border-top: 2px solid #fe5721;
    border-bottom: 2px solid #fe5721;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%; }
    @media (max-width: 767px) {
      .article__subheader {
        font-size: 18px;
        margin-bottom: 20px; } }
  .article__accent {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    background: #fe5721;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
    text-align: center;
    padding-top: 26px;
    padding-bottom: 26px;
    margin: 50px 0;
    width: 100%; }
    @media (max-width: 767px) {
      .article__accent {
        margin: 30px 0; } }
  .article__quote {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    padding: 40px 60px;
    width: 100%; }
    @media (max-width: 991px) {
      .article__quote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 767px) {
      .article__quote {
        padding: 20px; } }
  .article__quote-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 767px) {
      .article__quote-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .article__quote-author-photo {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: top center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .article__quote-author-photo {
        margin-bottom: 20px;
        margin: 0 auto 20px; } }
  .article__quote-author-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; }
  .article__quote-author-name {
    font-size: 20px;
    color: #fe5721;
    font-weight: 700;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .article__quote-author-name {
        text-align: center; } }
  .article__quote-author-job {
    font-size: 15px;
    color: #9b9b9b;
    text-align: left;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .article__quote-author-job {
        text-align: center; } }
  .article__quote-content {
    font-size: 16px;
    color: #000;
    font-style: italic;
    text-align: left;
    margin-left: 110px;
    width: 100%; }
    @media (max-width: 991px) {
      .article__quote-content {
        margin-left: 0;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .article__quote-content {
        margin-top: 0;
        text-align: center; } }

.user__avatar {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: top center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .user__avatar--small {
    width: 36px;
    height: 36px; }
  .user__avatar--big {
    width: 125px;
    height: 125px; }

.user__content {
  max-width: 184px; }

.user__name {
  font-size: 16px;
  font-weight: 700;
  color: #fe5721;
  margin-bottom: 16px;
  display: block; }

.user__job {
  font-size: 13px;
  color: #000;
  margin-bottom: 0; }

.user--standalone {
  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: 36px 39px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 0 20px 0 #e2ebf2;
          box-shadow: 0 0 20px 0 #e2ebf2;
  background: #fff; }
  @media (max-width: 991px) {
    .user--standalone {
      padding: 20px; } }
  .user--standalone + .user--standalone {
    margin-left: 44px; }
    @media (max-width: 767px) {
      .user--standalone + .user--standalone {
        margin-left: 0;
        margin-top: 20px; } }
  .user--standalone .user__avatar {
    margin-right: 33px;
    margin-bottom: 0; }

.user--picture .user__avatar {
  margin-bottom: 0; }

.report {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 0 20px 0 #e2ebf2;
          box-shadow: 0 0 20px 0 #e2ebf2;
  padding: 38px 33px 37px;
  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; }
  @media (max-width: 991px) {
    .report {
      padding: 20px; } }
  @media (max-width: 767px) {
    .report {
      -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; } }
  .report + .report {
    margin-top: 36px; }
  .report__user {
    width: 200px;
    margin-right: 40px;
    -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; }
    @media (max-width: 991px) {
      .report__user {
        margin-right: 30px; } }
    @media (max-width: 767px) {
      .report__user {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .report__user .user__content {
        max-width: 100%; } }
  .report__theme {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0; }
  .report__theme-title {
    font-size: 20px;
    color: #000;
    font-weight: 900;
    text-transform: none; }
  .report__dscr {
    margin-top: 27px;
    font-size: 16px;
    color: #686073;
    margin-bottom: 0; }
  .report__download {
    margin-left: auto;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    border: 1.6px solid #000;
    background: url(../img/save.svg) no-repeat center;
    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-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .report__download:hover {
      opacity: .6; }
    @media (max-width: 991px) {
      .report__download {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .report__download {
        margin-left: 0;
        position: absolute;
        right: 20px;
        top: 20px; } }

.conference__front {
  background: url(../img/conference-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 13px solid #000; }

.conference__front-wrapper {
  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; }
  @media (max-width: 767px) {
    .conference__front-wrapper {
      -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; } }

.conference__front-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; }
  @media (max-width: 767px) {
    .conference__front-left {
      -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; } }

.conference__front-type {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 11px; }

.conference__front-name {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  max-width: 375px; }
  @media (max-width: 991px) {
    .conference__front-name {
      font-size: 30px; } }

.conference__front-info {
  border-left: 1px solid #fff;
  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;
  margin-left: 40px;
  padding-left: 40px;
  padding-top: 16.84px;
  padding-bottom: 16.84px; }
  @media (max-width: 991px) {
    .conference__front-info {
      padding-left: 20px;
      margin-left: 20px; } }
  @media (max-width: 767px) {
    .conference__front-info {
      border-left: 0;
      margin-left: 0;
      padding-left: 0;
      border-top: 1px solid #fff;
      margin-top: 20px;
      padding-top: 20px; } }

.conference__front-hall {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 11px;
  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; }
  .conference__front-hall:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 23px; }
  .conference__front-hall--pink:before {
    background: #E0197E; }
  .conference__front-hall--orange:before {
    background: #EF7E18; }
  .conference__front-hall--green:before {
    background: #009639; }
  .conference__front-hall--black:before {
    background: #000000; }
  .conference__front-hall--white:before {
    background: #fff;
    border: 1px solid #555; }
  .conference__front-hall--metallic:before {
    background: #8C99A1; }
  .conference__front-hall--mint:before {
    background: #89F5D1; }
  .conference__front-hall--red:before {
    background: #FF1A44; }
  .conference__front-hall--blue:before {
    background: #00A0E0; }
  .conference__front-hall--wood:before {
    background: #A8623F; }
  .conference__front-hall--purpule:before {
    background: #551a8b; }
  .conference__front-hall--yellow:before {
    background: #ffff00; }
  .conference__front-hall--buduguru:before {
    background: #e400ff; }

.conference__front-date {
  font-size: 18px;
  color: #fff; }

.conference__front-tags {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase; }

.conference__front-comdi {
  width: 200px;
  height: 80px;
  background: #fff url(../img/comdi.svg) no-repeat center;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 30px; }
  @media (max-width: 767px) {
    .conference__front-comdi {
      width: 140px;
      height: 60px;
      background-size: 65%;
      margin-top: 20px;
      margin-left: 0; } }

.conference__section {
  padding-bottom: 37px;
  position: relative; }
  .conference__section + .conference__section {
    border-top: 13px solid #000; }
  .conference__section > .anchor {
    position: absolute;
    top: -73px;
    display: block; }

.conference__section-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;
  margin-top: 35px;
  margin-bottom: 22px; }
  @media (max-width: 767px) {
    .conference__section-header {
      -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; } }

.conference__section-time {
  font-size: 40px;
  color: #000; }

.conference__section-hub {
  font-size: 18px;
  color: #9b9b9b;
  text-transform: uppercase;
  margin-left: 40px;
  margin-right: 40px; }
  @media (max-width: 767px) {
    .conference__section-hub {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px;
      margin-top: 15px; } }

.conference__section-favorite {
  padding: 0;
  margin-bottom: 0;
  margin-right: 0; }
  .conference__section-favorite .custom-control-input:checked ~ .custom-control-indicator {
    background: #fe5721 url(../img/star--white.svg) no-repeat center; }
  .conference__section-favorite .custom-control-indicator {
    width: 38px;
    height: 38px;
    background: url(../img/star.svg) no-repeat center;
    display: block;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    border-color: #fe5721;
    border-width: 1.6px;
    display: block;
    position: static; }

.conference__section-name {
  font-size: 40px;
  font-weight: 900;
  color: #4a00ff; }
  @media (max-width: 767px) {
    .conference__section-name {
      font-size: 30px; } }

.conference__section-dscr {
  font-size: 16px;
  color: #9b9b9b; }

.conference__list {
  margin-top: 31px; }

.conference__list-header {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 33px; }

.activity {
  border-top: 1px solid rgba(155, 155, 155, 0.21);
  padding-top: 30px;
  padding-bottom: 30px;
  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; }
  @media (max-width: 767px) {
    .activity {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .activity:last-child {
    border-bottom: 1px solid rgba(155, 155, 155, 0.21); }
  .activity__letter {
    width: 100px;
    height: 100px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    margin-right: 40px;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    text-align: center; }
    @media (max-width: 767px) {
      .activity__letter {
        margin-bottom: 30px; } }
  .activity__title {
    font-size: 20px; }
  .activity__info {
    font-size: 13px;
    color: #8d8d8d;
    margin-top: 15px; }
  .activity__author {
    color: #454e70;
    font-weight: 700;
    font-size: 13px; }
  .activity--big .activity__title {
    font-size: 30px;
    line-height: 1.2; }
  .activity--inactive .activity__title {
    color: #000;
    pointer-events: none; }

/* Participant */
.participant {
  padding: 10px;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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; }
  .participant__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;
    padding-right: 45px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    position: relative; }
  .participant__photo {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .participant__name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #fe5721;
    margin-bottom: 0; }
  .participant__social {
    width: 6px;
    height: 12px;
    position: absolute;
    top: 5px; }
    .participant__social--fb {
      right: 4px;
      background: url(../img/icon-fb.svg) no-repeat;
      background-size: contain; }
    .participant__social--vk {
      right: 24px;
      width: 18px;
      margin-top: 1px;
      height: 12px;
      background: url(../img/icon-vk.svg) no-repeat;
      background-size: contain; }
  .participant__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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; }
  .participant__info {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .participant__info-item {
    list-style: none;
    font-size: 13px;
    line-height: 1.43;
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    position: relative;
    list-style: none; }
    .participant__info-item:hover .participant__tooltip {
      display: block; }
    .participant__info-item + .participant__info-item {
      margin-top: 7px; }
    .participant__info-item-pointer {
      font-weight: 600;
      color: #cc0000;
      display: block;
      cursor: pointer; }
  .participant__info-item-header {
    color: #0f0f0f;
    font-weight: 600; }
  .participant__info-item-content {
    color: #565656; }
  .participant__footer {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    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; }
  .participant__favorite {
    width: 20px;
    height: 20px;
    background: url(../img/star.svg) no-repeat;
    background-size: contain;
    display: block; }
    .participant__favorite.active {
      background-image: url(../img/star--filled.svg); }
  .participant__button {
    padding: 0;
    width: 140px;
    height: 28px;
    line-height: 26px;
    font-weight: 400;
    font-size: 12px;
    font-family: "Proxima Nova", "Times New Roman", sans-serif; }

.search-participant-button {
  width: 30px;
  height: 30px;
  background-image: url(../img/search-p.svg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 19px 19px;
  border: none; }
  .search-participant-button:hover {
    fill: red; }

.participant-user {
  height: 100%;
  padding: 36px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 0 20px 0 #e2ebf2;
          box-shadow: 0 0 20px 0 #e2ebf2;
  background: #fff; }

/* Tooltip */
.tooltip {
  display: none;
  position: absolute;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  z-index: 1;
  padding: 16px 20px;
  width: 467px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }
  .tooltip:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #000;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff; }
  .tooltip__section-header {
    font-size: 14px;
    line-height: 1.43;
    color: #0f0f0f;
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    margin-bottom: 0;
    font-weight: 600; }
  .tooltip__section-content {
    font-size: 14px;
    line-height: 1.43;
    color: #565656;
    font-family: "Proxima Nova", "Times New Roman", sans-serif; }

/* Cabinet */
.cabinet {
  padding-bottom: 70px;
  -webkit-box-shadow: 0 0 20px 0 rgba(73, 73, 73, 0.23);
          box-shadow: 0 0 20px 0 rgba(73, 73, 73, 0.23); }
  .cabinet__header {
    padding-bottom: 25px; }
  @media (max-width: 767px) {
    .cabinet__header-button {
      font-size: 10px; } }
  .cabinet__content {
    margin-top: 50px;
    margin-top: 30px; }
  .cabinet__title {
    text-align: center; }
  .cabinet__user {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #636c72;
    border-bottom: 1px solid #636c72;
    padding-bottom: 17px; }
  .cabinet__user-name {
    margin-left: 34px;
    font-size: 25px;
    font-weight: 500;
    color: #292b2c; }
  .cabinet__user-info {
    border-bottom: 1px solid #636c72;
    min-height: 130px; }
    @media (max-width: 767px) {
      .cabinet__user-info {
        height: 100px; } }
    .cabinet__user-info--wide {
      height: 140px; }
      @media (max-width: 767px) {
        .cabinet__user-info--wide {
          height: 100px; } }
    .cabinet__user-info--bottom {
      border-bottom: 0; }
  .cabinet__user-info-header {
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #292b2c; }
  .cabinet__user-info-content {
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #565656;
    margin-bottom: 0; }
  .cabinet__payment-user {
    border: 1px solid #636c72;
    padding: 13px 15px; }
    .cabinet__payment-user + .cabinet__payment-user {
      margin-top: 20px; }
  .cabinet__payment-user-status {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.76;
    text-transform: uppercase; }
    .cabinet__payment-user-status--true {
      color: #5cb85c; }
    .cabinet__payment-user-status--false {
      color: #d9534f; }
  .cabinet__payment-user-content--bordered {
    border-bottom: 1px solid #636c72;
    padding-bottom: 10px;
    margin-bottom: 13px; }
  .cabinet__payment-user-number {
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    font-size: 12px;
    color: #333b44; }
  .cabinet__payment-user-price {
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    font-size: 16px;
    color: #333b44; }
  .cabinet__payment-user-button {
    width: 188px;
    margin: 0 auto;
    display: block; }
    @media (max-width: 991px) {
      .cabinet__payment-user-button {
        width: 100%; } }
  .cabinet__members .table__cell {
    vertical-align: top;
    padding-bottom: 15px; }
  .cabinet__members.container {
    padding-left: 10px;
    padding-right: 10px; }
  .cabinet__members-small {
    font-size: 12px; }
  .cabinet__member-name {
    font-size: 17px;
    font-weight: 500;
    color: #292b2c; }
    @media (max-width: 767px) {
      .cabinet__member-name {
        font-size: 12px; } }
  .cabinet__member-company {
    font-size: 15px;
    color: #292b2c;
    line-height: 1.67;
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    max-width: 300px; }
    @media (max-width: 767px) {
      .cabinet__member-company {
        font-size: 9px; } }
  .cabinet__member-price-number {
    font-size: 16px;
    color: #292b2c;
    font-family: "Proxima Nova", "Times New Roman", sans-serif; }
  .cabinet__member-price-promo {
    margin-top: 13px; }
  .cabinet__member-price-promo-input.form-control {
    width: 90px;
    height: 30px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #333b44;
    padding: 0;
    padding-left: 10px;
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    font-size: 12px;
    color: #565656;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 767px) {
      .cabinet__member-price-promo-input.form-control {
        width: 70px;
        font-size: 11px;
        padding-left: 5px; } }
  .cabinet__member-promo-button {
    height: 30px;
    width: 90px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-size: 12px;
    padding: 0;
    margin-left: 10px;
    text-transform: none; }
    @media (max-width: 991px) {
      .cabinet__member-promo-button {
        margin-left: 0;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .cabinet__member-promo-button {
        width: 70px;
        font-size: 11px; } }
  .cabinet__member-add {
    height: 100%; }
    @media (max-width: 991px) {
      .cabinet__member-add {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .cabinet__member-add-status {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: url(../img/check--middle-white.svg), -webkit-gradient(linear, left top, left bottom, from(#3d2f70), to(#df5094));
    background: url(../img/check--middle-white.svg), -webkit-linear-gradient(top, #3d2f70, #df5094);
    background: url(../img/check--middle-white.svg), linear-gradient(to bottom, #3d2f70, #df5094);
    background-repeat: no-repeat;
    background-position: center; }
  .cabinet__member-add-button {
    width: 90px;
    height: 30px;
    padding: 0;
    font-size: 12px;
    font-family: "Proxima Nova", "Times New Roman", sans-serif; }
    @media (max-width: 991px) {
      .cabinet__member-add-button {
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .cabinet__member-add-button {
        width: 70px;
        font-size: 11px; } }
  .cabinet__member-overall {
    text-align: right; }
  .cabinet__member-overall-price {
    font-size: 25px;
    font-weight: 500;
    color: #292b2c; }
    @media (max-width: 767px) {
      .cabinet__member-overall-price {
        display: block;
        font-size: 12px;
        font-weight: 500; } }
  .cabinet__member-overall-comment {
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    font-size: 12px;
    color: #292b2c;
    margin-left: 40px; }
    @media (max-width: 991px) {
      .cabinet__member-overall-comment {
        display: block; } }
  .cabinet__member-price-promo-message {
    font-size: 12px;
    color: #333b44;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .cabinet__member-price-promo-message {
        font-size: 10px; } }
  .cabinet__member-download {
    width: 145px;
    width: auto;
    font-size: 10px;
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    text-transform: none; }
  .cabinet__member-download-wrapper {
    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__calendar-content.container {
    padding-left: 10px;
    padding-right: 10px; }
    .cabinet__calendar-content.container .table__row:hover .cabinet__calendar-remove {
      opacity: 1; }
  .cabinet__calendar-event-name {
    max-width: 500px; }
  .cabinet__calendar-remove-wrapper {
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .cabinet__calendar-remove {
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 120px; }
    @media (max-width: 1199px) {
      .cabinet__calendar-remove {
        opacity: 1; } }
    @media (max-width: 767px) {
      .cabinet__calendar-remove {
        width: 70px;
        font-size: 10px;
        height: 30px;
        padding: 0;
        line-height: 30px; } }
  .cabinet__subheader {
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .cabinet__list-header {
    padding-top: 20px;
    padding-bottom: 20px; }
    .cabinet__list-header .form-group {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .cabinet__list-header .form-group {
          width: 140px; } }
  .cabinet__meetings-form {
    -webkit-box-shadow: 0 0 20px 0 #cdcdcd;
            box-shadow: 0 0 20px 0 #cdcdcd;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    padding: 30px 60px 10px;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .cabinet__meetings-form {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .cabinet__meetings-form {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .cabinet__meetings-form .form-group {
      margin-bottom: 0; }
    .cabinet__meetings-form .form-control {
      margin-bottom: 20px;
      height: 40px; }
  .cabinet__meetings-input {
    width: 75%;
    height: 40px;
    background: transparent;
    font-size: 14px;
    padding-left: 10px; }
    @media (max-width: 767px) {
      .cabinet__meetings-input {
        width: 100%; } }
    .cabinet__meetings-input::-webkit-input-placeholder {
      color: #9b9b9b; }
    .cabinet__meetings-input::-moz-placeholder {
      color: #9b9b9b; }
    .cabinet__meetings-input:-ms-input-placeholder {
      color: #9b9b9b; }
  .cabinet__meetings-favorite {
    width: 23%;
    height: 40px;
    background: #fff;
    border: 1px solid #fe5721;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    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-left: 12px !important;
    padding-right: 12px;
    margin-right: 0; }
    .cabinet__meetings-favorite .custom-control-indicator {
      display: none; }
    .cabinet__meetings-favorite .custom-control-input:checked ~ .cabinet__meetings-favorite-content:before {
      background: url(../img/star--filled.svg) no-repeat; }
    .cabinet__meetings-favorite:hover, .cabinet__meetings-favorite:focus {
      text-decoration: none; }
    @media (max-width: 767px) {
      .cabinet__meetings-favorite {
        width: 100%;
        margin-bottom: 20px; } }
  .cabinet__meetings-favorite-content {
    color: #fe5721 !important;
    font-size: 15px;
    line-height: 1.53;
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400; }
    .cabinet__meetings-favorite-content:before {
      content: '';
      display: block;
      width: 15.8px;
      height: 15.2px;
      background: url(../img/star.svg) no-repeat;
      background-size: contain;
      margin-right: 10px;
      margin-bottom: 2px; }
  .cabinet__meetings-favorite-number {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #fe5721;
    color: #fe5721;
    font-size: 11px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .cabinet__meetings-filter-button {
    width: 49%;
    height: 38px; }
    @media (max-width: 767px) {
      .cabinet__meetings-filter-button {
        width: 100%; } }
  .cabinet__meetings-participants-list > .col-lg-4 {
    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; }

.cabinet-font-card {
  font-size: .9em; }

.cabinet-status-card {
  padding: 1.2em;
  display: block;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-size: 0.8em;
  height: 100%;
  position: relative; }
  .cabinet-status-card:hover {
    opacity: 0.8; }
  .cabinet-status-card h5 {
    font-size: 1.3em; }

/* Meeting */
.meeting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e1e1e1;
  -webkit-border-radius: 8px;
          border-radius: 8px; }
  @media (max-width: 767px) {
    .meeting {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      border: 1px solid #e1e1e1; } }
  .meeting--disabled {
    opacity: .5; }
  .meeting__participant {
    width: 33%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e1e1e1;
    border-top: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    border-bottom: 0;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .meeting__participant {
        width: 100%;
        border: 0; } }
    .meeting__participant .participant__info-item-content {
      color: #828282; }
  .meeting__content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    border-right: 1px solid #e1e1e1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .meeting__title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.64;
    color: #0f0f0f;
    margin-bottom: 19px; }
  .meeting__message-header {
    font-size: 13px;
    line-height: 1.43;
    color: #0f0f0f;
    font-weight: 700; }
  .meeting__message-content {
    font-size: 13px;
    line-height: 1.43;
    color: #828282; }
  .meeting__info {
    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;
    padding-top: 7px;
    padding-bottom: 8px;
    border-top: 1px solid #e1e1e1; }
    @media (max-width: 991px) {
      .meeting__info {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .meeting__info-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;
    margin-right: 12px; }
    .meeting__info-item:last-child {
      margin-right: 0; }
  .meeting__info-item-header {
    font-size: 13px;
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    color: #0f0f0f;
    line-height: 1.43;
    font-weight: 700; }
  .meeting__info-item-content {
    font-size: 13px;
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    line-height: 1.43;
    color: #828282; }
  .meeting__info-file {
    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-top: 11px;
    padding-bottom: 11px;
    border-top: 1px solid #e1e1e1; }
  .meeting__info-file-content {
    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; }
    @media (max-width: 991px) {
      .meeting__info-file-content {
        -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; } }
  .meeting__info-file-header {
    font-size: 13px;
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    line-height: 1.43;
    color: #0f0f0f;
    font-weight: 700; }
  .meeting__info-file-name {
    font-size: 13px;
    font-family: "Proxima Nova", "Times New Roman", sans-serif;
    line-height: 1.43;
    color: #828282; }
  .meeting__info-file-link {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/download.svg) no-repeat;
    background-size: contain; }
  .meeting__controls {
    width: 23.9%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    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; }
    @media (max-width: 767px) {
      .meeting__controls {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;
        border-top: 1px solid #e1e1e1; } }
  .meeting__controls-header {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #13022b; }
    .meeting__controls-header ~ .btn-secondary {
      margin-bottom: 12px; }
    .meeting__controls-header--success {
      color: #03be46; }
    .meeting__controls-header--danger {
      color: #d9534f; }
  .meeting--new {
    position: relative;
    margin-top: 40px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .meeting--new {
        overflow: visible; } }
    .meeting--new:after {
      content: 'новая';
      display: block;
      width: 120px;
      height: 20px;
      line-height: 18px;
      background: #743bff;
      font-size: 14px;
      font-family: "Proxima Nova", "Times New Roman", sans-serif;
      text-transform: lowercase;
      text-align: center;
      font-weight: 700;
      color: #fff;
      position: absolute;
      right: -30px;
      top: 20px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media (max-width: 767px) {
        .meeting--new:after {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          top: -20px;
          right: -1px; } }

.invalid-feedback {
    color: white;
    font-size: .8rem;
}

.form-group > div:first-child {
    margin-bottom: 0 !important;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-weight: 100;
}
.form-control::-moz-placeholder {
    color: #999;
    font-weight: 100;
}
.form-control:-ms-input-placeholder {
    color: #999;
    font-weight: 100;
}
.form-control:-moz-placeholder {
    color: #999;
    font-weight: 100;
}
