/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.item-comment .avatar img button,
hr,
input {
  overflow: visible;
}
li,
ul {
  list-style-type: none;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
body,
h2 {
  font-family: Circe-Light, sans-serif;
}
summary {
  display: list-item;
}
[hidden] {
  display: none;
}
.footer a,
.green-link,
.main-header__navigation .btn-menu,
.main-header__navigation .nav a,
.main-header__video {
  text-decoration: none;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer a:hover,
.main-header__navigation .nav a:hover {
  opacity: 0.7;
} /*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body {
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 18px;
}
.container {
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-12,
.col-lg-2,
.col-md,
.col-md-4,
.col-xl-12,
.col-xl-2,
.col-xl-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.d-inline-block {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.main-header {
  max-width: 1500px;
  display: flex;
  width: 100%;
}
.main-header__video {
  width: 240px;
  height: 120px;
  background-color: #000;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-header__video p {
  font-size: 13px;
}
.main-header__video img {
  width: 40px;
  height: 40px;
}
.main-header__navigation {
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-header__navigation .hide-mobile,
  .main-header__video {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .main-header__navigation .hide-mobile {
    display: inline-block;
  }
}
.main-header__navigation .btn-menu {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.main-header__navigation .btn-menu span {
  display: flex;
  align-items: center;
}
.main-header__navigation .btn-menu img {
  margin: 0 20px;
  width: 25px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .main-header__navigation .btn-menu {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .main-header__navigation .btn-menu {
    display: none;
  }
}
.main-header__navigation .nav {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-header__navigation .nav img {
    margin-top: 15px;
  }
  .main-header__navigation .nav {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .main-header__navigation .nav {
    display: none;
  }
}
.main-header__navigation .nav a {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  color: #222;
  font-size: 13px;
  line-height: 45px;
  cursor: pointer;
  font-weight: 600;
}
.main-header__navigation .nav a.underline span {
  position: relative;
}
.main-header__navigation .nav a.underline span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -5px;
  height: 2px;
  background-color: #16b67f;
  left: 0;
  right: 0;
}
body,
header,
section {
  position: relative;
}
.main-header__navigation .nav a.dots {
  font-size: 20px;
  margin-top: -5px;
}
.main-header__navigation .nav a.btn-banners {
  padding: 8px 15px;
  background-color: #16b67f;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-top: 8px;
  border-radius: 5px;
}
.main-header__navigation .nav a.btn-banners:hover {
  background-color: #139f6f;
}
.main-header__navigation li {
  display: inline-block;
}
.main-header__navigation li.quote a {
  padding-right: 0;
}
.main-header__navigation li.right-side {
  margin-left: 0;
}
.main-header .header-crypto {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .main-header .header-crypto {
    flex-direction: column;
  }
}
.main-header .header-crypto__title {
  border-right: 1px solid #ccc;
}
.main-header .header-crypto__title h1 {
  height: 75px;
  line-height: 75px;
  padding: 0 20px 0 16px;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 100;
}
.footer a,
.footer span {
  color: #222;
  font-size: 13px;
  line-height: 16px;
}
.footer {
  border-top: 1px solid #ccc;
  text-align: left;
  margin-bottom: 20px;
  padding: 20px 30px 0;
}
.footer .container-fluid {
  max-width: 1500px;
  margin: 0;
  padding: 0;
}
.footer .footer-link {
  display: block;
  margin-bottom: 8px;
}
.footer ul {
  margin-bottom: 19px;
}
.footer span,
.footer ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .main-header .header-crypto__title {
    border: none;
  }
  .footer {
    text-align: center;
  }
  .footer ul,
  .main-content .aside-column__right {
    display: none;
  }
}
.footer span {
  font-weight: 700;
  display: block;
}
.footer p {
  margin-bottom: 19px;
  font-size: 13px;
  line-height: 16px;
  color: #999;
}
body,
li,
p,
ul {
  padding: 0;
  margin: 0;
}
body,
html {
  height: 100%;
  width: 100%;
}
h2 {
  background-position: center center;
  color: #000;
  font-size: 36px;
  line-height: 1.55;
  font-weight: 300;
  border-color: transparent;
  border-style: solid;
}
a:active,
a:focus {
  color: #fff;
}
.green-link {
  color: #16b67f;
  font-weight: 600;
  transition: 0.5s;
}
.green-link:active,
.green-link:hover,
.green-link:visited {
  text-decoration: underline;
  color: #16b67f;
  transition: 0.5s;
}
.news-item {
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
}
.news-item.aside-right {
  padding: 20px;
}
.news-item.aside-right a.desc {
  display: block;
  font-size: 18px;
  line-height: 22px;
}
.news-item.aside-right a.time {
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 600;
}
.news-item.aside-right a.time:hover {
  color: #16b67f;
}
.news-item a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  vertical-align: baseline;
  display: block;
  text-decoration: none;
  color: #000;
}
.news-item a:hover {
  color: #16b67f;
}
.news-item a span.time {
  white-space: nowrap;
  display: block;
  color: #9b9b9b;
  margin-top: 5px;
  font-size: 12px;
}
.main-content {
  max-width: 1500px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-content .aside-column__left {
  max-width: 207px;
  border-right: 1px solid #ccc;
  padding-top: 20px;
}
.main-content .aside-column__left h2 {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 700;
  padding: 0 20px;
}
.main-content .aside-column__left .tabs {
  margin: 10px 10px 0 0;
  padding: 0 20px;
}
.main-content .aside-column__left .tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-content .aside-column__left .tabs li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  cursor: pointer;
  font-size: 11px;
  color: #222;
  padding: 8px 0 9px;
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px;
}
.main-content .aside-column__left .tabs li.active {
  background: #f1f1f1;
  cursor: default;
  color: #222;
}
.main-content .aside-column__left .tabs li:last-child {
  margin-left: -1px;
  border-radius: 0 3px 3px 0;
}
.main-content .aside-column__left .tabs a {
  text-decoration: none;
  color: #000;
}
.main-content .aside-column__left .tabs a:hover {
  color: #16b67f;
}
.main-content .aside-column__right {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  max-width: 80%;
}
.main-content .aside-column__right .dictionary-title {
  text-decoration: none;
  padding: 20px 20px 10px;
  font-weight: 800;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  display: block;
}
.main-content .aside-column__right .dictionary-title:hover {
  color: #16b67f;
}
.main-content .aside-column__right .blockchain {
  padding: 0 20px 12px;
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.main-content .aside-column__right .blockchain:hover {
  color: #16b67f;
}
.main-content .aside-column__right .dictionary {
  padding: 0 20px;
}
.main-content .aside-column__right .dictionary .other {
  font-weight: 700;
}
.main-content .aside-column__right .dictionary li {
  padding: 15px 0;
  display: block;
  border-top: 1px solid #ccc;
}
.main-content .aside-column__right .dictionary li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-content .aside-column__right .dictionary li a:hover {
  color: #16b67f;
}
.main-content .aside-column__right .dictionary li a img {
  width: 20px;
}
.main-content .aside-column__right .main-news {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
.main-content .aside-column__right .main-news__common {
  display: block;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.main-content .aside-column__right .main-news__title {
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
  color: #000;
  padding-top: 10px;
  display: block;
  font-weight: 700;
}
.main-content .aside-column__right .main-news__title:hover {
  color: #16b67f;
}
.main-content .aside-column__right .main-news__category {
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.main-content .aside-column__right .main-news__category:hover {
  color: #16b67f;
}
.main-content__overview {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 3% 55px;
}
.main-content__overview .content-time {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.main-content__overview .content-time img {
  width: 15px;
  margin: 0 10px 0 15px;
}
.main-content__overview .content-time span {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.main-content__overview .content-description a {
  text-decoration: none;
}
.main-content__overview .content-description h2 {
  font-size: 36px;
  letter-spacing: 0.44px;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 576px) {
  .main-content .aside-column__left {
    display: none;
  }
  .main-content__overview .content-description h2 {
    font-size: 32px;
  }
}
.main-content__overview .content-description p {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 576px) {
  .main-content__overview .content-description p {
    font-size: 18px;
  }
}
.main-content__overview .content-description h3 {
  font-size: 22px;
}
.image {
  margin: 15px auto;
}
.item-comment {
  margin-bottom: 30px;
  padding: 10px;
}
.name {
  padding: 5px;
}
.item-comment .avatar {
  padding-right: 15px;
  float: left;
}
.item-comment .avatar img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.item-comment .comment-description {
  float: none;
  padding-left: 70px;
}
@media screen and (max-width: 576px) {
  .item-comment .comment-description {
    padding-left: 0;
  }
}
.item-comment .comment-description .name {
  font-family: "PT Sans", serif;
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.item-comment .comment-description p {
  margin: 5px 0 0;
  padding: 0;
}
.comment-to-comment {
  margin-top: 10px;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .comment-to-comment {
    margin-left: 30px;
  }
}
@media (max-width: 450px) {
  .comment-description p {
    margin: 5px 0 0;
    padding: 5px;
    line-height: 22px;
  }
  .item-comment {
    margin: 25px 0 0;
    padding: 5px;
    line-height: 22px;
  }
}
