@import url(https://fonts.googleapis.com/css?family=Nunito);.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
@charset "UTF-8";

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #0567cc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0567cc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0567cc;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #034181;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #f66d9b;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b9d4f1;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7db0e4;
}

.table-hover .table-primary:hover {
  background-color: #a4c7ed;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a4c7ed;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98dfb6;
}

.table-hover .table-success:hover {
  background-color: #b3e8ca;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

.table-hover .table-info:hover {
  background-color: #c0ddf6;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff6a1;
}

.table-hover .table-warning:hover {
  background-color: #fff8b3;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f09593;
}

.table-hover .table-danger:hover {
  background-color: #f4b0af;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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 .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #56a7fb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 103, 204, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #38c172;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(56, 193, 114, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #38c172;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' 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");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #38c172;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' 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") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #38c172;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #38c172;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #38c172;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5cd08d;
  background-color: #5cd08d;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #38c172;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38c172;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e3342f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(227, 52, 47, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e3342f;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e3342f;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e3342f;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e3342f;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e9605c;
  background-color: #e9605c;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 103, 204, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #0567cc;
  border-color: #0567cc;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0454a7;
  border-color: #044e9a;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0454a7;
  border-color: #044e9a;
  box-shadow: 0 0 0 0.2rem rgba(43, 126, 212, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0567cc;
  border-color: #0567cc;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #044e9a;
  border-color: #03488e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 126, 212, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-success:hover {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
  box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2d995b;
  border-color: #2a9055;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:hover {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3f9ae5;
  border-color: #3495e3;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe817;
  border-color: #ffe70a;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c51f1a;
  border-color: #b91d19;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #0567cc;
  border-color: #0567cc;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0567cc;
  border-color: #0567cc;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 103, 204, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0567cc;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0567cc;
  border-color: #0567cc;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 103, 204, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #38c172;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #6cb2eb;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffed4a;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-danger {
  color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e3342f;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0567cc;
  text-decoration: none;
}

.btn-link:hover {
  color: #034181;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  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%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.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: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

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

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0567cc;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0567cc;
  background-color: #0567cc;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(5, 103, 204, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #56a7fb;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #87c1fc;
  border-color: #87c1fc;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0567cc;
  background-color: #0567cc;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(5, 103, 204, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(5, 103, 204, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(5, 103, 204, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(5, 103, 204, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #56a7fb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 103, 204, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #56a7fb;
  box-shadow: 0 0 0 0.2rem rgba(5, 103, 204, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(5, 103, 204, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(5, 103, 204, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(5, 103, 204, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0567cc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #87c1fc;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0567cc;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #87c1fc;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0567cc;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #87c1fc;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0567cc;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  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:hover,
.navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0567cc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #034181;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 103, 204, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0567cc;
  border-color: #0567cc;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0567cc;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #044e9a;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 103, 204, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #38c172;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #2d995b;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #212529;
  background-color: #3f9ae5;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffed4a;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #ffe817;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e3342f;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #c51f1a;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #03366a;
  background-color: #cde1f5;
  border-color: #b9d4f1;
}

.alert-primary hr {
  border-top-color: #a4c7ed;
}

.alert-primary .alert-link {
  color: #021d38;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #1d643b;
  background-color: #d7f3e3;
  border-color: #c7eed8;
}

.alert-success hr {
  border-top-color: #b3e8ca;
}

.alert-success .alert-link {
  color: #123c24;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}

.alert-info hr {
  border-top-color: #c0ddf6;
}

.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #857b26;
  background-color: #fffbdb;
  border-color: #fffacc;
}

.alert-warning hr {
  border-top-color: #fff8b3;
}

.alert-warning .alert-link {
  color: #5d561b;
}

.alert-danger {
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #f7c6c5;
}

.alert-danger hr {
  border-top-color: #f4b0af;
}

.alert-danger .alert-link {
  color: #4c110f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0567cc;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0567cc;
  border-color: #0567cc;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #03366a;
  background-color: #b9d4f1;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #03366a;
  background-color: #a4c7ed;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #03366a;
  border-color: #03366a;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #1d643b;
  background-color: #c7eed8;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #1d643b;
  background-color: #b3e8ca;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d643b;
  border-color: #1d643b;
}

.list-group-item-info {
  color: #385d7a;
  background-color: #d6e9f9;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #385d7a;
  background-color: #c0ddf6;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #385d7a;
  border-color: #385d7a;
}

.list-group-item-warning {
  color: #857b26;
  background-color: #fffacc;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #857b26;
  background-color: #fff8b3;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857b26;
  border-color: #857b26;
}

.list-group-item-danger {
  color: #761b18;
  background-color: #f7c6c5;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #761b18;
  background-color: #f4b0af;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #761b18;
  border-color: #761b18;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

.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-primary {
  background-color: #0567cc !important;
}

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

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #38c172 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2d995b !important;
}

.bg-info {
  background-color: #6cb2eb !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3f9ae5 !important;
}

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

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

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

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

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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;
}

.border-primary {
  border-color: #0567cc !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #38c172 !important;
}

.border-info {
  border-color: #6cb2eb !important;
}

.border-warning {
  border-color: #ffed4a !important;
}

.border-danger {
  border-color: #e3342f !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    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;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !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;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

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

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

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

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

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

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

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

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

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

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

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

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

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

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

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

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

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

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

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

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

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

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

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

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

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

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

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

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

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

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

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

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

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

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

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

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

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

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

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

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !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-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

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

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #38c172 !important;
}

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

.text-info {
  color: #6cb2eb !important;
}

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

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

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

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

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

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

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

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    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;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .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 #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.item {
  display: flex;
  align-item: center;
}

.gocu-replays__title .content_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.gocu-replays__title .content_header .content_header_left {
  display: flex;
}

.gocu-replays__title .content_header .content_header_right {
  padding-right: 15px;
}

.gocu-replays__title .content_header .content_header_right a {
  color: #ffffff;
}

.gocu-replays__title .content_header .content_header_right a svg {
  width: 18px;
}

#clearBr br + br {
  display: none;
}

#clearBr1 br + br {
  display: none;
}

#clearBr2 br + br {
  display: none;
}

#clearBr3 br + br {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #ffffff;
}

body img {
  max-width: 100%;
}

body.theatre {
  overflow: hidden;
}

button:focus,
input:focus,
select:focus {
  outline: none !important;
}

.breaking-news {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  overflow-x: hidden;
}

.breaking-news .breaking-news__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.breaking-news .breaking-news__title .title__icon {
  width: 13px;
  height: 21px;
  fill: #ffffff;
}

.breaking-news .breaking-news__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.breaking-news .breaking-news__news-card {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 25px;
  border: 0px;
}

.breaking-news .breaking-news__news-card .card-body {
  word-wrap: break-word;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  /*.card-body__comment-form {
      display: flex;
      justify-content: space-between;
      margin-bottom: 46px;
      .comment-form__group {
          width: 100%;
          margin-bottom: 0; //отмена стандартного margin
          position: relative;
          .comment {
              width: 95%;
              margin-bottom: 0;
              position: relative;
              .comment__icon {
                  width: 20px;
                  height: 16px;
                  position: absolute;
                  top: 15px;
                  right: 80px;
                  fill: #c7cbd9;
              }
              .comment__input {
                  width: 100%;
                  height: 44px;
                  padding-left: 18px;
                  background-color: #f0f4f8;
                  border-radius: 5px;
                  border: 1px solid transparent;
                  padding-right: 120px;
                  &::placeholder {
                      opacity: 0.5;
                      color: #010b4a;
                      font-size: 12px;
                      font-weight: 400;
                  }
              }
          }
          .buttons-upload{
              position: absolute;
              top: 12px;
              right: 50px;

              label {
                  border: 0px;
                  display: inline-block;
                  cursor: pointer;
                  background-color: #f0f4f8;
                  margin-left: 17px;
                  margin-bottom: 0;
              }

              input[type="file"] {
                  display: none;
              }

              i {
                  font-size: 16px;
                  color: #b9bdcf;
              }

              .smile-upload {
                  background-color: #f0f4f8;
                  border: 0;
                  margin-left: 16px;
                  i {
                      font-size: 16px;
                      color: #b9bdcf;
                  }
              }
          }
      }
      .comment-form__button {
          background-color: transparent;
          border: 0px;
          padding: 0;
          svg {
              width: 20px;
              height: 18px;
              fill: #0567cc;
          }
      }
  }*/
}

.breaking-news .breaking-news__news-card .card-body .card-body__author {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.breaking-news .breaking-news__news-card .card-body .card-body__author a {
  max-width: 257px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.breaking-news .breaking-news__news-card .card-body .card-body__author .author__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.breaking-news .breaking-news__news-card .card-body .card-body__author .author__nickname {
  color: #0567cc;
  font-size: 14px;
  font-weight: 400;
  margin-left: 13px;
  margin-bottom: 0;
  border-radius: 50%;
}

.breaking-news .breaking-news__news-card .card-body .card-body__author .author__date {
  margin-left: auto;
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.breaking-news .breaking-news__news-card .card-body .card-body__title {
  color: #010b4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}

.breaking-news .breaking-news__news-card .card-body .card-body__text {
  color: #010b4a;
  font-size: 14px;
  font-weight: 300;
}

.breaking-news .breaking-news__news-card .card-body .card-body__text p {
  margin-bottom: 5px;
}

.breaking-news .breaking-news__news-card .card-body .card-body__text p img {
  max-width: 100%;
}

.breaking-news .breaking-news__news-card .card-body p {
  display: inline-block;
  color: #010b4a;
  font-size: 14px;
  font-weight: 300;
}

.breaking-news .breaking-news__news-card .card-body a {
  font-size: 14px;
  font-weight: 300;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items .items__comment {
  transition: 0.3s;
  text-decoration: none;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items .items__comment svg {
  width: 21px;
  height: 21px;
  fill: #9ca0b6;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items .items__comment span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 10px;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items .items__comment:hover svg {
  fill: #0567cc;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items .items__share {
  transition: 0.3s;
  margin-left: 35px;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items .items__share svg {
  transition: 0.3s;
  width: 18px;
  height: 20px;
  fill: #9ca0b6;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items .items__share:hover svg {
  fill: #0567cc;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items .items__watch {
  margin-left: auto;
  text-decoration: none;
  transition: 0.3s;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items .items__watch svg {
  width: 11px;
  height: 11px;
  fill: #9ca0b6;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items .items__watch span {
  margin-left: 10px;
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.breaking-news .breaking-news__news-card .card-body .card-body__items .items__watch:hover svg {
  fill: #0567cc;
}

.breaking-news .breaking-news__news-card .card-body .card-body__horizontal-line {
  margin-top: 0;
  margin-bottom: 0;
}

.breaking-news__numb-pages {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 8px;
}

.breaking-news__numb-pages .numb-pages {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
}

.breaking-news__button {
  text-align: center;
  background-color: #ffffff;
}

.card-body__text p img {
  max-width: 100%;
}

.footer {
  background-color: #01093b;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 20px;
}

.footer .footer__logo {
  align-self: center;
}

.footer .footer__logo .logo__text {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 19px;
}

.footer .footer__link {
  display: flex;
  flex-direction: column;
}

.footer .footer__link .link-list__item {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: #0567cc;
          text-decoration-color: #0567cc;
  transition: 0.3s;
  font-weight: 600;
}

.footer .footer__link .link-list__item:hover {
  color: #0567cc;
}

.footer .footer__info .footer__title {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer .footer__info .footer__text {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}

.footer .footer__info .footer__mail {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}

.footer .footer__info .footer__mail svg {
  margin-right: 15px;
  width: 16px;
  height: 12px;
  fill: #0567cc;
}

.footer .footer__our-birthday .footer__title {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer .footer__our-birthday .our-birthday__nickname {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: #0567cc;
          text-decoration-color: #0567cc;
  font-weight: 600;
}

.footer .footer__useful {
  display: flex;
  flex-direction: column;
}

.footer .footer__useful .footer__title {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer .footer__useful .useful__link {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: #0567cc;
          text-decoration-color: #0567cc;
  font-weight: 600;
}

.footer .produced {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.footer .produced p {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.footer .produced a {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  transition: 0.3s;
  margin-left: 5px;
}

.footer .produced a:hover {
  color: #2980b9;
}

.footer .produced .devloop__link .small-logo {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation-name: swim;
          animation-name: swim;
}

.footer .produced .devloop__link:hover {
  color: #2980b9;
}

@-webkit-keyframes swim {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 0deg) translateY(0px);
  }

  36% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 4deg) translateY(3px);
  }

  66% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -4deg) translateY(1px);
  }

  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 0deg) translateY(0px);
  }
}

@keyframes swim {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 0deg) translateY(0px);
  }

  36% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 4deg) translateY(3px);
  }

  66% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -4deg) translateY(1px);
  }

  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 0deg) translateY(0px);
  }
}

.footer__copyright {
  text-align: center;
  background-color: #0567cc;
}

.footer__copyright .copyright__text {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 0;
}

.comments__content {
  word-wrap: break-word;
}

.comments__content .comments__wrapp {
  word-wrap: break-word;
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  padding-bottom: 10px;
}

.wrapp_comments_news {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  padding-bottom: 10px;
}

.detailed-news {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
}

.detailed-news hr {
  margin: 0;
}

.detailed-news .detailed-news__title {
  display: flex;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  padding: 20px;
}

.detailed-news .detailed-news__title p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.detailed-news .detailed-news__title .title__wrap {
  display: flex;
  align-items: center;
}

.detailed-news .detailed-news__title .title__wrap .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.detailed-news .detailed-news__title .title__wrap .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
}

.detailed-news .detailed-news__title .title__wrap .title__text p {
  max-width: 220px;
}

.detailed-news .detailed-news__title .title__wrap .text_special {
  margin-right: 0;
}

.detailed-news .detailed-news__title .title__wrap .title__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.detailed-news .detailed-news__title .title__wrap .title__nickname {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-left: 13px;
  margin-bottom: 0;
  max-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detailed-news .detailed-news__title .title__wrap .title__flag {
  width: 20px;
  height: 20px;
  margin-left: 13px;
}

.detailed-news .detailed-news__title .title__wrap .title__cube {
  width: 16px;
  height: 16px;
  margin-left: 11px;
}

.detailed-news .detailed-news__title .title__wrap .title__text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 12px;
  margin-bottom: 0;
}

.detailed-news .detailed-news__info {
  padding-top: 18px;
  padding-bottom: 17px;
  padding-left: 21px;
  padding-right: 22px;
  background-color: #f0f4f8;
}

.detailed-news .detailed-news__info .info__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detailed-news .detailed-news__info .info__items .right {
  display: flex;
  align-items: baseline;
  font-size: 14px;
}

.detailed-news .detailed-news__info .info__items .right a {
  margin-right: 15px;
}

.detailed-news .detailed-news__info .info__items .right a svg {
  width: 18px;
  fill: #9ca0b6;
}

.detailed-news .detailed-news__info .info__items .items__watch,
.detailed-news .detailed-news__info .info__items .items__comment {
  text-decoration: none;
  transition: 0.3s;
}

.detailed-news .detailed-news__info .info__items .items__watch svg,
.detailed-news .detailed-news__info .info__items .items__comment svg {
  width: 15px;
  height: 13px;
  fill: #9ca0b6;
}

.detailed-news .detailed-news__info .info__items .items__watch span,
.detailed-news .detailed-news__info .info__items .items__comment span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 10px;
}

.detailed-news .detailed-news__info .info__items .items__watch:hover svg,
.detailed-news .detailed-news__info .info__items .items__comment:hover svg {
  fill: #0567cc;
}

.detailed-news .detailed-news__info .info__items .items__comment {
  margin-left: 32px;
}

.detailed-news .detailed-news__info .info__items .items__date {
  margin-left: auto;
  margin-bottom: 0;
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.detailed-news hr {
  margin-top: 0;
  margin-bottom: 0;
}

.detailed-news .detailed-news__card {
  border: 0px;
}

.detailed-news .detailed-news__card img {
  max-width: 100%;
}

.detailed-news .detailed-news__card .card-body .card-body__title {
  color: #010b4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 27px;
}

.detailed-news .detailed-news__card .card-body .card-body__text {
  color: #010b4a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 25px;
}

.detailed-news .detailed-news__card .card-body .card-body__text p {
  margin-bottom: 5px;
}

.detailed-news .detailed-news__card .card-body .card-body__text br {
  display: none;
}

.detailed-news .detailed-news__card .card-body .card-body__text ul {
  padding-left: 15px;
}

.detailed-news .detailed-news__card .card-body .card-body__text span {
  color: #0567cc;
  font-weight: 400;
  text-decoration: underline;
}

.detailed-news .detailed-news__card .card-body .card-body__text img {
  max-width: 100%;
}

.detailed-news .detailed-news__card .card-body .card-body__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 17px;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap button {
  background: transparent;
  border: 0;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__quote {
  text-decoration: none;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__quote svg {
  width: 20px;
  height: 20px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__quote:hover svg {
  fill: #0567cc;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap button {
  background: transparent;
  border: 0;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__like {
  text-decoration: none;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__like svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__like span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__like:hover svg {
  fill: #0567cc;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike {
  text-decoration: none;
  margin-left: 17px;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike:hover svg {
  fill: #0567cc;
}

.detailed-news .card-body .card-body__title {
  color: #010b4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 27px;
}

.detailed-news .card-body .card-body__text {
  color: #010b4a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 25px;
}

.detailed-news .card-body .card-body__text p {
  margin-bottom: 5px;
}

.detailed-news .card-body .card-body__text br {
  display: none;
}

.detailed-news .card-body .card-body__text ul {
  padding-left: 15px;
}

.detailed-news .card-body .card-body__text p {
  margin-bottom: 5px;
}

.detailed-news .card-body .card-body__text span {
  color: #0567cc;
  font-weight: 400;
  text-decoration: underline;
}

.detailed-news .card-body .card-body__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
  padding: 1.25rem;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap button {
  background: transparent;
  border: 0;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap .items__quote {
  background: transparent;
  border: 0;
  text-decoration: none;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap .items__quote svg {
  width: 20px;
  height: 20px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap .items__quote:hover svg {
  fill: #0567cc;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap button {
  background: transparent;
  border: 0;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap .items__like {
  text-decoration: none;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap .items__like svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap .items__like span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap .items__like:hover svg {
  fill: #0567cc;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap .items__dislike {
  text-decoration: none;
  margin-left: 17px;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap .items__dislike svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap .items__dislike span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.detailed-news .card-body .card-body__items .card-body__items-wrap .items__dislike:hover svg {
  fill: #0567cc;
}

.detailed-news .card-body__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
}

.detailed-news .card-body__items .card-body__items-wrap .items__quote {
  text-decoration: none;
  background: transparent;
  border: 0;
}

.detailed-news .card-body__items .card-body__items-wrap .items__quote svg {
  width: 20px;
  height: 20px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-news .card-body__items .card-body__items-wrap .items__quote:hover svg {
  fill: #0567cc;
}

.detailed-news .card-body__items .card-body__items-wrap .items__like {
  text-decoration: none;
}

.detailed-news .card-body__items .card-body__items-wrap .items__like svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-news .card-body__items .card-body__items-wrap .items__like span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.detailed-news .card-body__items .card-body__items-wrap .items__like:hover svg {
  fill: #0567cc;
}

.detailed-news .card-body__items .card-body__items-wrap .items__dislike {
  text-decoration: none;
  margin-left: 17px;
}

.detailed-news .card-body__items .card-body__items-wrap .items__dislike svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-news .card-body__items .card-body__items-wrap .items__dislike span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.detailed-news .card-body__items .card-body__items-wrap .items__dislike:hover svg {
  fill: #0567cc;
}

.detailed-news__info {
  background-color: #ffffff;
  padding-top: 18px;
  padding-bottom: 17px;
  padding-left: 21px;
  padding-right: 22px;
  background-color: #f0f4f8;
}

.detailed-news__info .info__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detailed-news__info .info__items .right {
  display: flex;
  align-items: baseline;
  font-size: 14px;
}

.detailed-news__info .info__items .right a {
  margin-right: 15px;
}

.detailed-news__info .info__items .right a svg,
.detailed-news__info .info__items .right a img {
  width: 18px;
  fill: #9ca0b6;
}

.detailed-news__info .info__items .items__watch,
.detailed-news__info .info__items .items__comment {
  text-decoration: none;
  transition: 0.3s;
}

.detailed-news__info .info__items .items__watch svg,
.detailed-news__info .info__items .items__watch img,
.detailed-news__info .info__items .items__comment svg,
.detailed-news__info .info__items .items__comment img {
  width: 15px;
  height: 13px;
  fill: #9ca0b6;
}

.detailed-news__info .info__items .items__watch span,
.detailed-news__info .info__items .items__comment span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 10px;
}

.detailed-news__info .info__items .items__watch:hover svg,
.detailed-news__info .info__items .items__comment:hover svg {
  fill: #0567cc;
}

.detailed-news__info .info__items .items__comment {
  margin-left: 32px;
}

.detailed-news__info .info__items .items__date {
  margin-left: auto;
  margin-bottom: 0;
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.replays {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 34px;
}

.replays .replays__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.replays .replays__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.replays .replays__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.replays .replays__accordion {
  transition: 0.3s;
}

.replays .replays__accordion .accordion__topic {
  border-radius: 1px;
  border: 0px;
}

.replays .replays__accordion .accordion__topic .topic__header {
  background-color: #f0f4f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0px;
}

.replays .replays__accordion .accordion__topic .topic__header .header__title {
  color: #7880a1;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: none;
  transition: 0.3s;
}

.replays .replays__accordion .accordion__topic .topic__header .header__title:hover {
  color: #0567cc;
}

.replays .replays__accordion .accordion__topic .topic__header p.header__title:hover {
  color: #7880a1;
}

.replays .replays__accordion .accordion__topic .topic__header .fa-ellipsis-h {
  color: #a9afc4;
  font-size: 16px;
  transition: 0.3s;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body {
  padding-bottom: 0;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .subtopic__topic {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 34px;
  border: 0;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .subtopic__topic .subtopic__header {
  background-color: #f0f4f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0px;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .subtopic__topic .subtopic__header .header__title {
  color: #7880a1;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: none;
  transition: 0.3s;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .subtopic__topic .subtopic__header .header__title:hover {
  color: #0567cc;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .subtopic__topic .subtopic__header .header__title:hover svg {
  fill: #0567cc;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .subtopic__topic .subtopic__header .fa-ellipsis-h {
  color: #a9afc4;
  font-size: 16px;
  transition: 0.3s;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .subtopic__topic .subtopic__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .subtopic__topic .subtopic__wrap .body__title {
  color: #141d53;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  width: 90%;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .subtopic__topic .subtopic__wrap .body__numb {
  color: #0567cc;
  font-size: 14px;
  font-weight: 400;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap .body__title {
  color: #141d53;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  width: 90%;
}

.replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap .body__numb {
  color: #0567cc;
  font-size: 14px;
  font-weight: 400;
}

.replays .replays__accordion .accordion__topic:hover {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.search {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
}

.search .search__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.search .search__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.search .search__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.search .search__body {
  padding: 20px;
}

.search .search__body label {
  width: 100%;
  margin-bottom: 25px;
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 300;
}

.search .search__body label input {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  padding-left: 20px;
  background-color: #f0f4f8;
  border: 0;
}

.search .search__body label select {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  padding-left: 20px;
  background-color: #f0f4f8;
  border: 0;
  margin-top: 10px;
  -webkit-appearance: none;
  background-image: url("/images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.search .search__body .body__button-search {
  margin-top: 20px;
  margin-bottom: 14px;
}

.search .search__body .body__button-search .button {
  width: 100%;
}

.gocu-replays,
.rating {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
}

.gocu-replays .gocu-replays__title,
.rating .gocu-replays__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
  align-items: center;
}

.gocu-replays .gocu-replays__title .title__icon,
.rating .gocu-replays__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.gocu-replays .gocu-replays__title .title__text,
.rating .gocu-replays__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.gocu-replays .gocu-replays__title .title__game-period,
.rating .gocu-replays__title .title__game-period {
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 0;
  display: flex;
}

.gocu-replays .gocu-replays__title .title__game-period select,
.rating .gocu-replays__title .title__game-period select {
  height: 20px;
  background-color: transparent;
  border: 0;
  padding-right: 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-appearance: none;
  background-image: url("/images/arrow-down-sign-to-navigate.png");
  background-repeat: no-repeat;
  background-position: center right 0px;
}

.gocu-replays .gocu-replays__subtitle,
.rating .gocu-replays__subtitle {
  background-color: #f0f4f8;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gocu-replays .gocu-replays__subtitle .rating__info,
.rating .gocu-replays__subtitle .rating__info {
  font-size: 14px;
}

.gocu-replays .gocu-replays__subtitle .block_right,
.rating .gocu-replays__subtitle .block_right {
  display: flex;
  align-items: center;
}

.gocu-replays .gocu-replays__subtitle .block_right svg,
.rating .gocu-replays__subtitle .block_right svg {
  width: 12px;
  height: 12px;
  fill: #9ca0b6;
  margin-right: 5px;
}

.gocu-replays .gocu-replays__subtitle .block_right .subtitle__number,
.rating .gocu-replays__subtitle .block_right .subtitle__number {
  color: #0567cc;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 45px;
}

.gocu-replays .gocu-replays__subtitle .gocu-replays__button,
.rating .gocu-replays__subtitle .gocu-replays__button {
  padding: 0;
}

.gocu-replays .gocu-replays__subtitle .gocu-replays__button .button__download-more,
.rating .gocu-replays__subtitle .gocu-replays__button .button__download-more {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
}

.gocu-replays .gocu-replays__subtitle .gocu-replays__button button,
.rating .gocu-replays__subtitle .gocu-replays__button button {
  width: 100%;
  padding: 5px;
}

.gocu-replays .gocu-replays__subtitle .subtitle__name,
.rating .gocu-replays__subtitle .subtitle__name {
  color: #8086a6;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  margin-bottom: 0;
  text-decoration: none;
  max-width: 18vw;
}

.gocu-replays .gocu-replays__subtitle .subtitle__name p,
.rating .gocu-replays__subtitle .subtitle__name p {
  margin: 0;
  color: #8086a6;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  margin-bottom: 0;
  text-decoration: none;
  max-width: 18vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gocu-replays .gocu-replays__subtitle .subtitle__name:hover,
.rating .gocu-replays__subtitle .subtitle__name:hover {
  color: #0567cc;
}

.gocu-replays .gocu-replays__subtitle .subtitle__name div,
.rating .gocu-replays__subtitle .subtitle__name div {
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gocu-replays .gocu-replays__subtitle .subtitle__date,
.rating .gocu-replays__subtitle .subtitle__date {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.gocu-replays .gocu-replays__match,
.rating .gocu-replays__match {
  padding: 0 20px;
  word-wrap: break-word;
}

.gocu-replays .gocu-replays__match .match__author,
.rating .gocu-replays__match .match__author {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.gocu-replays .gocu-replays__match .match__author .subtitle__info img,
.rating .gocu-replays__match .match__author .subtitle__info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__nickname,
.rating .gocu-replays__match .match__author .subtitle__info .comment-author__nickname {
  color: #0567cc;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 13px;
}

.gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__replay-item,
.rating .gocu-replays__match .match__author .subtitle__info .comment-author__replay-item {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
  margin-left: 12px;
}

.gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__date,
.rating .gocu-replays__match .match__author .subtitle__info .comment-author__date {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
  margin-left: auto;
}

.gocu-replays .gocu-replays__match .match__author .subtitle__icons svg,
.rating .gocu-replays__match .match__author .subtitle__icons svg {
  width: 21px;
  height: 21px;
  fill: #9ca0b6;
  transition: 0.3s;
}

.gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__comment,
.gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download,
.rating .gocu-replays__match .match__author .subtitle__icons .items__comment,
.rating .gocu-replays__match .match__author .subtitle__icons .items__download {
  text-decoration: none;
}

.gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__comment svg,
.gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download svg,
.rating .gocu-replays__match .match__author .subtitle__icons .items__comment svg,
.rating .gocu-replays__match .match__author .subtitle__icons .items__download svg {
  width: 21px;
  height: 21px;
  fill: #9ca0b6;
  transition: 0.3s;
}

.gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__comment span,
.gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download span,
.rating .gocu-replays__match .match__author .subtitle__icons .items__comment span,
.rating .gocu-replays__match .match__author .subtitle__icons .items__download span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 10px;
}

.gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__comment:hover svg,
.gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download:hover svg,
.rating .gocu-replays__match .match__author .subtitle__icons .items__comment:hover svg,
.rating .gocu-replays__match .match__author .subtitle__icons .items__download:hover svg {
  fill: #0567cc;
}

.gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download,
.rating .gocu-replays__match .match__author .subtitle__icons .items__download {
  margin-left: 25px;
}

.gocu-replays .gocu-replays__match .subtitle__icons svg,
.rating .gocu-replays__match .subtitle__icons svg {
  width: 21px;
  height: 21px;
  fill: #9ca0b6;
  transition: 0.3s;
}

.gocu-replays .gocu-replays__match .subtitle__icons .items__comment,
.gocu-replays .gocu-replays__match .subtitle__icons .items__download,
.rating .gocu-replays__match .subtitle__icons .items__comment,
.rating .gocu-replays__match .subtitle__icons .items__download {
  text-decoration: none;
}

.gocu-replays .gocu-replays__match .subtitle__icons .items__comment svg,
.gocu-replays .gocu-replays__match .subtitle__icons .items__download svg,
.rating .gocu-replays__match .subtitle__icons .items__comment svg,
.rating .gocu-replays__match .subtitle__icons .items__download svg {
  width: 21px;
  height: 21px;
  fill: #9ca0b6;
  transition: 0.3s;
}

.gocu-replays .gocu-replays__match .subtitle__icons .items__comment span,
.gocu-replays .gocu-replays__match .subtitle__icons .items__download span,
.rating .gocu-replays__match .subtitle__icons .items__comment span,
.rating .gocu-replays__match .subtitle__icons .items__download span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 10px;
}

.gocu-replays .gocu-replays__match .subtitle__icons .items__comment:hover svg,
.gocu-replays .gocu-replays__match .subtitle__icons .items__download:hover svg,
.rating .gocu-replays__match .subtitle__icons .items__comment:hover svg,
.rating .gocu-replays__match .subtitle__icons .items__download:hover svg {
  fill: #0567cc;
}

.gocu-replays .gocu-replays__match .subtitle__icons .items__download,
.rating .gocu-replays__match .subtitle__icons .items__download {
  margin-left: 25px;
}

.gocu-replays .gocu-replays__match .match__comment,
.rating .gocu-replays__match .match__comment {
  color: #010b4a;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gocu-replays .gocu-replays__match .match__info,
.rating .gocu-replays__match .match__info {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.gocu-replays .gocu-replays__match .match__info .info__country .country-first,
.rating .gocu-replays__match .match__info .info__country .country-first {
  margin-left: 6px;
}

.gocu-replays .gocu-replays__match .match__info .info__country img,
.rating .gocu-replays__match .match__info .info__country img {
  width: 22px;
  border-radius: 50%;
}

.gocu-replays .gocu-replays__match .match__info .info__match-up .match-up__versus,
.rating .gocu-replays__match .match__info .info__match-up .match-up__versus {
  margin-left: 5px;
  margin-right: 5px;
}

.gocu-replays .gocu-replays__match .match__info .info__match-up .match-up__name,
.rating .gocu-replays__match .match__info .info__match-up .match-up__name {
  color: #010b4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}

.gocu-replays .gocu-replays__match .match__info .info__match-up .name__first,
.rating .gocu-replays__match .match__info .info__match-up .name__first {
  margin-left: 14px;
}

.gocu-replays .gocu-replays__match .match__info .info__maps .maps__name,
.rating .gocu-replays__match .match__info .info__maps .maps__name {
  color: #0567cc;
  font-size: 14px;
  font-weight: 400;
  margin-left: 12px;
}

.gocu-replays .gocu-replays__match .match__info .info__wins svg,
.rating .gocu-replays__match .match__info .info__wins svg {
  width: 25px;
  height: 25px;
  fill: #0567cc;
}

.gocu-replays .gocu-replays__match .match__info .info__wins .wins__text,
.rating .gocu-replays__match .match__info .info__wins .wins__text {
  margin-left: 10px;
}

.gocu-replays .gocu-replays__match .match__info .country__text,
.gocu-replays .gocu-replays__match .match__info .match-up__text,
.gocu-replays .gocu-replays__match .match__info .maps__text,
.gocu-replays .gocu-replays__match .match__info .wins__text,
.rating .gocu-replays__match .match__info .country__text,
.rating .gocu-replays__match .match__info .match-up__text,
.rating .gocu-replays__match .match__info .maps__text,
.rating .gocu-replays__match .match__info .wins__text {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
}

.gocu-replays .gocu-replays__match_rating,
.rating .gocu-replays__match_rating {
  word-wrap: break-word;
  padding: 15px;
}

.gocu-replays hr,
.rating hr {
  margin-top: 0;
  margin-bottom: 0;
}

.gocu-replays__numb-pages {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 8px;
}

.gocu-replays__numb-pages .numb-pages {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
}

.gocu-replays__button {
  text-align: center;
  border-radius: 5px;
  padding: 20px;
}

.forum-topics {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
}

.forum-topics .forum-topics__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 19px;
}

.forum-topics .forum-topics__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.forum-topics .forum-topics__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.forum-topics .forum-topics__accordion {
  transition: 0.3s;
}

.forum-topics .forum-topics__accordion .accordion__topic {
  border-radius: 1px;
  border: 0px;
  /*.topic__body {
      .card-body {
          padding-bottom: 0;//обнулил бутстраповский отступ снизу
          .body__wrap {
              display: flex;
              justify-content: space-between;
              align-items: start;
              margin-bottom: 25px;
              .body__title {
                  color: #0567cc;
                  font-size: 14px;
                  font-weight: 500;
                  text-decoration: none;
                  width: 90%;
              }
              .body__numb {
                  color: #9ca0b6;
                  font-size: 14px;
                  font-weight: 400;
              }
          }
      }
  }
  &:hover {
      box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  }
  &:hover .header__title{
      color: #0567cc;
  }
  &:hover .fas{
      color: #0567cc;
  }*/
}

.forum-topics .forum-topics__accordion .accordion__topic .topic__header {
  background-color: #f0f4f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0px;
}

.forum-topics .forum-topics__accordion .accordion__topic .topic__header .header__title {
  color: #010b4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: 0.3s;
  text-decoration: none;
}

.forum-topics .forum-topics__accordion .accordion__topic .topic__header .header__title-active {
  color: #7880a1;
}

.forum-topics .forum-topics__accordion .accordion__topic .topic__header .fa-chevron-down,
.forum-topics .forum-topics__accordion .accordion__topic .topic__header .fa-ellipsis-h {
  color: #a9afc4;
  font-size: 16px;
  transition: 0.3s;
}

.nightMode .comments {
  word-wrap: break-word;
}

.nightMode .comments .comments__content iframe {
  max-width: 100%;
}

.nightMode .comments .comments__content .comments__wrapp {
  box-shadow: 0 7px 35px rgba(0, 0, 12, 0.56) !important;
}

.comments {
  border-radius: 5px;
}

.comments .card-body__text img {
  max-width: 100%;
}

.comments .citation {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  margin-bottom: 20px;
}

.comments .comments__content .comments__wrapp {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  padding-bottom: 10px;
  padding: 20px;
}

.comments .comments__content blockquote a {
  display: flex;
  align-items: center;
  background-color: #f0f4f8;
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
}

.comments .none_comments {
  font-size: 16px;
  padding: 20px;
}

.comments .comments__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.comments .comments__title .title__icon {
  width: 21px;
  height: 21px;
  fill: #ffffff;
}

.comments .comments__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.comments .comments__wrapp .comments__info {
  display: flex;
  align-items: center;
  background-color: #f0f4f8;
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
}

.comments .comments__wrapp .comments__info .info__avatar {
  width: 28px;
  height: 28px;
}

.comments .comments__wrapp .comments__info .info__nickname {
  color: #0567cc;
  font-size: 14px;
  font-weight: 400;
  margin-left: 13px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 184px;
}

.comments .comments__wrapp .comments__info .info__flag {
  width: 20px;
  height: 20px;
  margin-left: 13px;
}

.comments .comments__wrapp .comments__info .info__cube {
  width: 16px;
  height: 16px;
  margin-left: 11px;
}

.comments .comments__wrapp .comments__info .info__text {
  color: #010b4a;
  font-size: 14px;
  font-weight: 500;
  margin-left: 12px;
  margin-bottom: 0;
}

.comments .comments__wrapp .comments__info .info__date {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: auto;
}

.comments .comments__wrapp .comments__content .content__title {
  color: #010b4a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.comments .comments__wrapp .comments__content .content__img {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.comments .comments__wrapp .comments__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
}

.comments .comments__wrapp .comments__items .items__wrap {
  text-decoration: none;
}

.comments .comments__wrapp .comments__items .items__wrap .items__quote {
  text-decoration: none;
}

.comments .comments__wrapp .comments__items .items__wrap .items__quote svg {
  width: 20px;
  height: 20px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.comments .comments__wrapp .comments__items .items__wrap .items__quote:hover svg {
  fill: #0567cc;
}

.comments .comments__wrapp .comments__items .items__share {
  text-decoration: none;
  margin-left: 21px;
}

.comments .comments__wrapp .comments__items .items__share svg {
  width: 18px;
  height: 20px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.comments .comments__wrapp .comments__items .items__share:hover svg {
  fill: #0567cc;
}

.comments .comments__wrapp .comments__items .items__like {
  text-decoration: none;
}

.comments .comments__wrapp .comments__items .items__like svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.comments .comments__wrapp .comments__items .items__like span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.comments .comments__wrapp .comments__items .items__like:hover svg {
  fill: #0567cc;
}

.comments .comments__wrapp .comments__items .items__dislike {
  text-decoration: none;
  margin-left: 17px;
}

.comments .comments__wrapp .comments__items .items__dislike svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.comments .comments__wrapp .comments__items .items__dislike span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.comments .comments__wrapp .comments__items .items__dislike:hover svg {
  fill: #0567cc;
}

.comments .comments__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
}

.comments .comments__items .items__wrap {
  text-decoration: none;
}

.comments .comments__items .items__wrap button {
  border: 0;
  background: transparent;
}

.comments .comments__items .items__wrap .items__quote {
  text-decoration: none;
}

.comments .comments__items .items__wrap .items__quote svg {
  width: 20px;
  height: 20px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.comments .comments__items .items__wrap .items__quote:hover svg {
  fill: #0567cc;
}

.comments .comments__items .items__share {
  text-decoration: none;
  margin-left: 21px;
}

.comments .comments__items .items__share svg {
  width: 18px;
  height: 20px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.comments .comments__items .items__share:hover svg {
  fill: #0567cc;
}

.comments .comments__items .items__like {
  text-decoration: none;
}

.comments .comments__items .items__like svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.comments .comments__items .items__like span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.comments .comments__items .items__like:hover svg {
  fill: #0567cc;
}

.comments .comments__items .items__dislike {
  text-decoration: none;
  margin-left: 17px;
}

.comments .comments__items .items__dislike svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.comments .comments__items .items__dislike span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.comments .comments__items .items__dislike:hover svg {
  fill: #0567cc;
}

.add-comment {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
}

.add-comment .add-comment__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.add-comment .add-comment__title .title__icon {
  width: 21px;
  height: 21px;
  fill: #ffffff;
}

.add-comment .add-comment__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.add-comment .add-comment__form {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.add-comment .add-comment__form .form__group {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.add-comment .add-comment__form .form__group .comment {
  width: 95%;
  margin-bottom: 0;
  position: relative;
}

.add-comment .add-comment__form .form__group .comment .comment__icon {
  width: 20px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 80px;
  fill: #c7cbd9;
}

.add-comment .add-comment__form .form__group .comment .comment__input {
  width: 100%;
  height: 44px;
  padding-left: 18px;
  background-color: #f0f4f8;
  border-radius: 5px;
  border: 1px solid transparent;
  padding-right: 120px;
}

.add-comment .add-comment__form .form__group .comment .comment__input::-moz-placeholder {
  opacity: 0.5;
  color: #010b4a;
  font-size: 12px;
  font-weight: 400;
}

.add-comment .add-comment__form .form__group .comment .comment__input:-ms-input-placeholder {
  opacity: 0.5;
  color: #010b4a;
  font-size: 12px;
  font-weight: 400;
}

.add-comment .add-comment__form .form__group .comment .comment__input::placeholder {
  opacity: 0.5;
  color: #010b4a;
  font-size: 12px;
  font-weight: 400;
}

.add-comment .add-comment__form .form__group .buttons-upload {
  position: absolute;
  top: 12px;
  right: 50px;
}

.add-comment .add-comment__form .form__group .buttons-upload label {
  border: 0px;
  display: inline-block;
  cursor: pointer;
  background-color: #f0f4f8;
  margin-left: 17px;
  margin-bottom: 0;
}

.add-comment .add-comment__form .form__group .buttons-upload input[type=file] {
  display: none;
}

.add-comment .add-comment__form .form__group .buttons-upload i {
  font-size: 16px;
  color: #b9bdcf;
}

.add-comment .add-comment__form .form__group .buttons-upload .smile-upload {
  background-color: #f0f4f8;
  border: 0;
  margin-left: 16px;
}

.add-comment .add-comment__form .form__group .buttons-upload .smile-upload i {
  font-size: 16px;
  color: #b9bdcf;
}

.add-comment .add-comment__form .form-group {
  width: 100%;
}

.add-comment .add-comment__form .form-group label {
  display: none;
}

.add-comment .add-comment__form .add-comment__btn {
  text-align: center;
  margin: 10px 0;
}

.add-comment .add-comment__form .add-comment__button {
  background-color: transparent;
  border: 0px;
  padding: 0;
}

.add-comment .add-comment__form .add-comment__button svg {
  width: 20px;
  height: 18px;
  fill: #0567cc;
}

.detailed-forum {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
}

.detailed-forum img {
  max-width: 100%;
}

.detailed-forum .detailed-forum__title {
  display: flex;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  padding: 20px;
}

.detailed-forum .detailed-forum__title .small_wrap {
  width: 25%;
}

.detailed-forum .detailed-forum__title .title__wrap {
  display: flex;
  align-items: center;
}

.detailed-forum .detailed-forum__title .title__wrap .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.detailed-forum .detailed-forum__title .title__wrap .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}

.detailed-forum .detailed-forum__title .title__wrap .title__text P {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}

.detailed-forum .detailed-forum__title .title__wrap .title__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.detailed-forum .detailed-forum__title .title__wrap .title__nickname {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-left: 13px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.detailed-forum .detailed-forum__title .title__wrap .title__flag {
  width: 20px;
  height: 20px;
  margin-left: 13px;
}

.detailed-forum .detailed-forum__title .title__wrap .title__cube {
  width: 16px;
  height: 16px;
  margin-left: 11px;
}

.detailed-forum .detailed-forum__title .title__wrap .title__text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 12px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detailed-forum .detailed-forum__title .title__wrap .text_pts {
  max-width: 90%;
}

.detailed-forum .detailed-forum__title .title__wrap .block_minerals_icons {
  display: flex;
  align-items: center;
}

.detailed-forum .detailed-forum__title .title__wrap .block_minerals_icons .title__text {
  margin-left: 12px;
  margin-right: 6px;
  overflow: visible;
}

.detailed-forum .detailed-forum__title .title__wrap .block_minerals_icons .text_special {
  margin-right: 0;
}

.detailed-forum .detailed-forum__info {
  background-color: #f0f4f8;
  padding-top: 18px;
  padding-bottom: 17px;
  padding-left: 21px;
  padding-right: 22px;
}

.detailed-forum .detailed-forum__info .info__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detailed-forum .detailed-forum__info .info__items .left {
  display: flex;
}

.detailed-forum .detailed-forum__info .info__items .right {
  display: flex;
  align-items: center;
}

.detailed-forum .detailed-forum__info .info__items .right a {
  display: flex;
  margin-right: 10px;
  font-size: 14px;
}

.detailed-forum .detailed-forum__info .info__items .right a svg {
  fill: #9ca0b6;
  width: 15px;
}

.detailed-forum .detailed-forum__info .info__items .items__watch,
.detailed-forum .detailed-forum__info .info__items .items__comment {
  text-decoration: none;
  transition: 0.3s;
}

.detailed-forum .detailed-forum__info .info__items .items__watch svg,
.detailed-forum .detailed-forum__info .info__items .items__comment svg {
  width: 15px;
  height: 13px;
  fill: #9ca0b6;
}

.detailed-forum .detailed-forum__info .info__items .items__watch span,
.detailed-forum .detailed-forum__info .info__items .items__comment span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 10px;
}

.detailed-forum .detailed-forum__info .info__items .items__watch:hover svg,
.detailed-forum .detailed-forum__info .info__items .items__comment:hover svg {
  fill: #0567cc;
}

.detailed-forum .detailed-forum__info .info__items .items__comment {
  margin-left: 32px;
}

.detailed-forum .detailed-forum__info .info__items .items__date {
  margin-left: auto;
  margin-bottom: 0;
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.detailed-forum hr {
  margin-top: 0;
  margin-bottom: 0;
}

.detailed-forum .detailed-forum__card {
  border: 0px;
}

.detailed-forum .detailed-forum__card .card-body {
  word-wrap: break-word;
}

.detailed-forum .detailed-forum__card .card-body .card-body__title {
  color: #010b4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 27px;
}

.detailed-forum .detailed-forum__card .card-body .card-body__text {
  color: #010b4a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.detailed-forum .detailed-forum__card .card-body .card-body__text br {
  display: none;
}

.detailed-forum .detailed-forum__card .card-body .card-body__text p {
  margin-bottom: 5px;
}

.detailed-forum .detailed-forum__card .card-body .card-body__text span {
  color: #0567cc;
  font-weight: 400;
  text-decoration: underline;
}

.detailed-forum .detailed-forum__card .card-body .card-body__text p img {
  max-width: 100%;
}

.detailed-forum .detailed-forum__card .card-body .card-body__text img {
  max-width: 100%;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__quote {
  text-decoration: none;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__quote svg {
  width: 20px;
  height: 20px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__quote:hover svg {
  fill: #0567cc;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__like {
  text-decoration: none;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__like svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__like span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__like:hover svg {
  fill: #0567cc;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike {
  text-decoration: none;
  margin-left: 17px;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike:hover svg {
  fill: #0567cc;
}

.breadcrumb {
  background-color: transparent !important;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb .breadcrumb-item {
  font-size: 18px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 10px;
}

.breadcrumb .breadcrumb-item a {
  color: #9ca0b6;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #c3c3c3;
  content: ">";
}

.breadcrumb .breadcrumb-item.active {
  color: #010b4a;
  font-size: 18px;
  font-weight: 300;
  line-height: 19px;
}

#authorizationModal .modal-header .modal-title {
  margin: 0 auto;
  color: dodgerblue;
}

#authorizationModal .modal-header .modal-header__close {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 40px;
  height: 40px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-color: dodgerblue;
  display: flex;
  align-items: center;
  justify-content: center;
}

#authorizationModal .modal-header .modal-header__close svg {
  width: 13px;
  height: 13px;
  fill: #ffffff;
  transition: 0.3s;
}

#authorizationModal .modal-header .modal-header__close:hover svg {
  fill: #0b0b0b;
}

#authorizationModal .modal-body .modal-body__title {
  text-align: center;
  margin-bottom: 20px;
}

#authorizationModal .modal-body .form-group {
  margin-bottom: 0;
}

#authorizationModal .modal-body .form-group .remember {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

#authorizationModal .modal-body .form-group input {
  margin-bottom: 15px;
}

#authorizationModal .modal-body .form-group .is-invalid {
  background-image: none;
}

#authorizationModal .modal-body .modal-body__enter-btn {
  margin-bottom: 30px;
}

#authorizationModal .modal-body .modal-body__enter-btn .button {
  width: 100%;
}

#authorizationModal .modal-body .modal-body__forgot-password {
  text-align: center;
  text-decoration: none;
  color: darkgray;
  margin-bottom: 15px;
  display: block;
}

#authorizationModal .modal-body .modal-body__restore-password {
  text-align: center;
  text-decoration: none;
  color: darkgray;
  margin-bottom: 15px;
  display: block;
}

#registrationModal .modal-header .modal-title {
  margin: 0 auto;
  color: dodgerblue;
}

#registrationModal .modal-header .modal-header__close {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 40px;
  height: 40px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-color: dodgerblue;
  display: flex;
  align-items: center;
  justify-content: center;
}

#registrationModal .modal-header .modal-header__close svg {
  width: 13px;
  height: 13px;
  fill: #ffffff;
  transition: 0.3s;
}

#registrationModal .modal-header .modal-header__close:hover svg {
  fill: #0b0b0b;
}

#registrationModal .modal-body .modal-body__title {
  text-align: center;
  margin-bottom: 20px;
}

#registrationModal .modal-body .form-group {
  margin-bottom: 0;
}

#registrationModal .modal-body .form-group input {
  margin-bottom: 15px;
  padding-left: 8px;
}

#registrationModal .modal-body .form-group .is-invalid {
  background-image: none;
}

#registrationModal .modal-body .form-group .select2 {
  width: 100% !important;
  margin-bottom: 16px;
  height: 37px;
}

#registrationModal .modal-body .form-group .select2 .select2-selection {
  height: 37px;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}

#registrationModal .modal-body .form-group .select2 .select2-selection .select2-selection__rendered {
  padding-top: 4px;
  padding-left: 8px;
}

#registrationModal .modal-body .form-group .select2 .select2-selection .select2-selection__arrow {
  top: 5px;
}

#registrationModal .modal-body .form-group #race {
  width: 100%;
  margin-bottom: 16px;
  height: 37px;
  background-color: #fff;
  color: #495057;
  border: 1px solid #ced4da;
}

#registrationModal .modal-body .modal-body__enter-btn {
  margin-bottom: 30px;
  margin-top: 15px;
}

#registrationModal .modal-body .modal-body__enter-btn .button {
  width: 100%;
}

#registrationModal .modal-body .modal-body__forgot-password {
  text-align: center;
  text-decoration: none;
  color: darkgray;
  margin-bottom: 15px;
  display: block;
}

#registrationModal .modal-body .modal-body__restore-password {
  text-align: center;
  text-decoration: none;
  color: darkgray;
  margin-bottom: 15px;
  display: block;
}

.nightMode .select2-dropdown {
  background: #0567cc;
}

.nightMode .select2-search__field {
  background: #0567cc;
}

.vote {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
}

.vote .vote__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.vote .vote__title .title__icon {
  width: 21px;
  height: 21px;
  fill: #ffffff;
}

.vote .vote__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.vote .vote__content .content__header {
  background-color: #f0f4f8;
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
}

.vote .vote__content .content__header .header__title {
  color: #8f95b1;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.vote .vote__content .content__body {
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
}

.vote .vote__content .content__body .vote-form .form-check {
  margin-bottom: 15px;
}

.vote .vote__content .content__body .vote-form .form-check label {
  margin-left: 10px;
}

.vote .vote__content .content__body .vote-form .body__button-vote {
  margin-bottom: 15px;
}

.vote .vote__content .content__body .vote-form .body__button-vote .button {
  width: 100%;
}

.vote .vote__content .content__body .view-results {
  display: none;
}

.vote .vote__content .content__body .view-results .results {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.vote .vote__content .content__body .view-results .results span {
  color: #141d53;
  font-size: 14px;
  font-weight: 500;
}

.vote .vote__content .content__body .view-results .result__total {
  margin-bottom: 15px;
}

.vote .vote__content .content__body .view-results .result__total span {
  color: #141d53;
  font-size: 14px;
  font-weight: 700;
}

.vote .vote__content .content__body .body__view-results {
  text-align: center;
}

.vote .vote__content .content__body .body__view-results .view-results__button {
  border: 0px;
  background-color: transparent;
  color: #0567cc;
  font-size: 14px;
  font-weight: 500;
}

.user-settings {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
}

.user-settings .user-settings__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.user-settings .user-settings__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.user-settings .user-settings__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.user-settings .user-settings__form {
  padding: 25px;
}

.user-settings .user-settings__form .upload-image {
  margin-bottom: 16px;
}

.user-settings .user-settings__form .upload-image p {
  color: #495057;
  font-size: 16px;
  margin-bottom: 8px;
}

.user-settings .user-settings__form .form-group label {
  width: 100%;
}

.user-settings .user-settings__form .form-group .select2 {
  width: 100% !important;
  height: 37px;
}

.user-settings .user-settings__form .form-group .select2 .select2-selection {
  height: 37px;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  margin-top: 8px;
}

.user-settings .user-settings__form .form-group .select2 .select2-selection .select2-selection__rendered {
  padding-top: 4px;
}

.user-settings .user-settings__form .form-group .select2 .select2-selection .select2-selection__arrow {
  top: 5px;
}

.user-settings .user-settings__form .form-group #user-settings__race {
  width: 100%;
  height: 37px;
  background-color: #fff;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 4px;
  margin-top: 8px;
}

.user-settings .user-settings__form .form-check {
  padding-left: 0;
  margin-bottom: 20px;
}

.user-settings .user-settings__form .form-check .form-check-input {
  margin-left: 10px;
}

.user-settings .user-settings__form .modal-body__enter-btn .button {
  width: 100%;
}

.gallery {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
}

.gallery .gallery__button {
  display: flex;
  justify-content: center;
}

.gallery .gallery__numb-pages {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 8px;
}

.gallery .gallery__numb-pages .numb-pages {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
}

.gallery .gallery__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.gallery .gallery__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.gallery .gallery__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.gallery .gallery__body {
  padding: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery .gallery__body .gocu-replays__button {
  width: 50%;
}

.gallery .gallery__body .img-wrapper {
  max-width: 120px;
  padding: 5px;
}

.gallery .gallery__body .img-wrapper .img-link {
  text-decoration: none;
  outline: none;
}

.gallery .gallery__body .img-wrapper .img-link img {
  width: 100%;
}

.gallery-download {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
}

.gallery-download .gallery-download__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.gallery-download .gallery-download__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.gallery-download .gallery-download__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.gallery-download .gallery-download__body {
  padding: 25px;
}

.gallery-download .gallery-download__body .gallery-file__container {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.gallery-download .gallery-download__body .gallery-file__container .input_gallery {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
}

.gallery-download .gallery-download__body .gallery__form .form-group label {
  width: 100%;
}

.gallery-download .gallery-download__body .gallery__form .form-check {
  margin-bottom: 20px;
}

.gallery-download .gallery-download__body .gallery__form .modal-body__add-btn .button {
  width: 100%;
}

.gallery-detail {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
}

.gallery-detail .gallery-detail__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.gallery-detail .gallery-detail__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.gallery-detail .gallery-detail__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.gallery-detail .gallery-detail__body {
  padding: 25px;
}

.gallery-detail .gallery-detail__body .body__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.gallery-detail .gallery-detail__body .body__items .items__title {
  max-width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-detail .gallery-detail__body .body__items .items__title p {
  color: #010b4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
}

.gallery-detail .gallery-detail__body .body__items .items__rating .rating__like {
  text-decoration: none;
}

.gallery-detail .gallery-detail__body .body__items .items__rating .rating__like svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.gallery-detail .gallery-detail__body .body__items .items__rating .rating__like span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.gallery-detail .gallery-detail__body .body__items .items__rating .rating__like:hover svg {
  fill: #0567cc;
}

.gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike {
  text-decoration: none;
  margin-left: 10px;
}

.gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike svg {
  width: 20px;
  height: 18px;
  fill: #c7c9d7;
  transition: 0.3s;
}

.gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike:hover svg {
  fill: #0567cc;
}

.gallery-detail .gallery-detail__body .body__items .items__reputation-button a {
  text-decoration: none;
  background: #0567cc;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  border-radius: 4px;
  width: 150px;
  padding: 5px 10px;
  font-size: 16px;
}

.gallery-detail .gallery-detail__body .body__items .items__slide-button {
  display: flex;
}

.gallery-detail .gallery-detail__body .body__items .items__slide-button a {
  text-decoration: none;
  background-color: #fff;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #0567cc;
  border-radius: 3px;
  margin-left: 10px;
}

.gallery-detail .gallery-detail__body .body__items .items__slide-button a i {
  color: #0567cc;
  font-size: 18px;
}

.gallery-detail .gallery-detail__body .body__img {
  margin-bottom: 15px;
}

.gallery-detail .gallery-detail__body .body__img img {
  width: 100%;
  height: auto;
}

.gallery-detail .gallery-detail__body .body__edit-image-form .form-group label {
  width: 100%;
}

.gallery-detail .gallery-detail__body .body__edit-image-form .form-check {
  margin-bottom: 20px;
}

.gallery-detail .gallery-detail__body .body__edit-image-form .modal-body__add-btn .button {
  width: 100%;
}

.user-replays {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 34px;
}

.user-replays .user-replays__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.user-replays .user-replays__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.user-replays .user-replays__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.user-replays .user-replays__body {
  padding: 20px;
}

.user-replays .user-replays__body .body__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.user-replays .user-replays__body .body__wrap .body__title {
  color: #141d53;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  width: 90%;
}

.user-replays .user-replays__body .body__wrap .body__numb {
  color: #0567cc;
  font-size: 14px;
  font-weight: 400;
}

.user-replays .user-replays__button {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.user-replays .user-replays__button .button {
  width: 100%;
}

.create-replay {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 34px;
}

.create-replay .gallery-file__container {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.create-replay .gallery-file__container .input_gallery {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
}

.create-replay .create-replay__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.create-replay .create-replay__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.create-replay .create-replay__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.create-replay .create-replay__form {
  padding: 25px;
}

.create-replay .create-replay__form .form-group label {
  width: 100%;
}

.create-replay .create-replay__form .form-group label select {
  width: 100%;
  height: 37px;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  margin-top: 5px;
  border-radius: 0.25rem;
}

.create-replay .create-replay__form .form-group label input {
  width: 100%;
}

.create-replay .create-replay__form .form-group label #cke_1_bottom {
  display: none !important;
}

.create-replay .create-replay__form .form-group .select2 {
  width: 100% !important;
  height: 37px;
}

.create-replay .create-replay__form .form-group .select2 .select2-selection {
  height: 37px;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  margin-top: 5px;
}

.create-replay .create-replay__form .form-group .select2 .select2-selection .select2-selection__rendered {
  padding-top: 4px;
}

.create-replay .create-replay__form .form-group .select2 .select2-selection .select2-selection__arrow {
  top: 5px;
}

.create-replay .create-replay__form .create-replay__button .button {
  width: 100%;
}

.create-replay .create-replay__form hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.user-reputation-history {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
}

.user-reputation-history .user-reputation-history__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding: 20px 19px;
}

.user-reputation-history .user-reputation-history__title .title__icon {
  width: 21px;
  height: 21px;
  fill: #ffffff;
}

.user-reputation-history .user-reputation-history__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.user-reputation-history .user-reputation-history__title .title__reputation {
  margin-left: auto;
  display: flex;
}

.user-reputation-history .user-reputation-history__title .title__reputation .icon__like {
  text-decoration: none;
}

.user-reputation-history .user-reputation-history__title .title__reputation .icon__like svg {
  width: 20px;
  height: 18px;
  fill: #fff;
  transition: 0.3s;
}

.user-reputation-history .user-reputation-history__title .title__reputation .icon__like span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike {
  text-decoration: none;
  margin-left: 17px;
}

.user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike svg {
  width: 20px;
  height: 18px;
  fill: #fff;
  transition: 0.3s;
}

.user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 7px;
}

.user-reputation-history .user-reputation-history__body .body__wrap .body__info {
  display: flex;
  align-items: center;
  background-color: #f0f4f8;
  padding: 16px 20px 17px;
}

.user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__nickname {
  color: #0567cc;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__flag {
  width: 20px;
  height: 20px;
  margin-left: 13px;
}

.user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__cube {
  width: 16px;
  height: 16px;
  margin-left: 11px;
}

.user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__text {
  color: #010b4a;
  font-size: 14px;
  font-weight: 500;
  margin-left: 12px;
  margin-bottom: 0;
}

.user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__date {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: auto;
}

.user-reputation-history .user-reputation-history__body .body__wrap .body__content {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px 17px;
}

.user-reputation-history .user-reputation-history__body .body__wrap .body__content .content__title {
  color: #010b4a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
}

.user-reputation-history .user-reputation-history__body .body__wrap .body__content .content__like {
  text-decoration: none;
}

.user-reputation-history .user-reputation-history__body .body__wrap .body__content .content__like svg {
  width: 20px;
  height: 18px;
  fill: #0567cc;
  transition: 0.3s;
}

.my-topics {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  margin-bottom: 20px;
}

.my-topics .my-topics__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
  align-items: center;
}

.my-topics .my-topics__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.my-topics .my-topics__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.my-topics .my-topics__accordion {
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}

.my-topics .my-topics__accordion .accordion-button {
  background-color: #f0f4f8;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.my-topics .my-topics__accordion .active,
.my-topics .my-topics__accordion .accordion-button:hover {
  background-color: #efefef;
}

.my-topics .my-topics__accordion .accordion-button:after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.my-topics .my-topics__accordion .active:after {
  content: "\2212";
}

.my-topics .my-topics__accordion .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 1px;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__header {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  border-bottom: 1px solid #f1f1f3;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items {
  display: flex;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__link {
  color: #0567cc;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items span {
  margin-bottom: 0;
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-right: 5px;
  margin-left: 5px;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__icon {
  width: 15px;
  height: 13px;
  fill: #9ca0b6;
  margin-right: 5px;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__info {
  margin-left: 10px;
  margin-bottom: 0;
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__info.info {
  color: #0567cc;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__body {
  margin-bottom: 15px;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__body .body__comment {
  color: #010b4a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item {
  display: flex;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items {
  display: flex;
  align-items: center;
  border: 0;
  background-color: transparent;
  margin-right: 15px;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items svg {
  width: 16px;
  height: 16px;
  fill: #c7c9d7;
  transition: 0.3s;
  margin-right: 7px;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items svg:hover {
  fill: #0567cc;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .rate {
  text-decoration: none;
  background: #0567cc;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  border-radius: 4px;
  width: 150px;
  padding: 5px 10px;
  font-size: 12px;
}

.my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .item__later svg {
  width: 20px;
  height: 20px;
  fill: #0567cc;
  transition: 0.3s;
}

.password-recovery {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
}

.password-recovery .password-recovery__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.password-recovery .password-recovery__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.password-recovery .password-recovery__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.password-recovery .password-recovery__form {
  padding: 25px;
}

.password-recovery .password-recovery__form .form-group label {
  width: 100%;
}

.password-recovery .password-recovery__form .modal-body__enter-btn .button {
  width: 100%;
}

.get-recovery-link {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
}

.get-recovery-link .get-recovery-link__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.get-recovery-link .get-recovery-link__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.get-recovery-link .get-recovery-link__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.get-recovery-link .get-recovery-link__form {
  padding: 25px;
}

.get-recovery-link .get-recovery-link__form .form-group label {
  width: 100%;
}

.get-recovery-link .get-recovery-link__form .modal-body__enter-btn .button {
  width: 100%;
}

.my-post {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  margin-bottom: 20px;
}

.my-post .my-post__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
  align-items: center;
}

.my-post .my-post__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.my-post .my-post__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.my-post .my-post__accordion {
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}

.my-post .my-post__accordion .accordion-button {
  background-color: #f0f4f8;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.my-post .my-post__accordion .active,
.my-post .my-post__accordion .accordion-button:hover {
  background-color: #efefef;
}

.my-post .my-post__accordion .accordion-button:after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.my-post .my-post__accordion .active:after {
  content: "\2212";
}

.my-post .my-post__accordion .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 1px;
}

.my-post .my-post__accordion .panel .panel__wrap .panel__header {
  display: flex;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f3;
}

.my-post .my-post__accordion .panel .panel__wrap .panel__header .header__items {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.my-post .my-post__accordion .panel .panel__wrap .panel__header .header__items .items__icon {
  width: 15px;
  height: 13px;
  fill: #9ca0b6;
  margin-right: 5px;
}

.my-post .my-post__accordion .panel .panel__wrap .panel__header .header__items .items__info {
  margin-left: 10px;
  margin-bottom: 0;
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.my-post .my-post__accordion .panel .panel__wrap .panel__header .header__items .items__info.info {
  color: #0567cc;
}

.my-post .my-post__accordion .panel .panel__wrap .panel__body {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 15px;
}

.my-post .my-post__accordion .panel .panel__wrap .panel__body .body__numb {
  font-size: 14px;
  color: #0567cc;
  font-weight: 400;
  text-decoration: none;
}

.my-post .my-post__accordion .panel .panel__wrap .panel__body .body__nick {
  color: #9ca0b6;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  text-decoration: underline;
}

.my-post .my-post__accordion .panel .panel__wrap .panel__body .body__text {
  color: #010b4a;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.my-post .my-post__accordion .panel .panel__wrap .panel__body p {
  font-size: 14px;
}

.reputation-info {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
}

.reputation-info .reputation-info__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
  align-items: center;
}

.reputation-info .reputation-info__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.reputation-info .reputation-info__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.reputation-info .reputation-info__body {
  /* Style the accordion panel. Note: hidden by default */
}

.reputation-info .reputation-info__body .panel {
  word-wrap: break-word;
  padding: 0 18px;
  background-color: white;
}

.reputation-info .reputation-info__body .panel .panel__header {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f3;
}

.reputation-info .reputation-info__body .panel .panel__header .header__items {
  display: flex;
  align-items: center;
}

.reputation-info .reputation-info__body .panel .panel__header .header__items .items__link {
  color: #0567cc;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.reputation-info .reputation-info__body .panel .panel__header .header__items .items__link p {
  margin-bottom: 0;
}

.reputation-info .reputation-info__body .panel .panel__header .header__items span {
  margin-bottom: 0;
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-right: 5px;
  margin-left: 5px;
}

.reputation-info .reputation-info__body .panel .panel__header .header__items .items__icon {
  width: 15px;
  height: 13px;
  fill: #9ca0b6;
  margin-right: 5px;
}

.reputation-info .reputation-info__body .panel .panel__header .header__items .items__info {
  margin-left: 10px;
  margin-bottom: 0;
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.reputation-info .reputation-info__body .panel .panel__header .header__items .items__info.info {
  color: #0567cc;
}

.reputation-info .reputation-info__body .panel .panel__body {
  margin-bottom: 15px;
}

.reputation-info .reputation-info__body .panel .panel__body .body__comment {
  color: #010b4a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.reputation-info .reputation-info__body .panel .panel__footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.reputation-info .reputation-info__body .panel .panel__footer .footer__item {
  display: flex;
}

.reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items {
  display: flex;
  align-items: center;
  border: 0;
  background-color: transparent;
  margin-right: 15px;
}

.reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items svg {
  width: 16px;
  height: 16px;
  fill: #c7c9d7;
  transition: 0.3s;
  margin-right: 7px;
}

.reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items svg:hover {
  fill: #0567cc;
}

.reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.reputation-info .reputation-info__body .panel .panel__footer .footer__item .rate {
  text-decoration: none;
  background: #0567cc;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  border-radius: 4px;
  width: 150px;
  padding: 5px 10px;
  font-size: 12px;
}

.reputation-info .reputation-info__body .panel .panel__footer .footer__item .item__later svg {
  width: 20px;
  height: 20px;
  fill: #0567cc;
  transition: 0.3s;
}

.create-topic {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
}

.create-topic .create-topic__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.create-topic .create-topic__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.create-topic .create-topic__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.create-topic .create-topic__form {
  padding: 25px;
}

.create-topic .create-topic__form .upload-image {
  margin-bottom: 16px;
}

.create-topic .create-topic__form .upload-image p {
  color: #495057;
  font-size: 16px;
  margin-bottom: 8px;
}

.create-topic .create-topic__form .form-group label {
  width: 100%;
}

.create-topic .create-topic__form .form-group #create-topic__section {
  width: 100%;
  height: 37px;
  background-color: #fff;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 4px;
  margin-top: 8px;
}

.create-topic .create-topic__form .modal-body__enter-btn .button {
  width: 100%;
}

.messenger {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
}

.messenger .messenger__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.messenger .messenger__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.messenger .messenger__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.messenger .messenger__head {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f4f4f4;
}

.messenger .messenger__head .head__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.messenger .messenger__head .head__nickname {
  color: #0567cc;
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
}

.messenger .messenger__head .head__date {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 30px;
}

.messenger .messenger__body {
  max-height: 570px;
  overflow-y: auto;
  padding: 20px;
  width: 100%;
}

.messenger .messenger__body .messenger__load-more {
  cursor: pointer;
  width: 190px;
  border-radius: 6px;
  font-size: 10px;
  margin: 10px auto;
  padding: 2px;
  background: #0567cc;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
}

.messenger .messenger__body .my-message {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.messenger .messenger__body .my-message .message-content .content__text {
  width: 100%;
  max-width: 200px;
  word-break: break-word;
  height: auto;
  background: #0567cc;
  color: #fff;
  padding: 10px 15px;
  position: relative;
  border-radius: 10px;
  line-height: 18px;
}

.messenger .messenger__body .my-message .message-content .content__text .content__img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-top: 10px;
}

.messenger .messenger__body .my-message .message-content .content__date {
  margin-top: 5px;
  font-size: 10px;
  color: #737373;
}

.messenger .messenger__body .my-message .message-info {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.messenger .messenger__body .my-message .message-info .user-name {
  overflow: hidden;
  max-width: 150px;
  text-overflow: ellipsis;
  margin-right: 0;
  text-align: center;
  font-size: 12px;
  color: #0567cc;
}

.messenger .messenger__body .my-message .message-info .head__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.messenger .messenger__body .user-message {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.messenger .messenger__body .user-message .message-info {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.messenger .messenger__body .user-message .message-info .user-name {
  overflow: hidden;
  max-width: 150px;
  text-overflow: ellipsis;
  margin-right: 0;
  text-align: center;
  font-size: 12px;
  color: #0567cc;
}

.messenger .messenger__body .user-message .message-info .head__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.messenger .messenger__body .user-message .message-content .content__text {
  width: 100%;
  max-width: 200px;
  word-break: break-word;
  height: auto;
  background: #e5e6eb;
  padding: 10px 15px;
  position: relative;
  border-radius: 10px;
  color: #4d4d4d;
  line-height: 18px;
}

.messenger .messenger__body .user-message .message-content .content__text .content__img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-top: 10px;
}

.messenger .messenger__body .user-message .message-content .content__date {
  margin-top: 5px;
  font-size: 10px;
  color: #737373;
}

.messenger .messenger__button {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.my-chat {
  box-shadow: 1px 6px 10px rgba(0, 2, 76, 0.13);
  border-radius: 5px;
  background-color: #ffffff;
}

.my-chat .my-chat__title {
  border-radius: 5px 5px 0 0;
  background-color: #0567cc;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
}

.my-chat .my-chat__title .title__icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.my-chat .my-chat__title .title__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 17px;
}

.my-chat .my-chat__body {
  padding: 20px;
  max-height: 570px;
  overflow-y: auto;
  width: 100%;
}

.my-chat .body__user {
  padding-top: 11px;
  padding-bottom: 8px;
  display: flex;
}

.my-chat .body__user .user__avatar a {
  text-decoration: none;
}

.my-chat .body__user .user__avatar a .avatar__image {
  margin-right: 15px;
  flex: 0 0 50px;
  width: 50px;
}

.my-chat .body__user .user__info {
  display: flex;
  flex-direction: column;
}

.my-chat .body__user .user__info .info__nickname {
  color: #0567cc;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.my-chat .body__user .user__info .info__date {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.chat_overflow {
  overflow-x: hidden;
}

#appchat {
  width: 25%;
}

.block_chat-twitch {
  padding-bottom: 40px;
}

.block_chat-twitch .mine-message {
  background-color: #ffeee6;
}

.block_chat-twitch .main_row {
  height: 100%;
}

.block_chat-twitch .active_big_video .block_chat {
  display: none;
  width: 0;
}

.block_chat-twitch .active_big_video .block_stream_list {
  width: 100%;
}

.block_chat-twitch .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.block_chat-twitch .main_container {
  display: flex;
}

.block_chat-twitch .block_chat {
  padding-bottom: 20px;
  width: 100%;
  background: white;
  height: 100%;
}

.block_chat-twitch .title_text_modal {
  padding: 0;
  font-size: 16px;
  color: white;
  margin: 0;
}

.block_chat-twitch .title_text {
  font-size: 16px;
  color: white;
  margin: 0;
  margin: 0 0 0 20px;
}

.block_chat-twitch .text_support {
  font-size: 18px;
  margin: 0;
}

.block_chat-twitch .container_titleChat {
  background: #0567cc;
  height: 60px;
  border: 0;
  display: flex;
  align-items: center;
  border-top-left-radius: 5px;
}

.block_chat-twitch .container_titleChat .title_text {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block_chat-twitch .container_titleChat .content_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
}

.block_chat-twitch .container_titleChat .content_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block_chat-twitch .container_titleChat .content_right button {
  background: none;
  border: 0;
}

.block_chat-twitch .container_titleChat .content_right button svg {
  width: 35px;
}

.block_chat-twitch .messanger {
  max-height: 50vh !important;
  overflow: auto;
}

.block_chat-twitch .login_block {
  padding: 40px 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

.block_chat-twitch .login_block a {
  font-size: 14px;
}

.block_chat-twitch .login_block a span {
  border-bottom: 1px solid;
  font-weight: bold;
}

.block_chat-twitch .login_block .form-group {
  width: 100%;
}

.block_chat-twitch .login_block .form-group .cke_contents {
  height: 60px !important;
}

.block_chat-twitch .login_block #cke_1_bottom {
  display: none !important;
}

.block_chat-twitch .row_contentChat {
  padding: 30px 10px 0;
  width: 100%;
}

.block_chat-twitch .row_contentChat svg {
  height: 15px;
  width: 15px;
}

.block_chat-twitch .row_contentChat .block_user_akk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  white-space: nowrap;
}

.block_chat-twitch .row_contentChat .block_user_akk .blue_text {
  color: #0567cc;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 5px;
}

.block_chat-twitch .row_contentChat .block_user_akk .user {
  min-width: 160px;
  display: flex;
  align-items: center;
}

.block_chat-twitch .row_contentChat .block_user_akk .user a {
  display: flex;
}

.block_chat-twitch .row_contentChat .block_user_akk .user .number_mess {
  color: black;
  max-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block_chat-twitch .row_contentChat .block_user_akk .user img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: 5px;
}

.block_chat-twitch .row_contentChat .block_user_akk .user .icon_avatar {
  width: 20px;
  height: 20px;
}

.block_chat-twitch .row_contentChat .block_close {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_chat-twitch .row_contentChat .block_close button {
  display: flex;
  background: none;
  border: none;
}

.block_chat-twitch .row_contentChat .block_date {
  font-size: 14px;
  color: #9ca0b6;
}

.block_chat-twitch .row_contentChat .block_userMessage {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}

.block_chat-twitch .row_contentChat .block_userMessage .user_nick {
  font-size: 14px;
  color: #ff8400;
}

.block_chat-twitch .row_contentChat .block_userMessage img {
  max-width: 40%;
  display: block;
  padding: 10px 0;
}

.block_chat-twitch .row_contentChat .block_userMessage .user_text {
  word-wrap: break-word;
  padding-left: 5%;
}

.block_chat-twitch .block_stream_list {
  position: relative;
  width: 75%;
}

.block_chat-twitch .modal-header_chat img {
  display: none;
}

.block_chat-twitch .modal-header_chat .close_btn {
  font-size: 30px;
  color: white;
}

.block_chat-twitch .title_video {
  background: #0567cc;
  border-top-right-radius: 5px;
  height: 60px;
  display: flex;
}

.block_chat-twitch .title_video .btn_streams_close {
  width: 0;
}

.block_chat-twitch .title_video .btn_streams_close .svg_close {
  visibility: hidden;
  width: 40px;
}

.block_chat-twitch .title_video .title_Text {
  padding: 0;
}

.block_chat-twitch .title_video .video_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.block_chat-twitch .title_video .video_header .big_video_left {
  display: none;
  background: transparent;
  border: 0;
}

.block_chat-twitch .title_video .video_header .big_video_left svg {
  fill: white;
  width: 15px;
  padding-right: 20px;
}

.block_chat-twitch .title_video .video_header .big_video_right {
  background: transparent;
  border: 0;
}

.block_chat-twitch .title_video .video_header .big_video_right svg {
  fill: white;
  width: 15px;
  padding-right: 20px;
}

.block_chat-twitch .title_video .video_header img {
  margin-right: 20px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
}

.block_chat-twitch .title_video .video_header .left_block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.block_chat-twitch .title_video .video_header .left_block svg {
  width: 35px;
}

.block_chat-twitch .title_video .video_header .right_block {
  display: flex;
}

.block_chat-twitch .title_video .video_header .right_block .btn_streams_close {
  display: none;
}

.block_chat-twitch .title_video .video_header .right_block button {
  background: none;
  border: 0;
  width: 40px;
}

.block_chat-twitch .title_video .video_header .right_block .svg_close {
  width: 25px;
}

.block_chat-twitch .title_video .video_header .right_block svg {
  width: 35px;
  margin-right: 10px;
}

.block_chat-twitch .video_twitch {
  padding: 40px 0;
  background: black;
  justify-content: center;
  align-items: center;
  height: calc(100% - 60px);
  min-height: 400px;
}

.block_chat-twitch .pl-controls-bottom pl-flex qa-controls-bottom {
  display: none;
}

.block_chat-twitch.theatre-on {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  right: 0;
  border: darkblue;
  bottom: 0;
  overflow: hidden;
  z-index: 9555;
}

.block_chat-twitch.theatre-on .block_stream_list {
  width: 100%;
}

.player-streaminfo {
  background: red;
}

.messanger::-webkit-scrollbar {
  width: 10px;
}

.messanger::-webkit-scrollbar-thumb {
  background-color: #e2e5e9;
  opacity: 0.8;
  border-radius: 4px;
  height: 227px;
}

.component_question::-webkit-scrollbar {
  width: 10px;
}

.component_question::-webkit-scrollbar-thumb {
  background-color: #e2e5e9;
  opacity: 0.8;
  border-radius: 4px;
  height: 227px;
}

.main_row {
  height: 100%;
}

.active_big_video .block_chat {
  display: none;
  width: 0;
}

.active_big_video .block_stream_list {
  width: 100%;
}

.wrapper {
  padding-bottom: 40px;
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.main_container {
  display: flex;
}

.block_chat {
  padding-bottom: 20px;
  width: 100%;
  background: white;
  height: 100%;
}

.title_text_modal {
  padding: 0;
  font-size: 16px;
  color: white;
  margin: 0;
}

.title_text {
  font-size: 16px;
  color: white;
  margin: 0;
  margin: 0 0 0 20px;
}

.text_support {
  font-size: 18px;
  margin: 0;
}

.container_titleChat {
  background: #0567cc;
  height: 60px;
  border: 0;
  display: flex;
  align-items: center;
  border-top-left-radius: 5px;
}

.container_titleChat .title_text {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container_titleChat .content_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.container_titleChat .content_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.container_titleChat .content_right button {
  background: none;
  border: 0;
}

.container_titleChat .content_right button svg {
  width: 35px;
}

.messanger {
  position: relative;
  max-height: 65vh !important;
  overflow: auto;
}

.login_block {
  padding: 40px 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

.login_block a {
  font-size: 14px;
}

.login_block a span {
  border-bottom: 1px solid;
  font-weight: bold;
}

.login_block .form-group {
  width: 100%;
}

.login_block .form-group .cke_contents {
  height: 60px !important;
}

.login_block #cke_1_bottom {
  display: none !important;
}

.row_contentChat {
  padding: 30px 10px 0;
  width: 100%;
}

.row_contentChat svg {
  height: 15px;
  width: 15px;
}

.row_contentChat .block_user_akk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  white-space: nowrap;
}

.row_contentChat .block_user_akk .blue_text {
  color: #0567cc;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 5px;
}

.row_contentChat .block_user_akk .user {
  min-width: 160px;
  display: flex;
  align-items: center;
}

.row_contentChat .block_user_akk .user a {
  display: flex;
}

.row_contentChat .block_user_akk .user .number_mess {
  color: black;
  max-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row_contentChat .block_user_akk .user img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: 5px;
}

.row_contentChat .block_user_akk .user .icon_avatar {
  width: 20px;
  height: 20px;
}

.row_contentChat .block_close {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row_contentChat .block_close button {
  display: flex;
  background: none;
  border: none;
}

.row_contentChat .block_date {
  font-size: 14px;
  color: #9ca0b6;
}

.row_contentChat .block_userMessage {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}

.row_contentChat .block_userMessage .user_nick {
  font-size: 14px;
  color: #ff8400;
}

.row_contentChat .block_userMessage img {
  max-width: 40%;
  display: block;
  padding: 10px 0;
}

.row_contentChat .block_userMessage .user_text {
  word-wrap: break-word;
  padding-left: 5%;
}

.block_stream_list {
  position: relative;
  width: 75%;
}

.modal-header_chat img {
  display: none;
}

.modal-header_chat .close_btn {
  font-size: 30px;
  color: white;
}

.title_video {
  background: #0567cc;
  border-top-right-radius: 5px;
  height: 60px;
  display: flex;
}

.title_video .btn_streams_close {
  width: 0;
}

.title_video .btn_streams_close .svg_close {
  visibility: hidden;
  width: 40px;
}

.title_video .title_Text {
  padding: 0;
}

.title_video .video_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.title_video .video_header .big_video_left {
  display: none;
  background: transparent;
  border: 0;
}

.title_video .video_header .big_video_left svg {
  fill: white;
  width: 15px;
  padding-right: 20px;
}

.title_video .video_header .big_video_right {
  background: transparent;
  border: 0;
}

.title_video .video_header .big_video_right svg {
  fill: white;
  width: 15px;
  padding-right: 20px;
}

.title_video .video_header img {
  margin-right: 20px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
}

.title_video .video_header .left_block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.title_video .video_header .left_block svg {
  width: 35px;
}

.title_video .video_header .right_block {
  display: flex;
}

.title_video .video_header .right_block button {
  background: none;
  border: 0;
}

.title_video .video_header .right_block .svg_close {
  width: 25px;
}

.title_video .video_header .right_block svg {
  width: 35px;
  margin-right: 10px;
}

.video_twitch {
  padding: 40px 0;
  background: black;
  justify-content: center;
  align-items: center;
  height: calc(100% - 60px);
  min-height: 400px;
}

.pl-controls-bottom pl-flex qa-controls-bottom {
  display: none;
}

.header {
  background: #0567cc;
  position: relative;
  margin-bottom: 20px;
}

.header .header_container {
  padding: 10px 15px;
}

.header .header_container .header_row {
  min-height: 125px;
}

.header .header_container .header_row .logotype {
  display: flex;
  align-items: center;
}

.header .header_container .header_row .logotype img {
  width: 100%;
}

.header .header_container .header_row .cabinet {
  display: none;
}

.header .header_container .header_row .mode {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header_container .header_row .mode button {
  display: flex;
  background: none;
  border: 0;
}

.header .header_container .header_row .mode button svg {
  width: 35px;
  padding: 0 5px;
}

.header .header_container .header_row .logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .header_container .header_row .logo img,
.header .header_container .header_row .logo svg {
  width: 65%;
}

.header .header_container .header_row .burger_menu {
  display: none;
  border: 0;
  background: transparent;
}

.header .header_container .header_row .main_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.header .header_container .header_row .main_menu .menu_navigation {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.header .header_container .header_row .main_menu .menu_navigation a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.header .header_container .header_row .header_search_user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .header_container .header_row .header_search_user button {
  background: none;
  border: 0;
}

.header .header_container .header_row .header_search_user .button_input {
  display: flex;
  width: 218px;
  transition: 1.5s;
}

.header .header_container .header_row .header_search_user .active_button_input {
  width: 170px;
  width: 100%;
}

.header .header_container .header_row .header_search_user .active_button_input .search_input {
  margin-left: 5px;
}

.header .header_container .header_row .header_search_user .active_button_input ::-moz-placeholder {
  color: white;
  font-style: italic;
  opacity: 2;
}

.header .header_container .header_row .header_search_user .active_button_input :-ms-input-placeholder {
  color: white;
  font-style: italic;
  opacity: 2;
}

.header .header_container .header_row .header_search_user .active_button_input ::placeholder {
  color: white;
  font-style: italic;
  opacity: 2;
}

.header .header_container .header_row .header_search_user .disactive_input {
  background: white;
}

.header .header_container .header_row .header_search_user .search_input {
  height: 30px;
  background: none;
  border: 0;
  border-bottom: 1.5px solid white;
  padding: 5px;
  margin-left: 24px;
  color: white;
  font-style: italic;
  width: 9.5vw;
}

.header .header_container .header_row .header_search_user ::-moz-placeholder {
  color: transparent;
}

.header .header_container .header_row .header_search_user :-ms-input-placeholder {
  color: transparent;
}

.header .header_container .header_row .header_search_user ::placeholder {
  color: transparent;
}

.header .header_container .header_row .header_search_autorization .button_input {
  margin-right: 160px;
}

.header .header_container .header_row .header_search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .header_container .header_row .header_search button {
  background: none;
  border: 0;
}

.header .header_container .header_row .header_search .button_input {
  display: flex;
  transition: 1.5s;
  width: 20px;
}

.header .header_container .header_row .header_search .button_input button img {
  max-width: 200px;
}

.header .header_container .header_row .header_search .active_button_input {
  width: 100%;
}

.header .header_container .header_row .header_search .active_button_input .search_input {
  margin-left: 5px;
}

.header .header_container .header_row .header_search .active_button_input ::-moz-placeholder {
  color: white;
  font-style: italic;
  opacity: 2;
}

.header .header_container .header_row .header_search .active_button_input :-ms-input-placeholder {
  color: white;
  font-style: italic;
  opacity: 2;
}

.header .header_container .header_row .header_search .active_button_input ::placeholder {
  color: white;
  font-style: italic;
  opacity: 2;
}

.header .header_container .header_row .header_search .disactive_input {
  background: white;
}

.header .header_container .header_row .header_search .search_input {
  height: 30px;
  background: none;
  width: 88%;
  border: 0;
  border-bottom: 1.5px solid white;
  padding: 5px;
  margin-left: 24px;
  color: white;
  font-style: italic;
}

.header .header_container .header_row .header_search ::-moz-placeholder {
  color: transparent;
}

.header .header_container .header_row .header_search :-ms-input-placeholder {
  color: transparent;
}

.header .header_container .header_row .header_search ::placeholder {
  color: transparent;
}

.header .header_container .header_row .autorization {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
}

.header .header_container .header_row .autorization button {
  background: white;
  width: 140px;
  height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  border: 0;
  margin-left: 15px;
  color: #0567cc;
}

.header .header_container .header_row .autorization .registration {
  color: white;
  bottom: -35px;
  background: none;
  position: absolute;
}

.block_tournament .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.block_tournament .block_futureTournament {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block_tournament .block_futureTournament .information_text {
  font-size: 16px;
  color: black;
  padding: 50px 0 0 0;
  margin: 0;
}

.block_tournament .block_futureTournament .button {
  margin: 40px auto;
  padding: 5px;
  width: 100%;
}

.block_replay .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.block_replay .container_btn {
  display: flex;
  justify-content: center;
}

.block_replay .container_btn a {
  display: flex;
  width: 95%;
}

.block_replay .container_btn .button {
  margin: 20px auto 40px;
  padding: 5px;
  width: 100%;
}

.block_replay .title_top {
  margin-bottom: 25px;
}

.block_replay .row_game {
  display: flex;
  padding: 0;
  margin: 5px;
  margin-bottom: 15px;
}

.block_replay .row_game .game_oneSection {
  padding: 0px;
}

.block_replay .row_game .wrapper_game {
  padding: 0;
  display: flex;
  justify-content: center;
}

.block_replay .row_game .name_game {
  color: #0567cc;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0 5px 0;
  max-width: 90px;
  display: block;
}

.block_replay .row_game .name_game p {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0 5px 0;
  max-width: 90px;
}

.block_replay .row_game .content_game {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.block_replay .row_game .content_game img {
  width: 16px;
  height: 15px;
  margin: 5px;
}

.block_replay .row_game .content_game .text_matchap {
  font-size: 12px;
  margin: 0 6.5px;
}

.block_replay .row_game .content_game .text {
  font-size: 12px;
  color: #9ca0b6;
  margin: 0;
}

.button {
  background: #0567cc;
  border: 0;
  border-radius: 5px;
  width: 90%;
  padding: 5px;
  color: white;
  font-size: 16px;
  background-image: linear-gradient(to bottom, #249bf4 0%, #0567cc 100%);
}

.block_lastNews .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.block_lastNews .block_futureTournament {
  padding: 25px 15px 0;
}

.block_lastNews .block_futureTournament .name_tournament {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0 5px 0;
  max-width: 175px;
}

.block_lastNews .block_futureTournament .href_tournament {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #0567cc;
  padding-bottom: 15px;
}

.block_top .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.block_top .title_block_gray {
  justify-content: flex-start;
}

.block_top .block_topUsers {
  padding: 25px;
}

.block_top .block_topUsers .row_container {
  margin: 7px 0 0;
}

.block_top .block_topUsers .content_code {
  display: flex;
  align-items: center;
  padding: 0;
}

.block_top .block_topUsers .content_code p {
  font-size: 14px;
  margin: 0;
  padding-left: 10px;
}

.block_top .block_topUsers .content_img {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.block_top .block_topUsers .content_img img,
.block_top .block_topUsers .content_img svg {
  margin-right: 5px;
  max-width: 22px;
  max-height: 22px;
  border-radius: 50%;
}

.block_top .block_topUsers .content_login {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}

.block_top .block_topUsers .content_login p {
  color: #0567cc;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 45px;
  margin: 0;
}

.forum_acticle .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.forum_acticle .title_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0567cc;
  height: 60px;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 20px;
}

.forum_acticle .title_block svg {
  width: 25px;
  margin-right: 15px;
  fill: white;
}

.forum_acticle .title_block .title_text {
  font-size: 16px;
  color: white;
  margin: 0;
}

.forum_acticle .title_block .left_section {
  display: flex;
}

.forum_acticle .title_block .left_section button {
  background: none;
  border: 0;
  display: flex;
  align-items: center;
}

.forum_acticle .title_block .right_section a {
  color: white;
}

.forum_acticle .title_block .right_section button {
  background: none;
  border: 0;
  color: white;
  display: flex;
  align-items: center;
}

.forum_acticle .title_block .right_section button svg {
  width: 30px;
}

.forum_acticle .title_block .right_section button span {
  padding-right: 5px;
}

.forum_acticle .title_block .right_section .lable_select {
  margin-bottom: 0;
}

.forum_acticle .title_block .right_section .lable_select select {
  height: 20px;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-appearance: none;
  background-image: url(/images/arrow-down-sign-to-navigate.png);
  background-repeat: no-repeat;
  background-position: center right 0px;
}

.forum_acticle .title_block .right_section_autorization a {
  display: flex;
  align-items: center;
}

.forum_acticle .title_block .right_section_autorization svg {
  width: 22px;
}

.forum_acticle .title_block .right_section_autorization button {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
}

.forum_acticle .title_block .right_section_autorization p {
  font-size: 16px;
  color: white;
  margin-bottom: 0;
}

.forum_acticle .content_article {
  width: 100%;
  border: 0;
  padding: 10px 20px 0;
  align-items: baseline;
  background: white;
}

.forum_acticle .content_article .block_nameArticle {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.forum_acticle .content_article .block_nameArticle .right {
  display: flex;
  align-items: center;
  align-items: baseline;
}

.forum_acticle .content_article .block_nameArticle .right svg {
  width: 20px;
  fill: #9ca0b6;
}

.forum_acticle .content_article .block_nameArticle .right span {
  font-size: 14px;
  margin-right: 20px;
}

.forum_acticle .content_article .block_nameArticle .name {
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
}

.forum_acticle .content_article .block_nameArticle .date {
  margin-left: auto;
  color: #9ca0b6;
  font-size: 12px;
  white-space: nowrap;
}

.forum_acticle .counter_autorization {
  display: none;
  width: 100%;
  border: 0;
  padding: 10px 20px 0;
  align-items: baseline;
  background: white;
}

.forum_acticle .counter_autorization .block_nameArticle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.forum_acticle .counter_autorization .block_nameArticle .item {
  margin: 5px 0;
  font-size: 14px;
  font-weight: bold;
}

.forum_acticle .counter_autorization .block_nameArticle .text {
  margin-left: 10px;
  color: #0567cc;
  font-size: 14px;
}

.forum_acticle .detailed-news__info {
  background-color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.forum_acticle .detailed-news__info .info__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forum_acticle .detailed-news__info .info__items .block_account img {
  max-width: 30px;
  max-height: 30px;
  border-radius: 20px;
}

.forum_acticle .detailed-news__info .info__items .block_account span {
  color: #0567cc;
  font-size: 14px;
}

.forum_acticle .detailed-news__info .info__items .items__watch,
.forum_acticle .detailed-news__info .info__items .items__comment {
  text-decoration: none;
  transition: 0.3s;
}

.forum_acticle .detailed-news__info .info__items .items__watch svg,
.forum_acticle .detailed-news__info .info__items .items__comment svg {
  width: 15px;
  height: 13px;
  fill: #9ca0b6;
}

.forum_acticle .detailed-news__info .info__items .items__watch span,
.forum_acticle .detailed-news__info .info__items .items__comment span {
  color: #9ca0b6;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 10px;
}

.forum_acticle .detailed-news__info .info__items .items__watch:hover svg,
.forum_acticle .detailed-news__info .info__items .items__comment:hover svg {
  fill: #0567cc;
}

.forum_acticle .detailed-news__info .info__items .items__comment {
  margin-left: 32px;
}

.forum_allSections .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  margin: 0 0 20px;
}

.forum_allSections .title_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0567cc;
  height: 60px;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 20px;
}

.forum_allSections .title_block svg,
.forum_allSections .title_block img {
  width: 40px;
  padding-right: 15px;
  fill: white;
}

.forum_allSections .title_block .title_text {
  font-size: 16px;
  color: white;
  margin: 0;
}

.forum_allSections .title_block .left_section {
  display: flex;
  flex-wrap: wrap;
}

.forum_allSections .title_block .left_section a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.forum_allSections .title_block .right_section {
  display: flex;
  align-items: center;
}

.forum_allSections .title_block .right_section .block_text {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.forum_allSections .title_block .right_section .block_text span {
  color: white;
  font-size: 14px;
  padding-right: 5px;
}

.forum_allSections .title_block .right_section a {
  color: white;
}

.forum_allSections .title_block .right_section a svg {
  width: 30px;
  padding-bottom: 3px;
}

.forum_allSections .content_allArticle {
  display: flex;
  align-items: center;
  padding: 16px 20px;
}

.forum_allSections .content_allArticle p {
  color: #010b4a;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.Page_tournament-content .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.Page_tournament-content .title_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0567cc;
  height: 60px;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px;
}

.Page_tournament-content .title_block .left_content {
  display: flex;
}

.Page_tournament-content .title_block .left_content svg {
  margin-right: 10px;
}

.Page_tournament-content .title_block .right_content {
  display: flex;
  align-items: center;
}

.Page_tournament-content .title_block .right_content svg {
  margin-left: 10px;
}

.Page_tournament-content .title_block .right_content .title_text {
  font-size: 14px;
  color: white;
  margin: 0;
}

.Page_tournament-content .title_block .right_content .lable_select {
  margin-bottom: 0;
}

.Page_tournament-content .title_block .right_content .lable_select select {
  height: 20px;
  background-color: transparent;
  border: 0;
  padding-right: 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-appearance: none;
  background-image: url(/images/arrow-down-sign-to-navigate.png);
  background-repeat: no-repeat;
  background-position: center right 0px;
}

.Page_tournament-content .title_block .right_content .lable_select select option {
  background: #0567cc;
  border: 0;
}

.Page_tournament-content .title_block img,
.Page_tournament-content .title_block svg {
  width: 20px;
  margin-right: 10px;
}

.Page_tournament-content .title_block .title_text {
  font-size: 16px;
  color: white;
  margin: 0;
}

.Page_tournament-content .block_navigationTournament {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0f4f8;
  height: 60px;
  border: 0;
  padding: 20px;
}

.Page_tournament-content .block_navigationTournament a {
  color: #9ca0b6;
  font-size: 16px;
}

.Page_tournament-content .tournament_info {
  padding: 25px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.Page_tournament-content .tournament_info svg {
  fill: #bfc3ce;
  width: 10px;
  margin-right: 10px;
}

.Page_tournament-content .tournament_info .place {
  display: flex;
  align-items: center;
}

.Page_tournament-content .tournament_info .place span {
  font-size: 14px;
  color: #0567cc;
}

.Page_tournament-content .tournament_info .time {
  display: flex;
  align-items: center;
}

.Page_tournament-content .tournament_info .time span {
  font-size: 14px;
}

.Page_tournament-content .tournament_info .status span {
  font-size: 12px;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 5px 30px;
}

.Page_tournament-content .tournament_info .status .upcoming {
  color: #ffda60;
  background-color: #fff4c7;
}

.Page_tournament-content .tournament_info .status .open {
  color: #55bf63;
  background-color: #c3e9c8;
}

.Page_tournament-content .tournament_info .status .finished {
  color: #ccced8;
  background-color: #e5e6ed;
}

.Page_tournament-content .tournament_info .players {
  font-size: 12px;
}

.Page_tournamentDetail-content .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.Page_tournamentDetail-content .title_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0567cc;
  height: 60px;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px;
}

.Page_tournamentDetail-content .title_block .left_content {
  display: flex;
}

.Page_tournamentDetail-content .title_block .left_content svg {
  margin-right: 10px;
  fill: white;
}

.Page_tournamentDetail-content .title_block .right_content {
  display: flex;
  align-items: center;
}

.Page_tournamentDetail-content .title_block .right_content svg {
  margin-left: 10px;
}

.Page_tournamentDetail-content .title_block .right_content .title_text {
  font-size: 14px;
  color: white;
  margin: 0;
}

.Page_tournamentDetail-content .title_block img,
.Page_tournamentDetail-content .title_block svg {
  width: 20px;
  margin-right: 10px;
}

.Page_tournamentDetail-content .title_block .title_text {
  font-size: 16px;
  color: white;
  margin: 0;
  max-width: 460px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Page_tournamentDetail-content .block_replay_content {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
}

.Page_tournamentDetail-content .block_replay_content .check_registration {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.Page_tournamentDetail-content .block_replay_content .check_registration .nick_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Page_tournamentDetail-content .block_replay_content .check_registration .nick_form input {
  width: 90%;
  margin-bottom: 15px;
}

.Page_tournamentDetail-content .block_replay_content .check_registration .nick_text {
  text-align: center;
}

.Page_tournamentDetail-content .block_replay_content .check_registration .title_text {
  font-size: 16px;
  color: black;
  margin: 0;
}

.Page_tournamentDetail-content .block_replay_content .block_left .description_left {
  font-size: 12px;
  color: #9ca0b6;
}

.Page_tournamentDetail-content .block_replay_content .block_left .container_block {
  display: flex;
  justify-content: space-between;
}

.Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-right p {
  font-size: 12px;
  text-align: right;
  color: #9ca0b6;
}

.Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left p {
  font-size: 12px;
}

.Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left .gray {
  font-size: 14px;
  color: #9ca0b6;
  font-weight: 400;
}

.Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left .blue {
  font-size: 14px;
  color: #0567cc;
  font-weight: 400;
}

.Page_tournamentDetail-content .block_replay_content .block_right .container_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.Page_tournamentDetail-content .block_replay_content .block_right .container_block p {
  color: #0567cc;
  font-size: 12px;
  margin: 0;
}

.Page_tournamentDetail-content .block_replay_content .block_right .container_block .left {
  text-decoration: underline;
  color: #0567cc;
}

.Page_tournamentDetail-content .block_replay_content .block_right .container_block .left span {
  color: #0567cc;
}

.Page_tournamentDetail-content .block_replay_content .block_right .container_block .left .btn_modal {
  background: transparent;
  border: 0;
}

.Page_tournamentDetail-content .block_replay_content .block_right .container_block .left p {
  font-size: 14px;
}

.Page_tournamentDetail-content .block_replay_content .block_right .container_block .right p {
  font-size: 14px;
}

.Page_tournamentDetail-content .block_replay_content .block_right .container_block .right svg {
  width: 15px;
  fill: #0567cc;
  margin-left: 10px;
}

.Page_tournamentDetail-content .block_replay_content .block_right .container_block .right .gray {
  color: #9ca0b6;
}

.Page_tournamentDetail-content .block_replay_content .block_right .container_block .right .svg_gray {
  fill: #9ca0b6;
}

.Page_tournamentDetail-content .title_players {
  display: flex;
  align-items: center;
  background: #efefef;
  height: 60px;
  justify-content: space-between;
  padding: 0 20px;
}

.Page_tournamentDetail-content .title_players .title_playersText {
  font-size: 16px;
  color: #9ca0b6;
  margin: 0;
  max-width: 460px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Page_tournamentDetail-content .title_players a {
  font-size: 14px;
  font-weight: 400;
  color: #9ca0b6;
  text-decoration: underline;
}

.Page_tournamentDetail-content .container_players {
  max-height: 220px;
  overflow: auto;
  padding: 20px 0;
}

.Page_tournamentDetail-content .container_players .pl-controls-bottom pl-flex qa-controls-bottom {
  display: none;
}

.Page_tournamentDetail-content .container_players .players_content {
  padding: 10px 45px 5px 20px;
  display: flex;
  justify-content: space-between;
}

.Page_tournamentDetail-content .container_players .players_content .left_block {
  display: flex;
}

.Page_tournamentDetail-content .container_players .players_content .left_block span {
  font-size: 14px;
}

.Page_tournamentDetail-content .container_players .players_content .left_block img {
  margin: 0 10px 0 15px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

.Page_tournamentDetail-content .container_players .players_content .left_block a {
  width: 170px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Page_tournamentDetail-content .container_players .players_content .left_block a .name_player {
  font-size: 14px;
  color: #0567cc;
  font-weight: bold;
}

.Page_tournamentDetail-content .container_players .players_content .center_block img {
  margin: 0 5px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

.Page_tournamentDetail-content .container_players .players_content .right_block svg,
.Page_tournamentDetail-content .container_players .players_content .right_block img {
  width: 20px;
}

.Page_tournamentDetail-content .container_round {
  padding: 20px 20px 10px;
}

.Page_tournamentDetail-content .container_round .winner_round {
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
}

.Page_tournamentDetail-content .container_round .winner_round .left_block {
  display: flex;
  align-items: center;
}

.Page_tournamentDetail-content .container_round .winner_round .left_block span {
  font-size: 14px;
}

.Page_tournamentDetail-content .container_round .winner_round .left_block img {
  margin: 0 10px 0 15px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.Page_tournamentDetail-content .container_round .winner_round .left_block a {
  text-decoration: underline;
}

.Page_tournamentDetail-content .container_round .winner_round .left_block a .name_player {
  font-size: 14px;
  color: #0567cc;
  font-weight: bold;
}

.Page_tournamentDetail-content .container_round .winner_round .center_block {
  display: flex;
  align-items: baseline;
}

.Page_tournamentDetail-content .container_round .winner_round .center_block .one_player {
  width: 110px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Page_tournamentDetail-content .container_round .winner_round .center_block img {
  margin: 0 5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.Page_tournamentDetail-content .container_round .winner_round .center_block .blue_span {
  color: #0567cc;
  margin: 0 25px 0 20px;
}

.Page_tournamentDetail-content .container_round .winner_round .right_block {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Page_tournamentDetail-content .container_round .winner_round .right_block a {
  margin-right: 10px;
  text-decoration: underline;
}

.Page_tournamentDetail-content .container_round .winner_round .right_block svg {
  width: 20px;
}

.Page_tournamentDetail-content .title_text_whiteModal {
  color: white !important;
}

.Page_tournamentDetail-content .modal-body .title_block_white span {
  color: white;
}

.Page_tournamentDetail-content .container_players::-webkit-scrollbar {
  width: 10px;
}

.Page_tournamentDetail-content .container_players::-webkit-scrollbar-thumb {
  background-color: #e2e5e9;
  opacity: 0.8;
  border-radius: 4px;
  height: 25px;
}

.Page_tournamentDetail-content .modal-body .container .left_content title_text {
  color: white !important;
}

.Page_tournamentDetail-content .modal-header {
  align-items: center;
}

.Page_tournamentDetail-content .modal-header .modal-title {
  font-size: 16px !important;
  font-weight: bold;
}

.Page_tournamentDetail-content .modal-header .close span {
  font-size: 35px !important;
}

.Page_gameBest .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.Page_gameBest .title_block {
  justify-content: flex-start;
  align-items: baseline;
}

.Page_gameBest .title_block .left_content {
  display: flex;
}

.Page_gameBest .title_players {
  display: flex;
  align-items: center;
  background: #efefef;
  padding: 15px 20px;
}

.Page_gameBest .title_players .minerals_icons {
  margin-left: 5px;
}

.Page_gameBest .title_players .title_playersText {
  font-size: 16px;
  color: #9ca0b6;
  margin: 0;
}

.Page_gameBest .title_players a {
  font-size: 12px;
  color: #9ca0b6;
  text-decoration: underline;
}

.Page_gameBest .container_players {
  max-height: 220px;
  overflow: scroll;
  padding: 20px 0;
}

.Page_gameBest .container_players .pl-controls-bottom pl-flex qa-controls-bottom {
  display: none;
}

.Page_gameBest .container_players .players_content {
  padding: 10px 45px 5px 20px;
  display: flex;
  justify-content: space-between;
}

.Page_gameBest .container_players .players_content .left_block {
  display: flex;
}

.Page_gameBest .container_players .players_content .left_block .number {
  width: 40px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Page_gameBest .container_players .players_content .left_block span {
  font-size: 14px;
}

.Page_gameBest .container_players .players_content .left_block img {
  margin: 0 10px 0 15px;
  width: 30px;
  border-radius: 50px;
  height: 30px;
}

.Page_gameBest .container_players .players_content .left_block a {
  width: 140px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Page_gameBest .container_players .players_content .left_block a .name_player {
  font-size: 14px;
  color: #0567cc;
  font-weight: bold;
}

.Page_gameBest .container_players .players_content .center_block img {
  margin: 0 5px;
  width: 20px;
  border-radius: 50px;
  height: 20px;
}

.Page_gameBest .container_players .players_content .right_block svg {
  width: 20px;
}

.Page_gameBest .container_players .players_content .right_block span {
  font-size: 14px;
  margin: 0;
}

.Page_gameBest .container_players::-webkit-scrollbar {
  width: 10px;
}

.Page_gameBest .container_players::-webkit-scrollbar-thumb {
  background-color: #e2e5e9;
  opacity: 0.8;
  border-radius: 4px;
  height: 25px;
}

.user_profile .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
  margin-bottom: 70px;
}

.user_profile .title_top_userProfile {
  background: #efefef;
  height: 60px;
  padding: 20px;
}

.user_profile .title_top_userProfile .title_Text {
  font-size: 16px;
  color: #9ca0b6;
  margin: 0;
  font-weight: 600;
  padding: 0 !important;
}

.user_profile .title_top_userProfile .more {
  background: none;
  border: 0;
}

.user_profile .title_top_userProfile .more p {
  font-size: 40px;
  color: #9ca0b6;
}

.user_profile .userInfo_block {
  padding: 30px 20px;
}

.user_profile .userInfo_block .button {
  margin: 35px auto 0;
  padding: 10px;
  width: 30%;
}

.user_profile .userInfo_block img {
  width: 100%;
}

.user_profile .userInfo_block .icon_img {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}

.user_profile .userInfo_block .icon_img svg {
  width: 30px;
  color: #9ca0b6;
}

.user_profile .userInfo_block .container_information .userText_block {
  margin-bottom: 15px;
}

.user_profile .userInfo_block .container_information .userText_block .title {
  font-size: 18px;
  padding-right: 40px;
  font-weight: 600;
}

.user_profile .userInfo_block .container_information .userText_block .date {
  font-size: 12px;
  color: #9ca0b6;
  font-weight: lighter;
}

.user_profile .userInfo_block .container_information .information_block {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.user_profile .userInfo_block .container_information .information_block .left_block {
  width: 50%;
}

.user_profile .userInfo_block .container_information .information_block .left_block span {
  font-size: 12px;
  color: #9ca0b6;
  font-weight: lighter;
}

.user_profile .userInfo_block .container_information .information_block .right_block {
  width: 50%;
}

.user_profile .userInfo_block .container_information .information_block .right_block span {
  font-size: 14px;
}

.user_profile .userInfo_block .container_information .information_block .right_block .blue {
  color: #0567cc;
  font-weight: 600;
}

.user_profile .block_userInformation .container_left {
  padding-right: 0;
}

.user_profile .block_userInformation .container_left p,
.user_profile .block_userInformation .container_left span {
  padding: 10px;
}

.user_profile .block_userInformation .container_right {
  padding-left: 0;
  border-left: 2px solid #efefef;
}

.user_profile .block_userInformation .container_right .wrapper_information,
.user_profile .block_userInformation .container_right .wrapper_contacts {
  padding: 20px 20px 10px;
}

.user_profile .block_userInformation .container_right .wrapper_information .block_inform,
.user_profile .block_userInformation .container_right .wrapper_information .block_contact,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_inform,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_contact {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  align-items: baseline;
}

.user_profile .block_userInformation .container_right .wrapper_information .block_inform .left_block span,
.user_profile .block_userInformation .container_right .wrapper_information .block_contact .left_block span,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .left_block span,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .left_block span {
  font-size: 12px;
  color: #9ca0b6;
  font-weight: lighter;
}

.user_profile .block_userInformation .container_right .wrapper_information .block_inform .right_block,
.user_profile .block_userInformation .container_right .wrapper_information .block_contact .right_block,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .right_block,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .right_block {
  display: flex;
}

.user_profile .block_userInformation .container_right .wrapper_information .block_inform .right_block span,
.user_profile .block_userInformation .container_right .wrapper_information .block_contact .right_block span,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .right_block span,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .right_block span {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0 5px 0;
  max-width: 140px;
  display: inline-block;
  margin: 0;
}

.user_profile .block_userInformation .container_right .wrapper_information .block_inform .right_block .small,
.user_profile .block_userInformation .container_right .wrapper_information .block_contact .right_block .small,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .right_block .small,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .right_block .small {
  font-size: 12px;
  color: #0567cc;
}

.user_profile .block_userInformation .container_right .wrapper_information .block_inform .right_block .blue,
.user_profile .block_userInformation .container_right .wrapper_information .block_contact .right_block .blue,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .right_block .blue,
.user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .right_block .blue {
  color: #0567cc;
  font-weight: 600;
  display: flex;
}

.user_profile .block_userInformation .container_right .block_armor {
  padding: 20px 20px 10px;
}

.user_profile .block_userInformation .container_right .block_armor .armor_info {
  padding-bottom: 10px;
}

.user_profile .block_userInformation .container_right .block_armor span {
  font-size: 14px;
}

.user_profile .block_userInformation .container_right .block_armor svg {
  fill: #0567cc;
  width: 17px;
  margin-right: 10px;
}

.user_profile .block_userInformation .friends_block {
  display: flex;
  flex-direction: column;
  padding: 25px;
  padding-bottom: 0;
  height: 179px;
  overflow: auto;
}

.user_profile .block_userInformation .friends_block .friends {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.user_profile .block_userInformation .friends_block .friends .left_block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user_profile .block_userInformation .friends_block .friends .left_block .name_player {
  font-size: 12px;
  margin-left: 10px;
  font-weight: 600;
  max-width: 100px;
  display: inline-block;
}

.user_profile .block_userInformation .friends_block .friends .left_block img {
  width: 18px;
  height: 18px;
  border-radius: 50px;
}

.user_profile .block_userInformation .friends_block .friends .right_block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
}

.user_profile .block_userInformation .friends_block .friends .right_block img {
  width: 18px;
  height: 18px;
  border-radius: 50px;
}

.user_profile .friends_block::-webkit-scrollbar {
  width: 7px;
}

.user_profile .friends_block::-webkit-scrollbar-thumb {
  background-color: #e2e5e9;
  opacity: 0.8;
  border-radius: 4px;
  height: 25px;
}

.user_bar {
  position: absolute;
  bottom: -46px;
  right: 16px;
  max-width: 130px;
}

.user_bar .user_panel {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0;
}

.user_bar .user_panel svg {
  width: 30px;
  color: white;
}

.user_bar .user_panel .user-nickname {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
  color: white;
}

.user_bar .user_panel .user-avatar {
  width: 37px;
  height: 37px;
  background: #dadada;
  color: #4890af !important;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4890af;
  margin-right: 10px;
}

.user_bar .user_panel .user-avatar img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
}

.user_bar .panel {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #fff;
  border-radius: 3px;
  width: 170px;
  z-index: 2;
  right: 0;
  bottom: 5px;
  border: 0.5px solid #e5e6eb;
  padding: 5px 15px;
}

.user_bar .panel .block_svg {
  display: flex;
  justify-content: space-between;
}

.user_bar .panel svg {
  width: 22px;
  fill: #9ca0b6;
  margin: 2px;
  margin-right: 15px;
}

.user_bar .panel :hover {
  fill: blue;
}

.user_bar .logged_links {
  position: absolute;
  background: white;
  width: 170px;
  z-index: 999;
}

.user_bar .logged_links ul {
  position: absolute;
  height: 0;
  overflow: hidden;
}

.user_bar .logged_links ul li {
  list-style-type: none;
}

.user_bar .logged_links a {
  display: flex;
  padding: 6px 15px;
  align-items: center;
  color: #4d4d4d;
  font-size: 14px;
  justify-content: left;
}

.user_bar .active {
  height: 220px;
  border-left: 2px solid #efefef;
  border-right: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
}

.user_bar .active ul {
  height: 490px;
}

.user_friends .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.user_friends .row_title {
  padding: 15px 0;
  border-bottom: 1px solid #9ca0b6;
  margin: 0;
}

.user_friends .row_title span {
  font-size: 14px;
  color: #9ca0b6;
}

.user_friends .row_title .user_block {
  display: flex;
  justify-content: space-between;
}

.user_friends .row_title .user_block span {
  font-size: 14px;
}

.user_friends .wrapper_table {
  max-height: 320px;
  overflow: auto;
}

.user_friends .wrapper_table .row_users {
  padding: 10px 0;
  border-bottom: 1px solid #9ca0b6;
  margin: 0;
  display: flex;
  align-items: center;
}

.user_friends .wrapper_table .row_users span {
  font-size: 14px;
  color: #9ca0b6;
}

.user_friends .wrapper_table .row_users .block_action {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.user_friends .wrapper_table .row_users .block_action svg {
  width: 20px;
  fill: #0567cc;
}

.user_friends .wrapper_table .row_users .user_block {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.user_friends .wrapper_table .row_users .user_block .name_user {
  color: #0567cc;
  font-size: 14px;
  font-weight: 600;
  max-width: 98px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user_friends .wrapper_table .row_users .user_block .user-avatar {
  width: 50px;
  height: 50px;
  background: #dadada;
  color: #4890af !important;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4890af;
}

.user_friends .wrapper_table .row_users .user_block .user-avatar svg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.wrapper_table::-webkit-scrollbar {
  width: 10px;
}

.wrapper_table::-webkit-scrollbar-thumb {
  background-color: #e2e5e9;
  opacity: 0.8;
  border-radius: 4px;
  height: 227px;
}

.streams_list {
  padding: 15px;
  top: 60px;
  width: 255px;
  position: absolute;
  height: 86%;
  overflow: hidden;
  right: -255px;
  transition-duration: 0.3s;
  z-index: 9;
  background: white;
  background: transparent;
  overflow: auto;
}

.streams_list img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: 5px;
}

.streams_list .widget-stream-lists {
  visibility: hidden;
  margin: 5px 0;
}

.streams_list .widget-stream-lists span {
  margin-left: 20px;
}

.open {
  right: 6px;
  transition-duration: 0.3s;
  background: white;
}

.open .widget-stream-lists {
  visibility: visible;
  color: #0567cc;
}

.open .widget-stream-lists button {
  background: transparent;
  border: 0;
  max-width: 200px;
  display: flex;
  align-items: center;
}

.open .widget-stream-lists button img {
  margin-right: 5px;
}

.open .widget-stream-lists span {
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100px;
}

.streams_list::-webkit-scrollbar {
  width: 10px;
}

.streams_list::-webkit-scrollbar-thumb {
  background-color: #e2e5e9;
  opacity: 0.8;
  border-radius: 4px;
  height: 227px;
}

.page_replay .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.page_replay .replay-edit {
  padding-top: 10px;
}

.page_replay .replay-edit svg {
  width: 20px;
  height: 20px;
  fill: #9ca0b6;
}

.page_replay .replay-edit .edit_text {
  font-size: 14px;
}

.page_replay .replay-edit span {
  font-size: 14px;
}

.page_replay .title_block {
  justify-content: space-between;
  align-items: center;
}

.page_replay .title_block .title_text {
  font-size: 1.167vw;
  margin: 0 0 0 1.464vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
}

.page_replay .title_block .title_text p {
  font-size: 1.167vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
}

.page_replay .title_block .left_block {
  display: flex;
}

.page_replay .title_block .right_block {
  display: flex;
  align-items: center;
}

.page_replay .title_block .right_block a {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
  font-size: 12px;
  color: white;
  margin-left: 10px;
}

.page_replay .title_block .right_block span {
  font-size: 12px;
  color: white;
  margin-left: 5px;
}

.page_replay .title_block .right_block .icon_bars {
  margin-left: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.page_replay .title_block .right_block .block_minerals_icons .title__text {
  margin-left: 12px;
  margin-right: 6px;
  margin-bottom: 0;
  color: white;
  font-size: 14px;
}

.page_replay .title_block .right_block .block_minerals_icons .text_special {
  margin-right: 0;
}

.page_replay .title_block_gray {
  padding: 15px;
}

.page_replay .title_block_gray span {
  font-size: 16px;
}

.page_replay .title_block_gray .title_top {
  padding: 0;
  height: auto;
  max-width: 60%;
  color: #9ca0b6;
}

.page_replay .title_block_gray .title_top div {
  font-size: 14px;
}

.page_replay .title_block_gray svg {
  width: 15px;
  fill: #9ca0b6;
}

.page_replay .title_block_gray .right_block a {
  text-decoration: none;
  color: #9ca0b6;
}

.page_replay .title_block_gray .right_block .comment_count {
  margin-right: 10px;
}

.page_replay .replay-content {
  padding-bottom: 15px;
  padding-top: 20px;
  display: flex;
}

.page_replay .replay-content .content_left {
  display: flex;
}

.page_replay .replay-content .content_left .left_block {
  width: 50%;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  padding: 5px 10px;
}

.page_replay .replay-content .content_left .right_block {
  display: flex;
  align-items: center;
  width: 50%;
  border-bottom: 1px solid grey;
  padding: 5px 10px;
  display: flex;
}

.page_replay .replay-content .content_left .right_block img {
  width: 15px;
  height: 15px;
  border-radius: 50px;
}

.page_replay .replay-content .content_right a {
  text-decoration: none;
}

.page_replay .replay-content .content_right .positive-vote:hover svg {
  fill: #0567cc;
}

.page_replay .replay-content .content_right .negative-vote:hover svg {
  fill: #0567cc;
}

.page_replay .replay-content .content_right .title {
  font-size: 16px;
  color: #9ca0b6;
  font-weight: 400;
  text-align: center;
}

.page_replay .replay-content .content_right img {
  width: 100%;
  margin: 20px 0 36px;
}

.page_replay .replay-content .content_right .replay-rating {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.page_replay .replay-content .content_right .replay-rating svg {
  width: 15px;
  fill: #9ca0b6;
}

.page_replay .replay-content .content_right .replay-rating span {
  font-size: 12px;
  color: #9ca0b6;
}

.page_replay .replay-content .content_right .replay-download {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.page_replay .replay-content .content_right .replay-download svg {
  width: 15px;
  fill: #9ca0b6;
}

.page_replay .replay-content .content_right .replay-download a {
  text-decoration: none;
}

.page_replay .replay-content .content_right .replay-download a span {
  font-size: 14px;
  color: #0567cc;
}

.page_replay .replay-content .content_right .replay-download a .download {
  font-weight: 400;
  margin-left: 10px;
}

.popup_chat .title_block .btn_close {
  font-size: 25px;
  color: #9ca0b6;
}

.popup_chat .popup_contant {
  max-height: 70vh !important;
  min-height: 70vh !important;
  overflow: hidden;
  padding: 0;
}

.popup_chat .modal-content {
  border: 0;
}

.popup_chat .modal-content .row_contentChat {
  padding: 15px 10px 0;
}

.popup_contant::-webkit-scrollbar {
  width: 10px;
}

.popup_contant::-webkit-scrollbar-thumb {
  background-color: #e2e5e9;
  opacity: 0.8;
  border-radius: 4px;
  height: 227px;
}

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

.modal_tournament .title_block_gray {
  padding: 10px;
}

.modal_tournament .title_block .title_text {
  font-size: 14px;
}

.modal_tournament .modal_width {
  min-width: 70%;
}

.modal_tournament .small_block .content {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-top: 10px;
}

.modal_tournament .small_block .content span {
  color: black;
}

.modal_tournament .small_block .left_content span {
  font-size: 14px;
}

.modal_tournament .small_block .left_content svg {
  width: 20px;
  fill: white;
}

.modal_tournament .big_block .container_map img {
  width: 100%;
  height: 150px;
}

.banner {
  padding: 0 0 20px;
}

.banner .wrapper {
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.banner .block_content {
  margin-bottom: 5px;
  padding: 0 20px;
}

.banner .block_content img {
  width: 100%;
}

.mob_menu {
  display: none;
}

.mob_menu .nav-wrapper {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 99;
  padding: 20px;
  background: #0567cc;
  justify-content: space-between;
}

.mob_menu .nav-wrapper .bottom_menu {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.mob_menu .nav-wrapper .bottom_menu button {
  background: transparent;
  border: 0;
  color: white;
}

.mob_menu .nav-wrapper .main_punkt ul {
  list-style: none;
}

.mob_menu .nav-wrapper .main_punkt ul li {
  margin-top: 15px;
}

.mob_menu .nav-wrapper .main_punkt ul li a {
  color: white;
}

.mob_menu .mob_menu_active {
  display: block !important;
}

.mob_menu body {
  font-family: sans-serif;
}

.mob_menu .btn-round {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #0567cc;
  border: 1px solid white;
}

.mob_menu .btn-square {
  width: 50px;
  height: 50px;
  background-color: blue;
}

.mob_menu .close {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 11px;
  left: -11px;
  overflow: hidden;
}

.mob_menu .close::before,
.mob_menu .close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}

.mob_menu .close::before {
  transform: rotate(0deg);
}

.mob_menu .close::after {
  transform: rotate(90deg);
}

.mob_menu .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes plusButton {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -135deg);
  }

  to {
    transform-origin: center;
    transform: none;
    background-color: #0567cc;
  }
}

@keyframes plusButton {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 135deg);
  }

  to {
    transform-origin: center;
    transform: none;
    background-color: #0567cc;
  }
}

.mob_menu .plusButton {
  -webkit-animation-name: plusButton;
  animation-name: plusButton;
}

@-webkit-keyframes closeButton {
  from {
    transform-origin: center;
    transform: none;
    background-color: #0567cc;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 135deg);
  }
}

@keyframes closeButton {
  from {
    transform-origin: center;
    transform: none;
    background-color: #0567cc;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 135deg);
  }
}

.mob_menu .closeButton {
  -webkit-animation-name: closeButton;
  animation-name: closeButton;
}

@-webkit-keyframes circleShape {
  from {
    transform-origin: center;
    background-color: #0567cc;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 135deg);
    border-radius: 50px;
  }
}

@keyframes circleShape {
  from {
    transform-origin: center;
    background-color: #0567cc;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 135deg);
    border-radius: 50px;
  }
}

.mob_menu .circleShape {
  -webkit-animation-name: circleShape;
  animation-name: circleShape;
}

@-webkit-keyframes squareShape {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 135deg);
    border-radius: 50px;
  }

  to {
    transform-origin: center;
    background-color: #0567cc;
    border-radius: 0px;
  }
}

@keyframes squareShape {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 135deg);
    border-radius: 50px;
  }

  to {
    transform-origin: center;
    background-color: #0567cc;
    border-radius: 0px;
  }
}

.mob_menu .squareShape {
  -webkit-animation-name: squareShape;
  animation-name: squareShape;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  width: 58px;
  height: 58px;
  box-shadow: 0 0 10px rgba(0, 2, 76, 0.13);
}

#return-to-top svg {
  width: 20px;
  height: 20px;
  fill: #0567cc;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.replay_video {
  width: 100%;
  height: auto;
  margin: 20px 0;
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13);
}

.item_spoiler .spoiler {
  display: block;
}

.hidden_spoiler .spoiler {
  display: none;
}

.bbSpoiler {
  border: #d0d0d0 1px solid;
  padding: 4px;
  margin: 1em 0 0 0.75em;
  -moz-border-radius: 8px;
}

.bbSpoilerTitle a button {
  color: #666666;
  font-weight: bold;
}

.spoiler {
  border: #d0d0d0 1px solid;
  padding: 5px;
  margin-top: 0.5em;
  -moz-border-radius: 4px;
}

.error-notice {
  margin: 5px;
  /* Make sure to keep some distance from all sides */
}

.error_message {
  padding-left: 4px;
}

.oaerror {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 5px 1px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-animation-name: errorshow;
          animation-name: errorshow;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes errorshow {
  from {
    top: -50px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes errorshow {
  from {
    top: -50px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.danger {
  border-left-color: #d9534f;
  /* Left side border color */
}

.danger strong {
  color: #d9534f;
}

.warning {
  border-left-color: #f0ad4e;
  background-color: rgba(240, 173, 78, 0.1);
}

.warning strong {
  color: #f0ad4e;
}

.info {
  border-left-color: #5bc0de;
  background-color: rgba(91, 192, 222, 0.1);
}

.info strong {
  color: #5bc0de;
}

.success {
  border-left-color: #2b542c;
  background-color: rgba(43, 84, 44, 0.1);
}

.success strong {
  color: #2b542c;
}

.button {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 15px;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.2s;
}

.button:focus,
.button:active:focus {
  outline: none;
}

.button:hover,
.button:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.button:active {
  background-image: none;
  outline: 0;
}

.button__download-more {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #249bf4 0%, #0567cc 100%);
}

.button__download-more:focus {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #249bf4 0%, #0567cc 100%);
}

.button__download-more:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #249bf4 0%, #0567cc 100%);
}

.title_block {
  display: flex;
  align-items: center;
  background: #0567cc;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px;
}

.title_block img,
.title_block svg {
  width: 20px;
  fill: #ffffff;
}

.title_block .title_text {
  font-size: 16px;
  color: white;
  margin: 0 0 0 20px;
}

.title_block .title_text P {
  margin: 0;
}

.title_block_gray {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #efefef;
  padding: 20px;
}

.title_block_gray .title_text {
  font-size: 16px;
  color: #9ca0b6;
  margin: 0;
}

.title_block_gray .more {
  background: none;
  border: 0;
}

.title_block_gray .more p {
  font-size: 40px;
  color: #9ca0b6;
}

.title_block_gray p {
  margin: 0;
}

.nightMode {
  background: #01093b;
  color: white;
}

.nightMode .night_select2 {
  background-color: #0567cc !important;
  color: white !important;
}

.nightMode .night_select2::-moz-placeholder {
  color: white !important;
}

.nightMode .night_select2:-ms-input-placeholder {
  color: white !important;
}

.nightMode .night_select2::placeholder {
  color: white !important;
}

.nightMode .litle_button {
  margin: 0;
}

.nightMode .litle_button .button__download-more {
  border-radius: 5px;
  background: #01093b !important;
  display: flex;
  align-items: center;
}

.nightMode .night_text {
  color: white !important;
}

.nightMode .night_text p,
.nightMode .night_text span,
.nightMode .night_text a {
  color: white !important;
}

.nightMode .night_svg {
  color: white !important;
}

.nightMode .night_footer {
  background-color: #000524;
}

.nightMode .breadcrumb-item.active {
  color: white;
}

.nightMode .border_shadow {
  box-shadow: 0 7px 35px rgba(0, 0, 12, 0.56) !important;
  background-color: #01093b !important;
}

.nightMode .change_gray {
  background-color: #0567cc !important;
  opacity: 0.5;
  color: white;
}

.nightMode .change_gray p {
  color: white !important;
}

.nightMode .darck_gray_color {
  background: #18181b !important;
}

.nightMode .night_modal {
  background: #01093b !important;
}

.nightMode .night_input,
.nightMode .select2-selection__rendered,
.nightMode .select2-selection {
  background-color: #0567cc !important;
  opacity: 0.5;
  color: white !important;
}

.nightMode .night_input::-moz-placeholder, .nightMode .select2-selection__rendered::-moz-placeholder, .nightMode .select2-selection::-moz-placeholder {
  color: white !important;
}

.nightMode .night_input:-ms-input-placeholder, .nightMode .select2-selection__rendered:-ms-input-placeholder, .nightMode .select2-selection:-ms-input-placeholder {
  color: white !important;
}

.nightMode .night_input::placeholder,
.nightMode .select2-selection__rendered::placeholder,
.nightMode .select2-selection::placeholder {
  color: white !important;
}

.nightMode .cke_top,
.nightMode .cke_bottom {
  background: #0567cc !important;
}

.nightMode .cke_combo_text {
  color: white !important;
}

.nightMode .cke_chrome {
  border: 0 !important;
}

.nightMode .night_modal_special {
  border: 1px solid #9ca0b6;
  background: #0567cc;
  border-radius: 0.25rem;
}

.nightMode ::after {
  color: white !important;
}

.nightMode .comments .comments__content blockquote a {
  background-color: #0567cc !important;
  opacity: 0.5;
  color: white;
}

.nightMode .journalist-broadcast-post {
  background: #01093b !important;
}

.upload-image .fileUpload {
  position: relative;
  overflow: hidden;
}

.upload-image .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.upload-image .btn--browse {
  border: 1px solid #0567cc;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #0567cc;
  margin-bottom: 0;
  padding: 10px 10px;
  color: #fff;
  border-radius: 4px;
  height: calc(1.6em + 0.75rem + 2px);
  align-items: center;
  width: 100%;
}

.upload-image .f-input {
  height: calc(1.6em + 0.75rem + 2px);
  width: 100%;
  float: left;
  padding: 0 14px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.block_minerals_icons {
  display: flex;
  align-items: center;
}

.block_minerals_icons .title__text {
  margin-left: 12px;
  margin-right: 6px;
}

.block_minerals_icons .text_special {
  margin-right: 0;
}

.minerals_icons {
  width: 15px;
}

iframe {
  width: 100%;
}

.pulse-button {
  display: inline-block;
  font-size: 1em;
  padding: 1em 2em;
  margin: 0 auto 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: linear-gradient(to bottom, #249bf4 0%, #0567cc 100%);
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px rgba(91, 158, 227, 0.5);
}

.pulse-button:focus {
  outline: 0;
}

.pulse-button:before,
.pulse-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.pulse-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #0567cc 20%, transparent 20%), radial-gradient(circle, transparent 20%, #0567cc 20%, transparent 30%), radial-gradient(circle, #0567cc 20%, transparent 20%), radial-gradient(circle, #0567cc 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0567cc 15%, transparent 20%), radial-gradient(circle, #0567cc 20%, transparent 20%), radial-gradient(circle, #0567cc 20%, transparent 20%), radial-gradient(circle, #0567cc 20%, transparent 20%), radial-gradient(circle, #0567cc 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.pulse-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #0567cc 20%, transparent 20%), radial-gradient(circle, #0567cc 20%, transparent 20%), radial-gradient(circle, transparent 10%, #0567cc 15%, transparent 20%), radial-gradient(circle, #0567cc 20%, transparent 20%), radial-gradient(circle, #0567cc 20%, transparent 20%), radial-gradient(circle, #0567cc 20%, transparent 20%), radial-gradient(circle, #0567cc 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.pulse-button:active {
  transform: scale(0.9);
  background-color: #045ab3;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

.pulse-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
          animation: topBubbles ease-in-out 0.75s forwards;
}

.pulse-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
          animation: bottomBubbles ease-in-out 0.75s forwards;
}

@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.modal_like-diselike .modal-content h5 {
  color: #9ca0b6;
}

.modal_like-diselike .modal-content .close_modal {
  font-size: 32px;
}

.modal_like-diselike .modal-content .modal_like_text {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #9ca0b6;
}

.modal_like-diselike .modal-content .modal_like_text svg {
  margin-left: 10px;
  width: 16px;
}

.modal_like-diselike .modal-content .replay-rating span {
  font-size: 32px !important;
}

.modal_like-diselike .modal-content .conteiner_btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.modal_like-diselike .modal-content .button__download-more {
  width: 50%;
}

.modal_like-diselike .no_autorization {
  text-align: center;
  color: black !important;
}

.modal_like-diselike .no_autorization .conteiner_btn {
  justify-content: space-between !important;
}

.modal_like-diselike .no_autorization .button__download-more {
  width: 40%;
}

.none_text {
  font-size: 14px;
  padding: 20px;
}

.title_text_elipsis {
  max-width: 460px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-body__text {
  word-wrap: break-word;
}

.btn_center {
  margin: 0 auto;
  display: block;
}

.sceditor-container {
  height: auto !important;
}

.journalist-broadcast {
  border: 0 !important;
  box-shadow: 0 6px 10px rgba(0, 2, 76, 0.13) !important;
}

a.journalist-broadcast-post-info-time {
  color: #007bff !important;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.journalist-broadcast-post-message-text {
  font-size: 16px !important;
  line-height: 24px !important;
}

.nightMode .journalist-broadcast-post-message-text {
  color: white !important;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.05em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  font-style: italic;
}

@media (max-width: 3840px) {
  #pulse-button-top,
  #pulse-button-info {
    display: none;
  }
}

@media (max-width: 1366px) {
  .header .header_container .header_row .main_menu .menu_navigation a {
    font-size: 0.8vw;
  }

  .title_block {
    padding: 1.464vw;
  }

  .title_block img,
  .title_block svg {
    width: 1.464vw;
  }

  .title_block .title_text {
    font-size: 1.167vw;
    margin: 0 0 0 1.464vw;
  }

  .fileUpload span {
    font-size: 1.2vw;
  }

  .title_top {
    height: 4.392vw;
    padding: 1.464vw;
  }

  .title_top .title_Text {
    font-size: 1.171vw;
  }

  .title_top .more p {
    font-size: 2.928vw;
  }

  .button {
    font-size: 0.778vw;
    padding-top: 0.952vw;
    padding-bottom: 1.098vw;
  }

  .breadcrumb {
    padding-top: 1.903vw;
    padding-bottom: 1.83vw;
  }

  .breadcrumb .breadcrumb-item {
    font-size: 1.318vw;
    line-height: 1.391vw;
  }

  .breadcrumb .breadcrumb-item.active {
    font-size: 1.318vw;
    line-height: 1.391vw;
  }

  .footer {
    padding-top: 4.392vw;
    padding-bottom: 4.392vw;
  }

  .footer .footer__logo .logo__text {
    font-size: 0.878vw;
    margin-top: 1.391vw;
  }

  .footer .footer__link .link-list__item {
    font-size: 0.878vw;
    line-height: 1.2vw;
  }

  .footer .footer__info .footer__title {
    font-size: 0.878vw;
    margin-bottom: 0.878vw;
  }

  .footer .footer__info .footer__text {
    font-size: 0.878vw;
  }

  .footer .footer__info .footer__mail {
    font-size: 1.025vw;
    line-height: 1.977vw;
  }

  .footer .footer__info .footer__mail svg {
    margin-right: 1.098vw;
    width: 1.171vw;
    height: 0.878vw;
  }

  .footer .footer__our-birthday .footer__title {
    font-size: 0.878vw;
  }

  .footer .footer__our-birthday .our-birthday__nickname {
    font-size: 1.025vw;
    margin-bottom: 1.171vw;
  }

  .footer .footer__useful .footer__title {
    font-size: 0.878vw;
  }

  .footer .footer__useful .useful__link {
    font-size: 0.878vw;
  }

  .footer .produced {
    margin-top: 2.196vw;
  }

  .footer .produced p {
    font-size: 1.025vw;
    line-height: 1.757vw;
  }

  .footer .produced a {
    font-size: 1.025vw;
    line-height: 1.757vw;
    margin-left: 0.366vw;
  }

  .footer__copyright .copyright__text {
    font-size: 0.878vw;
    line-height: 2.343vw;
  }

  .pulse-button {
    font-size: 1.171vw;
    padding: 1.025vw 2.05vw;
    margin: 0 auto 1.464vw;
  }

  .block_chat-twitch {
    padding-bottom: 2.928vw;
  }

  .block_chat-twitch .block_chat {
    padding-bottom: 1.464vw;
  }

  .block_chat-twitch .title_Text {
    font-size: 1.171vw;
    padding: 0 0 0 1.464vw;
  }

  .block_chat-twitch .text_support {
    font-size: 1.318vw;
  }

  .block_chat-twitch .container_titleChat {
    height: 4.392vw;
  }

  .block_chat-twitch .container_titleChat .content_right button svg {
    width: 2.562vw;
  }

  .block_chat-twitch .messanger {
    max-height: 34.388vw;
  }

  .block_chat-twitch .login_block {
    padding: 2.928vw 0;
  }

  .block_chat-twitch .login_block a {
    font-size: 1.025vw;
  }

  .block_chat-twitch .row_contentChat {
    padding: 2.196vw 0.732vw 0;
  }

  .block_chat-twitch .row_contentChat svg {
    height: 1.098vw;
    width: 1.098vw;
  }

  .block_chat-twitch .row_contentChat .block_user_akk .blue_text {
    font-size: 1.025vw;
  }

  .block_chat-twitch .row_contentChat .block_user_akk .number_mess {
    font-size: 1vw;
  }

  .block_chat-twitch .row_contentChat .block_user_akk .user {
    min-width: 11.713vw;
  }

  .block_chat-twitch .row_contentChat .block_date {
    font-size: 1.025vw;
  }

  .block_chat-twitch .row_contentChat .block_userMessage {
    padding: 1.464vw 0;
  }

  .block_chat-twitch .row_contentChat .block_userMessage .user_nick {
    font-size: 1.025vw;
  }

  .block_chat-twitch .row_contentChat .block_userMessage img {
    padding: 0.732vw 0;
  }

  .block_chat-twitch .title_video {
    height: 4.392vw;
  }

  .block_chat-twitch .title_video .video_header {
    padding: 0;
  }

  .block_chat-twitch .title_video .video_header img {
    margin-right: 1.464vw;
  }

  .block_chat-twitch .title_video .video_header .left_block svg {
    width: 2.928vw;
  }

  .block_chat-twitch .title_video .video_header .right_block svg {
    width: 2.562vw;
    margin-right: 0.732vw;
  }

  .block_chat-twitch .video_twitch {
    padding: 2.928vw 0;
    height: calc(100% - 4.392vw);
  }

  .messanger::-webkit-scrollbar {
    width: 0.732vw;
  }

  .messanger::-webkit-scrollbar-thumb {
    height: 16.618vw;
  }

  .popup_chat .title_block .btn_close {
    font-size: 1.83vw;
  }

  .popup_chat .modal-content .row_contentChat {
    padding: 1.098vw 0.732vw 0;
  }

  .popup_contant::-webkit-scrollbar {
    width: 0.732vw;
  }

  .popup_contant::-webkit-scrollbar-thumb {
    height: 16.618vw;
  }

  .streams_list {
    padding: 1.098vw;
    width: 18.668vw;
    right: -18.668vw;
    top: 4.392vw;
    height: 90%;
  }

  .streams_list .widget-stream-lists {
    margin: 0.366vw 0;
  }

  .streams_list .widget-stream-lists span {
    margin-left: 20px;
  }

  .open {
    right: 6px;
  }

  .banner .block_content {
    margin-bottom: 0.366vw;
    padding: 0 1.464vw;
  }

  ::-moz-placeholder {
    font-size: 1.2vw;
  }

  :-ms-input-placeholder {
    font-size: 1.2vw;
  }

  ::placeholder {
    font-size: 1.2vw;
  }

  .block_tournament .block_futureTournament .information_text {
    font-size: 1.171vw;
    padding: 3.66vw 0 0 0;
  }

  .block_tournament .block_futureTournament .button {
    margin: 2.928vw auto;
    padding: 0.366vw;
  }

  .block_replay .title_block_gray {
    padding: 1.464vw;
  }

  .block_replay .container_btn .button {
    margin: 1.464vw auto 2.928vw;
    padding: 0.366vw;
  }

  .block_replay .title_top {
    margin-bottom: 1.83vw;
  }

  .block_replay .row_game {
    margin: 0.732vw;
    margin-bottom: 1.098vw;
  }

  .block_replay .row_game .name_game p {
    font-size: 1.025vw;
  }

  .block_replay .row_game .content_game {
    margin-bottom: 0.366vw;
  }

  .block_replay .row_game .content_game img {
    width: 1.171vw;
    height: 1.098vw;
    margin: 5px;
  }

  .block_replay .row_game .content_game .text_matchap {
    font-size: 0.878vw;
  }

  .block_replay .row_game .content_game .text {
    font-size: 0.878vw;
  }

  .block_lastNews .block_futureTournament {
    padding: 1.83vw 1.098vw 0;
  }

  .block_lastNews .block_futureTournament .href_tournament {
    font-size: 1.025vw;
    padding-bottom: 1.098vw;
  }

  .breaking-news .breaking-news__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.464vw;
  }

  .breaking-news .breaking-news__title .title__icon {
    width: 0.952vw;
    height: 1.537vw;
  }

  .breaking-news .breaking-news__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .breaking-news .breaking-news__news-card {
    padding-left: 1.611vw;
    padding-right: 1.611vw;
    padding-top: 1.83vw;
  }

  .breaking-news .breaking-news__news-card .card-body {
    /*.card-body__comment-form {
        margin-bottom: 3.367vw;
        .comment-form__group {
            .comment {
                .comment__icon {
                    width: 1.464vw;
                    height: 1.171vw;
                    top: 1.098vw;
                    right: 5.857vw;
                }
                .comment__input {
                    height: 3.221vw;
                    padding-left: 1.318vw;
                    padding-right: 125px;
                    &::placeholder {
                        font-size: 0.878vw;
                    }
                }
            }
            .buttons-upload {
                top: 0.778vw;
                right: 3.660vw;

                label {
                    margin-left: 3.660vw;
                }
                i {
                    font-size: 3.660vw;
                }

                .smile-upload {
                    margin-left: 1.171vw;
                    i {
                        font-size: 1.171vw;
                    }
                }
            }
        }
        .comment-form__button {
            svg {
                width: 1.464vw;
                height: 1.318vw;
            }
        }
    }*/
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author {
    margin-bottom: 1.318vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author .author__avatar {
    width: 2.05vw;
    height: 2.05vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author .author__nickname {
    font-size: 1.025vw;
    margin-left: 0.952vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author .author__date {
    font-size: 0.878vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__title {
    font-size: 1.171vw;
    line-height: 1.391vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__text {
    font-size: 1.025vw;
  }

  .breaking-news .breaking-news__news-card .card-body p {
    font-size: 1.025vw;
  }

  .breaking-news .breaking-news__news-card .card-body a {
    font-size: 1.025vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items {
    margin-bottom: 1.318vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__comment svg {
    width: 1.537vw;
    height: 1.537vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__comment span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.732vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__share {
    margin-left: 2.562vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__share svg {
    width: 1.318vw;
    height: 1.464vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__watch svg {
    width: 0.805vw;
    height: 0.805vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__watch span {
    margin-left: 0.732vw;
    font-size: 0.878vw;
    line-height: 1.391vw;
  }

  .block_top .title_block_gray {
    padding: 1.464vw;
  }

  .block_top .block_topUsers {
    padding: 1.83vw;
  }

  .block_top .block_topUsers .content_code p {
    font-size: 1.025vw;
  }

  .block_top .block_topUsers .content_img img,
  .block_top .block_topUsers .content_img svg {
    margin-right: 0.366vw;
  }

  .block_top .block_topUsers .content_login p {
    font-size: 1.025vw;
    max-width: 3.249vw;
  }

  .block_lastNews .block_futureTournament {
    padding: 1.83vw 1.098vw 0;
  }

  .block_lastNews .block_futureTournament .href_tournament {
    font-size: 1.025vw;
    padding-bottom: 1.098vw;
  }

  .breaking-news__numb-pages {
    margin-top: 1.83vw;
    margin-bottom: 0.586vw;
  }

  .breaking-news__numb-pages .numb-pages {
    font-size: 0.878vw;
    line-height: 1.391vw;
  }

  /*Форум*/

  .forum_acticle .title_block {
    height: 4.392vw;
    padding: 0 1.464vw;
  }

  .forum_acticle .title_block svg {
    width: 2.928vw;
    padding-right: 1.098vw;
  }

  .forum_acticle .title_block .title_text {
    font-size: 1.171vw;
  }

  .forum_acticle .title_block .right_section button svg {
    width: 2.196vw;
  }

  .forum_acticle .title_block .right_section button span {
    padding-right: 0.366vw;
  }

  .forum_acticle .title_block .right_section .lable_select select {
    height: 1.464vw;
    font-size: 0.878vw;
  }

  .forum_acticle .title_block .right_section_autorization svg {
    width: 2.928vw;
  }

  .forum_acticle .title_block .right_section_autorization p {
    font-size: 1.171vw;
  }

  .forum_acticle .content_article {
    padding: 0.732vw 1.464vw 0;
  }

  .forum_acticle .content_article .block_nameArticle .name {
    margin: 0.366vw 0;
    font-size: 1.171vw;
  }

  .forum_acticle .content_article .block_nameArticle .date {
    font-size: 0.878vw;
  }

  .forum_acticle .content_article .block_nameArticle .right svg {
    width: 1.464vw;
  }

  .forum_acticle .content_article .block_nameArticle .right span {
    font-size: 1.025vw;
  }

  .forum_acticle .counter_autorization {
    padding: 0.732vw 1.464vw 0;
  }

  .forum_acticle .counter_autorization .block_nameArticle {
    padding-bottom: 0.732vw;
  }

  .forum_acticle .counter_autorization .block_nameArticle .item {
    margin: 0.366vw 0;
    font-size: 1.025vw;
  }

  .forum_acticle .counter_autorization .block_nameArticle .text {
    margin-left: 0.732vw;
    font-size: 1.025vw;
  }

  .forum_acticle .detailed-news__info {
    padding-bottom: 0.732vw;
  }

  .forum_acticle .detailed-news__info .info__items .block_account img {
    max-width: 2.196vw;
    max-height: 2.196vw;
    border-radius: 1.464vw;
    margin-right: 0.732vw;
  }

  .forum_acticle .detailed-news__info .info__items .block_account span {
    font-size: 1.025vw;
  }

  .forum_acticle .detailed-news__info .info__items .items__watch svg,
  .forum_acticle .detailed-news__info .info__items .items__comment svg {
    width: 1.098vw;
    height: 0.952vw;
  }

  .forum_acticle .detailed-news__info .info__items .items__watch span,
  .forum_acticle .detailed-news__info .info__items .items__comment span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.732vw;
  }

  .forum_acticle .detailed-news__info .info__items .items__comment {
    margin-left: 2.343vw;
  }

  .detailed-forum .detailed-forum__title {
    padding: 1.464vw;
  }

  .detailed-forum .detailed-forum__title .small_wrap {
    width: 20%;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__icon {
    width: 3.464vw;
    height: 1.464vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__text {
    font-size: 1.171vw;
    margin-left: 1.464vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__avatar {
    width: 2.05vw;
    height: 2.05vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__nickname {
    max-width: 80px;
    font-size: 1.025vw;
    margin-left: 0.952vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__flag {
    width: 1.464vw;
    height: 1.464vw;
    margin-left: 0.952vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__cube {
    width: 1.171vw;
    height: 1.171vw;
    margin-left: 0.805vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__text {
    font-size: 1.025vw;
    margin-left: 0.878vw;
  }

  .detailed-forum .detailed-forum__info {
    padding-top: 1.318vw;
    padding-bottom: 1.245vw;
    padding-left: 1.537vw;
    padding-right: 1.611vw;
  }

  .detailed-forum .detailed-forum__info .info__items .items__watch svg,
  .detailed-forum .detailed-forum__info .info__items .items__comment svg {
    width: 1.098vw;
    height: 0.952vw;
  }

  .detailed-forum .detailed-forum__info .info__items .items__watch span,
  .detailed-forum .detailed-forum__info .info__items .items__comment span {
    font-size: 0.878vw;
    line-height: 1.318vw;
    margin-left: 0.732vw;
  }

  .detailed-forum .detailed-forum__info .info__items .items__comment {
    margin-left: 2.343vw;
  }

  .detailed-forum .detailed-forum__info .info__items .items__date {
    font-size: 0.878vw;
    line-height: 1.318vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__title {
    font-size: 1.171vw;
    line-height: 1.391vw;
    margin-top: 2.635vw;
    margin-bottom: 1.977vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__text {
    font-size: 1.171vw;
    line-height: 1.757vw;
    margin-bottom: 2.05vw;
    margin-top: 2.05vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items {
    padding-bottom: 1.245vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__quote svg {
    width: 1.464vw;
    height: 1.464vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__like svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__like span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.512vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike {
    margin-left: 1.245vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.512vw;
  }

  .forum-topics .forum-topics__title {
    padding-top: 1.318vw;
    padding-bottom: 1.318vw;
    padding-left: 1.391vw;
  }

  .forum-topics .forum-topics__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .forum-topics .forum-topics__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .header__title {
    font-size: 1.171vw;
    line-height: 2.05vw;
  }

  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .fa-chevron-down,
  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .fa-ellipsis-h {
    font-size: 1.171vw;
  }

  .forum_allSections .wrapper {
    margin: 0 0 1.464vw;
  }

  .forum_allSections .title_block {
    height: 4.392vw;
    padding: 0 1.464vw;
  }

  .forum_allSections .title_block svg,
  .forum_allSections .title_block img {
    width: 2.928vw;
    padding-right: 1.098vw;
  }

  .forum_allSections .title_block .title_text {
    font-size: 1.171vw;
  }

  .forum_allSections .title_block .right_section .block_text {
    padding-left: 0.732vw;
  }

  .forum_allSections .title_block .right_section .block_text span {
    font-size: 1.025vw;
    padding-right: 0.366vw;
  }

  .forum_allSections .title_block .right_section a svg {
    width: 2.196vw;
    padding-bottom: 0.22vw;
  }

  .forum_allSections .content_allArticle {
    padding: 1.171vw 1.464vw;
  }

  .forum_allSections .content_allArticle p {
    font-size: 1.171vw;
  }

  #authorizationModal .modal-body .modal-body__title {
    font-size: 2.3vw;
  }

  #authorizationModal .modal-body .select2-selection__rendered {
    font-size: 1.3vw;
  }

  #registrationModal .modal-body .modal-body__title {
    font-size: 2.3vw;
  }

  #registrationModal .modal-body .select2-selection__rendered {
    font-size: 1.3vw;
  }

  #registrationModal #race {
    font-size: 1.3vw;
  }

  /*РЕПЛЕИ*/

  .replays {
    border-radius: 0.366vw;
    margin-bottom: 2.489vw;
  }

  .replays .replays__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.391vw;
  }

  .replays .replays__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .replays .replays__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .replays .replays__accordion .accordion__topic .topic__header .header__title {
    font-size: 1.171vw;
    line-height: 2.05vw;
  }

  .replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap {
    margin-bottom: 1.83vw;
  }

  .replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap .body__title {
    font-size: 1.025vw;
  }

  .replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap .body__numb {
    font-size: 1.025vw;
  }

  .search .search__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.464vw;
  }

  .search .search__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .search .search__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .search .search__body {
    padding: 1.464vw;
  }

  .search .search__body label {
    margin-bottom: 1.83vw;
    font-size: 0.878vw;
  }

  .search .search__body label input {
    height: 3.221vw;
    border-radius: 0.366vw;
    padding-left: 1.464vw;
  }

  .search .search__body label select {
    height: 3.221vw;
    border-radius: 0.366vw;
    padding-left: 1.464vw;
    margin-top: 0.732vw;
    background-position: center right 1.464vw;
  }

  .search .search__body .body__button-search {
    margin-top: 1.464vw;
    margin-bottom: 1.025vw;
  }

  .gocu-replays .gocu-replays__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.464vw;
  }

  .gocu-replays .gocu-replays__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .gocu-replays .gocu-replays__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .gocu-replays .gocu-replays__title .title__game-period {
    margin-right: 1.464vw;
  }

  .gocu-replays .gocu-replays__title .title__game-period select {
    height: 1.464vw;
    padding-right: 1.025vw;
    font-size: 0.878vw;
  }

  .gocu-replays .gocu-replays__subtitle {
    padding: 1.464vw;
  }

  .gocu-replays .gocu-replays__subtitle .subtitle__name {
    font-size: 1.171vw;
  }

  .gocu-replays .gocu-replays__subtitle .subtitle__date {
    font-size: 0.878vw;
  }

  .gocu-replays .gocu-replays__match {
    padding: 0 1.464vw;
  }

  .gocu-replays .gocu-replays__match .match__author {
    padding: 1.464vw 0;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__nickname {
    font-size: 1.025vw;
    margin-left: 0.952vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__replay-item {
    font-size: 0.878vw;
    line-height: 2.196vw;
    margin-left: 0.878vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__date {
    font-size: 0.878vw;
    line-height: 1.391vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons svg {
    width: 1.537vw;
    height: 1.537vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.732vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__comment svg,
  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download svg {
    width: 1.537vw;
    height: 1.537vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__comment span,
  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.732vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download {
    margin-left: 1.83vw;
  }

  .gocu-replays .gocu-replays__match .match__comment {
    font-size: 1.171vw;
    padding-left: 1.464vw;
    padding-right: 1.464vw;
  }

  .gocu-replays .gocu-replays__match .match__info {
    padding: 1.464vw 0;
  }

  .gocu-replays .gocu-replays__match .match__info .info__country .country-first {
    margin-left: 0.439vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__match-up .match-up__versus {
    margin-left: 0.366vw;
    margin-right: 0.366vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__match-up .match-up__name {
    font-size: 1.025vw;
    line-height: 1.391vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__match-up .name__first {
    margin-left: 1.025vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__maps .maps__name {
    font-size: 1.025vw;
    margin-left: 0.878vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__wins svg {
    width: 1.83vw;
    height: 1.83vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__wins .wins__text {
    margin-left: 0.732vw;
  }

  .gocu-replays .gocu-replays__match .match__info .country__text,
  .gocu-replays .gocu-replays__match .match__info .match-up__text,
  .gocu-replays .gocu-replays__match .match__info .maps__text,
  .gocu-replays .gocu-replays__match .match__info .wins__text {
    font-size: 0.878vw;
    line-height: 2.196vw;
  }

  .gocu-replays__numb-pages {
    margin-top: 1.83vw;
    margin-bottom: 0.586vw;
  }

  .gocu-replays__numb-pages .numb-pages {
    font-size: 0.878vw;
    line-height: 1.391vw;
  }

  /*ДЕТАЛЬНЫЕ НОВОСТИ*/

  .detailed-news .detailed-news__title {
    padding: 1.464vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__text {
    font-size: 1.171vw;
    margin-left: 1.464vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__avatar {
    width: 2.05vw;
    height: 2.05vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__nickname {
    font-size: 1.025vw;
    margin-left: 0.952vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__flag {
    width: 1.464vw;
    height: 1.464vw;
    margin-left: 0.952vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__cube {
    width: 1.171vw;
    height: 1.171vw;
    margin-left: 0.805vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__text {
    font-size: 1.025vw;
    margin-left: 0.878vw;
  }

  .detailed-news .detailed-news__info {
    padding-top: 1.318vw;
    padding-bottom: 1.245vw;
    padding-left: 1.464vw;
    padding-right: 1.464vw;
  }

  .detailed-news .detailed-news__info .info__items .items__watch svg,
  .detailed-news .detailed-news__info .info__items .items__comment svg {
    width: 1.098vw;
    height: 0.952vw;
  }

  .detailed-news .detailed-news__info .info__items .items__watch span,
  .detailed-news .detailed-news__info .info__items .items__comment span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.732vw;
  }

  .detailed-news .detailed-news__info .info__items .items__comment {
    margin-left: 2.343vw;
  }

  .detailed-news .detailed-news__info .info__items .items__date {
    font-size: 0.878vw;
    line-height: 1.464vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__title {
    font-size: 1.171vw;
    line-height: 1.464vw;
    margin-top: 2.635vw;
    margin-bottom: 1.977vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__text {
    font-size: 1.171vw;
    line-height: 1.757vw;
    margin-bottom: 2.05vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items {
    padding-bottom: 1.245vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__quote svg {
    width: 1.464vw;
    height: 1.464vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__like svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__like span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.512vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike {
    margin-left: 1.245vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.512vw;
  }

  .comments .comments__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.464vw;
  }

  .comments .comments__title .title__icon {
    width: 1.537vw;
    height: 1.537vw;
  }

  .comments .comments__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .comments .comments__wrapp .comments__info {
    padding-top: 1.171vw;
    padding-bottom: 1.245vw;
    padding-left: 1.464vw;
    padding-right: 1.464vw;
  }

  .comments .comments__wrapp .comments__info .info__avatar {
    width: 28px;
    height: 28px;
  }

  .comments .comments__wrapp .comments__info .info__nickname {
    font-size: 14px;
    margin-left: 13px;
    max-width: 10vw;
  }

  .comments .comments__wrapp .comments__info .info__flag {
    width: 1.464vw;
    height: 1.464vw;
    margin-left: 13px;
  }

  .comments .comments__wrapp .comments__info .info__cube {
    width: 1.171vw;
    height: 1.171vw;
    margin-left: 11px;
  }

  .comments .comments__wrapp .comments__info .info__text {
    font-size: 14px;
    margin-left: 12px;
  }

  .comments .comments__wrapp .comments__info .info__date {
    font-size: 12px;
    line-height: 19px;
  }

  .comments .comments__wrapp .comments__content .content__title {
    font-size: 1.171vw;
    line-height: 1.757vw;
    padding-left: 1.464vw;
    padding-right: 1.464vw;
    margin-top: 2.196vw;
    margin-bottom: 1.464vw;
  }

  .comments .comments__wrapp .comments__content .content__img {
    margin-bottom: 2.928vw;
    padding-left: 1.464vw;
    padding-right: 1.464vw;
  }

  .comments .comments__wrapp .comments__items {
    padding-bottom: 1.171vw;
    padding-left: 1.464vw;
    padding-right: 1.464vw;
  }

  .comments .comments__wrapp .comments__items .items__wrap .items__quote svg {
    width: 1.464vw;
    height: 1.464vw;
  }

  .comments .comments__wrapp .comments__items .items__share {
    margin-left: 1.537vw;
  }

  .comments .comments__wrapp .comments__items .items__share svg {
    width: 1.318vw;
    height: 1.464vw;
  }

  .comments .comments__wrapp .comments__items .items__like svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  .comments .comments__wrapp .comments__items .items__like span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.512vw;
  }

  .comments .comments__wrapp .comments__items .items__dislike {
    margin-left: 1.245vw;
  }

  .comments .comments__wrapp .comments__items .items__dislike svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  .comments .comments__wrapp .comments__items .items__dislike span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.512vw;
  }

  .add-comment .add-comment__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.464vw;
  }

  .add-comment .add-comment__title .title__icon {
    width: 1.537vw;
    height: 1.537vw;
  }

  .add-comment .add-comment__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .add-comment .add-comment__form {
    padding-top: 1.464vw;
  }

  .add-comment .add-comment__form .form__group .comment .comment__icon {
    width: 1.464vw;
    height: 1.171vw;
    position: absolute;
    top: 1.098vw;
    right: 5.857vw;
  }

  .add-comment .add-comment__form .form__group .comment .comment__input {
    height: 3.221vw;
    padding-left: 1.318vw;
    padding-right: 120px;
  }

  .add-comment .add-comment__form .form__group .comment .comment__input::-moz-placeholder {
    font-size: 0.878vw;
  }

  .add-comment .add-comment__form .form__group .comment .comment__input:-ms-input-placeholder {
    font-size: 0.878vw;
  }

  .add-comment .add-comment__form .form__group .comment .comment__input::placeholder {
    font-size: 0.878vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload {
    position: absolute;
    top: 0.778vw;
    right: 3.66vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload label {
    margin-left: 1.245vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload i {
    font-size: 1.171vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload .smile-upload {
    margin-left: 1.171vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload .smile-upload i {
    font-size: 1.171vw;
  }

  .add-comment .add-comment__form .add-comment__button svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  /*ТУРНИРЫ*/

  .Page_tournamentDetail-content .title_block {
    height: 4.392vw;
    padding: 1.464vw;
  }

  .Page_tournamentDetail-content .title_block .left_content svg {
    margin-right: 0.732vw;
  }

  .Page_tournamentDetail-content .title_block .right_content svg {
    margin-left: 0.732vw;
  }

  .Page_tournamentDetail-content .title_block .right_content .title_text {
    font-size: 1.025vw;
  }

  .Page_tournamentDetail-content .title_block img,
  .Page_tournamentDetail-content .title_block svg {
    width: 1.464vw;
    margin-right: 0.732vw;
  }

  .Page_tournamentDetail-content .title_block .title_text {
    font-size: 1.171vw;
  }

  .Page_tournamentDetail-content .block_replay_content {
    padding: 2.196vw 1.464vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .description_left {
    font-size: 0.878vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-right p {
    font-size: 0.878vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left p {
    font-size: 0.878vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left .gray {
    font-size: 1.025vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left .blue {
    font-size: 1.025vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block {
    margin-top: 1.464vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block span {
    font-size: 1.3vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block p {
    font-size: 0.878vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block .right p {
    font-size: 1.025vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block .right svg {
    width: 1.098vw;
    margin-left: 0.732vw;
  }

  .Page_tournamentDetail-content .title_players {
    padding: 0 1.464vw;
  }

  .Page_tournamentDetail-content .title_players .title_playersText {
    font-size: 1.171vw;
  }

  .Page_tournamentDetail-content .title_players a {
    font-size: 0.878vw;
  }

  .Page_tournamentDetail-content .container_players {
    max-height: 16.105vw;
    padding: 1.464vw 0;
  }

  .Page_tournamentDetail-content .container_players .players_content {
    padding: 0.732vw 3.294vw 0.366vw 1.464vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block span {
    font-size: 1.025vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block img {
    margin: 0 0.732vw 0 1.098vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block a {
    width: 12.445vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block a .name_player {
    font-size: 1.025vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .center_block img {
    margin: 0 0.366vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .right_block svg {
    width: 1.464vw;
  }

  .Page_tournamentDetail-content .container_round {
    padding: 1.464vw 1.464vw 0.732vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round {
    padding-bottom: 0.732vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .left_block span {
    font-size: 1.025vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .left_block img {
    margin: 0 0.732vw 0 1.098vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .left_block a .name_player {
    font-size: 1.025vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .center_block .one_player {
    width: 8.053vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .center_block img {
    margin: 0 0.366vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .center_block .blue_span {
    margin: 0 1.3vw 0 1.464vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .right_block a {
    margin-right: 0.732vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .right_block svg {
    width: 1.464vw;
  }

  .Page_tournamentDetail-content .container_players::-webkit-scrollbar {
    width: 0.732vw;
  }

  .Page_tournamentDetail-content .container_players::-webkit-scrollbar-thumb {
    height: 1.83vw;
  }

  .Page_tournament-content .title_block {
    height: 4.392vw;
    padding: 1.464vw;
  }

  .Page_tournament-content .title_block .left_content svg {
    margin-right: 0.732vw;
  }

  .Page_tournament-content .title_block .right_content svg {
    margin-left: 0.732vw;
  }

  .Page_tournament-content .title_block .right_content .title_text {
    font-size: 1.025vw;
  }

  .Page_tournament-content .title_block .right_content .lable_select select {
    height: 1.464vw;
    padding-right: 1.025vw;
    font-size: 0.878vw;
  }

  .Page_tournament-content .title_block img,
  .Page_tournament-content .title_block svg {
    width: 1.464vw;
    margin-right: 0.732vw;
  }

  .Page_tournament-content .title_block .title_text {
    font-size: 1.171vw;
  }

  .Page_tournament-content .block_navigationTournament {
    height: 4.392vw;
    padding: 1.464vw;
  }

  .Page_tournament-content .block_navigationTournament a {
    font-size: 1.171vw;
  }

  .Page_tournament-content .tournament_info {
    padding: 1.83vw 1.464vw;
  }

  .Page_tournament-content .tournament_info svg {
    width: 0.732vw;
    margin-right: 0.732vw;
  }

  .Page_tournament-content .tournament_info .place span {
    font-size: 1.025vw;
  }

  .Page_tournament-content .tournament_info .time span {
    font-size: 1.025vw;
  }

  .Page_tournament-content .tournament_info .status span {
    font-size: 0.878vw;
    border-radius: 1.098vw;
    padding: 0.366vw 2.196vw;
  }

  .Page_tournament-content .tournament_info .players {
    font-size: 0.878vw;
  }

  /*ЛУЧШИЕ*/

  .Page_gameBest .title_block {
    height: 4.392vw;
    padding: 1.464vw;
  }

  .Page_gameBest .title_block .left_content svg {
    margin-right: 0.732vw;
  }

  .Page_gameBest .title_block .right_content svg {
    margin-left: 0.732vw;
  }

  .Page_gameBest .title_block .right_content .title_text {
    font-size: 1.025vw;
  }

  .Page_gameBest .title_block img,
  .Page_gameBest .title_block svg {
    width: 1.464vw;
    margin-right: 0.732vw;
  }

  .Page_gameBest .title_block .title_text {
    font-size: 1.171vw;
  }

  .Page_gameBest .title_players {
    height: 4.392vw;
    padding: 0 1.464vw;
  }

  .Page_gameBest .title_players .title_playersText {
    font-size: 1.171vw;
  }

  .Page_gameBest .title_players a {
    font-size: 0.878vw;
  }

  .Page_gameBest .container_players {
    max-height: 16.105vw;
    padding: 1.464vw 0;
  }

  .Page_gameBest .container_players .players_content {
    padding: 0.732vw 3.294vw 0.366vw 1.464vw;
  }

  .Page_gameBest .container_players .players_content .left_block .number {
    width: 2.928vw;
    height: 2.05vw;
  }

  .Page_gameBest .container_players .players_content .left_block span {
    font-size: 1.025vw;
  }

  .Page_gameBest .container_players .players_content .left_block img {
    margin: 0 0.732vw 0 1.098vw;
    width: 2.196vw;
    border-radius: 3.66vw;
    height: 2.196vw;
  }

  .Page_gameBest .container_players .players_content .left_block a {
    width: 10.249vw;
  }

  .Page_gameBest .container_players .players_content .left_block a .name_player {
    font-size: 1.025vw;
  }

  .Page_gameBest .container_players .players_content .right_block svg {
    width: 1.464vw;
  }

  .Page_gameBest .container_players .players_content .right_block p {
    font-size: 1.025vw;
    width: 5.124vw;
    height: 2.05vw;
  }

  .Page_gameBest .container_players::-webkit-scrollbar {
    width: 0.732vw;
  }

  .Page_gameBest .container_players::-webkit-scrollbar-thumb {
    height: 1.83vw;
  }

  /*КАБИНЕТ ПОЛЬЗОВАТЕЛЯ*/

  .gallery .gallery__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.391vw;
  }

  .gallery .gallery__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .gallery .gallery__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .gallery .gallery__body {
    padding: 1.83vw;
  }

  .gallery .gallery__body .img-wrapper {
    max-width: 8.785vw;
    padding: 0.366vw;
  }

  .gallery-detail .gallery-detail__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.391vw;
  }

  .gallery-detail .gallery-detail__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .gallery-detail .gallery-detail__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .gallery-detail .gallery-detail__body {
    padding: 1.83vw;
  }

  .gallery-detail .gallery-detail__body .body__items {
    margin-bottom: 0.732vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__title p {
    font-size: 1.171vw;
    line-height: 1.391vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__like svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__like span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.512vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike {
    margin-left: 0.732vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.512vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__reputation-button a {
    width: 10.981vw;
    padding: 0.366vw 0.732vw;
    font-size: 1.171vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__slide-button a {
    height: 2.196vw;
    width: 2.196vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__slide-button a i {
    font-size: 1.318vw;
  }

  .gallery-detail .gallery-detail__body .body__img {
    margin-bottom: 1.098vw;
  }

  .gallery-detail .gallery-detail__body .body__edit-image-form .form-group label {
    font-size: 1.171vw;
  }

  .gallery-detail .gallery-detail__body .body__edit-image-form .form-check {
    margin-bottom: 1.464vw;
  }

  .gallery-detail .gallery-detail__body .body__edit-image-form .form-check label {
    font-size: 1.171vw;
  }

  .user-settings .user-settings__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.391vw;
  }

  .user-settings .user-settings__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .user-settings .user-settings__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .user-settings .user-settings__form {
    padding: 1.83vw;
  }

  .user-settings .user-settings__form .form-group label {
    font-size: 1.171vw;
  }

  .user-settings .user-settings__form .form-check {
    margin-bottom: 1.464vw;
  }

  .user-settings .user-settings__form .form-check .form-check-label {
    font-size: 1.171vw;
  }

  .user-settings .user-settings__form .form-check .form-check-input {
    margin-left: 0.732vw;
  }

  .user-replays {
    margin-bottom: 2.489vw;
  }

  .user-replays .user-replays__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.391vw;
  }

  .user-replays .user-replays__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .user-replays .user-replays__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .user-replays .user-replays__body {
    padding: 1.464vw;
  }

  .user-replays .user-replays__body .body__wrap {
    margin-bottom: 1.83vw;
  }

  .user-replays .user-replays__body .body__wrap .body__title {
    font-size: 1.025vw;
  }

  .user-replays .user-replays__body .body__wrap .body__numb {
    font-size: 1.025vw;
  }

  .user-replays .user-replays__button {
    padding-left: 1.464vw;
    padding-right: 1.464vw;
    padding-bottom: 1.464vw;
  }

  .user-reputation-history .user-reputation-history__title {
    padding: 1.464vw 1.391vw;
  }

  .user-reputation-history .user-reputation-history__title .title__icon {
    width: 1.537vw;
    height: 1.537vw;
  }

  .user-reputation-history .user-reputation-history__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__like svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__like span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.512vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike {
    margin-left: 1.245vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-left: 0.512vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info {
    padding: 1.171vw 1.464vw 1.245vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__nickname {
    font-size: 1.025vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__flag {
    width: 1.464vw;
    height: 1.464vw;
    margin-left: 0.952vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__cube {
    width: 1.171vw;
    height: 1.171vw;
    margin-left: 0.805vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__text {
    font-size: 1.025vw;
    margin-left: 0.878vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__date {
    font-size: 0.878vw;
    line-height: 1.391vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__content {
    padding: 1.171vw 1.464vw 1.245vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__content .content__title {
    font-size: 1.171vw;
    line-height: 1.757vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__content .content__like svg {
    width: 1.464vw;
    height: 1.318vw;
  }

  .gallery-download .gallery-download__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.391vw;
  }

  .gallery-download .gallery-download__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .gallery-download .gallery-download__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .gallery-download .gallery-download__body {
    padding: 1.83vw;
  }

  .gallery-download .gallery-download__body .gallery__form .upload-avatar {
    margin-bottom: 1.464vw;
  }

  .gallery-download .gallery-download__body .gallery__form .upload-avatar .avatar__button-upload {
    margin-left: 0.366vw;
  }

  .gallery-download .gallery-download__body .gallery__form .upload-avatar .avatar__button-upload label {
    padding: 0.366vw 0.732vw;
    font-size: 1.171vw;
  }

  .gallery-download .gallery-download__body .gallery__form .form-group label {
    font-size: 1.171vw;
  }

  .gallery-download .gallery-download__body .gallery__form .form-check {
    margin-bottom: 1.464vw;
  }

  .gallery-download .gallery-download__body .gallery__form .form-check label {
    font-size: 1.171vw;
  }

  .vote .vote__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.391vw;
  }

  .vote .vote__title .title__icon {
    width: 1.537vw;
    height: 1.537vw;
  }

  .vote .vote__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .vote .vote__content .content__header {
    padding-top: 1.171vw;
    padding-bottom: 1.245vw;
    padding-left: 1.464vw;
    padding-right: 1.464vw;
  }

  .vote .vote__content .content__header .header__title {
    font-size: 1.171vw;
  }

  .vote .vote__content .content__body {
    padding-top: 1.171vw;
    padding-bottom: 1.245vw;
    padding-left: 1.464vw;
    padding-right: 1.464vw;
  }

  .vote .vote__content .content__body .vote-form .form-check {
    margin-bottom: 1.098vw;
  }

  .vote .vote__content .content__body .vote-form .form-check label {
    margin-left: 0.732vw;
    font-size: 1.171vw;
  }

  .vote .vote__content .content__body .vote-form .body__button-vote {
    margin-bottom: 1.098vw;
  }

  .vote .vote__content .content__body .view-results .results {
    margin-bottom: 1.098vw;
  }

  .vote .vote__content .content__body .view-results .results span {
    font-size: 1.025vw;
  }

  .vote .vote__content .content__body .view-results .result__total {
    margin-bottom: 1.098vw;
  }

  .vote .vote__content .content__body .view-results .result__total span {
    font-size: 1.025vw;
  }

  .vote .vote__content .content__body .body__view-results .view-results__button {
    font-size: 1.025vw;
  }

  .create-replay {
    margin-bottom: 2.489vw;
  }

  .create-replay .create-replay__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.391vw;
  }

  .create-replay .create-replay__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .create-replay .create-replay__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .create-replay .create-replay__form {
    padding: 1.83vw;
  }

  .create-replay .create-replay__form .form-group label {
    font-size: 1.171vw;
  }

  .create-replay .create-replay__form .form-group label select {
    margin-top: 0.366vw;
  }

  .create-replay .create-replay__form .form-group .select2 .select2-seßlection .select2-selection__rendered {
    padding-top: 0.293vw;
  }

  .create-replay .create-replay__form .form-group .select2 .select2-seßlection .select2-selection__arrow {
    top: 0.366vw;
  }

  .create-replay .create-replay__form hr {
    margin-top: 1.464vw;
    margin-bottom: 1.464vw;
  }

  .user_friends .row_title {
    padding: 1.098vw 0;
  }

  .user_friends .wrapper_table {
    max-height: 23.426vw;
  }

  .user_friends .wrapper_table .row_users {
    padding: 0.732vw 0;
  }

  .user_friends .wrapper_table .row_users .block_action svg {
    width: 1.464vw;
  }

  .user_friends .wrapper_table .row_users .user_block .name_user {
    max-width: 7.174vw;
  }

  .user_friends .wrapper_table .row_users .user_block .user-avatar {
    width: 3.66vw;
    height: 3.66vw;
    font-size: 1.757vw;
  }

  .user_friends .wrapper_table .row_users .user_block .user-avatar img {
    width: 3.66vw;
    height: 3.66vw;
  }

  .wrapper_table::-webkit-scrollbar {
    width: 0.732vw;
  }

  .wrapper_table::-webkit-scrollbar-thumb {
    border-radius: 0.293vw;
    height: 16.618vw;
  }

  .user_profile .wrapper {
    margin-bottom: 5.124vw;
  }

  .user_profile .title_top_userProfile {
    height: 4.392vw;
    padding: 1.464vw;
  }

  .user_profile .title_top_userProfile .title_Text {
    font-size: 1.171vw;
  }

  .user_profile .title_top_userProfile .more p {
    font-size: 2.928vw;
  }

  .user_profile .userInfo_block {
    padding: 2.196vw 1.464vw;
  }

  .user_profile .userInfo_block .button {
    margin: 2.562vw auto 0;
    padding: 0.732vw;
  }

  .user_profile .userInfo_block .icon_img {
    margin-top: 1.757vw;
  }

  .user_profile .userInfo_block .icon_img svg {
    width: 2.196vw;
  }

  .user_profile .userInfo_block .container_information .userText_block {
    margin-bottom: 1.098vw;
  }

  .user_profile .userInfo_block .container_information .userText_block .title {
    font-size: 1.318vw;
    padding-right: 2.928vw;
  }

  .user_profile .userInfo_block .container_information .userText_block .date {
    font-size: 0.878vw;
  }

  .user_profile .userInfo_block .container_information .information_block {
    padding-top: 0.732vw;
  }

  .user_profile .userInfo_block .container_information .information_block .left_block span {
    font-size: 0.878vw;
  }

  .user_profile .userInfo_block .container_information .information_block .right_block span {
    font-size: 1.025vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information,
  .user_profile .block_userInformation .container_right .wrapper_contacts {
    padding: 1.464vw 1.464vw 0.732vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact {
    padding-bottom: 0.732vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform .left_block span,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact .left_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .left_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .left_block span {
    font-size: 0.878vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform .right_block span,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact .right_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .right_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .right_block span {
    font-size: 1.025vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform .right_block .small,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact .right_block .small,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .right_block .small,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .right_block .small {
    font-size: 0.878vw;
  }

  .user_profile .block_userInformation .container_right .block_armor {
    padding: 1.464vw 1.464vw 0.732vw;
  }

  .user_profile .block_userInformation .container_right .block_armor .armor_info {
    padding-bottom: 0.732vw;
  }

  .user_profile .block_userInformation .container_right .block_armor svg {
    width: 1.245vw;
    margin-right: 0.732vw;
  }

  .user_profile .block_userInformation .friends_block {
    padding: 1.83vw;
    max-height: 13.5vw;
  }

  .user_profile .block_userInformation .friends_block .friends {
    padding-bottom: 0.732vw;
  }

  .user_profile .block_userInformation .friends_block .friends .left_block .name_player {
    margin-left: 0.732vw;
    max-width: 7.321vw;
  }

  .user_profile .friends_block::-webkit-scrollbar {
    width: 0.512vw;
  }

  .user_profile .friends_block::-webkit-scrollbar-thumb {
    height: 1.83vw;
  }

  .page_replay .title_block .right_block a {
    font-size: 0.878vw;
    margin-left: 0.732vw;
  }

  .page_replay .title_block .right_block span {
    font-size: 0.878vw;
  }

  .page_replay .title_block .right_block .icon_bars {
    margin-left: 0.366vw;
  }

  .page_replay .title_block .right_block .block_minerals_icons .title__text {
    font-size: 1.025vw;
  }

  .page_replay .title_block_gray {
    padding: 1.464vw !important;
  }

  .page_replay .title_block_gray span {
    font-size: 1.171vw;
  }

  .page_replay .title_block_gray svg {
    width: 1.098vw;
  }

  .page_replay .title_block_gray .right_block .comment_count {
    margin-right: 0.732vw;
  }

  .page_replay .replay-content {
    padding-bottom: 1.098vw;
    padding-top: 1.464vw;
  }

  .page_replay .replay-content .content_left span {
    font-size: 1.025vw;
  }

  .page_replay .replay-content .content_left .left_block {
    padding: 0.366vw 0.732vw;
  }

  .page_replay .replay-content .content_left .right_block {
    padding: 0.366vw 0.732vw;
  }

  .page_replay .replay-content .content_left .right_block .icon_bars {
    width: 1.098vw;
    height: 1.098vw;
    border-radius: 3.66vw;
  }

  .page_replay .replay-content .content_right .modal-content .modal_like_text svg {
    width: 1.5vw;
  }

  .page_replay .replay-content .content_right .title {
    font-size: 16px;
  }

  .page_replay .replay-content .content_right img {
    margin: 20px 0 36px;
  }

  .page_replay .replay-content .content_right .replay-rating {
    margin-bottom: 0.732vw;
  }

  .page_replay .replay-content .content_right .replay-rating svg {
    width: 1.098vw;
  }

  .page_replay .replay-content .content_right .replay-rating span {
    font-size: 12px;
  }

  .page_replay .replay-content .content_right .replay-download svg {
    width: 1.098vw;
  }

  .page_replay .replay-content .content_right .replay-download a span {
    font-size: 14px;
  }

  .page_replay .replay-content .content_right .replay-download a .download {
    margin-left: 0.732vw;
  }

  .modal_tournament h5 {
    font-size: 1.171vw;
  }

  .modal_tournament span {
    font-size: 1.2vw;
  }

  .modal_tournament .title_block_gray {
    padding: 0.732vw;
  }

  .modal_tournament .title_block .title_text {
    font-size: 1.025vw;
  }

  .modal_tournament .small_block .content {
    padding: 0.732vw;
    margin-top: 0.732vw;
  }

  .modal_tournament .small_block .left_content span {
    font-size: 1.025vw;
  }

  .modal_tournament .small_block .left_content svg {
    width: 1.464vw;
  }

  .modal_tournament .big_block .container_map img {
    height: 10.981vw;
  }

  .my-topics {
    margin-bottom: 1.464vw;
  }

  .my-topics .my-topics__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.464vw;
  }

  .my-topics .my-topics__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .my-topics .my-topics__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .my-topics .my-topics__accordion .accordion-button {
    padding: 1.318vw;
    font-size: 1.098vw;
  }

  .my-topics .my-topics__accordion .accordion-button:after {
    margin-left: 0.366vw;
  }

  .my-topics .my-topics__accordion .panel {
    padding: 0 1.318vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header {
    margin-top: 1.098vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__link {
    font-size: 0.878vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-right: 0.366vw;
    margin-left: 0.366vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__icon {
    width: 1.098vw;
    height: 0.952vw;
    margin-right: 0.366vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__info {
    margin-left: 0.732vw;
    font-size: 0.878vw;
    line-height: 1.391vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__body {
    margin-bottom: 1.098vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__body .body__comment {
    font-size: 1.171vw;
    line-height: 1.757vw;
    margin-bottom: 1.098vw;
    margin-top: 1.098vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer {
    margin-bottom: 0.732vw;
    padding-bottom: 1.098vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items {
    margin-right: 1.098vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items svg {
    width: 1.171vw;
    height: 1.171vw;
    margin-right: 0.512vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items span {
    font-size: 0.878vw;
    line-height: 1.391vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .rate {
    width: 10.981vw;
    padding: 0.366vw 0.732vw;
    font-size: 0.878vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .item__later svg {
    width: 1.464vw;
    height: 1.464vw;
  }

  .password-recovery .password-recovery__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.464vw;
  }

  .password-recovery .password-recovery__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .password-recovery .password-recovery__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .password-recovery .password-recovery__form {
    padding: 1.83vw;
  }

  .get-recovery-link .get-recovery-link__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.464vw;
  }

  .get-recovery-link .get-recovery-link__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .get-recovery-link .get-recovery-link__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .get-recovery-link .get-recovery-link__form {
    padding: 1.83vw;
  }

  .my-post {
    margin-bottom: 1.464vw;
  }

  .my-post .my-post__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.464vw;
  }

  .my-post .my-post__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .my-post .my-post__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .my-post .my-post__accordion .accordion-button {
    padding: 1.318vw;
    font-size: 1.098vw;
  }

  .my-post .my-post__accordion .accordion-button:after {
    margin-left: 0.366vw;
  }

  .my-post .my-post__accordion .panel {
    padding: 0 1.318vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__header {
    margin-top: 1.098vw;
    padding-bottom: 0.732vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__header .header__items .items__icon {
    width: 1.098vw;
    height: 0.952vw;
    margin-right: 0.366vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__header .header__items .items__info {
    margin-left: 0.732vw;
    font-size: 0.878vw;
    line-height: 1.391vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body {
    margin-bottom: 1.098vw;
    padding-bottom: 1.098vw;
    padding-top: 1.098vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body .body__numb {
    font-size: 1.025vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body .body__nick {
    font-size: 1.025vw;
    margin-left: 0.732vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body .body__text {
    font-size: 1.171vw;
  }

  .reputation-info .reputation-info__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.464vw;
  }

  .reputation-info .reputation-info__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .reputation-info .reputation-info__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .reputation-info .reputation-info__body .panel {
    padding: 0 1.318vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header {
    padding-top: 0.732vw;
    padding-bottom: 0.732vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items .items__link {
    font-size: 0.878vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items span {
    font-size: 0.878vw;
    line-height: 1.391vw;
    margin-right: 0.366vw;
    margin-left: 0.366vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items .items__icon {
    width: 1.098vw;
    height: 0.952vw;
    margin-right: 0.366vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items .items__info {
    margin-left: 0.732vw;
    font-size: 0.878vw;
    line-height: 1.391vw;
  }

  .reputation-info .reputation-info__body .panel .panel__body {
    margin-bottom: 1.098vw;
  }

  .reputation-info .reputation-info__body .panel .panel__body .body__comment {
    font-size: 1.171vw;
    line-height: 1.757vw;
    margin-bottom: 1.098vw;
    margin-top: 1.098vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer {
    margin-bottom: 0.732vw;
    padding-bottom: 1.098vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items {
    margin-right: 1.098vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items svg {
    width: 1.171vw;
    height: 1.171vw;
    margin-right: 0.512vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items span {
    font-size: 0.878vw;
    line-height: 1.391vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .rate {
    width: 10.981vw;
    padding: 0.366vw 0.732vw;
    font-size: 0.878vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .item__later svg {
    width: 1.464vw;
    height: 1.464vw;
  }

  .create-topic .create-topic__title {
    padding-top: 1.464vw;
    padding-bottom: 1.464vw;
    padding-left: 1.464vw;
  }

  .create-topic .create-topic__title .title__icon {
    width: 1.464vw;
    height: 1.464vw;
  }

  .create-topic .create-topic__title .title__text {
    font-size: 1.171vw;
    margin-left: 1.245vw;
  }

  .create-topic .create-topic__form {
    padding: 1.83vw;
  }

  .create-topic .create-topic__form .upload-image {
    margin-bottom: 1.171vw;
  }

  .create-topic .create-topic__form .upload-image p {
    font-size: 1.171vw;
    margin-bottom: 0.586vw;
  }

  .create-topic .create-topic__form .form-group #create-topic__section {
    margin-top: 0.586vw;
  }
}

@media (max-width: 991px) {
  /*global styles START*/

  .fileUpload span {
    font-size: 1.8vw;
  }

  .user_bar {
    top: 15px;
    bottom: auto;
    right: 70px;
  }

  #left-sidebar {
    order: 1;
  }

  #right-sidebar {
    order: 2;
  }

  #content {
    order: 3;
  }

  #pulse-button-top,
  #pulse-button-info {
    display: block;
  }

  .left-sidebar-wrap {
    height: auto;
    margin-bottom: 20px;
  }

  .right-sidebar-wrap {
    height: auto;
    margin-bottom: 20px;
  }

  .content {
    margin-bottom: 20px;
  }

  .no-height {
    height: 0;
    overflow: hidden;
  }

  .footer .footer__logo {
    display: none;
  }

  /*global styles END*/

  .title_block {
    padding: 2.018vw;
  }

  .title_block img,
  .title_block svg {
    width: 2.018vw;
  }

  .title_block .title_text {
    font-size: 1.615vw;
    margin: 0 0 0 2.018vw;
  }

  .title_top {
    height: 6.054vw;
    padding: 2.018vw;
  }

  .title_top .title_Text {
    font-size: 1.615vw;
  }

  .title_top .more p {
    font-size: 4.036vw;
  }

  .button {
    font-size: 1.211vw;
    padding-top: 1.312vw;
    padding-bottom: 1.514vw;
  }

  .breadcrumb {
    padding-top: 2.624vw;
    padding-bottom: 2.523vw;
  }

  .breadcrumb .breadcrumb-item {
    font-size: 1.816vw;
    line-height: 1.917vw;
  }

  .breadcrumb .breadcrumb-item.active {
    font-size: 1.816vw;
    line-height: 1.917vw;
  }

  .footer {
    padding-top: 6.054vw;
    padding-bottom: 6.054vw;
  }

  .footer .footer__logo .logo__text {
    font-size: 1.211vw;
    margin-top: 1.917vw;
  }

  .footer .footer__link .link-list__item {
    font-size: 1.211vw;
    padding-bottom: 2vw;
  }

  .footer .footer__info .footer__title {
    font-size: 1.211vw;
    margin-bottom: 1.211vw;
  }

  .footer .footer__info .footer__text {
    font-size: 1.211vw;
  }

  .footer .footer__info .footer__mail {
    font-size: 1.413vw;
    line-height: 2.725vw;
  }

  .footer .footer__info .footer__mail svg {
    margin-right: 1.514vw;
    width: 1.615vw;
    height: 1.211vw;
  }

  .footer .footer__our-birthday .footer__title {
    font-size: 1.211vw;
  }

  .footer .footer__our-birthday .our-birthday__nickname {
    font-size: 1.413vw;
    margin-bottom: 1.615vw;
  }

  .footer .footer__useful .footer__title {
    font-size: 1.211vw;
  }

  .footer .footer__useful .useful__link {
    font-size: 1.211vw;
  }

  .footer__copyright .copyright__text {
    font-size: 1.211vw;
    line-height: 3.229vw;
  }

  .pulse-button {
    font-size: 1.615vw;
    padding: 1.413vw 2.825vw;
    margin: 0 auto 2.018vw;
  }

  .header {
    position: relative;
  }

  .header .icon_bars {
    display: block !important;
    width: 50px;
  }

  .header .logo img {
    width: 70% !important;
  }

  .header .menu_navigation {
    display: none !important;
  }

  .header .autorization {
    display: none !important;
  }

  .header .main_menu {
    position: absolute;
    right: 0;
    bottom: 30%;
  }

  .header .search {
    justify-content: flex-start;
  }

  .header .button_input {
    width: 100% !important;
  }

  .header .button_input .search_input {
    min-width: 40vw !important;
  }

  .header .button_input ::-moz-placeholder {
    font-size: 2.5vw;
    color: transparent;
  }

  .header .button_input :-ms-input-placeholder {
    font-size: 2.5vw;
    color: transparent;
  }

  .header .button_input ::placeholder {
    font-size: 2.5vw;
    color: transparent;
  }

  .header .header_search {
    justify-content: flex-start !important;
  }

  .header .header_search_autorization {
    justify-content: flex-start !important;
  }

  .header .header_search_autorization .button_input {
    margin-right: -10px !important;
  }

  .header .burger_menu {
    display: block !important;
  }

  .header .burger_menu .menu_bar {
    width: 50px !important;
  }

  .mob_menu .btn-round {
    width: 70px;
    height: 70px;
  }

  .mob_menu .close {
    width: 45px;
    height: 45px;
  }

  .mob_menu .nav-wrapper {
    padding: 35px;
  }

  .mob_menu .nav-wrapper .main_punkt {
    margin-top: 35px;
  }

  .mob_menu .nav-wrapper .nav_item {
    font-size: 4.615vw;
  }

  .block_chat-twitch {
    padding-bottom: 4vw;
  }

  .block_chat-twitch #appchat {
    width: 40%;
  }

  .block_chat-twitch .block_chat {
    padding-bottom: 2vw;
  }

  .block_chat-twitch .title_Text {
    font-size: 1.6vw;
    padding: 0 0 0 2vw;
  }

  .block_chat-twitch .block_chat {
    padding-bottom: 2.016vw;
    width: 100%;
  }

  .block_chat-twitch .block_stream_list {
    width: 100%;
  }

  .block_chat-twitch .big_video_left {
    display: none;
    background: transparent;
    border: 0;
  }

  .block_chat-twitch .big_video_left svg {
    fill: white;
    width: 1.512vw;
    padding-right: 2.016vw;
  }

  .block_chat-twitch .big_video_right {
    background: transparent;
    border: 0;
  }

  .block_chat-twitch .big_video_right svg {
    fill: white;
    width: 1.512vw;
    padding-right: 2.016vw;
  }

  .block_chat-twitch .text_support {
    font-size: 1.8vw;
  }

  .block_chat-twitch .container_titleChat {
    height: 6vw;
  }

  .block_chat-twitch .container_titleChat .content_right button svg {
    width: 3.5vw;
  }

  .block_chat-twitch .messanger {
    max-height: 62vw;
  }

  .block_chat-twitch .login_block {
    padding: 4vw 0;
  }

  .block_chat-twitch .login_block a {
    font-size: 1.4vw;
  }

  .block_chat-twitch .row_contentChat {
    padding: 3vw 1vw 0;
  }

  .block_chat-twitch .row_contentChat svg {
    height: 1.5vw;
    width: 1.5vw;
  }

  .block_chat-twitch .row_contentChat .block_user_akk .blue_text {
    font-size: 1.4vw;
  }

  .block_chat-twitch .row_contentChat .block_user_akk .number_mess {
    font-size: 1.7vw;
  }

  .block_chat-twitch .row_contentChat .block_user_akk .user {
    min-width: 16vw;
  }

  .block_chat-twitch .row_contentChat .block_date {
    font-size: 1.4vw;
  }

  .block_chat-twitch .row_contentChat .block_userMessage {
    padding: 2vw 0;
  }

  .block_chat-twitch .row_contentChat .block_userMessage .user_nick {
    font-size: 1.4vw;
  }

  .block_chat-twitch .row_contentChat .block_userMessage img {
    padding: 1vw 0;
  }

  .block_chat-twitch .title_video {
    height: 6vw;
  }

  .block_chat-twitch .title_video .video_header img {
    margin-right: 2vw;
  }

  .block_chat-twitch .title_video .video_header .left_block svg {
    width: 4vw;
  }

  .block_chat-twitch .title_video .video_header .right_block svg {
    width: 3.7vw;
    margin-right: 1vw;
  }

  .block_chat-twitch .title_video .video_header .right_block .svg_close {
    width: 2vw;
  }

  .block_chat-twitch .video_twitch {
    padding: 4vw 0;
    height: calc(100% - 6vw);
  }

  .messanger::-webkit-scrollbar {
    width: 1vw;
  }

  .messanger::-webkit-scrollbar-thumb {
    height: 22.7vw;
  }

  .popup_chat .title_block .btn_close {
    font-size: 2.523vw;
  }

  .popup_chat .popup_contant {
    max-height: calc(100vh - 14.127vw) !important;
    min-height: calc(100vh - 14.127vw) !important;
  }

  .popup_chat .modal-content .row_contentChat {
    padding: 1.514vw 1.009vw 0;
  }

  .popup_contant::-webkit-scrollbar {
    width: 1.009vw;
  }

  .popup_contant::-webkit-scrollbar-thumb {
    height: 22.906vw;
  }

  .streams_list {
    padding: 15px;
    top: 6vw;
    width: 23vw;
  }

  .streams_list .widget-stream-lists {
    visibility: hidden;
    margin: 5px 0;
  }

  .streams_list .widget-stream-lists span {
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 8vw;
    font-size: 12px;
  }

  .open {
    right: 6px;
    transition-duration: 0.3s;
    background: white;
  }

  .open .widget-stream-lists {
    visibility: visible;
    color: #0567cc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .open .widget-stream-lists span {
    font-weight: 400;
  }

  .banner {
    padding: 2.018vw 0 0;
  }

  .banner .block_content {
    margin-bottom: 0.505vw;
    padding: 0 2.018vw;
  }

  .block_tournament .block_futureTournament .information_text {
    font-size: 1.6vw;
    padding: 5vw 0 0 0;
  }

  .block_tournament .block_futureTournament .button {
    margin: 4vw auto;
    padding: 0.5vw;
  }

  .block_replay .container_btn .button {
    margin: 2vw auto 4vw;
    padding: 5px;
  }

  .block_replay .title_top {
    margin-bottom: 2.5vw;
  }

  .block_replay .row_game {
    margin: 2vw;
    margin-bottom: 1.5vw;
  }

  .block_replay .row_game .name_game p {
    font-size: 1.4vw;
    margin: 0px 0 0.5vw 0;
  }

  .block_replay .row_game .content_game {
    margin-bottom: 0.5vw;
  }

  .block_replay .row_game .content_game img {
    width: 1.6vw;
    height: 1.5vw;
    margin: 0.5vw;
  }

  .block_replay .row_game .content_game .text_matchap {
    font-size: 1.2vw;
    margin: 0 1vw;
  }

  .block_replay .row_game .content_game .text {
    font-size: 1.2vw;
  }

  .block_lastNews .block_futureTournament {
    padding: 2.5vw 1.5vw 0;
  }

  .block_lastNews .block_futureTournament .href_tournament {
    font-size: 1.4vw;
    padding-bottom: 1.5vw;
  }

  .breaking-news .breaking-news__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .breaking-news .breaking-news__title .title__icon {
    width: 1.312vw;
    height: 2.119vw;
  }

  .breaking-news .breaking-news__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .breaking-news .breaking-news__news-card {
    padding-left: 2.22vw;
    padding-right: 2.22vw;
    padding-top: 2.523vw;
  }

  .breaking-news .breaking-news__news-card .card-body {
    /*.card-body__comment-form {
        margin-bottom: 4.642vw;
        .comment-form__group {
            .comment {
                .comment__icon {
                    width: 2.018vw;
                    height: 1.615vw;
                    top: 1.514vw;
                    right: 8.073vw;
                }
                .comment__input {
                    height: 4.440vw;
                    padding-left: 1.816vw;
                    padding-right: 12.109vw;
                    &::placeholder {
                        font-size: 1.211vw;
                    }
                }
            }
            .buttons-upload{
                top: 1.211vw;
                right: 5.045vw;

                label {
                    margin-left: 1.715vw;
                }

                i {
                    font-size: 1.615vw;
                }

                .smile-upload {
                    margin-left: 1.615vw;
                    i {
                        font-size: 1.615vw;
                    }
                }
            }
        }
        .comment-form__button {
            svg {
                width: 2.018vw;
                height: 1.816vw;
            }
        }
    }*/
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author {
    margin-bottom: 1.816vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author .author__avatar {
    width: 2.825vw;
    height: 2.825vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author .author__nickname {
    font-size: 1.413vw;
    margin-left: 1.312vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author .author__date {
    font-size: 1.211vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__title {
    font-size: 1.615vw;
    line-height: 1.917vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__text {
    font-size: 1.413vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__text a {
    font-size: 1.413vw;
  }

  .breaking-news .breaking-news__news-card .card-body p {
    font-size: 1.413vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items {
    margin-bottom: 1.816vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__comment svg {
    width: 2.119vw;
    height: 2.119vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__comment span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 1.009vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__share {
    margin-left: 3.532vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__share svg {
    width: 1.816vw;
    height: 2.018vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__watch svg {
    width: 1.11vw;
    height: 1.11vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__watch span {
    margin-left: 1.009vw;
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .breaking-news__numb-pages {
    margin-top: 2.523vw;
    margin-bottom: 0.807vw;
  }

  .breaking-news__numb-pages .numb-pages {
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .block_top .block_topUsers {
    padding: 2.523vw;
  }

  .block_top .block_topUsers .content_code p {
    font-size: 1.413vw;
  }

  .block_top .block_topUsers .content_img img,
  .block_top .block_topUsers .content_img svg {
    margin-right: 0.505vw;
  }

  .block_top .block_topUsers .content_login p {
    font-size: 1.413vw;
    max-width: 90%;
  }

  .block_lastNews {
    margin: 3.027vw 0 4.036vw 0;
  }

  .block_lastNews .block_futureTournament {
    padding: 2.523vw 1.514vw 0;
  }

  .block_lastNews .block_futureTournament .href_tournament {
    font-size: 1.413vw;
    padding-bottom: 1.514vw;
  }

  /*Форум*/

  .forum_acticle {
    margin: 4.036vw 0 0 0;
  }

  .forum_acticle .title_block {
    height: 6.054vw;
    padding: 0 2.018vw;
  }

  .forum_acticle .title_block svg {
    width: 4.036vw;
    padding-right: 1.514vw;
  }

  .forum_acticle .title_block .title_text {
    font-size: 1.615vw;
  }

  .forum_acticle .title_block .right_section button svg {
    width: 3.027vw;
  }

  .forum_acticle .title_block .right_section button span {
    padding-right: 0.505vw;
  }

  .forum_acticle .title_block .right_section .lable_select select {
    height: 2.018vw;
    font-size: 1.211vw;
  }

  .forum_acticle .title_block .right_section_autorization svg {
    width: 4.036vw;
  }

  .forum_acticle .title_block .right_section_autorization p {
    font-size: 1.615vw;
  }

  .forum_acticle .content_article {
    padding: 1.009vw 2.018vw 0;
  }

  .forum_acticle .content_article .block_nameArticle .name {
    margin: 0.505vw 0;
    font-size: 1.615vw;
  }

  .forum_acticle .content_article .block_nameArticle .date {
    font-size: 1.211vw;
  }

  .forum_acticle .content_article .block_nameArticle .right svg {
    width: 2.018vw;
  }

  .forum_acticle .content_article .block_nameArticle .right span {
    font-size: 1.413vw;
  }

  .forum_acticle .counter_autorization {
    padding: 1.009vw 2.018vw 0;
  }

  .forum_acticle .counter_autorization .block_nameArticle {
    padding-bottom: 1.009vw;
  }

  .forum_acticle .counter_autorization .block_nameArticle .item {
    margin: 0.505vw 0;
    font-size: 1.413vw;
  }

  .forum_acticle .counter_autorization .block_nameArticle .text {
    margin-left: 1.009vw;
    font-size: 1.413vw;
  }

  .forum_acticle .detailed-news__info {
    padding-bottom: 1.009vw;
  }

  .forum_acticle .detailed-news__info .info__items .block_account img {
    max-width: 3.027vw;
    max-height: 3.027vw;
    border-radius: 2.018vw;
    margin-right: 1.009vw;
  }

  .forum_acticle .detailed-news__info .info__items .block_account span {
    font-size: 1.413vw;
  }

  .forum_acticle .detailed-news__info .info__items .items__watch svg,
  .forum_acticle .detailed-news__info .info__items .items__comment svg {
    width: 1.514vw;
    height: 1.312vw;
  }

  .forum_acticle .detailed-news__info .info__items .items__watch span,
  .forum_acticle .detailed-news__info .info__items .items__comment span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 1.009vw;
  }

  .forum_acticle .detailed-news__info .info__items .items__comment {
    margin-left: 3.229vw;
  }

  .detailed-forum .detailed-forum__title {
    padding: 2.018vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__text {
    font-size: 1.615vw;
    margin-left: 2.018vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__text p {
    font-size: 1.615vw;
    margin-left: 2.018vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__avatar {
    width: 2.825vw;
    height: 2.825vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__nickname {
    font-size: 1.413vw;
    margin-left: 1.312vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__flag {
    width: 2.018vw;
    height: 2.018vw;
    margin-left: 1.312vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__cube {
    width: 1.615vw;
    height: 1.615vw;
    margin-left: 1.11vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__text {
    font-size: 1.413vw;
    margin-left: 1.211vw;
  }

  .detailed-forum .detailed-forum__info {
    padding-top: 1.816vw;
    padding-bottom: 1.715vw;
    padding-left: 2.119vw;
    padding-right: 2.219vw;
  }

  .detailed-forum .detailed-forum__info .info__items .items__watch svg,
  .detailed-forum .detailed-forum__info .info__items .items__comment svg {
    width: 1.514vw;
    height: 1.312vw;
  }

  .detailed-forum .detailed-forum__info .info__items .items__watch span,
  .detailed-forum .detailed-forum__info .info__items .items__comment span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 1.009vw;
  }

  .detailed-forum .detailed-forum__info .info__items .items__comment {
    margin-left: 3.229vw;
  }

  .detailed-forum .detailed-forum__info .info__items .items__date {
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__title {
    font-size: 1.615vw;
    line-height: 1.917vw;
    margin-top: 3.633vw;
    margin-bottom: 2.725vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__text {
    font-size: 1.615vw;
    line-height: 2.422vw;
    margin-bottom: 2.825vw;
    margin-top: 2.825vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items {
    padding-bottom: 1.715vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__quote svg {
    width: 2.018vw;
    height: 2.018vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__like svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__like span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 0.706vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike {
    margin-left: 1.715vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 0.706vw;
  }

  .forum-topics .forum-topics__title {
    padding-top: 1.816vw;
    padding-bottom: 1.816vw;
    padding-left: 1.917vw;
  }

  .forum-topics .forum-topics__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .forum-topics .forum-topics__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .header__title {
    font-size: 1.615vw;
    line-height: 2.825vw;
  }

  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .fa-chevron-down,
  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .fa-ellipsis-h {
    font-size: 1.615vw;
  }

  .forum_allSections .wrapper {
    margin: 0 0 2.018vw;
  }

  .forum_allSections .title_block {
    height: 6.054vw;
    padding: 0 2.018vw;
  }

  .forum_allSections .title_block svg,
  .forum_allSections .title_block img {
    width: 4.036vw;
    padding-right: 1.514vw;
  }

  .forum_allSections .title_block .title_text {
    font-size: 1.615vw;
  }

  .forum_allSections .title_block .right_section .block_text {
    padding-left: 1.009vw;
  }

  .forum_allSections .title_block .right_section .block_text span {
    font-size: 1.413vw;
    padding-right: 0.505vw;
  }

  .forum_allSections .title_block .right_section a svg {
    width: 3.027vw;
  }

  .forum_allSections .content_allArticle {
    padding: 1.615vw 2.018vw;
  }

  .forum_allSections .content_allArticle p {
    font-size: 1.615vw;
    padding-left: 2.018vw;
    padding-right: 2.018vw;
  }

  #registrationModal .modal-body .modal-body__title {
    font-size: 3vw;
  }

  #registrationModal .modal-body .select2-selection__rendered {
    font-size: 1rem;
  }

  /*РЕПЛЕИ*/

  .replays {
    margin-bottom: 3.431vw;
  }

  .replays .replays__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .replays .replays__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .replays .replays__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .replays .replays__accordion .accordion__topic .topic__header .header__title {
    font-size: 1.615vw;
    line-height: 2.825vw;
  }

  .replays .replays__accordion .accordion__topic .topic__header .fa-ellipsis-h {
    font-size: 1.615vw;
  }

  .replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap {
    margin-bottom: 2.523vw;
  }

  .replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap .body__title {
    font-size: 1.413vw;
  }

  .replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap .body__numb {
    font-size: 1.413vw;
  }

  .search .search__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .search .search__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .search .search__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .search .search__body {
    padding: 2.018vw;
  }

  .search .search__body label {
    margin-bottom: 2.523vw;
    font-size: 1.211vw;
  }

  .search .search__body label input {
    height: 4.44vw;
    border-radius: 0.505vw;
    padding-left: 2.018vw;
  }

  .search .search__body label select {
    height: 4.44vw;
    border-radius: 0.505vw;
    padding-left: 2.018vw;
    margin-top: 1.009vw;
    background-position: center right 2.018vw;
  }

  .search .search__body .body__button-search {
    margin-top: 2.018vw;
    margin-bottom: 1.413vw;
  }

  .gocu-replays .gocu-replays__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .gocu-replays .gocu-replays__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .gocu-replays .gocu-replays__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .gocu-replays .gocu-replays__title .title__game-period {
    margin-right: 2.018vw;
  }

  .gocu-replays .gocu-replays__title .title__game-period select {
    height: 2.018vw;
    padding-right: 1.413vw;
    font-size: 1.211vw;
  }

  .gocu-replays .gocu-replays__subtitle {
    padding: 2.018vw;
  }

  .gocu-replays .gocu-replays__subtitle .subtitle__name {
    font-size: 1.615vw;
    max-width: 34vw;
  }

  .gocu-replays .gocu-replays__subtitle .subtitle__date {
    font-size: 1.211vw;
  }

  .gocu-replays .gocu-replays__match {
    padding: 0 2.018vw;
  }

  .gocu-replays .gocu-replays__match .match__author {
    padding: 2.018vw 0;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__nickname {
    font-size: 1.413vw;
    margin-left: 1.312vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__replay-item {
    font-size: 1.211vw;
    line-height: 3.027vw;
    margin-left: 1.211vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__date {
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons svg {
    width: 2.119vw;
    height: 2.119vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 1.009vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__comment svg,
  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download svg {
    width: 2.119vw;
    height: 2.119vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__comment span,
  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 1.009vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download {
    margin-left: 2.523vw;
  }

  .gocu-replays .gocu-replays__match .match__comment {
    font-size: 1.615vw;
    padding-left: 2.018vw;
    padding-right: 2.018vw;
  }

  .gocu-replays .gocu-replays__match .match__info {
    padding: 2.018vw 0;
  }

  .gocu-replays .gocu-replays__match .match__info .info__country .country-first {
    margin-left: 0.605vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__match-up .match-up__versus {
    margin-left: 0.505vw;
    margin-right: 0.505vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__match-up .match-up__name {
    font-size: 1.413vw;
    line-height: 1.917vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__match-up .name__first {
    margin-left: 1.413vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__maps .maps__name {
    font-size: 1.413vw;
    margin-left: 1.211vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__wins svg {
    width: 2.523vw;
    height: 2.523vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__wins .wins__text {
    margin-left: 1.009vw;
  }

  .gocu-replays .gocu-replays__match .match__info .country__text,
  .gocu-replays .gocu-replays__match .match__info .match-up__text,
  .gocu-replays .gocu-replays__match .match__info .maps__text,
  .gocu-replays .gocu-replays__match .match__info .wins__text {
    font-size: 1.211vw;
    line-height: 3.027vw;
  }

  .gocu-replays__numb-pages {
    margin-top: 2.523vw;
    margin-bottom: 0.807vw;
  }

  .gocu-replays__numb-pages .numb-pages {
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  /*ДЕТАЛЬНЫЕ НОВОСТИ*/

  .detailed-news .detailed-news__title {
    padding: 2.018vw;
  }

  .detailed-news .detailed-news__title p {
    max-width: 325px;
  }

  .detailed-news .detailed-news__title .title__wrap .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__text {
    font-size: 1.615vw;
    margin-left: 2.018vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__avatar {
    width: 2.825vw;
    height: 2.825vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__nickname {
    font-size: 1.413vw;
    margin-left: 1.312vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__flag {
    width: 2.018vw;
    height: 2.018vw;
    margin-left: 1.312vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__cube {
    width: 1.615vw;
    height: 1.615vw;
    margin-left: 1.11vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__text {
    font-size: 1.413vw;
    margin-left: 1.211vw;
  }

  .detailed-news .detailed-news__info {
    padding-top: 1.816vw;
    padding-bottom: 1.715vw;
    padding-left: 2.119vw;
    padding-right: 2.22vw;
  }

  .detailed-news .detailed-news__info .info__items .items__watch svg,
  .detailed-news .detailed-news__info .info__items .items__comment svg {
    width: 1.514vw;
    height: 1.312vw;
  }

  .detailed-news .detailed-news__info .info__items .items__watch span,
  .detailed-news .detailed-news__info .info__items .items__comment span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 1.009vw;
  }

  .detailed-news .detailed-news__info .info__items .items__comment {
    margin-left: 3.229vw;
  }

  .detailed-news .detailed-news__info .info__items .items__date {
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__title {
    font-size: 1.615vw;
    line-height: 1.917vw;
    margin-top: 3.633vw;
    margin-bottom: 2.725vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__text {
    font-size: 1.615vw;
    line-height: 2.422vw;
    margin-bottom: 2.825vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items {
    padding-bottom: 1.715vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__quote svg {
    width: 2.018vw;
    height: 2.018vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__like svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__like span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 0.706vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike {
    margin-left: 1.715vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 0.706vw;
  }

  .comments .comments__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .comments .comments__title .title__icon {
    width: 2.119vw;
    height: 2.119vw;
  }

  .comments .comments__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .comments .comments__wrapp .comments__info {
    padding-top: 1.615vw;
    padding-bottom: 1.715vw;
    padding-left: 2.018vw;
    padding-right: 2.018vw;
  }

  .comments .comments__wrapp .comments__info .info__avatar {
    width: 2.825vw;
    height: 2.825vw;
  }

  .comments .comments__wrapp .comments__info .info__nickname {
    font-size: 1.413vw;
    margin-left: 1.312vw;
    max-width: 30vw;
  }

  .comments .comments__wrapp .comments__info .info__flag {
    width: 2.018vw;
    height: 2.018vw;
    margin-left: 1.312vw;
  }

  .comments .comments__wrapp .comments__info .info__cube {
    width: 1.615vw;
    height: 1.615vw;
    margin-left: 1.11vw;
  }

  .comments .comments__wrapp .comments__info .info__text {
    font-size: 1.413vw;
    margin-left: 1.211vw;
  }

  .comments .comments__wrapp .comments__info .info__date {
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .comments .comments__wrapp .comments__content .content__title {
    font-size: 1.615vw;
    line-height: 2.422vw;
    padding-left: 2.018vw;
    padding-right: 2.018vw;
    margin-top: 3.027vw;
    margin-bottom: 2.018vw;
  }

  .comments .comments__wrapp .comments__content .content__img {
    margin-bottom: 4.036vw;
    padding-left: 2.018vw;
    padding-right: 2.018vw;
  }

  .comments .comments__wrapp .comments__items {
    padding-bottom: 1.715vw;
    padding-left: 2.018vw;
    padding-right: 2.018vw;
  }

  .comments .comments__wrapp .comments__items .items__wrap .items__quote svg {
    width: 2.018vw;
    height: 2.018vw;
  }

  .comments .comments__wrapp .comments__items .items__share {
    margin-left: 2.119vw;
  }

  .comments .comments__wrapp .comments__items .items__share svg {
    width: 1.816vw;
    height: 2.018vw;
  }

  .comments .comments__wrapp .comments__items .items__like svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  .comments .comments__wrapp .comments__items .items__like span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 0.706vw;
  }

  .comments .comments__wrapp .comments__items .items__dislike {
    margin-left: 1.715vw;
  }

  .comments .comments__wrapp .comments__items .items__dislike svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  .comments .comments__wrapp .comments__items .items__dislike span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 0.706vw;
  }

  .add-comment .add-comment__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .add-comment .add-comment__title .title__icon {
    width: 2.119vw;
    height: 2.119vw;
  }

  .add-comment .add-comment__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .add-comment .add-comment__form {
    padding: 2.018vw;
  }

  .add-comment .add-comment__form .form__group .comment .comment__icon {
    width: 2.018vw;
    height: 1.615vw;
    top: 1.514vw;
    right: 8.073vw;
  }

  .add-comment .add-comment__form .form__group .comment .comment__input {
    height: 4.44vw;
    padding-left: 1.816vw;
    padding-right: 12.109vw;
  }

  .add-comment .add-comment__form .form__group .comment .comment__input::-moz-placeholder {
    font-size: 1.211vw;
  }

  .add-comment .add-comment__form .form__group .comment .comment__input:-ms-input-placeholder {
    font-size: 1.211vw;
  }

  .add-comment .add-comment__form .form__group .comment .comment__input::placeholder {
    font-size: 1.211vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload {
    top: 1.211vw;
    right: 5.045vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload label {
    margin-left: 1.715vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload i {
    font-size: 1.615vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload .smile-upload {
    margin-left: 1.615vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload .smile-upload i {
    font-size: 1.615vw;
  }

  .add-comment .add-comment__form .add-comment__button svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  /*ТУРНИРЫ*/

  .Page_tournamentDetail-content .title_block {
    height: 6.054vw;
    padding: 2.018vw;
  }

  .Page_tournamentDetail-content .title_block .left_content svg {
    margin-right: 1.009vw;
  }

  .Page_tournamentDetail-content .title_block .right_content svg {
    margin-left: 1.009vw;
  }

  .Page_tournamentDetail-content .title_block .right_content .title_text {
    font-size: 1.413vw;
  }

  .Page_tournamentDetail-content .title_block img,
  .Page_tournamentDetail-content .title_block svg {
    width: 2.018vw;
    margin-right: 1.009vw;
  }

  .Page_tournamentDetail-content .title_block .title_text {
    font-size: 1.615vw;
  }

  .Page_tournamentDetail-content .block_replay_content {
    padding: 3.027vw 2.018vw;
  }

  .Page_tournamentDetail-content .block_replay_content .check_registration button {
    width: 50%;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .description_left {
    font-size: 1.211vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-right p {
    font-size: 1.211vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left p {
    font-size: 1.211vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left .gray {
    font-size: 1.413vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left .blue {
    font-size: 1.413vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block {
    margin-top: 2.018vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block p {
    font-size: 1.211vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block .right p {
    font-size: 1.413vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block .right svg {
    width: 1.514vw;
    margin-left: 1.009vw;
  }

  .Page_tournamentDetail-content .title_players {
    height: 6.054vw;
    padding: 0 2.018vw;
  }

  .Page_tournamentDetail-content .title_players .title_playersText {
    font-size: 1.615vw;
  }

  .Page_tournamentDetail-content .title_players a {
    font-size: 1.413vw;
  }

  .Page_tournamentDetail-content .container_players {
    max-height: 22.2vw;
    padding: 2.018vw 0;
  }

  .Page_tournamentDetail-content .container_players .players_content {
    padding: 1.009vw 4.541vw 0.505vw 2.018vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block span {
    font-size: 1.413vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block img {
    margin: 0 1.009vw 0 1.514vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block a {
    width: 17.154vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block a .name_player {
    font-size: 1.413vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .center_block img {
    margin: 0 0.505vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .right_block svg {
    width: 2.018vw;
  }

  .Page_tournamentDetail-content .container_round {
    padding: 2.018vw 2.018vw 1.009vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round {
    padding-bottom: 1.009vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .left_block span {
    font-size: 1.413vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .left_block img {
    margin: 0 1.009vw 0 1.514vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .left_block a .name_player {
    font-size: 1.413vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .center_block .one_player {
    width: 11.1vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .center_block img {
    margin: 0 0.505vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .center_block .blue_span {
    margin: 0 2.523vw 0 2.018vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .right_block a {
    margin-right: 1.009vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .right_block svg {
    width: 2.018vw;
  }

  .Page_tournamentDetail-content .container_players::-webkit-scrollbar {
    width: 1.009vw;
  }

  .Page_tournament-content .title_block {
    height: 6.054vw;
    padding: 2.018vw;
  }

  .Page_tournament-content .title_block .left_content svg {
    margin-right: 1.009vw;
  }

  .Page_tournament-content .title_block .right_content svg {
    margin-left: 1.009vw;
  }

  .Page_tournament-content .title_block .right_content .title_text {
    font-size: 1.413vw;
  }

  .Page_tournament-content .title_block .right_content .lable_select select {
    height: 2.018vw;
    padding-right: 1.413vw;
    font-size: 1.211vw;
  }

  .Page_tournament-content .title_block img,
  .Page_tournament-content .title_block svg {
    width: 2.018vw;
    margin-right: 1.009vw;
  }

  .Page_tournament-content .title_block .title_text {
    font-size: 1.615vw;
  }

  .Page_tournament-content .block_navigationTournament {
    height: 6.054vw;
    padding: 2.018vw;
  }

  .Page_tournament-content .block_navigationTournament a {
    font-size: 1.413vw;
  }

  .Page_tournament-content .tournament_info {
    padding: 2.523vw 2.018vw;
  }

  .Page_tournament-content .tournament_info svg {
    width: 1.009vw;
    margin-right: 1.009vw;
  }

  .Page_tournament-content .tournament_info .place span {
    font-size: 1.413vw;
  }

  .Page_tournament-content .tournament_info .time span {
    font-size: 1.413vw;
  }

  .Page_tournament-content .tournament_info .status span {
    font-size: 1.211vw;
    border-radius: 1.514vw;
    padding: 0.505vw 3.027vw;
  }

  .Page_tournament-content .tournament_info .players {
    font-size: 1.211vw;
  }

  /*ЛУЧШИЕ*/

  .Page_gameBest .title_block {
    height: 6.054vw;
    padding: 2.018vw;
  }

  .Page_gameBest .title_block .left_content svg {
    margin-right: 1.009vw;
  }

  .Page_gameBest .title_block .right_content svg {
    margin-left: 1.009vw;
  }

  .Page_gameBest .title_block .right_content .title_text {
    font-size: 1.413vw;
  }

  .Page_gameBest .title_block img,
  .Page_gameBest .title_block svg {
    width: 2.018vw;
    margin-right: 1.009vw;
  }

  .Page_gameBest .title_block .title_text {
    font-size: 1.615vw;
  }

  .Page_gameBest .title_players {
    padding: 0 2.018vw;
  }

  .Page_gameBest .title_players .title_playersText {
    font-size: 1.615vw;
  }

  .Page_gameBest .title_players a {
    font-size: 1.413vw;
  }

  .Page_gameBest .container_players {
    max-height: 22.2vw;
    padding: 2.018vw 0;
  }

  .Page_gameBest .container_players .players_content {
    padding: 1.009vw 4.541vw 0.505vw 2.018vw;
  }

  .Page_gameBest .container_players .players_content .left_block .number {
    width: 4.036vw;
    height: 2.825vw;
  }

  .Page_gameBest .container_players .players_content .left_block span {
    font-size: 1.413vw;
  }

  .Page_gameBest .container_players .players_content .left_block img {
    margin: 0 1.009vw 0 1.514vw;
    width: 3.027vw;
    border-radius: 50px;
    height: 3.027vw;
  }

  .Page_gameBest .container_players .players_content .left_block a {
    width: 14.127vw;
  }

  .Page_gameBest .container_players .players_content .left_block a .name_player {
    font-size: 1.413vw;
  }

  .Page_gameBest .container_players .players_content .center_block img {
    margin: 0 0.505vw;
  }

  .Page_gameBest .container_players .players_content .right_block svg {
    width: 2.018vw;
  }

  .Page_gameBest .container_players .players_content .right_block p {
    font-size: 1.413vw;
    width: 7.064vw;
    height: 2.825vw;
  }

  .Page_gameBest .container_players::-webkit-scrollbar {
    width: 1.009vw;
  }

  .Page_gameBest .container_players::-webkit-scrollbar-thumb {
    height: 2.523vw;
  }

  /*КАБИНЕТ ПОЛЬЗОВАТЕЛЯ*/

  .gallery .gallery__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .gallery .gallery__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .gallery .gallery__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .gallery .gallery__body {
    padding: 2.523vw;
  }

  .gallery .gallery__body .img-wrapper {
    max-width: 12.109vw;
    padding: 0.505vw;
  }

  .gallery-detail .gallery-detail__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .gallery-detail .gallery-detail__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .gallery-detail .gallery-detail__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .gallery-detail .gallery-detail__body {
    padding: 2.523vw;
  }

  .gallery-detail .gallery-detail__body .body__items {
    margin-bottom: 1.009vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__title p {
    font-size: 1.615vw;
    line-height: 1.917vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__like svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__like span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 0.706vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike {
    margin-left: 1.009vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 0.706vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__reputation-button a {
    width: 15.136vw;
    padding: 0.505vw 1.009vw;
    font-size: 1.615vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__slide-button a {
    height: 3.027vw;
    width: 3.027vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__slide-button a i {
    font-size: 1.816vw;
  }

  .gallery-detail .gallery-detail__body .body__img {
    margin-bottom: 1.514vw;
  }

  .gallery-detail .gallery-detail__body .body__edit-image-form .form-group label {
    font-size: 1.615vw;
  }

  .gallery-detail .gallery-detail__body .body__edit-image-form .form-check {
    margin-bottom: 2.018vw;
  }

  .gallery-detail .gallery-detail__body .body__edit-image-form .form-check label {
    font-size: 1.615vw;
  }

  .user-settings .user-settings__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .user-settings .user-settings__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .user-settings .user-settings__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .user-settings .user-settings__form {
    padding: 2.523vw;
  }

  .user-settings .user-settings__form .upload-avatar .avatar__button-upload {
    margin-left: 0.505vw;
  }

  .user-settings .user-settings__form .upload-avatar .avatar__button-upload label {
    padding-left: 1.009vw;
    padding-right: 1.009vw;
    padding-top: 0.505vw;
    padding-bottom: 0.505vw;
  }

  .user-settings .user-settings__form .form-group label {
    font-size: 1.615vw;
  }

  .user-settings .user-settings__form .form-group .select2 .select2-selection {
    margin-top: 0.807vw;
  }

  .user-settings .user-settings__form .form-group .select2 .select2-selection .select2-selection__rendered {
    padding-top: 0.404vw;
  }

  .user-settings .user-settings__form .form-group .select2 .select2-selection .select2-selection__arrow {
    top: 0.505vw;
  }

  .user-settings .user-settings__form .form-group #user-settings__race {
    margin-top: 0.807vw;
  }

  .user-settings .user-settings__form .form-check {
    margin-bottom: 2.018vw;
  }

  .user-settings .user-settings__form .form-check .form-check-input {
    margin-left: 1.009vw;
  }

  .user-settings .user-settings__form .form-check .form-check-label {
    font-size: 1.615vw;
  }

  .user-replays {
    margin-bottom: 3.431vw;
  }

  .user-replays .user-replays__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .user-replays .user-replays__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .user-replays .user-replays__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .user-replays .user-replays__body {
    padding: 2.018vw;
  }

  .user-replays .user-replays__body .body__wrap {
    margin-bottom: 2.523vw;
  }

  .user-replays .user-replays__body .body__wrap .body__title {
    font-size: 1.413vw;
  }

  .user-replays .user-replays__body .body__wrap .body__numb {
    font-size: 1.413vw;
  }

  .user-replays .user-replays__button {
    padding-left: 2.018vw;
    padding-right: 2.018vw;
    padding-bottom: 2.018vw;
  }

  .user-reputation-history .user-reputation-history__title {
    padding: 2.018vw 1.917vw;
  }

  .user-reputation-history .user-reputation-history__title .title__icon {
    width: 2.119vw;
    height: 2.119vw;
  }

  .user-reputation-history .user-reputation-history__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__like svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__like span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 0.706vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike {
    margin-left: 1.715vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-left: 0.706vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info {
    padding: 1.615vw 2.018vw 1.715vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__nickname {
    font-size: 1.413vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__flag {
    width: 2.018vw;
    height: 2.018vw;
    margin-left: 1.312vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__cube {
    width: 1.615vw;
    height: 1.615vw;
    margin-left: 1.11vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__text {
    font-size: 1.413vw;
    margin-left: 1.211vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__date {
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__content {
    padding: 1.615vw 2.018vw 1.715vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__content .content__title {
    font-size: 1.615vw;
    line-height: 2.422vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__content .content__like svg {
    width: 2.018vw;
    height: 1.816vw;
  }

  .gallery-download .gallery-download__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .gallery-download .gallery-download__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .gallery-download .gallery-download__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .gallery-download .gallery-download__body {
    padding: 2.523vw;
  }

  .gallery-download .gallery-download__body .gallery__form .upload-avatar {
    margin-bottom: 2.018vw;
  }

  .gallery-download .gallery-download__body .gallery__form .upload-avatar .avatar__button-upload {
    margin-left: 0.505vw;
  }

  .gallery-download .gallery-download__body .gallery__form .upload-avatar .avatar__button-upload label {
    height: 37px;
    padding: 0.505vw 1.009vw;
  }

  .gallery-download .gallery-download__body .gallery__form .form-group label {
    font-size: 1.615vw;
  }

  .gallery-download .gallery-download__body .gallery__form .form-check {
    margin-bottom: 2.018vw;
  }

  .gallery-download .gallery-download__body .gallery__form .form-check label {
    font-size: 1.615vw;
  }

  .vote .vote__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .vote .vote__title .title__icon {
    width: 2.119vw;
    height: 2.119vw;
  }

  .vote .vote__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .vote .vote__content .content__header {
    padding-top: 1.615vw;
    padding-bottom: 1.715vw;
    padding-left: 2.018vw;
    padding-right: 2.018vw;
  }

  .vote .vote__content .content__header .header__title {
    font-size: 1.615vw;
  }

  .vote .vote__content .content__body {
    padding-top: 1.615vw;
    padding-bottom: 1.715vw;
    padding-left: 2.018vw;
    padding-right: 2.018vw;
  }

  .vote .vote__content .content__body .vote-form .form-check {
    margin-bottom: 1.514vw;
  }

  .vote .vote__content .content__body .vote-form .form-check label {
    margin-left: 1.009vw;
    font-size: 1.615vw;
  }

  .vote .vote__content .content__body .vote-form .body__button-vote {
    margin-bottom: 1.514vw;
  }

  .vote .vote__content .content__body .view-results .results {
    margin-bottom: 1.514vw;
  }

  .vote .vote__content .content__body .view-results .results span {
    font-size: 1.413vw;
  }

  .vote .vote__content .content__body .view-results .result__total {
    margin-bottom: 1.514vw;
  }

  .vote .vote__content .content__body .view-results .result__total span {
    font-size: 1.413vw;
  }

  .vote .vote__content .content__body .body__view-results .view-results__button {
    font-size: 1.413vw;
  }

  .create-replay {
    margin-bottom: 3.431vw;
  }

  .create-replay .create-replay__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 1.917vw;
  }

  .create-replay .create-replay__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .create-replay .create-replay__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .create-replay .create-replay__form {
    padding: 2.523vw;
  }

  .create-replay .create-replay__form .form-group label {
    font-size: 1.615vw;
  }

  .create-replay .create-replay__form .form-group label select {
    height: 37px;
    margin-top: 0.505vw;
  }

  .create-replay .create-replay__form .form-group .select2 {
    height: 37px;
  }

  .create-replay .create-replay__form .form-group .select2 .select2-selection {
    height: 37px;
    margin-top: 0.505vw;
  }

  .create-replay .create-replay__form .form-group .select2 .select2-selection .select2-selection__rendered {
    padding-top: 0.404vw;
  }

  .create-replay .create-replay__form .form-group .select2 .select2-selection .select2-selection__arrow {
    top: 0.505vw;
  }

  .create-replay .create-replay__form hr {
    margin-top: 2.018vw;
    margin-bottom: 2.018vw;
  }

  .user_friends .row_title {
    padding: 1.514vw 0;
  }

  .user_friends .wrapper_table {
    max-height: 32.291vw;
  }

  .user_friends .wrapper_table .row_users {
    padding: 1.009vw 0;
  }

  .user_friends .wrapper_table .row_users .block_action svg {
    width: 2.018vw;
  }

  .user_friends .wrapper_table .row_users .user_block .name_user {
    max-width: 9.889vw;
  }

  .user_friends .wrapper_table .row_users .user_block .user-avatar {
    width: 5.045vw;
    height: 5.045vw;
    font-size: 2.422vw;
  }

  .user_friends .wrapper_table .row_users .user_block .user-avatar img {
    width: 5.045vw;
    height: 5.045vw;
  }

  .wrapper_table::-webkit-scrollbar {
    width: 1.009vw;
  }

  .wrapper_table::-webkit-scrollbar-thumb {
    height: 22.906vw;
  }

  .user_profile .wrapper {
    margin-bottom: 7.064vw;
  }

  .user_profile .title_Text {
    font-size: 2.5vw;
  }

  .user_profile .title_top_userProfile {
    height: 6.054vw;
    padding: 2.018vw;
  }

  .user_profile .title_top_userProfile .title_Text {
    font-size: 1.615vw;
  }

  .user_profile .title_top_userProfile .more p {
    font-size: 4.036vw;
  }

  .user_profile .userInfo_block {
    padding: 3.027vw 2.018vw;
  }

  .user_profile .userInfo_block .button {
    margin: 3.532vw auto 0;
    padding: 1.009vw;
  }

  .user_profile .userInfo_block .icon_img {
    margin-top: 2.422vw;
  }

  .user_profile .userInfo_block .icon_img svg {
    width: 3.027vw;
  }

  .user_profile .userInfo_block .container_information .userText_block {
    margin-bottom: 1.514vw;
  }

  .user_profile .userInfo_block .container_information .userText_block .title {
    font-size: 1.816vw;
    padding-right: 4.036vw;
  }

  .user_profile .userInfo_block .container_information .userText_block .date {
    font-size: 1.211vw;
  }

  .user_profile .userInfo_block .container_information .information_block {
    padding-top: 1.009vw;
  }

  .user_profile .userInfo_block .container_information .information_block .left_block span {
    font-size: 1.211vw;
  }

  .user_profile .userInfo_block .container_information .information_block .right_block span {
    font-size: 1.413vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information,
  .user_profile .block_userInformation .container_right .wrapper_contacts {
    padding: 2.018vw 2.018vw 1.009vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact {
    padding-bottom: 1.009vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform .left_block span,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact .left_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .left_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .left_block span {
    font-size: 1.211vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform .right_block span,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact .right_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .right_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .right_block span {
    font-size: 1.413vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform .right_block .small,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact .right_block .small,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .right_block .small,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .right_block .small {
    font-size: 1.211vw;
  }

  .user_profile .block_userInformation .container_right .block_armor {
    padding: 2.018vw 2.018vw 1.009vw;
  }

  .user_profile .block_userInformation .container_right .block_armor .armor_info {
    padding-bottom: 1.009vw;
  }

  .user_profile .block_userInformation .container_right .block_armor svg {
    width: 1.715vw;
    margin-right: 1.009vw;
  }

  .user_profile .block_userInformation .friends_block {
    padding: 2.523vw;
    max-height: 30.272vw;
    margin-right: 0.505vw;
  }

  .user_profile .block_userInformation .friends_block .friends {
    padding-bottom: 1.009vw;
  }

  .user_profile .block_userInformation .friends_block .friends .left_block .name_player {
    margin-left: 1.009vw;
    max-width: 10.091vw;
  }

  .user_profile .friends_block::-webkit-scrollbar {
    width: 0.706vw;
  }

  .user_profile .friends_block::-webkit-scrollbar-thumb {
    height: 2.523vw;
  }

  .page_replay .title_block .title_text {
    max-width: 40vw;
  }

  .page_replay .title_block .right_block a {
    font-size: 1.413vw;
    margin-left: 1.009vw;
  }

  .page_replay .title_block .right_block span {
    font-size: 1.211vw;
  }

  .page_replay .title_block .right_block .block_minerals_icons .title__text {
    font-size: 1.413vw;
  }

  .page_replay .title_block_gray {
    padding: 1.514vw;
  }

  .page_replay .title_block_gray span {
    font-size: 1.615vw;
  }

  .page_replay .title_block_gray svg {
    width: 1.514vw;
  }

  .page_replay .title_block_gray .title_top div {
    font-size: 1.171vw;
  }

  .page_replay .title_block_gray .right_block .comment_count {
    margin-right: 1.009vw;
  }

  .page_replay .replay-content {
    padding-bottom: 1.514vw;
    padding-top: 2.018vw;
  }

  .page_replay .replay-content .content_left span {
    font-size: 1.413vw;
  }

  .page_replay .replay-content .content_left .left_block {
    padding: 0.505vw 1.009vw;
  }

  .page_replay .replay-content .content_left .right_block {
    padding: 0.505vw 1.009vw;
  }

  .page_replay .replay-content .content_left .right_block img {
    width: 1.514vw;
    height: 1.514vw;
    border-radius: 5.045vw;
  }

  .page_replay .replay-content .content_right .title {
    font-size: 1.615vw;
  }

  .page_replay .replay-content .content_right img {
    margin: 2.018vw 0 3.633vw;
  }

  .page_replay .replay-content .content_right .replay-rating {
    margin-bottom: 1.009vw;
  }

  .page_replay .replay-content .content_right .replay-rating svg {
    width: 1.514vw;
  }

  .page_replay .replay-content .content_right .replay-rating span {
    font-size: 1.211vw;
  }

  .page_replay .replay-content .content_right .replay-download svg {
    width: 1.514vw;
  }

  .page_replay .replay-content .content_right .replay-download a span {
    font-size: 1.413vw;
  }

  .page_replay .replay-content .content_right .replay-download a .download {
    margin-left: 1.009vw;
  }

  .modal_tournament h5 {
    font-size: 1.615vw;
  }

  .modal_tournament .title_block_gray {
    padding: 1.009vw;
  }

  .modal_tournament .title_block .title_text {
    font-size: 1.413vw;
  }

  .modal_tournament .small_block .content {
    padding: 1.009vw;
    margin-top: 1.009vw;
  }

  .modal_tournament .small_block .left_content span {
    font-size: 1.413vw;
  }

  .modal_tournament .small_block .left_content svg {
    width: 2.018vw;
  }

  .modal_tournament .big_block .container_map img {
    height: 15.136vw;
  }

  .my-topics {
    margin-bottom: 2.018vw;
  }

  .my-topics .my-topics__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 2.018vw;
  }

  .my-topics .my-topics__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .my-topics .my-topics__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .my-topics .my-topics__accordion .accordion-button {
    padding: 1.816vw;
    font-size: 1.514vw;
  }

  .my-topics .my-topics__accordion .accordion-button:after {
    margin-left: 0.505vw;
  }

  .my-topics .my-topics__accordion .panel {
    padding: 0 1.816vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header {
    margin-top: 1.514vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__link {
    font-size: 1.211vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-right: 0.505vw;
    margin-left: 0.505vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__icon {
    width: 1.514vw;
    height: 1.312vw;
    margin-right: 0.505vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__info {
    margin-left: 1.009vw;
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__body {
    margin-bottom: 1.514vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__body .body__comment {
    font-size: 1.615vw;
    line-height: 2.422vw;
    margin-bottom: 1.514vw;
    margin-top: 1.514vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer {
    margin-bottom: 1.009vw;
    padding-bottom: 1.514vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items {
    margin-right: 1.514vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items svg {
    width: 1.615vw;
    height: 1.615vw;
    margin-right: 0.706vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items span {
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .rate {
    width: 15.136vw;
    padding: 0.505vw 1.009vw;
    font-size: 1.211vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .item__later svg {
    width: 2.018vw;
    height: 2.018vw;
  }

  .password-recovery .password-recovery__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 2.018vw;
  }

  .password-recovery .password-recovery__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .password-recovery .password-recovery__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .password-recovery .password-recovery__form {
    padding: 2.523vw;
  }

  .get-recovery-link .get-recovery-link__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 2.018vw;
  }

  .get-recovery-link .get-recovery-link__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .get-recovery-link .get-recovery-link__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .get-recovery-link .get-recovery-link__form {
    padding: 2.523vw;
  }

  .my-post {
    margin-bottom: 2.018vw;
  }

  .my-post .my-post__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 2.018vw;
  }

  .my-post .my-post__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .my-post .my-post__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .my-post .my-post__accordion .accordion-button {
    padding: 1.816vw;
    font-size: 1.514vw;
  }

  .my-post .my-post__accordion .accordion-button:after {
    margin-left: 0.505vw;
  }

  .my-post .my-post__accordion .panel {
    padding: 0 1.816vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__header {
    margin-top: 1.514vw;
    padding-bottom: 1.009vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__header .header__items .items__icon {
    width: 1.514vw;
    height: 1.312vw;
    margin-right: 0.505vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__header .header__items .items__info {
    margin-left: 1.009vw;
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body {
    margin-bottom: 1.514vw;
    padding-bottom: 1.514vw;
    padding-top: 1.514vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body .body__numb {
    font-size: 1.413vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body .body__nick {
    font-size: 1.413vw;
    margin-left: 1.009vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body .body__text {
    font-size: 1.615vw;
  }

  .reputation-info .reputation-info__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 2.018vw;
  }

  .reputation-info .reputation-info__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .reputation-info .reputation-info__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .reputation-info .reputation-info__body .panel {
    padding: 0 1.816vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header {
    padding-top: 1.009vw;
    padding-bottom: 1.009vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items .items__link {
    font-size: 1.211vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items span {
    font-size: 1.211vw;
    line-height: 1.917vw;
    margin-right: 0.505vw;
    margin-left: 0.505vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items .items__icon {
    width: 1.514vw;
    height: 1.312vw;
    margin-right: 0.505vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items .items__info {
    margin-left: 1.009vw;
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .reputation-info .reputation-info__body .panel .panel__body {
    margin-bottom: 1.514vw;
  }

  .reputation-info .reputation-info__body .panel .panel__body .body__comment {
    font-size: 1.615vw;
    line-height: 2.422vw;
    margin-bottom: 1.514vw;
    margin-top: 1.514vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer {
    margin-bottom: 1.009vw;
    padding-bottom: 1.514vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items {
    margin-right: 1.514vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items svg {
    width: 1.615vw;
    height: 1.615vw;
    margin-right: 0.706vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items span {
    font-size: 1.211vw;
    line-height: 1.917vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .rate {
    width: 15.136vw;
    padding: 0.505vw 1.009vw;
    font-size: 1.211vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .item__later svg {
    width: 2.018vw;
    height: 2.018vw;
  }

  .create-topic .create-topic__title {
    padding-top: 2.018vw;
    padding-bottom: 2.018vw;
    padding-left: 2.018vw;
  }

  .create-topic .create-topic__title .title__icon {
    width: 2.018vw;
    height: 2.018vw;
  }

  .create-topic .create-topic__title .title__text {
    font-size: 1.615vw;
    margin-left: 1.715vw;
  }

  .create-topic .create-topic__form {
    padding: 2.523vw;
  }

  .create-topic .create-topic__form .upload-image {
    margin-bottom: 1.615vw;
  }

  .create-topic .create-topic__form .upload-image p {
    font-size: 1.615vw;
    margin-bottom: 0.807vw;
  }

  .create-topic .create-topic__form .form-group #create-topic__section {
    margin-top: 0.807vw;
  }

  ::-moz-placeholder {
    font-size: 12px;
  }

  :-ms-input-placeholder {
    font-size: 12px;
  }

  ::placeholder {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .fileUpload span {
    font-size: 2.8vw;
  }

  .user_bar {
    top: 15px;
    bottom: auto;
    right: 50px;
  }

  .title_block {
    padding: 3.472vw;
    min-height: 10.417vw;
  }

  .title_block img,
  .title_block svg {
    width: 3.472vw;
  }

  .title_block .title_text {
    font-size: 3.778vw;
    margin: 0 0 0 3.472vw;
  }

  .title_top {
    height: 10.417vw;
    padding: 3.472vw;
  }

  .title_top .title_Text {
    font-size: 3.778vw;
  }

  .title_top .more p {
    font-size: 6.944vw;
  }

  .button {
    font-size: 2.083vw;
    padding-top: 2.257vw;
  }

  .title_block_gray {
    padding: 3.472vw;
  }

  .title_block_gray .title_text {
    font-size: 3.778vw;
  }

  .title_block_gray .more p {
    font-size: 6.944vw;
  }

  .header_row {
    flex-direction: row-reverse;
  }

  .header_row .logotype {
    display: flex;
    align-items: center;
  }

  .header_row .logotype img {
    width: 55% !important;
    padding-left: 3.472vw;
  }

  .header_row .mode {
    position: absolute;
    right: 10%;
    bottom: 58%;
  }

  .header_row .logo {
    justify-content: center;
  }

  .header_row .main_menu {
    position: inherit !important;
  }

  .header_row .icon_bars {
    display: block !important;
    width: 5.208vw !important;
  }

  .header_row .cabinet {
    display: flex !important;
  }

  .header_row .cabinet .icon_cabinet {
    width: 5.208vw !important;
  }

  .header_row .button_input {
    margin-left: 3.472vw;
  }

  .header_row .button_input .search_input {
    margin-left: 0 !important;
    min-width: 77vw !important;
  }

  .header_row .button_input ::-moz-placeholder {
    font-size: 3.5vw;
    color: transparent;
  }

  .header_row .button_input :-ms-input-placeholder {
    font-size: 3.5vw;
    color: transparent;
  }

  .header_row .button_input ::placeholder {
    font-size: 3.5vw;
    color: transparent;
  }

  .header_row .burger_menu {
    display: block !important;
  }

  .header_row .burger_menu .menu_bar {
    width: 9.681vw !important;
  }

  .mob_menu .btn-round {
    width: 50px;
    height: 50px;
  }

  .mob_menu .close {
    width: 25px;
    height: 25px;
  }

  .mob_menu .nav-wrapper {
    padding: 15px;
  }

  .mob_menu .nav-wrapper .main_punkt {
    margin-top: 0;
  }

  .mob_menu .nav-wrapper .nav_item {
    font-size: 3.615vw;
  }

  .breadcrumb {
    padding-top: 4.514vw;
    padding-bottom: 4.34vw;
  }

  .breadcrumb .breadcrumb-item {
    font-size: 3.125vw;
    font-weight: 300;
    line-height: 3.299vw;
  }

  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.5rem;
  }

  .breadcrumb .breadcrumb-item.active {
    font-size: 3.125vw;
    font-weight: 300;
    line-height: 3.299vw;
  }

  .mob_menu .nav-wrapper .nav_item {
    font-size: 4.615vw;
  }

  .popup_chat .title_block .btn_close {
    font-size: 4.34vw;
  }

  .popup_chat .popup_contant {
    max-height: calc(100vh - 24.306vw) !important;
    min-height: calc(100vh - 24.306vw) !important;
  }

  .popup_chat .modal-content {
    border: 0;
  }

  .popup_chat .modal-content .row_contentChat {
    padding: 2.604vw 1.736vw 0;
  }

  .popup_contant::-webkit-scrollbar {
    width: 1.736vw;
  }

  .popup_contant::-webkit-scrollbar-thumb {
    border-radius: 0.694vw;
    height: 39.41vw;
  }

  .block_chat-twitch {
    padding-bottom: 6.944vw;
  }

  .block_chat-twitch #appchat {
    width: 100% !important;
  }

  .block_chat-twitch .btn_theatre_mode {
    display: none;
  }

  .block_chat-twitch .block_chat {
    padding-bottom: 3.472vw;
  }

  .block_chat-twitch .title_Text {
    font-size: 2.778vw;
    padding: 0 0 0 3.472vw;
  }

  .block_chat-twitch .text_support {
    font-size: 3.125vw;
  }

  .block_chat-twitch .container_titleChat {
    height: 10.417vw;
  }

  .block_chat-twitch .container_titleChat .content_right button svg {
    width: 6.076vw;
  }

  .block_chat-twitch .main_container {
    display: block;
  }

  .block_chat-twitch .block_chat {
    padding-bottom: 2.016vw;
    width: 100%;
  }

  .block_chat-twitch .block_stream_list {
    width: 100% !important;
  }

  .block_chat-twitch .messanger {
    max-height: 107.639vw;
  }

  .block_chat-twitch .login_block {
    padding: 6.944vw 0;
  }

  .block_chat-twitch .login_block a {
    font-size: 4.431vw;
  }

  .block_chat-twitch .row_contentChat {
    padding: 5.208vw 1.736vw 0;
  }

  .block_chat-twitch .row_contentChat svg {
    height: 2.604vw;
    width: 2.604vw;
  }

  .block_chat-twitch .row_contentChat .block_user_akk .blue_text {
    font-size: 4.431vw;
    max-width: 35vw !important;
  }

  .block_chat-twitch .row_contentChat .block_user_akk .number_mess {
    font-size: 4.431vw;
    max-width: 20vw !important;
  }

  .block_chat-twitch .row_contentChat .block_user_akk .user {
    min-width: 27.778vw;
  }

  .block_chat-twitch .row_contentChat .block_date {
    font-size: 2.431vw;
  }

  .block_chat-twitch .row_contentChat .block_userMessage {
    padding: 3.472vw 0;
  }

  .block_chat-twitch .row_contentChat .block_userMessage .user_nick {
    font-size: 2.431vw;
  }

  .block_chat-twitch .row_contentChat .block_userMessage img {
    padding: 1.736vw 0;
  }

  .block_chat-twitch .title_video {
    height: 10.417vw;
  }

  .block_chat-twitch .title_video .video_header img {
    margin-right: 3.472vw;
    width: 6vw;
  }

  .block_chat-twitch .title_video .video_header .left_block svg {
    width: 8.076vw;
  }

  .block_chat-twitch .title_video .video_header .right_block svg {
    width: 8.076vw;
    margin-right: 1.736vw;
  }

  .block_chat-twitch .video_twitch {
    padding: 6.944vw 0;
    height: 100.681vw;
  }

  .messanger::-webkit-scrollbar {
    width: 1.736vw;
  }

  .messanger::-webkit-scrollbar-thumb {
    height: 39.41vw;
  }

  .breaking-news .breaking-news__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .breaking-news .breaking-news__title .title__icon {
    width: 3.257vw;
    height: auto;
  }

  .breaking-news .breaking-news__title .title__text {
    font-size: 3.778vw;
    margin-left: 2.951vw;
  }

  .breaking-news .breaking-news__news-card {
    padding-left: 3.819vw;
    padding-right: 3.819vw;
    padding-top: 4.34vw;
  }

  .breaking-news .breaking-news__news-card .card-body a {
    font-size: 3.025vw !important;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author {
    margin-bottom: 3.125vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author .author__avatar {
    width: 4.861vw;
    height: 4.861vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author .author__nickname {
    font-size: 3.431vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__author .author__date {
    margin-left: auto;
    font-size: 3.083vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__title {
    font-size: 3.778vw;
    line-height: 3.299vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__text {
    font-size: 3.431vw;
  }

  .breaking-news .breaking-news__news-card .card-body p {
    font-size: 3.431vw;
  }

  .breaking-news .breaking-news__news-card .card-body a {
    font-size: 3.431vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items {
    margin-bottom: 3.125vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__comment {
    display: flex;
    align-items: center;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__comment svg {
    width: 2.91vw;
    height: 2.91vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__comment span {
    font-size: 3.083vw;
    line-height: 3.299vw;
    margin-left: 2.083vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__share {
    margin-left: 6.076vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__share svg {
    width: 3.125vw;
    height: 3.472vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__watch {
    display: flex;
    align-items: center;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__watch svg {
    width: 2.91vw;
    height: 2.91vw;
  }

  .breaking-news .breaking-news__news-card .card-body .card-body__items .items__watch span {
    margin-left: 2.083vw;
    font-size: 3.083vw;
    line-height: 3.299vw;
  }

  .breaking-news__numb-pages {
    margin-top: 4.34vw;
    margin-bottom: 1.389vw;
  }

  .breaking-news__numb-pages .numb-pages {
    font-size: 3.083vw;
    line-height: 3.299vw;
  }

  .block_tournament .block_futureTournament .information_text {
    font-size: 3.778vw;
    padding: 8.681vw 0 0 0;
    margin: 0;
  }

  .block_tournament .block_futureTournament .button {
    margin: 6.944vw auto;
    padding: 0.868vw;
  }

  .my-topics {
    border-radius: 0.868vw;
    margin-bottom: 3.472vw;
  }

  .my-topics .my-topics__title {
    border-radius: 0.868vw 0.868vw 0 0;
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .my-topics .my-topics__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .my-topics .my-topics__title .title__text {
    font-size: 3.778vw;
    margin-left: 0.951vw;
  }

  .my-topics .my-topics__accordion {
    /* Style the accordion panel. Note: hidden by default */
  }

  .my-topics .my-topics__accordion .accordion-button {
    padding: 3.125vw;
    font-size: 3.868vw;
  }

  .my-topics .my-topics__accordion .accordion-button:after {
    margin-left: 0.868vw;
  }

  .my-topics .my-topics__accordion .panel {
    padding: 0 3.125vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header {
    margin-top: 1.868vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items {
    max-width: 50%;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__link {
    font-size: 3.083vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__link p {
    margin-bottom: 5px;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items span {
    font-size: 3.083vw;
    line-height: 3.299vw;
    margin-right: 0.868vw;
    margin-left: 0.868vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__icon {
    width: 10.868vw;
    height: 2.257vw;
    margin-right: 0.868vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__header .header__items .items__info {
    margin-left: 1.736vw;
    font-size: 3.083vw;
    line-height: 3.299vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__body {
    margin-bottom: 2.868vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__body .body__comment {
    font-size: 3.778vw;
    line-height: 4.167vw;
    margin-bottom: 2.868vw;
    margin-top: 2.868vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer {
    margin-bottom: 1.736vw;
    padding-bottom: 2.868vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items {
    margin-right: 2.868vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items svg {
    width: 2.778vw;
    height: 2.778vw;
    margin-right: 1.215vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .items__items span {
    font-size: 3.083vw;
    line-height: 3.299vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .rate {
    border-radius: 0.694vw;
    width: 26.042vw;
    padding: 0.868vw 1.736vw;
    font-size: 2.083vw;
  }

  .my-topics .my-topics__accordion .panel .panel__wrap .panel__footer .footer__item .item__later svg {
    width: 3.472vw;
    height: 3.472vw;
  }

  .password-recovery .password-recovery__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .password-recovery .password-recovery__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .password-recovery .password-recovery__title .title__text {
    font-size: 3.778vw;
    margin-left: 2.778vw;
  }

  .password-recovery .password-recovery__form {
    padding: 4.34vw;
  }

  .get-recovery-link .get-recovery-link__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .get-recovery-link .get-recovery-link__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .get-recovery-link .get-recovery-link__title .title__text {
    font-size: 3.778vw;
    margin-left: 2.951vw;
  }

  .get-recovery-link .get-recovery-link__form {
    padding: 4.34vw;
  }

  .block_replay .container_btn .button {
    margin: 3.472vw auto 6.944vw;
    padding: 0.868vw;
  }

  .block_replay .title_top {
    margin-bottom: 4.34vw;
  }

  .block_replay .row_game {
    padding: 1.736vw;
    margin-bottom: 2.604vw;
  }

  .block_replay .row_game .game_oneSection {
    margin-bottom: 3.009vw;
  }

  .block_replay .row_game .name_game p {
    font-size: 2.931vw;
    margin: 0px 0 0.868vw 0;
  }

  .block_replay .row_game .content_game {
    margin-bottom: 0.868vw;
  }

  .block_replay .row_game .content_game img {
    width: 2.778vw;
    height: 2.604vw;
    margin: 0.868vw;
  }

  .block_replay .row_game .content_game .text_matchap {
    font-size: 2.083vw;
    margin: 0 1.563vw;
  }

  .block_replay .row_game .content_game .text {
    font-size: 2.53vw;
  }

  .block_lastNews .block_futureTournament {
    padding: 4.34vw 2.604vw 0;
  }

  .block_lastNews .block_futureTournament .href_tournament {
    font-size: 3.431vw;
    padding-bottom: 2.604vw;
  }

  .block_top .block_topUsers {
    padding: 4.34vw;
  }

  .block_top .block_topUsers .content_code p {
    font-size: 3.431vw;
  }

  .block_top .block_topUsers .content_img img,
  .block_top .block_topUsers .content_img svg {
    margin-right: 0.868vw;
  }

  .block_top .block_topUsers .content_login p {
    font-size: 3.431vw;
    max-width: 30.306vw;
  }

  .gocu-replays .gocu-replays__subtitle .subtitle__name {
    font-size: 3vw;
  }

  .gocu-replays .gocu-replays__subtitle .subtitle__name div {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gocu-replays .gocu-replays__subtitle .subtitle__date {
    font-size: 3vw;
    min-width: 110px;
  }

  .gocu-replays .gocu-replays__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .gocu-replays .gocu-replays__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .gocu-replays .gocu-replays__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .gocu-replays .gocu-replays__title .title__game-period {
    margin-right: 3.472vw;
  }

  .gocu-replays .gocu-replays__title .title__game-period select {
    height: 3.472vw;
    padding-right: 2.431vw;
    font-size: 2.083vw;
  }

  .gocu-replays .gocu-replays__match {
    padding: 0 3.472vw;
  }

  .gocu-replays .gocu-replays__match .match__author {
    display: flex;
    align-items: baseline;
    padding: 3.472vw 0;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__info svg {
    width: 3.646vw;
    height: 3.646vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__nickname {
    font-size: 3vw;
    margin-left: 2.257vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__replay-item {
    font-size: 3.083vw;
    line-height: 5.208vw;
    margin-left: 2.083vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__info .comment-author__date {
    font-size: 2.083vw;
    line-height: 3.299vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons svg {
    width: 3.646vw;
    height: 3.646vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons span {
    font-size: 3.083vw;
    line-height: 3.299vw;
    margin-left: 1.736vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__comment svg,
  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download svg {
    width: 3.646vw;
    height: 3.646vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__comment span,
  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download span {
    font-size: 3.083vw;
    line-height: 3.299vw;
    margin-left: 1.736vw;
  }

  .gocu-replays .gocu-replays__match .match__author .subtitle__icons .items__download {
    margin-left: 4.34vw;
  }

  .gocu-replays .gocu-replays__match .match__comment {
    font-size: 3.778vw;
    padding-left: 3.472vw;
    padding-right: 3.472vw;
  }

  .gocu-replays .gocu-replays__match .match__info {
    padding: 3.472vw 0;
    display: flex;
    align-items: flex-start;
  }

  .gocu-replays .gocu-replays__match .match__info .info__country {
    max-width: 130px;
  }

  .gocu-replays .gocu-replays__match .match__info .info__country .country-first {
    margin-left: 1.042vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__country img {
    width: 4.604vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__wins {
    width: 110px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
  }

  .gocu-replays .gocu-replays__match .match__info .info__match-up {
    max-width: 130px;
  }

  .gocu-replays .gocu-replays__match .match__info .info__match-up .match-up__versus {
    margin-left: 0.868vw;
    margin-right: 0.868vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__match-up .match-up__name {
    font-size: 2.431vw;
    line-height: 3.299vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__match-up .name__first {
    margin-left: 2.431vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__maps {
    max-width: 130px;
  }

  .gocu-replays .gocu-replays__match .match__info .info__maps .maps__name {
    font-size: 3.431vw;
    margin-left: 2.083vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__wins svg {
    width: 5.5vw;
    height: 5.5vw;
  }

  .gocu-replays .gocu-replays__match .match__info .info__wins .wins__text {
    margin-left: 1.736vw;
  }

  .gocu-replays .gocu-replays__match .match__info .country__text,
  .gocu-replays .gocu-replays__match .match__info .match-up__text,
  .gocu-replays .gocu-replays__match .match__info .maps__text,
  .gocu-replays .gocu-replays__match .match__info .wins__text {
    font-size: 4.583vw;
    line-height: 2.257vw;
  }

  .gocu-replays__numb-pages {
    margin-top: 4.34vw;
    margin-bottom: 1.389vw;
  }

  .gocu-replays__numb-pages .numb-pages {
    font-size: 2.083vw;
    line-height: 3.299vw;
  }

  .replays {
    margin-bottom: 5.903vw;
  }

  .replays .replays__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .replays .replays__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .replays .replays__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .replays .replays__accordion .accordion__topic .topic__header .header__title {
    font-size: 3.778vw;
    line-height: 4.861vw;
  }

  .replays .replays__accordion .accordion__topic .topic__header .fa-ellipsis-h {
    font-size: 3.778vw;
  }

  .replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap {
    margin-bottom: 4.34vw;
  }

  .replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap .body__title {
    font-size: 3.431vw;
  }

  .replays .replays__accordion .accordion__topic .topic__body .card-body .body__wrap .body__numb {
    font-size: 3.431vw;
  }

  .search .search__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .search .search__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .search .search__title .title__text {
    font-size: 3.778vw;
    margin-left: 2.951vw;
  }

  .search .search__body {
    padding: 3.472vw;
  }

  .search .search__body label {
    margin-bottom: 4.34vw;
    font-size: 3.9vw;
  }

  .search .search__body label input {
    height: 7.639vw;
    padding-left: 3.472vw;
  }

  .search .search__body label ::-moz-placeholder {
    font-size: 3.5vw;
  }

  .search .search__body label :-ms-input-placeholder {
    font-size: 3.5vw;
  }

  .search .search__body label ::placeholder {
    font-size: 3.5vw;
  }

  .search .search__body label select {
    height: 7.639vw;
    padding-left: 3.472vw;
    margin-top: 1.736vw;
    background-position: center right 3.472vw;
    font-size: 3.5vw;
  }

  .search .search__body .body__button-search {
    margin-top: 3.472vw;
    margin-bottom: 2.431vw;
  }

  .search .search__body .body__button-search .button {
    font-size: 3.082vw;
  }

  .forum-topics .forum-topics__title {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 3.299vw;
  }

  .forum-topics .forum-topics__title .title__icon {
    width: 4.472vw;
  }

  .forum-topics .forum-topics__title .title__text {
    font-size: 3.778vw;
    margin-left: 2.951vw;
  }

  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .header__title {
    font-size: 3.778vw;
    line-height: 4.861vw;
  }

  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .fa-chevron-down,
  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .fa-ellipsis-h {
    font-size: 3.778vw;
  }

  .Page_tournament-content .title_block {
    height: 10.417vw;
    padding: 3.472vw;
  }

  .Page_tournament-content .title_block .left_content svg {
    margin-right: 1.736vw;
  }

  .Page_tournament-content .title_block .right_content svg {
    margin-left: 1.736vw;
  }

  .Page_tournament-content .title_block .right_content .lable_select select {
    padding-right: 3.431vw;
    font-size: 2.7vw;
    height: auto;
  }

  .Page_tournament-content .title_block img,
  .Page_tournament-content .title_block svg {
    width: 3.472vw;
    margin-right: 1.736vw;
  }

  .Page_tournament-content .title_block .title_text {
    font-size: 3vw;
  }

  .Page_tournament-content .block_navigationTournament {
    height: 10.417vw;
    padding: 3.472vw;
  }

  .Page_tournament-content .block_navigationTournament a {
    font-size: 2.778vw;
  }

  .Page_tournament-content .tournament_info {
    padding: 3.472vw 3.472vw;
  }

  .Page_tournament-content .tournament_info svg {
    width: 4vw;
    margin-right: 1.736vw;
  }

  .Page_tournament-content .tournament_info .place span {
    font-size: 3vw;
  }

  .Page_tournament-content .tournament_info .time span {
    font-size: 3vw;
  }

  .Page_tournament-content .tournament_info .status span {
    font-size: 2.5vw;
    border-radius: 2.604vw;
    padding: 0.868vw 3.208vw;
  }

  .Page_tournament-content .tournament_info .palayers span {
    margin-left: 1.736vw;
    font-size: 3.083vw;
  }

  .Page_tournamentDetail-content .title_block {
    height: 10.417vw;
    padding: 3.472vw;
  }

  .Page_tournamentDetail-content .title_block .left_content svg {
    margin-right: 1.736vw;
  }

  .Page_tournamentDetail-content .title_block .right_content svg {
    margin-left: 1.736vw;
  }

  .Page_tournamentDetail-content .title_block img,
  .Page_tournamentDetail-content .title_block svg {
    width: 3.472vw;
    margin-right: 1.736vw;
  }

  .Page_tournamentDetail-content .title_block .title_text {
    font-size: 2.778vw;
  }

  .Page_tournamentDetail-content .block_replay_content {
    padding: 30px 3.472vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .description_left {
    font-size: 2.083vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-right p {
    font-size: 3.083vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left p {
    font-size: 3.083vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left .gray {
    font-size: 3.431vw;
    font-weight: 400;
  }

  .Page_tournamentDetail-content .block_replay_content .block_left .container_block .replay-desc-left .blue {
    font-size: 3.431vw;
    font-weight: 400;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block {
    margin-top: 3.472vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block p {
    font-size: 3.083vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block .right p,
  .Page_tournamentDetail-content .block_replay_content .block_right .container_block .right span {
    font-size: 3vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block .right svg {
    width: 3.604vw;
  }

  .Page_tournamentDetail-content .block_replay_content .block_right .container_block .left p,
  .Page_tournamentDetail-content .block_replay_content .block_right .container_block .left span {
    font-size: 3vw;
  }

  .Page_tournamentDetail-content .title_players {
    padding: 5.472vw;
  }

  .Page_tournamentDetail-content .title_players .title_playersText {
    font-size: 3.778vw;
  }

  .Page_tournamentDetail-content .title_players a {
    font-size: 3.083vw;
    font-weight: 600;
  }

  .Page_tournamentDetail-content .container_players {
    max-height: 220px;
    padding: 3.472vw 0;
  }

  .Page_tournamentDetail-content .container_players .players_content {
    padding: 1.736vw 45px 0.868vw 3.472vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block {
    align-items: center;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block span {
    font-size: 3.431vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block img {
    margin: 0 1.736vw 0 2.604vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block a {
    width: 29.514vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .left_block a .name_player {
    font-size: 3.431vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .center_block img {
    margin: 0 0.868vw;
  }

  .Page_tournamentDetail-content .container_players .players_content .right_block svg {
    width: 3.472vw;
  }

  .Page_tournamentDetail-content .container_round {
    padding: 3.472vw 3.472vw 1.736vw;
  }

  .Page_tournamentDetail-content .container_round span {
    font-size: 3.431vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round {
    padding-bottom: 1.736vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .left_block {
    padding: 0;
  }

  .Page_tournamentDetail-content .container_round .winner_round .left_block span {
    font-size: 3.431vw;
    margin-left: 1.736vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .left_block img {
    margin: 0 1.736vw 0 2.604vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .left_block a .name_player {
    font-size: 2.431vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .center_block {
    padding: 0;
    justify-content: flex-start;
  }

  .Page_tournamentDetail-content .container_round .winner_round .center_block .one_player {
    width: 19.097vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .center_block img {
    margin: 0 0.868vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .right_block {
    padding: 0;
  }

  .Page_tournamentDetail-content .container_round .winner_round .right_block a {
    margin-right: 1.736vw;
  }

  .Page_tournamentDetail-content .container_round .winner_round .right_block svg {
    width: 3.472vw;
  }

  .Page_tournamentDetail-content .container_players::-webkit-scrollbar {
    width: 1.736vw;
  }

  .Page_tournamentDetail-content .container_players::-webkit-scrollbar-thumb {
    border-radius: 4px;
    height: 4.34vw;
  }

  .modal_tournament modal-dialog {
    width: 80%;
  }

  .modal_tournament h5 {
    font-size: 3.778vw;
  }

  .modal_tournament .title_block_gray {
    padding: 1.736vw;
  }

  .modal_tournament .title_block .title_text {
    font-size: 3.431vw;
  }

  .modal_tournament .small_block .content {
    padding: 1.736vw;
    margin-top: 1.736vw;
  }

  .modal_tournament .small_block .left_content span {
    font-size: 2vw;
  }

  .modal_tournament .small_block .left_content svg {
    width: 4.472vw;
  }

  .modal_tournament .big_block .container_map img {
    height: 26.042vw;
  }

  .page_replay {
    padding: 2.472vw;
  }

  .page_replay .title_block .title_text {
    font-size: 3.283vw;
  }

  .page_replay .title_block .title_text p {
    font-size: 3.283vw;
    max-width: 60px;
  }

  .page_replay .title_block .right_block a {
    max-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 3.283vw;
    margin-left: 1.736vw;
  }

  .page_replay .title_block .right_block span {
    font-size: 3.778vw;
  }

  .page_replay .title_block .right_block .icon_bars {
    margin-left: 0.868vw;
  }

  .page_replay .title_block .right_block .block_minerals_icons .title__text {
    font-size: 3.431vw;
  }

  .page_replay .title_block_gray {
    padding: 2.604vw;
  }

  .page_replay .title_block_gray span {
    font-size: 3.431vw;
  }

  .page_replay .title_block_gray svg {
    width: 3.604vw;
  }

  .page_replay .title_block_gray .title_top div {
    font-size: 3.431vw;
  }

  .page_replay .title_block_gray .right_block a .comment_count {
    margin-right: 1.736vw;
  }

  .page_replay .title_block_gray .replay-content {
    padding-bottom: 2.604vw;
    padding-top: 3.472vw;
  }

  .page_replay .title_block_gray .replay-content .content_left span {
    font-size: 2.431vw;
  }

  .page_replay .title_block_gray .replay-content .content_left .left_block {
    padding: 0.868vw 1.736vw;
  }

  .page_replay .title_block_gray .replay-content .content_left .right_block {
    padding: 0.868vw 1.736vw;
  }

  .page_replay .title_block_gray .replay-content .content_left .right_block img {
    width: 2.604vw;
    height: 2.604vw;
    border-radius: 8.681vw;
  }

  .page_replay .title_block_gray .replay-content .content_right .title {
    font-size: 2.778vw;
  }

  .page_replay .title_block_gray .replay-content .content_right img {
    margin: 3.472vw 0 36px;
  }

  .page_replay .title_block_gray .replay-content .content_right .replay-rating {
    margin-bottom: 1.736vw;
  }

  .page_replay .title_block_gray .replay-content .content_right .replay-rating svg {
    width: 2.604vw;
  }

  .page_replay .title_block_gray .replay-content .content_right .replay-rating span {
    font-size: 2.083vw;
  }

  .page_replay .title_block_gray .replay-content .content_right .replay-download {
    display: flex;
    align-items: baseline;
  }

  .page_replay .title_block_gray .replay-content .content_right .replay-download svg {
    width: 2.604vw;
  }

  .page_replay .title_block_gray .replay-content .content_right .replay-download a span {
    font-size: 2.431vw;
  }

  .page_replay .title_block_gray .replay-content .content_right .replay-download a .download {
    margin-left: 1.736vw;
  }

  .page_replay .replay-content .content_left .left_block span {
    font-size: 2.8vw;
  }

  .page_replay .replay-content .content_left .right_block img {
    width: 3.514vw;
    height: 3.514vw;
  }

  .page_replay .replay-content .content_left .right_block span {
    font-size: 2.8vw;
  }

  .page_replay .replay-content .content_right .title {
    font-size: 3.615vw;
  }

  .page_replay .replay-content .content_right .replay-rating svg {
    width: 3.514vw;
  }

  .page_replay .replay-content .content_right .replay-rating span {
    font-size: 3.211vw;
  }

  .page_replay .replay-content .content_right .replay-download svg {
    width: 3.514vw;
  }

  .page_replay .replay-content .content_right .replay-download a span {
    font-size: 3.413vw;
  }

  .page_replay .replay-content .replay-edit svg {
    width: 3.514vw;
    height: 3.514vw;
  }

  .page_replay .replay-content .replay-edit span {
    font-size: 3.413vw;
  }

  .Page_gameBest .title_block {
    min-height: 10.417vw;
    padding: 3.472vw;
    display: flex;
    align-items: center;
  }

  .Page_gameBest .title_block .left_content .title_text {
    font-size: 3.5vw;
  }

  .Page_gameBest .title_block .left_content svg {
    margin-right: 1.736vw;
  }

  .Page_gameBest .title_block .right_content svg {
    margin-left: 1.736vw;
  }

  .Page_gameBest .title_block img,
  .Page_gameBest .title_block svg {
    width: 3.472vw;
    margin-right: 1.736vw;
  }

  .Page_gameBest .title_players {
    height: 10.417vw;
    padding: 0 3.472vw;
  }

  .Page_gameBest .title_players .title_playersText {
    font-size: 3.778vw;
  }

  .Page_gameBest .title_players a {
    font-size: 2.083vw;
    height: auto;
  }

  .Page_gameBest .container_players {
    max-height: 38.194vw;
    padding: 3.472vw 0;
  }

  .Page_gameBest .container_players .players_content {
    padding: 1.736vw 7.813vw 0.868vw 3.472vw;
    align-items: center;
  }

  .Page_gameBest .container_players .players_content .left_block {
    align-items: center;
  }

  .Page_gameBest .container_players .players_content .left_block .number {
    width: 6.944vw;
    font-size: 3.431vw;
    height: auto;
  }

  .Page_gameBest .container_players .players_content .left_block span {
    font-size: 2.431vw;
  }

  .Page_gameBest .container_players .players_content .left_block img {
    margin: 0 1.736vw 0 2.604vw;
    width: 5.472vw;
    height: 5.472vw;
  }

  .Page_gameBest .container_players .players_content .left_block a {
    width: 24.306vw;
  }

  .Page_gameBest .container_players .players_content .left_block a .name_player {
    font-size: 3.431vw;
  }

  .Page_gameBest .container_players .players_content .center_block img {
    margin: 0 0.868vw;
  }

  .Page_gameBest .container_players .players_content .right_block svg {
    width: 3.472vw;
  }

  .Page_gameBest .container_players .players_content .right_block p {
    font-size: 3.431vw;
    width: 12.153vw;
    height: auto;
  }

  .Page_gameBest .container_players::-webkit-scrollbar {
    width: 1.736vw;
  }

  .Page_gameBest .container_players::-webkit-scrollbar-thumb {
    border-radius: 0.694vw;
    height: 4.34vw;
  }

  .streams_list {
    padding: 2.604vw;
    width: 45.271vw;
    right: -45.271vw;
    top: 10.417vw;
  }

  .streams_list .widget-stream-lists {
    margin: 0.868vw 0;
  }

  .streams_list .widget-stream-lists span {
    margin-left: 3.472vw;
    font-size: 3.431vw;
  }

  .open {
    right: 1.042vw;
  }

  .footer {
    padding-top: 7.417vw;
    padding-bottom: 7.417vw;
    position: relative;
  }

  .footer .footer__logo .logo__text {
    font-size: 3.083vw;
    margin-top: 3.299vw;
  }

  .footer .footer__logo img {
    display: none;
  }

  .footer .footer__link .link-list__item {
    font-size: 3.083vw;
    padding-bottom: 4vw;
  }

  .footer .footer__info .footer__title {
    font-size: 3.083vw;
    letter-spacing: 1.2px;
    line-height: 1.2vw;
    padding-bottom: 4vw;
    margin: 0;
  }

  .footer .footer__info .footer__text {
    font-size: 3.083vw;
    margin-bottom: 1.736vw;
  }

  .footer .footer__info .footer__mail {
    font-size: 2.431vw;
    line-height: 2.431vw;
  }

  .footer .footer__info .footer__mail svg {
    margin-right: 15px;
    width: 2.778vw;
    height: 5.556vw;
  }

  .footer .footer__our-birthday .footer__title {
    font-size: 3.083vw;
  }

  .footer .footer__our-birthday .our-birthday__nickname {
    font-size: 2.431vw;
    margin-bottom: 2.778vw;
  }

  .footer .footer__useful .footer__title {
    font-size: 3.083vw;
    line-height: 0;
    margin-bottom: 18px;
  }

  .footer .footer__useful .useful__link {
    font-size: 3.083vw;
    line-height: 0;
    margin-bottom: 8px;
  }

  .footer .produced {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
  }

  .footer .produced p {
    font-size: 2.431vw;
    line-height: 4.167vw;
    margin-bottom: 0;
  }

  .footer .produced a {
    display: flex;
    align-items: flex-end;
    font-size: 2.431vw;
    line-height: 4.167vw;
    margin-left: 0.868vw;
  }

  .footer__copyright .copyright__text {
    font-size: 2.556vw;
    line-height: 5.556vw;
  }

  .forum_allSections .wrapper {
    margin: 0 0 3.472vw;
  }

  .forum_allSections .title_block {
    background: #0567cc;
    height: 10.417vw;
    border-top-left-radius: 0.868vw;
    border-top-right-radius: 0.868vw;
    padding: 0 3.472vw;
  }

  .forum_allSections .title_block svg,
  .forum_allSections .title_block img {
    width: 6.944vw;
    padding-right: 2.604vw;
  }

  .forum_allSections .title_block .title_text {
    font-size: 2.778vw;
  }

  .forum_allSections .title_block .right_section .block_text {
    padding-left: 1.736vw;
  }

  .forum_allSections .title_block .right_section .block_text span {
    font-size: 2.431vw;
    padding-right: 0.868vw;
  }

  .forum_allSections .title_block .right_section a svg {
    width: 5.208vw;
    padding-bottom: 0.521vw;
  }

  .forum_allSections .content_allArticle {
    padding: 2.778vw 3.472vw;
  }

  .forum_acticle .content_article .block_account span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    display: inline-block;
  }

  .forum_acticle .title_block {
    height: 10.417vw;
    border-top-left-radius: 0.868vw;
    border-top-right-radius: 0.868vw;
    padding: 0 3.472vw;
  }

  .forum_acticle .title_block svg {
    width: 7.472vw;
    padding-right: 2.604vw;
  }

  .forum_acticle .title_block .title_text {
    font-size: 3.778vw;
  }

  .forum_acticle .title_block .right_section button svg {
    width: 5.208vw;
  }

  .forum_acticle .title_block .right_section button span {
    padding-right: 0.868vw;
  }

  .forum_acticle .title_block .right_section .lable_select select {
    height: 3.472vw;
  }

  .forum_acticle .title_block .right_section_autorization p {
    font-size: 2.778vw;
  }

  .forum_acticle .content_article {
    padding: 1.736vw 3.472vw 0;
  }

  .forum_acticle .content_article .block_nameArticle .name {
    margin: 0.868vw 0;
    font-size: 3vw;
  }

  .forum_acticle .content_article .block_nameArticle .date {
    font-size: 2.5vw;
    margin: 0.868vw 0;
  }

  .forum_acticle .content_article .block_nameArticle .right svg {
    width: 3.472vw;
  }

  .forum_acticle .content_article .block_nameArticle .right span {
    font-size: 2.431vw;
  }

  .forum_acticle .counter_autorization {
    padding: 1.736vw 3.472vw 0;
  }

  .forum_acticle .counter_autorization .block_nameArticle {
    padding-bottom: 1.736vw;
  }

  .forum_acticle .counter_autorization .block_nameArticle .item {
    margin: 0.868vw 0;
    font-size: 2.431vw;
  }

  .forum_acticle .counter_autorization .block_nameArticle .text {
    margin-left: 1.736vw;
    color: #0567cc;
    font-size: 2.431vw;
  }

  .forum_acticle .detailed-news__info {
    padding-top: 2.778vw;
    padding-bottom: 2.951vw;
    padding-left: 3.472vw;
    padding-right: 3.472vw;
  }

  .forum_acticle .detailed-news__info .info__items .block_account img {
    max-width: 5.208vw;
    max-height: 5.208vw;
    border-radius: 3.472vw;
    margin-right: 1.736vw;
  }

  .forum_acticle .detailed-news__info .info__items .block_account span {
    font-size: 2.431vw;
  }

  .forum_acticle .detailed-news__info .info__items .items__watch svg,
  .forum_acticle .detailed-news__info .info__items .items__watch img,
  .forum_acticle .detailed-news__info .info__items .items__comment svg,
  .forum_acticle .detailed-news__info .info__items .items__comment img {
    width: 2.604vw;
    height: 2.257vw;
  }

  .forum_acticle .detailed-news__info .info__items .items__watch span,
  .forum_acticle .detailed-news__info .info__items .items__comment span {
    font-size: 3.083vw;
    line-height: 3.299vw;
    margin-left: 1.736vw;
  }

  .forum_acticle .detailed-news__info .info__items .items__comment {
    display: flex;
    align-items: center;
    margin-left: 5.556vw;
  }

  .forum_acticle .detailed-news__info .info__items .items__comment svg,
  .forum_acticle .detailed-news__info .info__items .items__comment img {
    width: 2.604vw;
    height: 2.257vw;
  }

  .forum_acticle .detailed-news__info .info__items .items__comment span {
    font-size: 2.083vw;
    line-height: 3.299vw;
    margin-left: 1.736vw;
  }

  .detailed-news .detailed-news__title {
    padding: 3.472vw;
  }

  .detailed-news .detailed-news__title p {
    font-size: 2.431vw;
    margin-left: 2.083vw;
    max-width: 80px;
  }

  .detailed-news .detailed-news__title .title__wrap .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__text {
    font-size: 2.778vw;
    margin-left: 3.472vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__avatar {
    width: 4.861vw;
    height: 4.861vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__nickname {
    font-size: 2.431vw;
    margin-left: 2.257vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__flag {
    width: 3.472vw;
    height: 3.472vw;
    margin-left: 2.257vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__cube {
    width: 2.778vw;
    height: 2.778vw;
    margin-left: 1.91vw;
  }

  .detailed-news .detailed-news__title .title__wrap .title__text {
    font-size: 2.431vw;
    margin-left: 2.083vw;
  }

  .detailed-news .detailed-news__info {
    padding-top: 2.125vw;
    padding-bottom: 2.125vw;
    padding-left: 3.646vw;
    padding-right: 3.819vw;
  }

  .detailed-news .detailed-news__info .info__items .right a {
    display: flex;
    align-items: baseline;
    font-size: 2.7vw;
  }

  .detailed-news .detailed-news__info .info__items .right svg,
  .detailed-news .detailed-news__info .info__items .right img {
    width: 3vw !important;
  }

  .detailed-news .detailed-news__info .info__items .items__watch svg,
  .detailed-news .detailed-news__info .info__items .items__watch img,
  .detailed-news .detailed-news__info .info__items .items__comment svg,
  .detailed-news .detailed-news__info .info__items .items__comment img {
    width: 2.604vw;
    height: 2.257vw;
  }

  .detailed-news .detailed-news__info .info__items .items__watch span,
  .detailed-news .detailed-news__info .info__items .items__comment span {
    font-size: 2.083vw;
    line-height: 3.299vw;
    margin-left: 1.736vw;
  }

  .detailed-news .detailed-news__info .info__items .items__comment {
    margin-left: 5.556vw;
  }

  .detailed-news .detailed-news__info .info__items .items__date {
    font-size: 2.083vw;
    line-height: 3.299vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__title {
    font-size: 3.778vw;
    line-height: 4.299vw;
    margin-top: 6.25vw;
    margin-bottom: 4.688vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__text {
    font-size: 2.778vw;
    line-height: 4.167vw;
    margin-bottom: 4.861vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__text strong {
    font-size: 2.778vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__text a {
    font-size: 2.778vw !important;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items {
    padding-bottom: 2.951vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__quote {
    text-decoration: none;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__quote svg {
    width: 3.472vw;
    height: 3.472vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__like svg {
    width: 3.472vw;
    height: 3.125vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__like span {
    font-size: 2.083vw;
    line-height: 3.299vw;
    margin-left: 1.215vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike {
    margin-left: 2.951vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike svg {
    width: 3.472vw;
    height: 3.125vw;
  }

  .detailed-news .detailed-news__card .card-body .card-body__items .card-body__items-wrap .items__dislike span {
    font-size: 2.083vw;
    line-height: 3.299vw;
    margin-left: 1.215vw;
  }

  .forum-topics .forum-topics__title {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 3.299vw;
  }

  .forum-topics .forum-topics__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .forum-topics .forum-topics__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .header__title {
    font-size: 2.778vw;
    line-height: 4.861vw;
  }

  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .fa-chevron-down,
  .forum-topics .forum-topics__accordion .accordion__topic .topic__header .fa-ellipsis-h {
    font-size: 2.778vw;
  }

  .detailed-forum .detailed-forum__title {
    padding: 3.472vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__text {
    font-size: 3.472vw;
    margin-left: 3.472vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__text p {
    max-width: 130px;
    font-size: 3.472vw;
    margin-left: 3.472vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__avatar {
    width: 4.861vw;
    height: 4.861vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__nickname {
    font-size: 3.431vw;
    margin-left: 2.257vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__flag {
    width: 3.472vw;
    height: 3.472vw;
    margin-left: 2.257vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__cube {
    width: 3.472vw;
    height: 3.472vw;
    margin-left: 1.91vw;
  }

  .detailed-forum .detailed-forum__title .title__wrap .title__text {
    font-size: 3.431vw;
    margin-left: 2.083vw;
  }

  .detailed-forum .detailed-forum__info {
    padding-top: 3.125vw;
    padding-bottom: 2.951vw;
    padding-left: 3.646vw;
    padding-right: 3.819vw;
  }

  .detailed-forum .detailed-forum__info .info__items .right a {
    font-size: 2.7vw !important;
  }

  .detailed-forum .detailed-forum__info .info__items .items__watch svg,
  .detailed-forum .detailed-forum__info .info__items .items__comment svg {
    width: 5.819vw;
    height: 4vw;
  }

  .detailed-forum .detailed-forum__info .info__items .items__watch span,
  .detailed-forum .detailed-forum__info .info__items .items__comment span {
    font-size: 3.083vw;
    font-weight: 400;
    line-height: 3.299vw;
    margin-left: 1.736vw;
  }

  .detailed-forum .detailed-forum__info .info__items .items__comment {
    margin-left: 5.556vw;
  }

  .detailed-forum .detailed-forum__info .info__items .items__date {
    font-size: 2.5vw;
    line-height: 3.299vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__title {
    font-size: 3.472vw;
    line-height: 3.299vw;
    margin-top: 6.25vw;
    margin-bottom: 4.688vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__text {
    font-size: 3.472vw;
    line-height: 4.167vw;
    margin-bottom: 4.861vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items {
    padding-bottom: 2.951vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__quote svg {
    width: 5.472vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__like svg {
    width: 5.472vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__like span {
    font-size: 3.083vw;
    line-height: 3.299vw;
    margin-left: 1.215vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike {
    margin-left: 2.951vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike svg {
    width: 3.472vw;
    height: 3.125vw;
  }

  .detailed-forum .detailed-forum__card .card-body .card-body__items .card-body__items-wrap .items__dislike span {
    font-size: 3.083vw;
    line-height: 3.299vw;
    margin-left: 1.215vw;
  }

  .comments .comments__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
    display: flex;
    align-items: center;
  }

  .comments .comments__title .title__icon {
    width: 3.646vw;
    height: 3.646vw;
  }

  .comments .comments__title .title__text {
    font-size: 3.778vw;
    margin-left: 2.951vw;
  }

  .comments .comments__wrapp .comments__info {
    padding-top: 2.778vw;
    padding-bottom: 2.951vw;
    padding-left: 3.472vw;
    padding-right: 3.472vw;
  }

  .comments .comments__wrapp .comments__info .info__avatar {
    width: 4.861vw;
    height: 4.861vw;
  }

  .comments .comments__wrapp .comments__info .info__nickname {
    font-size: 2.431vw;
    margin-left: 2.257vw;
    max-width: 25vw;
  }

  .comments .comments__wrapp .comments__info .info__flag {
    width: 3.472vw;
    height: 3.472vw;
    margin-left: 2.257vw;
  }

  .comments .comments__wrapp .comments__info .info__cube {
    width: 2.778vw;
    height: 2.778vw;
    margin-left: 1.91vw;
  }

  .comments .comments__wrapp .comments__info .info__text {
    font-size: 2.431vw;
    margin-left: 2.083vw;
  }

  .comments .comments__wrapp .comments__info .info__date {
    font-size: 2.083vw;
    line-height: 3.299vw;
  }

  .comments .comments__wrapp .comments__content .content__title {
    font-size: 3.778vw;
    line-height: 24px;
    padding-left: 3.472vw;
    padding-right: 3.472vw;
    margin-top: 5.208vw;
    margin-bottom: 3.472vw;
  }

  .comments .comments__wrapp .comments__content .content__img {
    margin-bottom: 40px;
    padding-left: 3.472vw;
    padding-right: 3.472vw;
  }

  .comments .comments__wrapp .comments__items {
    padding-bottom: 2.951vw;
    padding-left: 3.472vw;
    padding-right: 3.472vw;
  }

  .comments .comments__wrapp .comments__items .items__wrap .items__quote svg {
    width: 3.472vw;
    height: 3.472vw;
  }

  .comments .comments__wrapp .comments__items .items__share {
    margin-left: 3.646vw;
  }

  .comments .comments__wrapp .comments__items .items__share svg {
    width: 3.125vw;
    height: 3.472vw;
  }

  .comments .comments__wrapp .comments__items .items__like svg {
    width: 3.472vw;
    height: 3.125vw;
  }

  .comments .comments__wrapp .comments__items .items__like span {
    font-size: 2.083vw;
    line-height: 3.299vw;
    margin-left: 1.215vw;
  }

  .comments .comments__wrapp .comments__items .items__dislike {
    margin-left: 2.951vw;
  }

  .comments .comments__wrapp .comments__items .items__dislike svg {
    width: 3.472vw;
    height: 3.125vw;
  }

  .comments .comments__wrapp .comments__items .items__dislike span {
    font-size: 2.083vw;
    line-height: 3.299vw;
    margin-left: 1.215vw;
  }

  .add-comment .cke_combo_button {
    display: none;
  }

  .add-comment .add-comment__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .add-comment .add-comment__title .title__icon {
    width: 3.646vw;
    height: 3.646vw;
  }

  .add-comment .add-comment__title .title__text {
    font-size: 3.778vw;
    margin-left: 2.951vw;
  }

  .add-comment .add-comment__form {
    padding: 3.472vw;
  }

  .add-comment .add-comment__form .form__group .comment .comment__icon {
    width: 3.472vw;
    height: 2.778vw;
    top: 2.604vw;
    right: 13.889vw;
  }

  .add-comment .add-comment__form .form__group .comment .comment__input {
    height: 7.639vw;
    padding-left: 3.125vw;
    padding-right: 20.833vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload {
    position: absolute;
    top: 1.083vw;
    right: 8.681vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload label {
    margin-left: 2.951vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload i {
    font-size: 3.778vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload .smile-upload {
    margin-left: 2.778vw;
  }

  .add-comment .add-comment__form .form__group .buttons-upload .smile-upload i {
    font-size: 3.778vw;
  }

  .add-comment .add-comment__form .add-comment__button svg {
    width: 3.472vw;
    height: 3.125vw;
  }

  .user_profile .tb_reputation {
    min-height: 0;
  }

  .user_profile .tb_reputation .title_text {
    font-size: 2.778vw;
  }

  .user_profile .wrapper {
    margin-bottom: 12.153vw;
  }

  .user_profile .title_top_userProfile {
    height: 10.417vw;
    padding: 3.472vw;
    margin-right: 15px;
  }

  .user_profile .title_top_userProfile .title_Text {
    font-size: 3vw;
  }

  .user_profile .title_top_userProfile .more p {
    font-size: 6.944vw;
  }

  .user_profile .userInfo_block {
    padding: 5.208vw 3.472vw;
  }

  .user_profile .userInfo_block .button {
    margin: 6.076vw auto 0;
    padding: 1.736vw;
  }

  .user_profile .userInfo_block .icon_img {
    margin-top: 4.167vw;
  }

  .user_profile .userInfo_block .icon_img svg {
    width: 5.208vw;
  }

  .user_profile .userInfo_block .container_information .userText_block {
    margin-bottom: 2.604vw;
  }

  .user_profile .userInfo_block .container_information .userText_block .title {
    font-size: 3.125vw;
    padding-right: 6.944vw;
  }

  .user_profile .userInfo_block .container_information .userText_block .date {
    font-size: 2.583vw;
  }

  .user_profile .userInfo_block .container_information .information_block {
    padding-top: 1.736vw;
  }

  .user_profile .userInfo_block .container_information .information_block .left_block span {
    font-size: 3.083vw;
  }

  .user_profile .userInfo_block .container_information .information_block .right_block span {
    font-size: 2.431vw;
  }

  .user_profile .block_userInformation .container_right {
    padding-left: 15px;
    border-left: 0px;
  }

  .user_profile .block_userInformation .container_right .wrapper_information,
  .user_profile .block_userInformation .container_right .wrapper_contacts {
    padding: 3.472vw 3.472vw 1.736vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact {
    padding-bottom: 1.736vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform .left_block span,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact .left_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .left_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .left_block span {
    font-size: 3.083vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform .right_block span,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact .right_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .right_block span,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .right_block span {
    font-size: 2.431vw;
  }

  .user_profile .block_userInformation .container_right .wrapper_information .block_inform .right_block .small,
  .user_profile .block_userInformation .container_right .wrapper_information .block_contact .right_block .small,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_inform .right_block .small,
  .user_profile .block_userInformation .container_right .wrapper_contacts .block_contact .right_block .small {
    font-size: 2.083vw;
  }

  .user_profile .block_userInformation .container_right .block_armor {
    padding: 3.472vw 3.472vw 1.736vw;
  }

  .user_profile .block_userInformation .container_right .block_armor .armor_info {
    padding-bottom: 1.736vw;
  }

  .user_profile .block_userInformation .container_right .block_armor span {
    font-size: 2.431vw;
  }

  .user_profile .block_userInformation .container_right .block_armor svg {
    width: 4.125vw;
    margin-right: 1.736vw;
  }

  .user_profile .block_userInformation .friends_block {
    padding: 4.34vw;
    max-height: 52.083vw;
  }

  .user_profile .block_userInformation .friends_block .friends {
    padding-bottom: 1.736vw;
  }

  .user_profile .block_userInformation .friends_block .friends .left_block img {
    width: 5.125vw;
    height: 5.125vw;
  }

  .user_profile .block_userInformation .friends_block .friends .left_block .name_player {
    margin-left: 1.736vw;
    max-width: 17.361vw;
    font-size: 3.083vw;
  }

  .user_profile .block_userInformation .friends_block .friends .right_block img {
    width: 5.125vw;
    height: 5.125vw;
  }

  .user_profile .friends_block::-webkit-scrollbar {
    width: 1.215vw;
  }

  .user_profile .friends_block::-webkit-scrollbar-thumb {
    border-radius: 0.694vw;
    height: 4.34vw;
  }

  .user_friends .row_title {
    padding: 2.604vw 0;
  }

  .user_friends .row_title span {
    font-size: 2.431vw;
  }

  .user_friends .row_title .user_block span {
    font-size: 2.431vw;
  }

  .user_friends .wrapper_table {
    max-height: 55.556vw;
  }

  .user_friends .wrapper_table .row_users {
    padding: 1.736vw 0;
  }

  .user_friends .wrapper_table .row_users span {
    font-size: 2.431vw;
  }

  .user_friends .wrapper_table .row_users .block_action svg {
    width: 3.472vw;
  }

  .user_friends .wrapper_table .row_users .user_block .name_user {
    font-size: 2.431vw;
    max-width: 17.014vw;
  }

  .user_friends .wrapper_table .row_users .user_block .user-avatar {
    width: 8.681vw;
    height: 8.681vw;
    font-size: 4.167vw;
  }

  .user_friends .wrapper_table .row_users .user_block .user-avatar img {
    width: 8.681vw;
    height: 8.681vw;
  }

  .wrapper_table::-webkit-scrollbar {
    width: 1.736vw;
  }

  .wrapper_table::-webkit-scrollbar-thumb {
    border-radius: 0.694vw;
    height: 39.41vw;
  }

  .user-settings .user-settings__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .user-settings .user-settings__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .user-settings .user-settings__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .user-settings .user-settings__form {
    padding: 4.34vw;
  }

  .user-settings .user-settings__form .upload-avatar .avatar__button-upload {
    display: flex;
    margin-left: 0.868vw;
  }

  .user-settings .user-settings__form .upload-avatar .avatar__button-upload label {
    font-size: 3vw;
    padding-right: 1.736vw;
    padding-top: 0.868vw;
    padding-bottom: 0.868vw;
    border-radius: 0.694vw;
  }

  .user-settings .user-settings__form .form-group label {
    font-size: 3.5vw;
  }

  .user-settings .user-settings__form .form-group .select2 .select2-selection {
    margin-top: 1.389vw;
    height: calc(1.6em + 0.75rem + 2px);
  }

  .user-settings .user-settings__form .form-group .select2 .select2-selection .select2-selection__rendered {
    padding-top: 0.694vw;
  }

  .user-settings .user-settings__form .form-group .select2 .select2-selection .select2-selection__arrow {
    top: 0.868vw;
  }

  .user-settings .user-settings__form .form-group #user-settings__race {
    border-radius: 0.694vw;
    margin-top: 1.389vw;
  }

  .user-settings .user-settings__form .form-check {
    margin-bottom: 3.472vw;
  }

  .user-settings .user-settings__form .form-check .form-check-label {
    font-size: 2.615vw;
  }

  .user-settings .user-settings__form .form-check .form-check-input {
    margin-left: 1.736vw;
  }

  .create-replay {
    margin-bottom: 5.903vw;
  }

  .create-replay .form-control::-moz-placeholder {
    font-size: 3.2vw;
  }

  .create-replay .form-control:-ms-input-placeholder {
    font-size: 3.2vw;
  }

  .create-replay .form-control::placeholder {
    font-size: 3.2vw;
  }

  .create-replay .create-replay__title {
    border-radius: 0.868vw 0.868vw 0 0;
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .create-replay .create-replay__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .create-replay .create-replay__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .create-replay .create-replay__form {
    padding: 20.868vw;
  }

  .create-replay .create-replay__form .form-group label select {
    height: calc(1.6em + 0.75rem + 2px);
    margin-top: 0.868vw;
  }

  .create-replay .create-replay__form .form-group .select2 {
    height: calc(1.6em + 0.75rem + 2px);
  }

  .create-replay .create-replay__form .form-group .select2 .select2-selection {
    height: calc(1.6em + 0.75rem + 2px);
    margin-top: 0.868vw;
  }

  .create-replay .create-replay__form .form-group .select2 .select2-selection .select2-selection__rendered {
    padding-top: 0.694vw;
  }

  .create-replay .create-replay__form .form-group .select2 .select2-selection .select2-selection__arrow {
    top: 0.868vw;
  }

  .create-replay .create-replay__form hr {
    margin-top: 3.472vw;
    margin-bottom: 3.472vw;
  }

  .upload-image .btn--browse {
    padding: 1.736vw 1.736vw;
    border-radius: 1.736vw;
  }

  .upload-image .f-input {
    padding: 0 11.736vw;
    border-radius: 1.736vw;
  }

  .user-replays {
    margin-bottom: 34px;
  }

  .user-replays .user-replays__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .user-replays .user-replays__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .user-replays .user-replays__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .user-replays .user-replays__body {
    padding: 3.472vw;
  }

  .user-replays .user-replays__body .body__wrap {
    margin-bottom: 4.34vw;
  }

  .user-replays .user-replays__body .body__wrap .body__title {
    font-size: 4.34vw;
    width: 90%;
  }

  .user-replays .user-replays__body .body__wrap .body__numb {
    font-size: 4.34vw;
  }

  .user-replays .user-replays__button {
    padding-left: 3.472vw;
    padding-right: 3.472vw;
    padding-bottom: 3.472vw;
  }

  .vote .form-check label {
    font-size: 2.615vw;
  }

  .vote .vote__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .vote .vote__title .title__icon {
    width: 3.646vw;
    height: 3.646vw;
  }

  .vote .vote__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .vote .vote__content .content__header {
    padding-top: 2.778vw;
    padding-bottom: 2.951vw;
    padding-left: 3.472vw;
    padding-right: 3.472vw;
  }

  .vote .vote__content .content__header .header__title {
    font-size: 3.778vw;
  }

  .vote .vote__content .content__body {
    padding-top: 2.778vw;
    padding-bottom: 2.951vw;
    padding-left: 3.472vw;
    padding-right: 3.472vw;
  }

  .vote .vote__content .content__body .vote-form .form-check {
    margin-bottom: 2.604vw;
  }

  .vote .vote__content .content__body .vote-form .form-check label {
    margin-left: 10px;
  }

  .vote .vote__content .content__body .vote-form .body__button-vote {
    margin-bottom: 2.604vw;
  }

  .vote .vote__content .content__body .view-results {
    display: none;
  }

  .vote .vote__content .content__body .view-results .results {
    margin-bottom: 2.604vw;
  }

  .vote .vote__content .content__body .view-results .results span {
    font-size: 2.431vw;
  }

  .vote .vote__content .content__body .view-results .result__total {
    margin-bottom: 2.604vw;
  }

  .vote .vote__content .content__body .view-results .result__total span {
    font-size: 2.431vw;
  }

  .vote .vote__content .content__body .body__view-results .view-results__button {
    font-size: 3.2vw;
  }

  .pulse-button {
    font-size: 2.778vw;
    padding: 2.778vw 5.556vw;
    margin: 0 auto 3.472vw;
  }

  .gallery-download .gallery-file__container .f-input {
    height: 7.292vw !important;
  }

  .gallery-download .gallery-file__container ::-moz-placeholder {
    font-size: 3vw;
  }

  .gallery-download .gallery-file__container :-ms-input-placeholder {
    font-size: 3vw;
  }

  .gallery-download .gallery-file__container ::placeholder {
    font-size: 3vw;
  }

  .gallery-download .form-control {
    height: 7.292vw !important;
  }

  .gallery-download ::-moz-placeholder {
    font-size: 3vw;
  }

  .gallery-download :-ms-input-placeholder {
    font-size: 3vw;
  }

  .gallery-download ::placeholder {
    font-size: 3vw;
  }

  .gallery-download .form-check-label {
    font-size: 2.615vw;
  }

  .gallery-download .gallery-download__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .gallery-download .gallery-download__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .gallery-download .gallery-download__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .gallery-download .gallery-download__body {
    padding: 4.34vw;
  }

  .gallery-download .gallery-download__body .gallery__form .upload-avatar {
    margin-bottom: 3.472vw;
  }

  .gallery-download .gallery-download__body .gallery__form .upload-avatar .avatar__button-upload {
    margin-left: 0.868vw;
  }

  .gallery-download .gallery-download__body .gallery__form .upload-avatar .avatar__button-upload label {
    border: 1px solid #0567cc;
    padding: 0.868vw 10px;
    border-radius: 0.694vw;
    font-size: 2.431vw;
    display: flex;
    align-items: center;
  }

  .gallery-download .gallery-download__body .gallery__form .form-group label {
    font-size: 2.5vw;
  }

  .gallery-download .gallery-download__body .gallery__form .form-check {
    margin-bottom: 3.472vw;
    display: flex;
  }

  .gallery-download .gallery-download__body .gallery__form .form-check label {
    font-size: 3.5vw;
  }

  .gallery .gallery__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .gallery .gallery__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .gallery .gallery__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .gallery .gallery__body {
    padding: 4.34vw;
  }

  .gallery .gallery__body .img-wrapper {
    max-width: 20.833vw;
    padding: 0.868vw;
  }

  .gallery-detail .gallery-detail__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .gallery-detail .gallery-detail__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .gallery-detail .gallery-detail__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .gallery-detail .gallery-detail__body {
    padding: 4.34vw;
  }

  .gallery-detail .gallery-detail__body .body__items {
    margin-bottom: 1.736vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__title p {
    font-size: 2.778vw;
    line-height: 3.299vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__like svg {
    width: 3.472vw;
    height: 3.125vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__like span {
    font-size: 2.083vw;
    line-height: 3.299vw;
    margin-left: 1.215vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike {
    margin-left: 1.736vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike svg {
    width: 3.472vw;
    height: 3.125vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .rating__dislike span {
    font-size: 2.083vw;
    line-height: 3.299vw;
    margin-left: 1.215vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .body__edit-image-form .form-group label {
    font-size: 2.615vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .body__edit-image-form .form-check {
    margin-bottom: 2.018vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__rating .body__edit-image-form .form-check label {
    font-size: 2.615vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__reputation-button a {
    border-radius: 1.215vw;
    width: 26.042vw;
    padding: 0.868vw 1.736vw;
    font-size: 2.778vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__slide-button a {
    height: 5.208vw;
    width: 5.208vw;
  }

  .gallery-detail .gallery-detail__body .body__items .items__slide-button a i {
    font-size: 3.125vw;
  }

  .gallery-detail .gallery-detail__body .body__img {
    margin-bottom: 10.868vw;
  }

  .gallery-detail .gallery-detail__body .body__edit-image-form .form-group label {
    font-size: 2.5vw;
  }

  .vote .vote__content .content__header .header__title {
    font-size: 2.615vw;
  }

  .vote .vote__content .content__body .vote-form .form-check {
    margin-bottom: 1.514vw;
  }

  .vote .vote__content .content__body .vote-form .form-check label {
    margin-left: 1.009vw;
    font-size: 2.615vw !important;
  }

  .create-replay {
    margin-bottom: 5.903vw;
  }

  .create-replay .create-replay__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .create-replay .create-replay__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .create-replay .create-replay__title .title__text {
    font-size: 3.778vw;
    margin-left: 2.951vw;
  }

  .create-replay .create-replay__form {
    padding: 4.34vw;
  }

  .create-replay .create-replay__form .form-group label {
    font-size: 3.5vw;
  }

  .create-replay .create-replay__form .form-group label select {
    height: calc(1.6em + 0.75rem + 2px);
    margin-top: 0.868vw;
  }

  .create-replay .create-replay__form .form-group .select2 .select2-selection {
    margin-top: 0.868vw;
  }

  .create-replay .create-replay__form .form-group .select2 .select2-selection .select2-selection__rendered {
    padding-top: 0.694vw;
  }

  .create-replay .create-replay__form .form-group .select2 .select2-selection .select2-selection__arrow {
    top: 0.868vw;
  }

  .create-replay .create-replay__form hr {
    margin-top: 3.472vw;
    margin-bottom: 3.472vw;
  }

  .user-reputation-history .user-reputation-history__title {
    padding: 3.472vw 3.299vw;
  }

  .user-reputation-history .user-reputation-history__title .title__icon {
    width: 3.646vw;
    height: 3.646vw;
  }

  .user-reputation-history .user-reputation-history__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__like svg {
    width: 3.472vw;
    height: 3.125vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__like span {
    font-size: 2.083vw;
    line-height: 3.299vw;
    margin-left: 1.215vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike {
    margin-left: 2.951vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike svg {
    width: 3.472vw;
    height: 3.125vw;
  }

  .user-reputation-history .user-reputation-history__title .title__reputation .icon__dislike span {
    font-size: 2.083vw;
    line-height: 3.299vw;
    margin-left: 1.215vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info {
    padding: 2.778vw 3.472vw 2.951vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__nickname {
    font-size: 3.431vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__flag {
    width: 3.472vw;
    height: 3.472vw;
    margin-left: 2.257vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__cube {
    width: 2.778vw;
    height: 2.778vw;
    margin-left: 1.91vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__text {
    font-size: 2.431vw;
    margin-left: 2.083vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__info .info__date {
    font-size: 2.083vw;
    line-height: 3.299vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__content {
    padding: 2.778vw 3.472vw 2.951vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__content .content__title {
    font-size: 3.778vw;
    line-height: 4.167vw;
  }

  .user-reputation-history .user-reputation-history__body .body__wrap .body__content .content__like svg {
    width: 3.472vw;
    height: 3.125vw;
  }

  #authorizationModal .modal-header {
    font-size: 4vw;
  }

  #authorizationModal .modal-header .modal-header__close {
    right: -1.563vw;
    top: -1.563vw;
    width: 6.944vw;
    height: 6.944vw;
  }

  #authorizationModal .modal-header .modal-header__close svg {
    width: 2.944vw;
    height: 6.944vw;
  }

  #authorizationModal .modal-body {
    font-size: 3.7vw;
  }

  #authorizationModal .modal-body .modal-body__title {
    margin-bottom: 3.472vw;
    font-size: 3.7vw;
  }

  #authorizationModal .modal-body .form-control {
    height: 9vw;
  }

  #authorizationModal .modal-body .form-group input {
    margin-bottom: 2.604vw;
  }

  #authorizationModal .modal-body .form-group ::-moz-placeholder {
    font-size: 3vw;
  }

  #authorizationModal .modal-body .form-group :-ms-input-placeholder {
    font-size: 3vw;
  }

  #authorizationModal .modal-body .form-group ::placeholder {
    font-size: 3vw;
  }

  #authorizationModal .modal-body .modal-body__enter-btn {
    margin-bottom: 5.208vw;
  }

  #authorizationModal .modal-body .modal-body__forgot-password {
    margin-bottom: 2.604vw;
  }

  #authorizationModal .modal-body .modal-body__restore-password {
    margin-bottom: 2.604vw;
  }

  #registrationModal .modal-header {
    font-size: 4vw;
  }

  #registrationModal .modal-header .modal-header__close {
    right: -1.563vw;
    top: -1.563vw;
    width: 6.944vw;
    height: 6.944vw;
  }

  #registrationModal .modal-header .modal-header__close svg {
    width: 2.257vw;
    height: 2.257vw;
  }

  #registrationModal .modal-body .modal-body__title {
    margin-bottom: 3.472vw;
    font-size: 3.7vw;
  }

  #registrationModal .modal-body .form-group input {
    margin-bottom: 2.604vw;
    padding-left: 1.389vw;
  }

  #registrationModal .modal-body .form-group ::-moz-placeholder {
    font-size: 3vw;
  }

  #registrationModal .modal-body .form-group :-ms-input-placeholder {
    font-size: 3vw;
  }

  #registrationModal .modal-body .form-group ::placeholder {
    font-size: 3vw;
  }

  #registrationModal .modal-body .form-group .select2 {
    margin-bottom: 2.778vw;
    height: calc(1.5em + .75rem + 2px);
  }

  #registrationModal .modal-body .form-group .select2 .select2-selection {
    height: calc(1.5em + .75rem + 2px);
    display: flex;
    align-items: center;
  }

  #registrationModal .modal-body .form-group .select2 .select2-selection .select2-selection__rendered {
    padding-top: 0;
    padding-left: 1.389vw;
    font-size: 3vw;
  }

  #registrationModal .modal-body .form-group .select2 .select2-selection .select2-selection__arrow {
    top: 0.868vw;
  }

  #registrationModal .modal-body .form-group #race {
    margin-bottom: 2.778vw;
    border-radius: 4px;
    font-size: 3vw;
  }

  #registrationModal .modal-body .modal-body__enter-btn {
    margin-bottom: 5.208vw;
  }

  #registrationModal .modal-body .modal-body__forgot-password {
    margin-bottom: 2.604vw;
  }

  #registrationModal .modal-body .modal-body__restore-password {
    margin-bottom: 2.604vw;
  }

  .my-post {
    margin-bottom: 3.472vw;
  }

  .my-post .my-post__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .my-post .my-post__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .my-post .my-post__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .my-post .my-post__accordion {
    /* Style the accordion panel. Note: hidden by default */
  }

  .my-post .my-post__accordion .accordion-button {
    padding: 3.125vw;
    font-size: 2.604vw;
  }

  .my-post .my-post__accordion .accordion-button:after {
    margin-left: 0.868vw;
  }

  .my-post .my-post__accordion .panel {
    padding: 0 3.125vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__header {
    margin-top: 2.604vw;
    padding-bottom: 1.736vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__header .header__items .items__icon {
    width: 2.604vw;
    height: 2.257vw;
    margin-right: 0.868vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__header .header__items .items__info {
    margin-left: 1.736vw;
    font-size: 2.083vw;
    line-height: 3.299vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body {
    margin-bottom: 2.604vw;
    padding-bottom: 2.604vw;
    padding-top: 2.604vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body p {
    font-size: 2.7vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body .body__numb {
    font-size: 2.431vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body .body__nick {
    font-size: 2.431vw;
    margin-left: 1.736vw;
  }

  .my-post .my-post__accordion .panel .panel__wrap .panel__body .body__text {
    font-size: 2.778vw;
  }

  .reputation-info .reputation-info__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.299vw;
  }

  .reputation-info .reputation-info__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .reputation-info .reputation-info__title .title__text {
    font-size: 3.778vw;
    margin-left: 2.951vw;
  }

  .reputation-info .reputation-info__body {
    /* Style the accordion panel. Note: hidden by default */
  }

  .reputation-info .reputation-info__body .panel {
    padding: 0 3.125vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header {
    padding-top: 1.736vw;
    padding-bottom: 1.736vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items .items__link {
    font-size: 2.083vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items span {
    font-size: 2.083vw;
    line-height: 3.299vw;
    margin-right: 0.868vw;
    margin-left: 0.868vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items .items__icon {
    width: 2.604vw;
    height: 2.257vw;
    margin-right: 0.868vw;
  }

  .reputation-info .reputation-info__body .panel .panel__header .header__items .items__info {
    margin-left: 1.736vw;
    font-size: 2.083vw;
    line-height: 3.299vw;
  }

  .reputation-info .reputation-info__body .panel .panel__body {
    margin-bottom: 2.604vw;
  }

  .reputation-info .reputation-info__body .panel .panel__body .body__comment {
    font-size: 2.778vw;
    line-height: 4.167vw;
    margin-bottom: 2.604vw;
    margin-top: 2.604vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer {
    margin-bottom: 1.736vw;
    padding-bottom: 2.604vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item {
    display: flex;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items {
    margin-right: 2.604vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items svg {
    width: 2.778vw;
    height: 2.778vw;
    margin-right: 1.215vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .items__items span {
    font-size: 2.083vw;
    line-height: 3.299vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .rate {
    border-radius: 0.694vw;
    width: 26.042vw;
    padding: 0.868vw 1.736vw;
    font-size: 2.083vw;
  }

  .reputation-info .reputation-info__body .panel .panel__footer .footer__item .item__later svg {
    width: 3.472vw;
    height: 3.472vw;
  }

  .banner {
    padding: 0 0 3.472vw;
  }

  .banner .block_content {
    margin-bottom: 0.868vw;
    padding: 0 3.472vw;
  }

  .create-topic .create-topic__title {
    padding-top: 3.472vw;
    padding-bottom: 3.472vw;
    padding-left: 3.472vw;
  }

  .create-topic .create-topic__title .title__icon {
    width: 3.472vw;
    height: 3.472vw;
  }

  .create-topic .create-topic__title .title__text {
    font-size: 2.778vw;
    margin-left: 2.951vw;
  }

  .create-topic .create-topic__form {
    padding: 4.34vw;
  }

  .create-topic .create-topic__form .upload-image {
    margin-bottom: 2.778vw;
  }

  .create-topic .create-topic__form .upload-image p {
    font-size: 2.778vw;
    margin-bottom: 1.389vw;
  }

  .create-topic .create-topic__form .form-group #create-topic__section {
    height: calc(1.6em + 0.75rem + 2px);
    margin-top: 1.389vw;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}

