/*
Theme Name: cryptotech
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --primary: #F56B11;
  --dark: #b34d0b;
  --pt: 60px;
  --pb: 60px;
  --gray-100: #F8F9FA;
  --gray-200: #E9ECEF;
  --gray-300: #DEE2E6;
  --gray-400: #CED4DA;
  --gray-500: #ADB5BD;
  --gray-600: #6C757D;
  --gray-700: #495057;
  --gray-800: #343A40;
  --gray-900: #212529;
}

@media (max-width: 576px) {
  :root {
    --pt: 30px;
    --pb: 30px;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/Roboto/Roboto-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/Roboto/Roboto-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/Roboto/Roboto-Medium.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  /*list-style: none;*/
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input {
  border: none;
  outline: none;
  background: transparent;
}

.hidden {
  display: none;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5;
}

h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 21px;
  }
}

h2 {
  font-size: 25px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 20px;
}

@media (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 16px;
}

@media (max-width: 768px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-size: 14px;
}

@media (max-width: 768px) {
  h5 {
    font-size: 13px;
  }
}

h6 {
  font-size: 13px;
}

@media (max-width: 768px) {
  h6 {
    font-size: 12px;
  }
}

p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
}

@media (max-width: 768px) {
  p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

ol,
ul {
  padding-left: 20px;
}

li {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
}

@media (max-width: 768px) {
  li {
    font-size: 16px;
  }
}

ul li {
  position: relative;
  list-style: none;
}

ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: var(--primary);
  position: absolute;
  left: -20px;
  top: 9px;
}

ol li::marker {
  color: var(--primary);
}

form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

label {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

input {
  border: 1px solid #eee;
  padding: 10px 15px;
  width: 100%;
}

textarea {
  border: 1px solid #eee;
  padding: 10px 15px;
  outline: none;
  width: 100%;
}

a {
  color: #000000;
}

a:hover {
  color: var(--primary);
}

blockquote {
  padding-left: 15px;
  border-left: 2px solid var(--primary);
}

.btn {
  background: var(--primary);
  color: #ffffff;
  padding: 20px;
  cursor: pointer;
}

.btn:hover {
  opacity: .8;
  color: #ffffff;
}

.label-text {
  margin-bottom: 5px;
}

.menu {
  padding: 0;
}

.menu li {
  list-style: none;
  color: #ffffff;
  margin-bottom: 0;
}

.menu li:before {
  content: none;
}

.header {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.header__inner {
  display: flex;
}

@media (max-width: 1400px) {
  .header__inner {
    justify-content: space-between;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  margin-right: 100px;
}

@media (max-width: 1400px) {
  .header__logo {
    margin-right: 50px;
  }
}

.header__menu {
  display: flex;
}

@media (max-width: 992px) {
  .header__menu {
    display: none;
  }
}

.header__menu ul {
  display: flex;
}

.header__menu li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.header__menu .menu-item {
  padding: 0;
}

.header__menu .menu-item a {
  color: #000;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  font-size: 16px;
}

.header__menu .menu-item:hover a {
  color: var(--primary);
}

.header__menu .menu-item-has-children .menu-item a:hover {
  background: var(--primary);
  color: #fff;
}

.menu-item-has-children>a:after {
  content: '';
  padding-left: 10px;
  background-image: url("/wp-content/themes/cryptotech/assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
}

@media (max-width: 992px) {
  .menu-item-has-children>a:after {
    display: none;
  }
}

.menu-item-has-children:hover>a:after {
  background-image: url("/wp-content/themes/cryptotech/assets/images/arrow-down-accent.svg");
}

@media (max-width: 992px) {
  .menu-item-has-children:hover>a:after {
    background-image: url("/wp-content/themes/cryptotech/assets/images/plus-accent.svg");
  }
}

.header__menu .sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 64px;
  width: 250px;
  /*background: var(--dark);*/
  background: #fff;
  /*border: 1px solid #eee;*/
  z-index: 10;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
  padding: 0;
}

.header__menu .sub-menu li {
  /*border-bottom: 1px solid #eee;*/
}

.header__menu .sub-menu li:last-child {
  border-bottom: 0;
}

.header__menu .sub-menu a {
  color: #000;
  padding: 10px 15px;
}

.header__menu .menu-item-has-children:hover .sub-menu {
  display: flex;
}

.header__menu-burger {
  display: none;
}

@media (max-width: 992px) {
  .header__menu-burger {
    display: flex;
  }
}

.header__menu-burger-img {
  width: 18px;
}

.mob-menu {
  display: none;
  padding-top: 10px;
}

@media (max-width: 992px) {
  .mob-menu.active {
    display: flex;
  }
}

.mob-menu .menu>.menu-item {
  border-bottom: 1px solid #eee;
}

.mob-menu a {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mob-menu .menu-item-has-children .menu-extend {
  content: '';
  padding-left: 10px;
  background-image: url("/wp-content/themes/cryptotech/assets/images/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
}

.mob-menu .menu-item-has-children.active .menu-extend {
  background-image: url("/wp-content/themes/cryptotech/assets/images/minus.svg");
}

.mob-menu .sub-menu {
  display: none;
  flex-direction: column;
}

.mob-menu .menu-item.active .sub-menu {
  display: flex;
  padding: 0;
}

.mob-menu .sub-menu a {
  padding-left: 20px;
}

.mob-menu .sub-menu li {
  border-top: 1px solid #eee;
}

.logo-img {
  width: 150px;
}

.container {
  display: flex;
  flex-direction: column;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .container {
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

.breadcrumbs {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 25px;
  }
}

.breadcrumbs__item {
  display: inline;
  position: relative;
  font-size: 14px;
  color: #6a6a6a;
  transition: all .3s;
}

@media (max-width: 768px) {
  .breadcrumbs__item {
    font-size: 16px;
    line-height: 1.7;
  }
}

.breadcrumbs__item:after {
  content: '/';
  padding: 0 10px;
}

@media (max-width: 768px) {
  .breadcrumbs__item:after {
    padding: 0 7px;
  }
}

.breadcrumbs__item:last-child:after {
  content: none;
}

.breadcrumbs__item:hover:after {
  color: #000000;
}

.article {
  padding-top: var(--pt);
  padding-bottom: 40px;
}

.article__date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #6a6a6a;
}

.article__date-ico {
  width: 14px;
  margin-right: 10px;
}

.article__date-modified {
  margin-left: 5px;
}

.article__published {
  display: flex;
  color: var(--gray-600);
  font-size: 14px;
  margin-bottom: 15px;
}

.article__columns {
  display: flex;
  margin: 0 -15px;
}

@media (max-width: 992px) {
  .article__columns {
    flex-direction: column;
  }
}

.article__left {
  display: flex;
  flex-direction: column;
  width: 75%;
  padding: 0 15px;
  margin-left: auto;
}

@media (max-width: 992px) {
  .article__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.article__right {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 0 15px;
}

@media (max-width: 992px) {
  .article__right {
    width: 100%;
  }
}

.article__poster {
  height: 365px;
  height: auto;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: center;
}

@media (max-width: 768px) {
  .article__poster {
    height: auto;
    margin-bottom: 30px;
  }
}

.article__poster-img {
  width: 100%;
}

.article__text-wrap {
  display: flex;
}

@media (max-width: 768px) {
  .article__text-wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.article__exchange-links {
  margin-bottom: 15px;
}

.article__share {
  display: flex;
  margin-right: 30px;
  margin-bottom: 30px;
  position: sticky;
  top: 20px;
  gap: 10px;
  flex-direction: column;
  /*height: 150px;*/

}

@media (max-width: 768px) {
  .article__share {
    flex-direction: row;
    position: relative;
    top: 0;
    margin: 0;
    height: auto;
  }
}

.article__share-item {
  display: flex;
  /*margin-right: 10px;*/
  /*margin-bottom: 10px;*/

  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #F8F9FA;
  transition: all .3s;
}

.article__share-item-img {
  display: flex;
  width: 25px;
  height: 25px;
}

.article__share-item:hover {
  fill: #fff;
  background: var(--primary);
  transform: translateY(-2px);
}

.article__graph {
  height: 500px;
  margin-bottom: 30px;
}

.tradingview-widget-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tradingview-widget-container-inner {
  height: 100%;
}

.tradingview-widget-container>div:first-child {
  height: 100%;
}

.article__text {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
}

.article__text a {
  color: var(--primary);
}

.article__text a:hover {
  text-decoration: underline;
}

.footer {
  background: #191919;
  margin-top: auto;
}

.footer__top {
  display: flex;
  border-bottom: 1px solid #333;
  padding: 30px 0;
}

.footer__top-inner {
  display: flex;
  align-items: center;
}

@media (max-width: 500px) {
  .footer__top-inner {
    flex-direction: column;
  }
}

.footer__menu {
  margin-left: auto;
}

@media (max-width: 500px) {
  .footer__menu {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.footer__menu ul {
  display: flex;
}

@media (max-width: 768px) {
  .footer__menu ul {
    flex-direction: column;
  }
}

.footer__menu li {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .footer__menu li {
    margin-bottom: 10px;
  }

  .footer__menu li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .footer__menu a {
    font-size: 18px;
  }
}

.footer__bottom {
  padding: 20px 0;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: var(--primary);
}

.copy {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
}

.article__contact {
  padding-bottom: var(--pt);
}

.article__contact-title {
  text-align: center;
  margin-bottom: 50px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 0;
  color: #057b05;
  margin-top: 15px;
  text-align: center;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px;
}

.section-category {
  padding: var(--pt) 0;
}

.section-category__articles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.section-category__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-card {
  width: 33.333%;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .article-card {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .article-card {
    width: 100%;
  }
}

.article-card__inner {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  height: 100%;
}

.article-card__image {
  height: 210px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .article-card__image {
    height: auto;
  }
}

.article-card__image img {
  height: 100%;
  object-fit: cover;
}

.article-card__title {
  display: flex;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.article-card__text {
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.article-card__published {
  color: var(--gray-600);
  font-size: 14px;
  margin-top: 10px;
}

.article-card__text p:last-child {
  margin-bottom: 0;
}

.home-articles {
  padding-top: var(--pt);
}

.home-articles__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.home-categories {
  padding-top: var(--pt);
  padding-bottom: var(--pb);
}

.home-categories__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 768px) {
  .home-categories__inner {
    flex-direction: column;
  }
}

.sidebar__item {
  border: 1px solid #eee;
  margin-bottom: 15px;
  transition: all .3s;
}

.sidebar__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px var(--gray-300);
}

.sidebar__title {
  display: flex;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.sidebar__item-poster {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.sidebar__item-title {
  display: flex;
  padding: 15px;
  line-height: 1.5;
  transition: all .3s;
}

.not-found {
  padding: var(--pt) 0;
  height: 100%;
  margin: auto;
}

.not-found__image-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.not-found__image {
  width: 300px;
}

.not-found__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.category-card {
  display: flex;
  position: relative;
  width: 50%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .category-card {
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
  }
}

.category-card__inner {
  padding: 0 15px;
}

.category-card__body {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 100;
}

@media (max-width: 768px) {
  .category-card__body {
    left: 20px;
    bottom: 20px;
  }
}

.category-card-img {
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-card-img img {
  transition: all .3s;
}

@media (max-width: 768px) {
  .category-card-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
}

.category-card__link {
  position: relative;
}

.category-card__link:hover .category-card-img img {
  transform: scale(1.05);
}

.category-card-img:before {
  content: '';
  background: #000;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.category-card__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.category-card__link:hover .category-card__title {
  transition: all .3s;
  color: var(--primary);
}

.page-nav {
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

@media(max-width: 400px) {
  .page-nav {
    padding: 15px;
  }
}

.page-nav__title {
  font-weight: 600;
  font-size: 18px;
}

.page-nav__items {
  display: none;
  padding: 0;
  flex-direction: column;
  margin-top: 20px;
}

.page-nav__items.active {
  display: flex;
}

.page-nav__toggle {
  font-size: 14px;
  cursor: pointer;
  margin-left: 5px;
}

.page-nav__toggle:hover {
  text-decoration: underline;
  color: var(--primary);
}

.page-nav__item {
  margin-bottom: 5px;
}

.article__text .page-nav__item-anchor {
  color: #000000;
  font-size: 16px;
}

.article__text .page-nav__item-anchor:hover {
  color: var(--primary);
}

.page-nav__item:last-child {
  margin-bottom: 0;
}

.page-nav__item:before {
  content: none;
}

.page-nav__childs {
  padding-top: 10px;
  padding-left: 15px;
}

.page-nav__item-child:last-child {
  margin-bottom: 0;
}

.wp-block-embed iframe {
  width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56%;
}

.wp-block-embed-twitter .wp-block-embed__wrapper {
  padding-bottom: 0;
}

.wp-block-embed__wrapper:before {
  content: '';
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-element-caption {
  margin: auto;
  padding-top: 5px;
  text-align: center;
}

.author {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--gray-200);
  width: auto;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
}

.article__text .author:hover {
  text-decoration: none;
  background: var(--gray-100);
}

.author__img {
  border-radius: 50%;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author__img img {
  width: 24px;
  padding: 5px;
}

.author__img--link-wrap {
  display: flex;
  width: 24px;
  height: auto;
  padding: 3px;
  align-items: center;
  justify-content: center;
  border: 0;
}

.author__img--link-wrap svg {
  display: flex;
  width: 100%;
  height: auto;
}

.author__title {
  margin-left: 15px;
  font-size: 14px;
}

.author-page__content {
  display: flex;
  align-items: center;
}

.author-page__img {
  margin-right: 20px;
}

@media(max-width: 576px) {
  .author-page__img {
    max-width: 200px;
  }
}

@media(max-width: 576px) {
  .author-page__content {
    flex-direction: column;
  }
}

.table-currency-wrap {
  overflow: auto;
}

.table-currency {
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.table-currency td {
  padding: 10px 20px;
  padding-right: 30px;
  line-height: 1.5;
  min-width: 170px;
}

.table-currency tr:nth-child(2n) {
  background: #eeeeee;
}

.table-currency__social {}

.table-currency__social-ico {
  margin-right: 5px;
}

.table-exchange-wrap {
  overflow: auto;
}

.table-exchange {
  border: 1px solid #eee;
  margin-bottom: 20px;
  width: 100%;
}

.table-exchange td,
.table-exchange th {
  padding: 10px 20px;
  padding-right: 30px;
  line-height: 1.5;
  min-width: 170px;
  text-align: left;
}

.table-exchange th {
  background: var(--primary);
  color: #fff;
  font-weight: 500;
}

.table-exchange tr:nth-child(2n) {
  background: #eeeeee;
}

.wp-block-table table {
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.wp-block-table thead {
  border: 0 !important;
}

.wp-block-table table td {
  padding: 10px 20px;
  border: 1px solid #eee !important;
}

.wp-block-table table tr:nth-child(2n) {
  background: #eeeeee;
}

.wp-block-table thead {
  background: #eeeeee;
}

.wp-block-table td,
.wp-block-table th {
  padding: 10px 20px;
  line-height: 1.5;
}

@media(max-width: 991px) {
  table.has-fixed-layout th,
  table.has-fixed-layout td {
    width: 150px;
  }
}

.graph-list {
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding-bottom: 10px;
  border: 1px solid var(--gray-200);
}

.graph-list__heading {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  padding-bottom: 15px;
}

.graph-list__heading-item {
  width: 16%;
  min-width: 120px;
}

.graph-list__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
}

.graph-list__item:nth-child(even) {
  background: var(--gray-100);
}

.graph-list__item:hover {
  /*color: #000000;*/
}

.graph-list__value {
  width: 16%;
  min-width: 120px;
}

.graph-list__image-inner {
  display: flex;
}

.exchange-calculator {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.exchange-calculator__top {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}

.exchange-calculator__field-wrap {
  display: flex;
  position: relative;
}

.exchange-calculator__input {
  padding: 20px 30px;
  font-size: 20px;
}

.exchange-calculator__ico {
  display: flex;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  padding: 15px;
  font-weight: 700;
  font-size: 20px;
}

.exchange-calculator__ico-inner {
  width: 55px;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
}

.exchange-calculator__btn-wrap {
  display: flex;
  align-items: center;
}

.exchange-calculator__btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.exchange-calculator__bottom {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}

.related-converter {
  padding-top: var(--pt);
  padding-bottom: var(--pb);
  background-color: var(--gray-100);
}

.related-converter__card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--gray-200);
  font-size: 18px;
  padding: 20px 30px;
  transition: all .3s;
}

.related-converter__card:hover {
  box-shadow: 0 5px 10px var(--gray-300);
  color: #000000;
}

.related-converter__cards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.related-converter__card-icons {
  display: flex;
  min-width: 40px;
}

.related-converter__card-icon {
  width: 24px;
}

.related-converter__card-icon--to {
  margin-left: -6px;
}

@media (max-width: 768px) {
  .related-converter__cards {
    gap: 10px;
  }

  .related-converter__card {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid var(--gray-300);
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: -1px;
  width: 50px;
  height: 60px;
}

.page-numbers.current {
  color: var(--primary);
  border-top: 2px solid var(--primary);
}

.page-numbers:hover path {
  stroke: var(--primary);
}