.fa {
  font-family: var(--fa-style-family, 'Font Awesome 6 Free');
  font-weight: var(--fa-style, 900);
}
.fa,
.fab,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas {
  font-family: 'Font Awesome 6 Free';
}
.fab {
  font-family: 'Font Awesome 6 Brands';
}
.fa-bars:before {
  content: '\f0c9';
}
.fa-arrow-right:before {
  content: '\f061';
}
.fa-ellipsis-h:before {
  content: '\f141';
}
.fa-search:before {
  content: '\f002';
}
.fa-rss:before {
  content: '\f09e';
}
.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url('../fonts/fa-brands-400.woff2') format('woff2'),
    url('../fonts/fa-brands-400.ttf') format('truetype');
}
.fab {
  font-weight: 400;
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-facebook:before {
  content: '\f09a';
}
.fa-twitter:before {
  content: '\f099';
}
:host,
:root {
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url('../fonts/fa-regular-400.woff2') format('woff2'),
    url('../fonts/fa-regular-400.ttf') format('truetype');
}
:host,
:root {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url('../fonts/fa-solid-900.woff2') format('woff2'),
    url('../fonts/fa-solid-900.ttf') format('truetype');
}
.fas {
  font-weight: 900;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src:
    url('../fonts/fa-brands-400.woff2') format('woff2'),
    url('../fonts/fa-brands-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src:
    url('../fonts/fa-solid-900.woff2') format('woff2'),
    url('../fonts/fa-solid-900.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src:
    url('../fonts/fa-regular-400.woff2') format('woff2'),
    url('../fonts/fa-regular-400.ttf') format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src:
    url('../fonts/fa-solid-900.woff2') format('woff2'),
    url('../fonts/fa-solid-900.ttf') format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src:
    url('../fonts/fa-brands-400.woff2') format('woff2'),
    url('../fonts/fa-brands-400.ttf') format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src:
    url('../fonts/fa-regular-400.woff2') format('woff2'),
    url('../fonts/fa-regular-400.ttf') format('truetype');
  unicode-range:
    u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e,
    u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094,
    u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7,
    u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a,
    u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e,
    u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7,
    u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d,
    u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba,
    u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  scroll-padding-top: 150px;
}

ul {
  list-style: none;
}
.input--text {
  width: 100%;
}

.auth-section:after,
.children .post:after,
.comment-footer__menu:after,
.nav:after,
.post-content .post-menu:after,
.post-content .post-message:after,
.post-content footer,
.post-content:after,
.post-list .post:after,
.services:after,
.textarea-wrapper:after {
  clear: both;
}

a,
button,
form,
h1,
h3,
h4,
h6,
img,
li,
p,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

aside,
footer,
header,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
}

.input--text,
.textarea-wrapper {
  -webkit-appearance: none;
  appearance: none;
}

.post-content .post-body {
  overflow: hidden;
}

.dropdown {
  position: relative;
}

.btn {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:active,
.btn:hover {
  color: #656c7a;
  background-color: #e6e6e6;
}

.btn:active {
  background-color: #ccc;
}

.btn:hover {
  color: #656c7a;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.dropdown-toggle:active,
.input--text:focus,
.post-content:focus,
a:focus {
  outline: 0;
}

.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9;
  background-image: none;
  outline: 0;
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown:hover .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

h3,
h4,
strong {
  font-weight: 700;
}

h3,
p {
  margin: 0 0 1.5em;
}

a:active,
a:hover {
  text-decoration: none;
}

a {
  color: #288ce4;
  transition: color linear 0.1s;
}

button::-moz-focus-inner {
  border: 0;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 18px;
  line-height: 1.2;
}

h6 {
  font-weight: 700;
  font-size: 11px;
  color: #687a86;
  margin: 0 0 10px;
  line-height: 1;
}

h6 {
  text-transform: uppercase;
}

.btn {
  border: none;
  background: #778289;
  background: rgba(29, 47, 58, 0.6);
  display: inline-block;
  padding: 10px 16px;
  color: #fff;
  line-height: 1.1;
  border-radius: 3px;
  font-weight: 500;
  transition: background 0.2s;
  text-shadow: none;
}

.btn:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}

.btn:not(:disabled).active,
.btn:not(:disabled):active {
  transition: none;
  background: #2e9fff;
}

[class*=' icon-']:before,
[class^='icon-']:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-2:before {
  content: '\25b3';
}

.icon-arrow:before {
  content: '\25bd';
}

.icon-export:before {
  content: '\2924';
}

.icon-flag:before {
  content: '\2691';
}

.icon-forward:before {
  content: '\3e';
}

.icon-heart:before {
  content: '\f109';
}

.input--text {
  background: #fff;
  border: 2px solid #dbdfe4;
  transition: all 0.2s linear;
  padding: 5px 9px;
  margin: 0;
  border-radius: 4px;
  font-size: 13px;
  height: 32px;
}

.input--text:focus {
  border: 2px solid #c2c6cc;
}

.input--text:placeholder-shown {
  color: #687a86;
}

.avatar .user,
.avatar img {
  display: block;
  border-radius: 3px;
}

.avatar {
  float: left;
}

.avatar img {
  width: 48px;
  height: 48px;
}

.avatar .user {
  position: relative;
  /* z-index: 100; */
  background: #dbdfe4;
  padding: 0;
}

.post .avatar {
  margin-right: 12px;
}

.post-list {
  list-style-type: none;
  margin: 0;
}

.post-list .post:after,
.post-list .post:before {
  display: table;
  content: '';
  line-height: 0;
}

.children .post:after,
.children .post:before,
.post-content:after,
.post-content:before {
  display: table;
  line-height: 0;
  content: '';
}

.children .post {
  margin-left: 60px;
}

.children .post .avatar .user img {
  width: 36px;
  height: 36px;
}

.post-content {
  position: relative;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
}

.comment-footer__menu > li a:focus,
.post-content .post-menu .collapse a:focus,
.post-content .post-menu .dropdown-toggle:focus,
.post-content .post-menu .expand a:focus {
  outline: auto;
}

.post-content .post-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 3px;
  right: 0;
}

.post-content .post-menu:after,
.post-content .post-menu:before {
  display: table;
  content: '';
  line-height: 0;
}

.post-content .post-menu .dropdown-toggle {
  border-left: 2px solid;
  border-color: #e7e9ee;
  padding-left: 5px;
}

.post-content .post-menu > li {
  float: left;
  margin: 0 0 0 8px;
}

.post-content .post-menu > li a {
  color: #656c7a !important;
}

.post-content .post-menu .collapse a,
.post-content .post-menu .expand a {
  font-size: 20px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
  top: -6px;
  padding: 10px 0 10px 10px;
}

.post-content .post-menu .collapse a:hover,
.post-content .post-menu .expand a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.post-content .post-menu .expand {
  display: none;
}

.post-content .post-message-container {
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

.post-content .post-message {
  line-height: 21px;
}

.post-content .post-message:after,
.post-content .post-message:before {
  display: table;
  content: '';
  line-height: 0;
}

.post-content .post-message p {
  line-height: 21px;
  margin: 0 0 15px;
}

.post-content .post-message p:last-child {
  margin: 0;
}

.post-content:hover .post-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}

.post-content:focus-within .post-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
  transform: none;
}

.vote-down:hover,
.vote-up:hover {
  cursor: pointer;
}

.updatable {
  transition: all 0.3s linear;
}

.caret,
.help-icon {
  display: inline-block;
}

.help-icon {
  border-radius: 9px;
  border: 2px solid #687a86;
  padding: 2px 4px;
  margin-top: -2px;
  font-size: 12px;
  height: 18px;
  width: 19px;
}

.help-icon:before {
  content: '?';
  font-weight: 700;
  color: #656c7a;
}

.caret {
  width: 0;
  height: 0;
  text-indent: -99999px;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  opacity: 0.3;
  content: '\2193';
}

.bullet {
  padding: 0;
  color: #c2c6cc;
  line-height: 1.4;
}

.nav {
  position: relative;
  margin: 0 0 -6px;
  padding: 0;
}

.nav:after,
.nav:before {
  display: table;
  content: '';
  line-height: 0;
}

.nav .caret {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  margin: 0;
  transition: 0.2s all;
}

.nav-primary {
  margin: 0 0 24px;
  border-bottom: 2px solid #e7e9ee;
}

.nav-secondary {
  margin: -12px 0 6px;
}

.nav-tab > a {
  color: #656c7a;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.tab-conversation.active > a:after {
  content: ' ';
  display: block;
  height: 2px;
  background: #2e9fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.nav-tab > a:hover {
  color: #2a2e2e;
}

.nav-tab--primary > a {
  font-size: 15px;
  padding: 12px 0;
  margin-right: 15px;
}

.tab-conversation {
  float: left;
}

.tab-conversation > a {
  text-transform: capitalize;
}

.tab-conversation.active > a {
  color: #2a2e2e !important;
}

.user-menu .dropdown-toggle-wrapper:before {
  content: '';
}

.tab-community {
  float: left;
}

.tab-community > a {
  margin-left: 15px;
}

.user-menu {
  float: right;
  margin-left: 10px;
}

@media (min-width: 500px) {
  .user-menu {
    margin-left: 6px;
  }
  .user-menu .dropdown-toggle {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.user-menu .dropdown-toggle {
  max-width: 160px;
  height: 33px;
  margin: 0;
  padding-right: 14px !important;
}

.user-menu .caret {
  top: 18px;
  right: 0;
}

.user-menu .dropdown-toggle-wrapper {
  white-space: nowrap;
}

.comment-count-placeholder,
.community-name-placeholder {
  display: none;
}

@media (max-width: 480px) {
  .comment-count,
  .community-name {
    display: none;
  }
  .comment-count-placeholder,
  .community-name-placeholder {
    display: block;
  }
}

.nav-tab--secondary {
  margin-bottom: 15px;
}

.nav-tab--secondary > a,
.nav-tab--secondary > div a {
  width: auto;
  font-size: 13px;
}

.recommend {
  float: left;
  margin-right: 15px;
}

.recommend .label {
  font-weight: 700;
}

.share-menu {
  float: left;
  max-width: none;
  margin-top: 2px;
}

.share-menu .dropdown-toggle {
  padding-right: 0;
}

.sorting {
  margin-left: 12px;
}

.sorting .dropdown-toggle {
  padding-right: 14px;
}

.thread-likes a {
  position: relative;
  z-index: 100;
  margin-right: 0;
}

.thread-likes a:hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.thread-likes .label-recommended {
  display: none;
}

.dropdown-toggle {
  position: relative;
  padding-right: 12px;
  background: 0 0 !important;
  color: #656c7a !important;
}

.dropdown-toggle:hover {
  color: #2a2e2e !important;
}
.icon-export:hover,
.label:hover {
  color: #2a2e2e;
  transition: color 250ms ease-in-out;
}
.icon-export:before {
  position: relative;
  top: 0.31em;
  margin-right: -1px;
  line-height: 0;
  font-size: 19px;
}
.recommend-icon {
  color: #f05f70;
  margin-right: 1px;
}
.recommend-icon:before {
  position: relative;
  top: 0.18em;
  font-size: 13px;
  padding-left: 0.5px;
  line-height: 0;
}
.load-more {
  margin: 0 0 24px;
}
.load-more__button {
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 11px 14px;
}
.comment__footer .vote-down,
.comment__footer a,
.comment__header a {
  color: #656c7a;
  font-weight: 500;
}
.comment__footer .vote-down:hover,
.comment__footer a:hover,
.comment__header a:hover {
  color: #2a2e2e;
}
.comment__header .author {
  color: #656c7a;
  font-weight: 700;
}
.vote-down,
.vote-up {
  display: inline-block;
}
.parent-link,
.time-ago {
  font-weight: 500;
  font-size: 12px;
  color: #687a86;
}
.parent-link {
  position: relative;
}
.vote-down,
.vote-up {
  position: relative;
  padding: 0 3px;
  line-height: 0.85;
  height: 11px;
  min-height: 14px;
  overflow: hidden;
}
.vote-down .control,
.vote-up .control {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.7;
}
.vote-down {
  padding-right: 0;
  padding-left: 6px;
  border-left: 2px solid #e7e9ee;
}
.vote-up {
  padding-left: 0;
}
.vote-up:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -3px;
  bottom: -10px;
}
.vote-up .count {
  color: gray;
  position: relative;
  top: -3px;
  font-size: 13px;
}
.vote-up.count-0 {
  margin-left: -3px;
}
.vote-up.count-0 .count {
  display: none;
}
.comment__header {
  line-height: 1;
  font-size: 13px;
  padding-right: 46px;
  margin-bottom: 3px;
}
.comment__header .author a {
  font-weight: 700;
}
.comment__footer {
  color: #656c7a;
  margin: 4px 0 0;
}
.comment__footer .bullet {
  line-height: 1.45;
}
.comment-footer__menu {
  margin: 0;
  padding: 0;
}
.comment-footer__menu:after,
.comment-footer__menu:before {
  display: table;
  content: '';
  line-height: 0;
}
.comment-footer__menu > li {
  float: left;
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  margin-right: 7px;
}
.comment-footer__menu > li.comment__share {
  margin-right: 0;
}
.reply a {
  padding: 2px 0;
  border-radius: 4px;
}
.comment__share {
  position: relative;
  margin-right: 0;
}
.post-meta {
  display: inline-block;
}
.connect__button {
  background: 0 0;
  font-size: 11px;
  width: 34px;
  height: 34px;
}
.auth-section {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 0;
  margin: 0;
  z-index: 200;
}
.auth-section:after,
.auth-section:before {
  display: table;
  content: '';
  line-height: 0;
}
@media (min-width: 480px) {
  .auth-section {
    margin: 0 0 0 60px;
  }
}
.auth-section.logged-out__display {
  display: -ms-flexbox;
  display: flex;
}
.connect {
  padding-right: 10px;
}
.guest {
  padding: 2px 0 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
}
.guest p {
  margin: 0 0 12px;
}
.services {
  margin: 0 0 18px;
}
.services:after,
.services:before {
  display: table;
  content: '';
  line-height: 0;
}
.services li {
  float: left;
  margin: 0 3px 0 0;
}
.connect__button {
  display: block;
  opacity: 0.9;
}
.connect__button:hover {
  opacity: 1;
}
.sso__button.no-image:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}
.sso__button.no-image:not(:disabled).active,
.sso__button.no-image:not(:disabled):active {
  transition: none;
  background: #2e9fff;
}
.auth-disqus button,
.auth-facebook button,
.auth-google button,
.auth-twitter button {
  height: 34px;
}
.guest-form-title {
  display: inline-block;
}
.guest-text {
  display: none;
}
.register-text {
  display: block;
}
.auth-twitter button {
  background-position: 0 -251px;
  width: 34px;
}
.auth-facebook button {
  background-position: 0 -179px;
  width: 34px;
}
.auth-google button {
  background-position: 0 -215px;
  width: 34px;
}
.auth-disqus button {
  background-position: 0 -143px;
  width: 35px;
}
.help-tooltip__wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: 0 0;
}
.textarea-wrapper {
  background: #fff;
  border: 2px solid #dbdfe4;
  position: relative;
  border-radius: 4px;
  margin: 0 0 0 48px;
}
.textarea-wrapper:after,
.textarea-wrapper:before {
  display: table;
  content: '';
  line-height: 0;
}
.textarea-wrapper:focus {
  border: 2px solid #c2c6cc;
}
.textarea-wrapper--top-level .textarea-wrapper {
  margin-left: 60px;
}
@media (max-width: 500px) {
  .textarea-wrapper--top-level .textarea-wrapper {
    margin-left: 0;
  }
}
.placeholder {
  color: #687a86;
  line-height: 30px;
  font-size: 15px;
  position: absolute;
  top: 7px;
  left: 10px;
  right: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: text;
}
@media (min-width: 500px) {
  .placeholder {
    font-size: 18px;
  }
}
.textarea {
  color: #2a2e2e;
  cursor: text;
  resize: none;
  border: 0;
  display: block;
  padding: 6px 10px 8px;
  margin: 0;
  width: 100%;
  min-height: 44px;
  height: auto;
  line-height: 1.4;
  font-size: 14px;
  font-family: 'Helvetica Neue', arial, sans-serif;
  overflow-y: scroll;
  transition: all 0.15s ease-in-out;
}
.textarea p {
  margin: 0;
  line-height: 1.4;
}
.textarea:focus {
  outline: 0;
}
.postbox {
  position: relative;
  margin-left: 60px;
}
.textarea-wrapper--top-level .postbox {
  margin: 0 0 24px;
}
.postbox section {
  border-radius: 0 0 3px 3px;
}
.pull-right {
  float: right !important;
}
@media screen and (max-width: 480px) {
  .hidden-sm {
    display: none !important;
  }
}

/*==============RESET===================*/

:root {
  --green: #cee741;
  --violet: #5c3680;
  --orange: #f35a3c;
  --blue: #0071ab;
  --yellow: #feda00;
  --white: #ffffff;
  --gray: #828c93;
  --facebook: #3b5998;
  --twitter: #00acee;
  --title-color: #1b1b1b;
  --text-color: #444;
  --label-color: #767d84;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

  --xxl: 1400px;
  --xl: 1200px;
  --lg: 992px;
  --md: 768px;
  --sm: 576px;
  --xs: 425px;

  --text-size: 20px;
  --title-size: 2.5rem;
  --title-size-md: 2.1rem;
  --title-size-sd: 1.5rem;

  --merriweather: 'Merriweather', serif;
  --source-sans: 'Source Sans Pro', sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  font-family: var(--source-sans);
  color: var(--title-color);
}

h1,
h3,
h4 {
  color: var(--title-color);
}

h1 {
  font-size: var(--title-size);
}

ul {
  list-style: none;
  padding: 0;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

p {
  margin: 0;
  margin-bottom: 0 !important;
}

a {
  text-decoration: none !important;
  color: #009;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 1272px;
  padding: 0 12px;
  margin: 0 auto;
}

.content__main {
  background-color: #ffffff;
}

.adv__content {
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
}

#progress-bar {
  --progress: 0;
  position: fixed;
  top: 142px;
  left: 0;
  background-color: #009;
  width: var(--progress);
  height: 6px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .check {
    font-size: 0.8rem;
  }
}

@media (max-width: 1024px) {
  .check {
    font-size: 0.6rem;
  }
}

@media (max-width: 992px) {
  .check {
    font-size: 0.5rem;
  }
}

/* .image-stack__item--logo {
    grid-column: 1 / -1;
    grid-row: 1;
    padding-top: 42%;
    padding-left: 4%;
    z-index: 2;
} */

/*===========HEADER==========*/

.header {
  box-shadow: var(--box-shadow);
  padding: 0.4rem 0;
  position: sticky;
  z-index: 999;
  top: 0;
  background-color: #fff;
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fa-bars {
  font-size: 2rem;
}

.header__menu img {
  max-width: 120px;
}

.header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 2rem;
  gap: 0.7rem;
}

.nav__list {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}

.nav__item {
  font-size: 18px;
  font-weight: 600;
}

.nav__item:nth-child(8) {
  border-left: 1px solid rgba(0, 0, 0, 0.268);
  border-right: 1px solid rgba(0, 0, 0, 0.268);
  padding: 0 20px;
}

.header__social {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}

.header__weather {
  display: flex;
  align-items: center;
}

.header__weather-temp {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.header__weather-temp span:nth-child(1) {
  color: red;
  font-weight: 700;
  font-size: 16px;
}

.header__weather-temp span:nth-child(2) {
  color: blue;
}

.header__bot {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 10px 0 10px 14rem;
  font-family: var(--source-sans);
}

.header__bot-left {
  display: flex;
  gap: 2rem;
  font-size: 12px;
}

.header__bot-right {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #444;
}

/*=====================*/

.content__row {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
}

.content__main {
  flex: 1 1 66%;
  border-right: 1px solid #e8e8e8;
}

.adv__content {
  flex: 1 1 30%;
}

/*================MAIN=============*/

.main {
  margin-top: 1rem;
  border-bottom: 1px solid #e8e8e8;
}

.breadcr__row {
  display: flex;
  margin-bottom: 1rem;
  gap: 1rem;
}

.breadcr__row > span {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #828c93;
}

.main__title {
  font-size: 3rem;
  font-family: var(--merriweather);
  font-weight: 700;
}

.main__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

.main__by {
  gap: 1rem;
  color: rgba(68, 68, 68, 0.5);
}

/*=============INFO================*/

.info {
  margin-top: 2rem;
  font-size: 20px;
  font-family: var(--source-sans);
  padding-left: 5rem;
}

.info__title {
  font-size: 25px;
  margin-bottom: 1rem;
}

.info__text {
  margin-bottom: 1rem;
  line-height: 28px;
}

.info__text a:hover {
  color: #009;
}

/*=========STEPS==============*/

/*==============CHECK==============*/

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: 1rem;
}

.check__wrapper {
  padding: 0.5rem;
}

.check__top {
}

.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}

.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}

.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}

.bank__logo {
}

.check__top-col-title {
}

.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.check__bot {
  border-bottom: 3px solid #000;
}

.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}

.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}

.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}

.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}

/*===========BENEFITS============*/

/*=========REG=============*/

.reg__list {
  margin: 0 auto !important;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.reg__item {
  font-size: var(--text-size);
  margin-bottom: 0.5rem;
  font-weight: normal;
}

/*==========TAGS================*/

.tags {
  margin-top: 3rem;
  font-size: var(--text-size);
}

.tags__row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tags__title {
  font-weight: 700;
}

.tags__row a {
  color: #444;
}

.tags__block:hover {
  color: var(--blue);
}

/*=========COMMENTS==========*/

/*=============COMMENTS==============*/
.comments-area {
  padding-right: 4px;
}

/*============ADVBLOCK===========*/

.adv__row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.adv__row a {
  padding: 0 1rem;
}

.adv__title {
  font-size: 1rem;
  font-weight: 700;
}

.adv__info {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
  font-weight: 700;
  padding-bottom: 5px;
}

/*==========RECOMMEND=========*/

/*==========FOOTER===========*/

.footer {
  background-color: #000;
  padding: 1.2rem 0;
  margin-top: 2rem;
}

.footer__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__item {
  color: #fff;
}

.footer__copy {
  color: #fff;
}

/*========MEDIA QUERIES==========*/

@media (max-width: 1200px) {
  .nav__list {
    display: flex;
    justify-content: flex-start;
    gap: 0.6rem;
  }
  .nav__item {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .nav__list {
    display: flex;
    justify-content: flex-start;
    gap: 0.6rem;
  }
  .nav__item {
    font-size: 14px;
  }

  .reg__list {
    font-size: var(--title-size-md);
    font-weight: 700;
  }
}

@media (max-width: 992px) {
  .container-my {
    max-width: 90%;
  }

  .header__nav {
    display: none;
  }
  .header__bot {
    padding: 10px 0 10px 1rem;
  }

  .main__title {
    font-size: 2rem;
  }

  .fa-twitter {
    padding: 0.5rem;
  }
}

@media (max-width: 768px) {
  .main {
    margin-top: 0;
    padding-top: 20px;
  }

  .main__title {
    margin-top: 0;
  }

  .main__by-text span {
    font-size: 1rem;
  }

  .info {
    padding-left: 0;
  }

  .adv__content {
    display: none;
  }

  .header__bot {
    padding: 10px 0 10px 0rem;
  }

  .header__bot-left {
    gap: 0.5rem;
  }

  .header__nav {
    display: none;
  }
  .footer__row {
    grid-template-columns: 1fr 1fr;
  }
  .footer__copy {
    grid-column: 1/3;
  }
}

@media (max-width: 550px) {
  #progress-bar {
    top: 96px;
  }

  .header__bot {
    display: none;
  }

  .content__row {
    margin-top: 1rem;
  }

  .container-my {
    max-width: 100%;
  }

  .breadcr__row {
    padding: 0 0.5rem;
  }

  .nav__list {
    display: none;
  }

  .nav__item:nth-child(1) {
    margin-right: 2rem;
  }

  .nav__item:nth-child(2) {
    display: none;
  }

  .nav__item:nth-child(3) {
    display: none;
  }

  .main__title {
    font-size: 1.5rem;
  }

  .reg__list {
    max-width: 100%;
  }

  .reg__item {
    list-style: none;
    background-color: #3b589828;
    padding: 0.3rem;
  }

  .info__text {
    line-height: 30px;
  }
}

@media (max-width: 425px) {
  .main__title {
    font-size: 34px;
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .content__row {
    flex-direction: column !important;
  }
}

/* FORM */
.sorser .form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
  margin: 0 auto;
}
.sorser .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #00bfff;
}
.sorser .title::before,
.sorser .title::after {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: #00bfff;
}
.sorser .title::after {
  animation: pulse 1s linear infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.check {
  margin-bottom: 25px;
}

.fa,
.fab,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-arrow-right:before {
  content: '\f061';
}
.fa-bars:before {
  content: '\f0c9';
}
.fa-ellipsis-h:before {
  content: '\f141';
}
.fa-facebook:before {
  content: '\f09a';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-rss:before {
  content: '\f09e';
}
.fa-search:before {
  content: '\f002';
}
.fa-twitter:before {
  content: '\f099';
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url('../fonts/fa-brands-400.woff2') format('woff2'),
    url('../fonts/fa-brands-400.woff') format('woff'),
    url('../fonts/fa-brands-400.ttf') format('truetype');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;

  src:
    url('../fonts/fa-regular-400.woff2') format('woff2'),
    url('../fonts/fa-regular-400.woff') format('woff'),
    url('../fonts/fa-regular-400.ttf') format('truetype');
}
.fab {
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url('../fonts/fa-solid-900.woff2') format('woff2'),
    url('../fonts/fa-solid-900.woff') format('woff'),
    url('../fonts/fa-solid-900.ttf') format('truetype');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
}
.fa,
.fas {
  font-weight: 900;
}

.fa,
.fab,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-arrow-right:before {
  content: '\f061';
}

.fa-bars:before {
  content: '\f0c9';
}

.fa-ellipsis-h:before {
  content: '\f141';
}

.fa-facebook:before {
  content: '\f09a';
}

.fa-instagram:before {
  content: '\f16d';
}

.fa-rss:before {
  content: '\f09e';
}

.fa-search:before {
  content: '\f002';
}

.fa-twitter:before {
  content: '\f099';
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.fab {
  font-weight: 400;
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
}

.fa,
.fas {
  font-weight: 900;
}

.chart-container-unique {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  padding-top: 50px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  overflow-x: auto;
}

.chart-containers-unique {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  overflow-x: auto;
  /* Добавляем прокрутку по горизонтали */
}

.bar-unique {
  width: 100px;
  background: linear-gradient(#02fc00, #016b00);
  margin: 0 5px 5px;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: height 0.5s ease;
}

.bars-unique {
  width: 100px;
  margin: 0 5px 5px;
  position: relative;
  padding: 3px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.bar-unique::before {
  font-size: 12px;
  content: attr(data-value);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}

.name-unique {
  text-align: center;
  margin-top: 10px;
}

.avatar-unique {
  display: block;
  margin: 10px auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}

.value-wrapper-unique {
  max-width: 100px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tut-unique {
  text-align: center;
  font-weight: bold;
}
