@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap");
body:before {
  background-color: #fcf8e3;
  border-bottom: 1px solid #fbeed5;
  border-left: 1px solid #fbeed5;
  color: #c09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
@media (min-width: 30em) {
  body:before {
    content: "xsmall ≥ 480px (30em)";
  }
}
@media (min-width: 36em) {
  body:before {
    content: "small ≥ 576px (36em)";
  }
}
@media (min-width: 48em) {
  body:before {
    content: "medium ≥ 768px (48em)";
  }
}
@media (min-width: 62em) {
  body:before {
    content: "large ≥ 992px (62em)";
  }
}
@media (min-width: 77.5em) {
  body:before {
    content: "xlarge ≥ 1240px (77.5em)";
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  color: #3d3d3d;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background: #fff;
  overflow-anchor: none;
}

/* global selection */
::selection {
  background: #5271ff;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #5271ff;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #5271ff;
  color: #fff;
  text-shadow: none;
}

a,
.link,
body a {
  color: #5271ff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease all;
  font-family: "Montserrat", sans-serif;
}
a:active, a:focus, a:hover,
.link:active,
.link:focus,
.link:hover,
body a:active,
body a:focus,
body a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.main-wrapper {
  padding: 0 15px;
  margin: auto;
}
@media (min-width: 62em) {
  .main-wrapper {
    max-width: 1230px;
  }
}

p {
  font-size: 14px;
  line-height: 150%;
  padding-bottom: 5px;
}
@media (min-width: 48em) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 77.5em) {
  p {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  h1 {
    font-size: 22px;
  }
}
@media (min-width: 77.5em) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 138.9%;
}
@media (min-width: 62em) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-weight: 800;
  font-size: 16px;
  line-height: 138.9%;
}
@media (min-width: 62em) {
  h3 {
    font-size: 18px;
  }
}

.aligncenter {
  width: fit-content;
}

.loadmore-btn {
  color: #5271ff;
  background-color: transparent;
  border: 1px solid #5271ff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 0;
  max-width: 300px;
  margin: auto;
  cursor: pointer;
  box-shadow: none;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  transition: 0.3s all ease-out;
}
.loadmore-btn:hover {
  background: #f7f9ff;
  border: 1px solid #5271ff;
}

.loadmore-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.header-inside {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* Navigation
  --------------------------------------------- */
}
@media (min-width: 48em) {
  .header-inside {
    padding: 18px 0;
  }
}
.header-inside .logo-burger {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (min-width: 48em) {
  .header-inside .logo-burger {
    width: auto;
  }
}
.header-inside .logo-burger .burger-container {
  max-width: 35px;
}
@media (min-width: 48em) {
  .header-inside .logo-burger .burger-container {
    display: none;
  }
}
.header-inside .logo-burger .hidden-tog {
  display: none;
}
.header-inside .logo-container {
  max-width: 130px;
  font-size: 0;
}
.header-inside .logo-container a {
  display: block;
}
.header-inside .logo-container img {
  height: 34px;
  width: auto;
  max-width: none;
  display: block;
}
@media (min-width: 48em) {
  .header-inside .logo-container img {
    height: 50px;
  }
}
.header-inside .logo-container.hide-open {
  opacity: 0;
}
.header-inside .logo-container {
  font-size: 0;
}
.header-inside #drop-menu {
  display: none;
}
@media (min-width: 48em) {
  .header-inside #drop-menu {
    display: block;
  }
}
@media (min-width: 48em) {
  .header-inside #drop-menu .hide-desk {
    display: none;
  }
}
.header-inside #drop-menu.open-menu {
  display: block;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
}
.header-inside #drop-menu.open-menu .logo-burger {
  background-color: #fff;
  width: 95%;
  margin: 0 0 0 auto;
  max-width: 340px;
  padding: 15px 25px 15px 15px;
}
.header-inside #drop-menu.open-menu .logo-burger .logo-container {
  max-width: 86px;
}
@media (max-width: 47.99em) {
  .header-inside #drop-menu.open-menu .main-navigation {
    display: block;
    background-color: #fff;
    width: 95%;
    margin: 0 0 0 auto;
    max-width: 340px;
  }
  .header-inside #drop-menu.open-menu .main-navigation ul {
    background-color: #fff;
    max-width: 340px;
    padding: 15px 20px 15px 15px;
  }
  .header-inside #drop-menu.open-menu .main-navigation ul a {
    padding: 8px 0 8px 0;
  }
  .header-inside #drop-menu.open-menu .main-navigation .soc-container {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 0 0 0 auto;
    max-width: 375px;
    padding: 0px 15px 21px;
  }
  .header-inside #drop-menu.open-menu .main-navigation .soc-container a {
    padding-right: 25px;
  }
}
.header-inside .main-navigation {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .header-inside .main-navigation ul {
    display: flex;
  }
}
.header-inside .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  top: 100%;
  left: 0;
  margin-left: 0;
  display: none;
  z-index: 99999;
}
@media (min-width: 62em) {
  .header-inside .main-navigation ul ul {
    position: absolute;
  }
}
.header-inside .main-navigation ul ul a {
  width: 200px;
}
@media (min-width: 48em) {
  .header-inside .main-navigation ul li:hover > ul,
.header-inside .main-navigation ul li.focus > ul {
    display: block;
  }
}
.header-inside .main-navigation li {
  position: relative;
}
.header-inside .main-navigation a {
  display: block;
  text-decoration: none;
}
.header-inside .main-navigation {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 125%;
  display: none;
}
@media (min-width: 48em) {
  .header-inside .main-navigation {
    display: block;
  }
}
.header-inside .main-navigation a {
  color: #3d3d3d;
  padding-right: 45px;
}
@media (min-width: 48em) {
  .header-inside .main-navigation a {
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media (min-width: 62em) {
  .header-inside .main-navigation a {
    padding-right: 45px;
    padding-left: 0;
  }
}
.header-inside .main-navigation a:visited {
  color: #3d3d3d;
}
.header-inside .soc-container.hide-mobile {
  display: none;
}
@media (min-width: 48em) {
  .header-inside .soc-container.hide-mobile {
    display: flex;
  }
}
.header-inside .soc-container.hide-mobile a {
  display: block;
  padding: 0px 0 0 17px;
}

.header {
  box-shadow: 0px 7px 20px 0px rgba(82, 113, 255, 0.12);
}

.main-navigation ul.sub-menu {
  display: block;
  background-color: white;
  padding: 15px 0 30px;
}
.main-navigation ul.sub-menu a {
  padding: 15px 15px 0 20px;
}
.main-navigation ul.sub-menu a:hover, .main-navigation ul.sub-menu a:active {
  color: #5271ff;
}
.main-navigation ul.menu li.current_page_item a,
.main-navigation ul.menu li.current-menu-item a,
.main-navigation ul.sub-menu li.current_page_item a,
.main-navigation ul.sub-menu li.current-menu-item a {
  color: #5271ff;
}
.main-navigation ul.menu > .current-menu-parent > a {
  color: #5271ff;
}
.main-navigation ul {
  list-style: none;
}

#coinmarketcap-widget-marquee {
  display: none !important;
}
@media (min-width: 62em) {
  #coinmarketcap-widget-marquee {
    display: flex !important;
  }
}

.coin-marquee-wrapper {
  width: 100%;
}

.coin-marquee-wrapper--dark {
  background: #5271ff !important;
  border-top: 1px solid #222531;
  border-bottom: 1px solid #5271ff !important;
}

.coin-marquee-header {
  display: none !important;
}

.coin-marquee-container {
  width: 100% !important;
}

.coin-marquee-item {
  min-width: 180px !important;
  padding: 0 35px !important;
}

.coin-marquee-item-inner:hover {
  color: #fff !important;
  text-decoration: none;
}

.coin-marquee-item-inner {
  padding: 10px 0 !important;
}

.coin-marquee-item::after {
  background-color: #2b51ff !important;
  top: 13px !important;
}

.header-inside #primary-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
}

.header-inside #primary-menu > li > a[href="#"]:after {
  content: "";
  background: url("https://kriptofakt.com/wp-content/themes/crypto/img/arrow.svg");
  width: 9px;
  height: 7px;
  margin-left: 10px;
  transform: rotate(180deg);
  transition: 0.3s all ease-in;
}

.header-inside .main-navigation ul ul {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);
}

.header-inside #primary-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-navigation ul.sub-menu {
  padding: 0px 0 15px;
}

@media (max-width: 47.99em) {
  .header-inside .main-navigation {
    text-transform: none;
  }

  .header-inside #primary-menu > li > a {
    text-transform: uppercase;
    font-weight: 600;
  }

  .header-inside .main-navigation .sub-menu {
    font-weight: 500;
  }

  #primary-menu li.show-submenu .sub-menu, #primary-menu li.current-menu-parent .sub-menu {
    display: block !important;
    box-shadow: none !important;
    float: none;
    padding: 0 !important;
  }
  #primary-menu li.show-submenu a[href="#"]:after, #primary-menu li.current-menu-parent a[href="#"]:after {
    transform: none;
  }
}
.mobile-categories {
  background: #5271ff;
  /* Safari */
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 9;
}
@media (min-width: 62em) {
  .mobile-categories {
    display: none;
  }
}
.mobile-categories .swiper-slide {
  width: auto !important;
  border-right: 1px solid #f7931a;
  margin: 13px 0;
}
.mobile-categories .swiper-slide:last-child {
  border-right: 0;
}
.mobile-categories a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12.731px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 12px;
  text-decoration: none;
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.footer-wrapper {
  background-color: #f8f8f8;
}
.footer-wrapper .footer {
  margin-top: 20px;
  padding: 40px 0;
  justify-content: center;
  text-align: center;
}
@media (min-width: 48em) {
  .footer-wrapper .footer {
    margin-top: 50px;
  }
}
@media (min-width: 62em) {
  .footer-wrapper .footer {
    padding: 70px 0;
    margin-top: 60px;
  }
}
@media (min-width: 62em) {
  .footer-wrapper .footer {
    display: flex;
    text-align: left;
    justify-content: space-between;
  }
}
@media (min-width: 62em) {
  .footer-wrapper .footer .column {
    min-width: 21%;
    max-width: 24%;
  }
}
.footer-wrapper .footer .column p {
  color: #000000;
  line-height: 125%;
  padding-top: 18px;
  font-weight: 500;
}
@media (min-width: 62em) {
  .footer-wrapper .footer .column p {
    padding-top: 40px;
  }
}
.footer-wrapper .footer .column .logo-holder {
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 62em) {
  .footer-wrapper .footer .column .logo-holder {
    justify-content: start;
  }
}
.footer-wrapper .footer .column .logo-holder a {
  font-size: 0;
  display: block;
}
.footer-wrapper .footer .column .logo-holder img {
  max-width: none;
  height: auto;
  display: block;
  width: 150px;
}
.footer-wrapper .footer .column h3 {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  line-height: 123%;
  padding-top: 40px;
}
@media (min-width: 62em) {
  .footer-wrapper .footer .column h3 {
    font-size: 18px;
    padding-top: 0px;
  }
}
.footer-wrapper .footer .column .menu {
  padding-top: 18px;
}
@media (min-width: 62em) {
  .footer-wrapper .footer .column .menu {
    padding-top: 40px;
  }
}
.footer-wrapper .footer .column .menu li {
  margin-bottom: 10px;
}
@media (min-width: 62em) {
  .footer-wrapper .footer .column .menu li {
    margin-bottom: 16px;
  }
}
.footer-wrapper .footer .column .menu a {
  font-weight: 500;
  line-height: 125%;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}
.footer-wrapper .footer .column .menu a:visited {
  color: #000000;
}
.footer-wrapper .footer .column .soc-container {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 62em) {
  .footer-wrapper .footer .column .soc-container {
    padding-top: 30px;
    justify-content: flex-start;
  }
}
.footer-wrapper .footer .column .soc-container a {
  display: block;
  padding: 5px 25px 0 0;
}
.footer-wrapper .mini-footer {
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .footer-wrapper .mini-footer {
    display: flex;
  }
}
.footer-wrapper .mini-footer p {
  font-size: 12px;
}
@media (min-width: 48em) {
  .footer-wrapper .mini-footer p {
    font-size: 14px;
  }
}
.footer-wrapper .mini-footer .powered {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.footer-wrapper .mini-footer .powered p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .footer-wrapper .mini-footer .powered {
    padding-top: 0;
  }
}
.footer-wrapper .mini-footer .powered a {
  color: #000000;
  margin-left: 8px;
  min-width: fit-content;
  display: block;
  font-size: 0;
  margin-top: 0;
}
.footer-wrapper .mini-footer .powered a img {
  min-width: 115%;
  display: block;
}
.footer-wrapper .mini-footer .copyrigth {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-wrapper .mini-footer .copyrigth a {
  color: #000000;
  padding: 2px 0 2px 6px;
  margin: 5px 0;
  margin-left: 7px;
  border-left: 1px #5271ff solid;
  font-size: 12px;
}
@media (min-width: 48em) {
  .footer-wrapper .mini-footer .copyrigth a {
    font-size: 14px;
    margin: 0 0 0 12px;
  }
}
.footer-wrapper ul {
  list-style: none;
}

.footer .wpcf7 p {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
@media (max-width: 61.99em) {
  .footer .wpcf7 p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer .wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}
.footer .wpcf7 label {
  display: none;
}
.footer .wpcf7 .your-email {
  display: block;
  margin-bottom: 17px;
  margin-top: 16px;
}
.footer .wpcf7 .your-email input {
  width: 100%;
  border: 1px solid #000000;
  box-sizing: border-box;
  height: 40px;
  border-radius: 0;
  padding: 10px 13px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  font-family: Montserrat;
  max-width: 230px;
}
.footer .wpcf7 input[type=submit] {
  height: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 13px;
  background: #5271ff;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: 0.3s all ease-out;
}
.footer .wpcf7 input[type=submit]:hover {
  background: #395cff;
}
.footer .wpcf7 .wpcf7-response-output {
  margin: 0 !important;
  padding: 10px 13px !important;
  line-height: 1.3;
  font-size: 13px;
  margin-top: 17px !important;
  max-width: 230px;
}
@media (max-width: 61.99em) {
  .footer .wpcf7 .wpcf7-response-output {
    margin: 0 auto !important;
    margin-top: 17px !important;
  }
}
.footer .wpcf7 .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 3px;
  margin: 0;
  background-color: #cfcfcf;
  opacity: 1;
}
.footer .wpcf7 .wpcf7-spinner:before {
  background: #5271ff;
}

.case > div {
  display: none;
}
.case > div.swiper-container-initialized {
  display: block;
}

.mislenie-section {
  background-color: #f4f4f4;
  padding: 30px 0 40px;
  margin: 50px 0;
}
.mislenie-section .top-mislenia {
  display: flex;
  justify-content: space-between;
}
.mislenie-section .top-mislenia .arrow-container {
  display: flex;
}
.mislenie-section .top-mislenia .arrow-container .swiper-button-next {
  padding-left: 10px;
  cursor: pointer;
}
.mislenie-section .top-mislenia .arrow-container .swiper-button-prev {
  cursor: pointer;
}
.mislenie-section h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: 0.03em;
  color: #000000;
}
@media (min-width: 77.5em) {
  .mislenie-section h2 {
    font-size: 20px;
  }
}
.mislenie-section .mislenie__card .img-container img {
  width: 100%;
  display: block;
}
.mislenie-section .mislenie h3 {
  font-weight: 800;
  font-size: 15px;
  margin: 15px 3px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-news-top-section {
  margin: 30px 0 15px;
}

#kilo.no-active,
#runbind.no-active {
  display: none;
}

.home-news-top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .home-news-top {
    justify-content: space-between;
    flex-direction: row;
  }
}
.home-news-top .case {
  max-width: 791px;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
@media (min-width: 48em) {
  .home-news-top .case {
    margin-bottom: 0px;
    width: 65%;
  }
}
@media (min-width: 62em) {
  .home-news-top .case {
    width: 68%;
    padding-bottom: 0;
  }
}
.home-news-top .case .swiper-slide {
  height: fit-content;
}
.home-news-top .case .first-news-img-container {
  min-height: 220px;
  max-height: 220px;
  height: 60vh;
}
@media (min-width: 36em) {
  .home-news-top .case .first-news-img-container {
    max-height: 300px;
  }
}
@media (min-width: 48em) {
  .home-news-top .case .first-news-img-container {
    max-height: 450px;
  }
}
@media (min-width: 62em) {
  .home-news-top .case .first-news-img-container {
    max-height: 510px;
  }
}
.home-news-top .case .first-news-img-container img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-news-top .case .text-on-img {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.home-news-top .case .text-on-img a,
.home-news-top .case .text-on-img a:visited {
  color: white;
}
.home-news-top .case .text-on-img a p,
.home-news-top .case .text-on-img a:visited p {
  padding: 10px 15px 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 149.9%;
}
@media (min-width: 62em) {
  .home-news-top .case .text-on-img a p,
.home-news-top .case .text-on-img a:visited p {
    font-size: 26px;
    padding: 10px 30px 40px;
  }
}
.home-news-top .case .text-on-img a:hover {
  text-decoration: none;
}
.home-news-top .case .blur {
  position: absolute;
  bottom: 0;
  height: 80%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(0deg, #0e163e 0%, rgba(13, 35, 132, 0.517993) 35.7%, rgba(108, 121, 180, 0.316091) 71.75%, rgba(255, 255, 255, 0) 100%, #3c4155 100%, rgba(60, 65, 85, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.home-news-top .taps-switcher {
  background-color: #f3f3f3;
}
@media (min-width: 48em) {
  .home-news-top .taps-switcher {
    max-width: 300px;
  }
}
@media (min-width: 62em) {
  .home-news-top .taps-switcher {
    width: 32%;
    max-width: 381px;
  }
}
.home-news-top .taps-switcher .tabs {
  background-color: #f7931a;
  display: flex;
  cursor: pointer;
  justify-content: center;
}
.home-news-top .taps-switcher .tabs p {
  padding: 15px 12px;
  margin: 10px 10px 0;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .home-news-top .taps-switcher .tabs p {
    margin: 10px 5px 0;
    padding: 10px 15px;
  }
}
@media (min-width: 77.5em) {
  .home-news-top .taps-switcher .tabs p {
    padding: 15px 28px;
    margin: 10px 14px 0;
    font-size: 17px;
  }
}
.home-news-top .taps-switcher .tabs .active {
  background-color: #f3f3f3;
}
.home-news-top .taps-switcher .contain {
  padding: 20px 32px;
}
.home-news-top .taps-switcher .contain .one-shot-new {
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.home-news-top .taps-switcher .contain .one-shot-new .datum {
  font-weight: 600;
  font-size: 17px;
  color: #000000;
  padding-bottom: 8px;
}
@media (min-width: 48em) {
  .home-news-top .taps-switcher .contain .one-shot-new .datum {
    font-size: 14px;
    padding-bottom: 3px;
  }
}
@media (min-width: 62em) {
  .home-news-top .taps-switcher .contain .one-shot-new .datum {
    font-size: 17px;
    padding-bottom: 8px;
  }
}
.home-news-top .taps-switcher .contain .one-shot-new .datum-2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .home-news-top .taps-switcher .contain .one-shot-new .datum-2 {
    font-size: 12px;
  }
}
@media (min-width: 62em) {
  .home-news-top .taps-switcher .contain .one-shot-new .datum-2 {
    font-size: 14px;
  }
}
.home-news-top .taps-switcher .contain .one-shot-new a,
.home-news-top .taps-switcher .contain .one-shot-new a:visited {
  color: #3d3d3d;
  transition: 0.1s ease all;
}
.home-news-top .taps-switcher .contain .one-shot-new a:hover {
  text-decoration: none;
  font-weight: 500;
}
.home-news-top .taps-switcher .contain .one-shot-new a:hover .title-2 {
 transform: scale(1.015);
}
.home-news-top .taps-switcher .contain .one-shot-new .title {
  font-size: 16px;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 48em) {
  .home-news-top .taps-switcher .contain .one-shot-new .title {
    font-size: 14px;
  }
}
@media (min-width: 62em) {
  .home-news-top .taps-switcher .contain .one-shot-new .title {
    font-size: 16px;
  }
}
.home-news-top .taps-switcher .contain .one-shot-new .title-2 {
  font-weight: 500;
  font-size: 17px;
  color: #3d3d3d;
  padding-bottom: 0;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 48em) {
  .home-news-top .taps-switcher .contain .one-shot-new .title-2 {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
@media (min-width: 62em) {
  .home-news-top .taps-switcher .contain .one-shot-new .title-2 {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.home-news-top .taps-switcher .no-active {
  display: none;
}

.one-shot-new::before {
  content: " ";
  height: 14px;
  width: 14px;
  border-radius: 10px;
  position: absolute;
  left: -7px;
  top: 4px;
  background-color: #5271ff;
  z-index: 3;
}

.one-shot-new::after {
  content: " ";
  height: 100%;
  width: 2px;
  border-radius: 10px;
  position: absolute;
  left: -1px;
  top: 4px;
  background-color: #3d3d3d;
  z-index: 2;
}

.news-section .news-section_inner {
  margin: 0 -15px;
}
@media (min-width: 36em) {
  .news-section .news-section_inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.news-section .new-card {
  margin: 15px 0;
  padding: 0 15px;
}
@media (min-width: 36em) {
  .news-section .new-card {
    width: 50%;
  }
}
@media (min-width: 62em) {
  .news-section .new-card {
    width: 33.33%;
  }
}
.news-section .new-card .img-container {
  width: 100%;
}
.news-section .new-card .img-container img {
  width: 100%;
}
.news-section .new-card .text-container .post-type {
  color: #f7931a;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  padding: 18px 0 8px;
}
@media (min-width: 62em) {
  .news-section .new-card .text-container .post-type {
    font-size: 16px;
  }
}
.news-section .new-card .text-container a:hover {
  text-decoration: none;
}
.news-section .new-card .text-container a:hover h3 {
  color: #3d3d3dcf;
}
.news-section .new-card .text-container h3 {
  padding-bottom: 8px;
  color: #000000;
}
@media (min-width: 48em) {
  .news-section .new-card .text-container p {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 158.9%;
    color: #1f1f1f;
  }
}
.news-section .new-card .text-container .datum {
  font-weight: 500;
  font-size: 14px;
  line-height: 158%;
  color: #3d3d3d;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 8;
  bottom: 10px;
  left: 0;
  width: 100%;
}
@media (min-width: 62em) {
  .swiper-pagination {
    bottom: 15px;
  }
}

.swiper-pagination-bullet {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #5271ff;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 48em) {
  h1 {
    font-size: 20px;
  }
}
@media (min-width: 62em) {
  h1 {
    font-size: 22px;
  }
}
@media (min-width: 77.5em) {
  h1 {
    font-size: 24px;
  }
}
h1 strong {
  color: #f7931a;
  padding-right: 8px;
  margin-right: 10px;
  border-right: 3px solid #f7931a;
}

.single-wrapper {
  margin-top: 28px;
}
@media (min-width: 62em) {
  .single-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 77.5em) {
  .single-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 62em) {
  .single-wrapper .single-post {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 62em) {
  .single-wrapper .left-col {
    width: 70%;
    max-width: 820px;
  }
}
@media (min-width: 62em) {
  .single-wrapper .right-col {
    width: 27%;
    max-width: 320px;
  }
}
.single-wrapper .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.single-wrapper .tags a {
  background: #eaeaea;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-size: 12.894px;
  line-height: 121%;
  padding: 5px 10px;
  margin: 0 14px 15px 0;
}
.single-wrapper .tags a:hover {
  background: #f7931a;
  text-decoration: none;
}
.single-wrapper .subscribe__block {
  background: rgba(247, 147, 26, 0.05);
  border-top: 2px solid #f7931a;
  margin: 25px -15px;
  padding: 20px 35px;
  text-align: center;
}
@media (min-width: 62em) {
  .single-wrapper .subscribe__block {
    margin: 35px 0;
    padding: 35px;
    border-top: none;
    border-left: 2px solid #f7931a;
    text-align: left;
  }
}
.single-wrapper .subscribe__block p {
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
}
.single-wrapper .subscribe__block form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (min-width: 62em) {
  .single-wrapper .subscribe__block form {
    flex-direction: row;
  }
}
.single-wrapper .subscribe__block label {
  font-weight: 600;
  font-size: 16px;
  line-height: 136%;
}
@media (min-width: 62em) {
  .single-wrapper .subscribe__block label {
    font-size: 25px;
  }
}
.single-wrapper .subscribe__block .your-email input {
  display: block;
  background: rgba(247, 147, 26, 0.02);
  border: none;
  border-bottom: 1px solid gray;
  margin: 18px auto 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  border-radius: 0;
  max-width: 100%;
}
@media (min-width: 62em) {
  .single-wrapper .subscribe__block .your-email input {
    margin: 18px 35px 20px 0;
  }
}
@media (max-width: 29.99em) {
  .single-wrapper .subscribe__block .your-email input {
    width: 100%;
  }
}
.single-wrapper .subscribe__block input[type=submit] {
  color: white;
  background-color: #5271ff;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 0;
  max-width: 300px;
  margin: auto;
  cursor: pointer;
  border: none;
  box-shadow: none;
}
@media (min-width: 62em) {
  .single-wrapper .subscribe__block input[type=submit] {
    max-width: 400px;
    font-size: 18px;
    padding: 18px 25px;
  }
}
.single-wrapper .subscribe__block input[type=submit]:hover {
  background: #395cff;
}
.single-wrapper .subscribe__block .wpcf7-not-valid-tip {
  display: none !important;
}
.single-wrapper .subscribe__block .wpcf7-response-output {
  margin: 0 !important;
  padding: 10px 13px !important;
  line-height: 1.3;
  font-size: 13px;
  margin-top: 17px !important;
  max-width: 430px;
}
@media (max-width: 61.99em) {
  .single-wrapper .subscribe__block .wpcf7-response-output {
    margin: 0 auto !important;
    margin-top: 17px !important;
  }
}
.single-wrapper .subscribe__block .wpcf7-spinner {
  position: absolute;
  right: -15px;
  top: -15px;
  margin: 0;
  background-color: #cfcfcf;
  opacity: 1;
}
.single-wrapper .subscribe__block .wpcf7-spinner:before {
  background: #5271ff;
}
.single-wrapper .post-categories {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  list-style: none;
  margin: 0 0 10px 0;
}
@media (min-width: 77.5em) {
  .single-wrapper .post-categories {
    margin-bottom: 15px;
  }
}
.single-wrapper .post-categories li {
  padding: 0;
  margin-right: 15px;
}
.single-wrapper .post-categories a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #f7931a;
}
@media (min-width: 36em) {
  .single-wrapper .post-categories a {
    font-size: 18px;
  }
}
@media (min-width: 62em) {
  .single-wrapper .post-categories a {
    font-size: 22px;
  }
}
.single-wrapper .datum {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.07em;
  color: gray;
  padding-bottom: 16px;
}
@media (min-width: 62em) {
  .single-wrapper .datum {
    padding-bottom: 22px;
  }
}
.single-wrapper .related {
  border-bottom: 1px solid #5271ff;
  background-color: #eaeaea;
  text-align: center;
}
.single-wrapper .related p {
  font-weight: bold;
  padding: 13px 10px;
  font-size: 17px;
}
.single-wrapper .box-rel {
  border-bottom: 1px solid #5271ff;
  padding: 20px 0;
}
.single-wrapper .box-rel a,
.single-wrapper .box-rel a:visited {
  color: #3d3d3d;
}
.single-wrapper .box-rel a:hover {
  text-decoration: none;
}
.single-wrapper .box-rel a:hover h3 {
  color: #5271ff;
}
.single-wrapper .box-rel h3 {
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  .single-wrapper .box-rel h3 {
    font-size: 20px;
  }
}
.single-wrapper .box-rel .text {
  padding-top: 8px;
}
.single-wrapper .box-rel .published {
  font-size: 14px;
  color: #5f5f5f;
  padding-bottom: 10px;
  font-weight: 500;
}
.single-wrapper .box-rel .autor-rel a {
  color: #5271ff;
  font-weight: 700;
}
.single-wrapper ul,
.single-wrapper ol {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (min-width: 62em) {
  .single-wrapper ul,
.single-wrapper ol {
    margin-left: 40px;
  }
}
.single-wrapper ul li:first-child,
.single-wrapper ol li:first-child {
  padding-top: 0;
}
.single-wrapper ul li,
.single-wrapper ol li {
  line-height: 135%;
  padding: 6px 0;
  font-size: 14px;
}
@media (min-width: 62em) {
  .single-wrapper ul li,
.single-wrapper ol li {
    font-size: 18px;
    padding: 10px 0 10px 5px;
  }
}
.single-wrapper ul.blue-dot,
.single-wrapper ol.blue-dot {
  list-style: none;
  margin: 10px 0 25px;
  padding-left: 25px;
}
@media (min-width: 62em) {
  .single-wrapper ul.blue-dot,
.single-wrapper ol.blue-dot {
    margin: 10px 0 45px;
    padding-left: 85px;
  }
}
.single-wrapper ul.blue-dot li:first-child,
.single-wrapper ol.blue-dot li:first-child {
  padding-top: 0;
}
.single-wrapper ul.blue-dot li:first-child:first-child:before,
.single-wrapper ol.blue-dot li:first-child:first-child:before {
  top: 8px;
}
.single-wrapper ul.blue-dot li,
.single-wrapper ol.blue-dot li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e8e9ea;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 0;
}
@media (min-width: 62em) {
  .single-wrapper ul.blue-dot li,
.single-wrapper ol.blue-dot li {
    padding-top: 23px;
  }
}
.single-wrapper ul.blue-dot li:before,
.single-wrapper ol.blue-dot li:before {
  position: absolute;
  top: 49%;
  left: -22px;
  width: 8px;
  height: 8px;
  background: #5271ff;
  content: "";
}
.single-wrapper blockquote.wp-block-quote {
  margin: 8px 8px 15px;
  padding: 10px 15px;
  border-left: 3px solid #5271ff;
}
@media (min-width: 62em) {
  .single-wrapper blockquote.wp-block-quote {
    margin: 20px 25px 25px;
  }
}
.single-wrapper blockquote.wp-block-quote p {
  padding-left: 10px;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
}
@media (min-width: 62em) {
  .single-wrapper blockquote.wp-block-quote p {
    font-size: 20px;
  }
}
.single-wrapper blockquote.wp-block-quote cite {
  padding-left: 10px;
  color: #3d3d3d;
  display: block;
}
@media (min-width: 77.5em) {
  .single-wrapper blockquote.wp-block-quote.is-style-large p {
    font-size: 26px;
  }
}
.single-wrapper .wp-block-pullquote {
  background-image: url("https://kriptofakt.com/wp-content/themes/crypto/img/quo.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 40%;
  background-size: 20%;
  padding: 1em 0;
}
@media (min-width: 62em) {
  .single-wrapper .wp-block-pullquote {
    padding: 3em 0;
  }
}
.single-wrapper .wp-block-pullquote p {
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 62em) {
  .single-wrapper .wp-block-pullquote p {
    font-size: 1.75em;
  }
}
.single-wrapper .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: none;
}
@media (min-width: 62em) {
  .single-wrapper .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 60%;
  }
}
.single-wrapper .wp-block-pullquote.is-style-solid-color p {
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 62em) {
  .single-wrapper .wp-block-pullquote.is-style-solid-color p {
    font-size: 1.75em;
  }
}

.column .autor-block {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.column .autor-block a,
.column .autor-block a:visited {
  color: #000000;
}
.column .autor-block .img-container {
  border-radius: 150px;
  max-width: 85px;
  border: 5px solid white;
  overflow: hidden;
  background-color: white;
}
.column .autor-block .img-container img {
  display: block;
  width: 100%;
}
.column .autor-block .text-container {
  padding-left: 20px;
  align-self: center;
}
.column .autor-block .text-container .published {
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
}
.column .autor-block .text-container .autor-name {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
}
.column .autor-block .text-container .autor-name::before {
  content: "";
  height: 5px;
  width: 20px;
  display: block;
  margin-bottom: 8px;
  background-color: #5271ff;
}

.mom-container {
  position: relative;
}
.mom-container .blue {
  position: absolute;
  right: 0;
  opacity: 0;
}

.mom-container:hover .blue {
  opacity: 1;
}
.mom-container:hover .black {
  opacity: 0;
}

.single-wrapper .main-wrapper {
  position: relative;
}
.single-wrapper .main-wrapper .schare-container {
  position: absolute;
  top: 60px;
  left: -60px;
  height: 40%;
}
.single-wrapper .main-wrapper .schare-container .share {
  position: fixed;
}
.single-wrapper .main-wrapper .schare-container a {
  display: block;
  padding-bottom: 10px;
}

.orange-cat {
  color: #f7931a;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  margin: 18px 0 12px;
}
@media (min-width: 62em) {
  .orange-cat {
    font-size: 24px;
    margin: 40px 0 40px;
  }
}

.description {
  padding: 15px 0px 25px;
  border-top: 2px solid #5271ff;
  border-bottom: 2px solid #5271ff;
  margin-bottom: 20px;
}
@media (min-width: 62em) {
  .description {
    display: flex;
    padding: 35px 50px 35px 20px;
    justify-content: space-between;
  }
}
.description img {
  max-width: 100px;
  margin: auto;
  display: block;
}
@media (min-width: 62em) {
  .description img {
    width: 20%;
    max-width: 250px;
  }
}
.description .description-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
}
@media (min-width: 62em) {
  .description .description-text {
    width: 77%;
  }
}

.column-big-slide-container {
  margin-bottom: 20px;
}
.column-big-slide-container .column-big-slide {
  position: relative;
}
.column-big-slide-container .column-big-slide__img-container {
  min-height: 270px;
  max-height: 300px;
  height: 60vh;
}
@media (min-width: 62em) {
  .column-big-slide-container .column-big-slide__img-container {
    max-height: 500px;
  }
}
.column-big-slide-container .column-big-slide__img-container img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.column-big-slide-container .column-big-slide__info {
  position: absolute;
  z-index: 4;
  color: white;
  bottom: 0;
  padding: 15px;
}
@media (min-width: 62em) {
  .column-big-slide-container .column-big-slide__info {
    padding: 35px;
  }
}
.column-big-slide-container .column-big-slide__info h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 149.9%;
  margin-top: 20px;
}
@media (min-width: 62em) {
  .column-big-slide-container .column-big-slide__info h3 {
    font-size: 30px;
  }
}
.column-big-slide-container .column-big-slide__info .autor-block {
  display: flex;
}
.column-big-slide-container .column-big-slide__info .autor-block a {
  display: block;
}
@media (min-width: 36em) {
  .column-big-slide-container .column-big-slide__info .autor-block a {
    width: auto;
  }
}
.column-big-slide-container .column-big-slide__info .autor-block .img-container {
  border-radius: 150px;
  border: 2px solid white;
  overflow: hidden;
  background-color: white;
  max-width: 55px;
}
@media (min-width: 36em) {
  .column-big-slide-container .column-big-slide__info .autor-block .img-container {
    max-width: 65px;
  }
}
@media (min-width: 48em) {
  .column-big-slide-container .column-big-slide__info .autor-block .img-container {
    border: 5px solid white;
    max-width: 96px;
  }
}
.column-big-slide-container .column-big-slide__info .autor-block .img-container img {
  display: block;
  width: 100%;
}
.column-big-slide-container .column-big-slide__info .autor-block .text-container {
  width: 70%;
  padding-left: 20px;
  align-self: center;
}
.column-big-slide-container .column-big-slide__info .autor-block .text-container a {
  width: auto;
}
.column-big-slide-container .column-big-slide__info .autor-block .text-container .published {
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
}
@media (min-width: 48em) {
  .column-big-slide-container .column-big-slide__info .autor-block .text-container .published {
    font-size: 15px;
  }
}
.column-big-slide-container .column-big-slide__info .autor-block .text-container .autor-name {
  font-weight: 800;
  font-size: 14px;
  line-height: 160%;
}
@media (min-width: 48em) {
  .column-big-slide-container .column-big-slide__info .autor-block .text-container .autor-name {
    font-size: 18px;
  }
}
.column-big-slide-container .column-big-slide__info .autor-block .text-container .autor-name::before {
  content: "";
  height: 5px;
  width: 20px;
  display: block;
  margin-bottom: 8px;
  background-color: white;
}
.column-big-slide-container .column-big-slide__blur {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, #0e163e 0%, rgba(13, 35, 132, 0.517993) 35.7%, rgba(108, 121, 180, 0.316091) 71.75%, rgba(255, 255, 255, 0) 100%, #3c4155 100%, rgba(60, 65, 85, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 62em) {
  .column-big-slide-container .column-big-slide__blur {
    background: linear-gradient(0deg, #0e163e 0%, rgba(13, 35, 132, 0.517993) 21.88%, rgba(108, 121, 180, 0.316091) 43.98%, rgba(255, 255, 255, 0) 61.3%, #3c4155 61.3%, rgba(60, 65, 85, 0) 61.3%, rgba(255, 255, 255, 0) 61.3%);
  }
}
.column-big-slide-container a,
.column-big-slide-container a:visited {
  color: white;
}
.column-big-slide-container a:hover {
  text-decoration: none;
}

.autor-single__title {
  margin-top: 24px;
}
@media (min-width: 62em) {
  .autor-single__title {
    margin-top: 40px;
  }
}
.autor-single__title h1 {
  margin-bottom: 20px;
}
.autor-single__title strong {
  color: #f7931a;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 3px solid #f7931a;
}
.autor-single .text-photo {
  display: flex;
  flex-flow: column;
}
@media (min-width: 62em) {
  .autor-single .text-photo {
    flex-flow: row;
    justify-content: space-between;
  }
}
.autor-single__text {
  order: 3;
}
@media (min-width: 62em) {
  .autor-single__text {
    order: 1;
    max-width: 650px;
  }
}
@media (min-width: 77.5em) {
  .autor-single__text {
    max-width: 800px;
  }
}
.autor-single__photo {
  order: 2;
  margin-bottom: 20px;
}
@media (min-width: 62em) {
  .autor-single__photo {
    margin-top: -45px;
  }
}
.autor-single__photo img {
  display: block;
}

.colums {
  margin-top: 30px;
}
@media (min-width: 62em) {
  .colums {
    margin-top: 50px;
  }
}
@media (min-width: 77.5em) {
  .colums {
    margin-top: 80px;
  }
}
.colums__cells__card {
  display: flex;
  margin: 20px 0;
}
@media (min-width: 77.5em) {
  .colums__cells__card {
    margin: 30px 0;
  }
}
.colums__cells__card .img-container {
  min-width: 100px;
  max-width: 155px;
  width: 40%;
}
@media (min-width: 62em) {
  .colums__cells__card .img-container {
    max-width: 255px;
  }
}
.colums__cells__card .img-container a {
  display: block;
  aspect-ratio: 1/1;
}
@media (min-width: 48em) {
  .colums__cells__card .img-container a {
    aspect-ratio: auto;
  }
}
.colums__cells__card .img-container a:hover {
  text-decoration: none;
}
.colums__cells__card .img-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.colums__cells__card__text {
  margin-left: 14px;
  width: 60%;
  display: flex;
}
@media (min-width: 62em) {
  .colums__cells__card__text {
    width: auto;
    margin-left: 28px;
  }
}
.colums__cells__card__text .text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.colums__cells__card__text .text-container .post-type {
  color: #f7931a;
  text-transform: capitalize;
  font-weight: 500;
}
.colums__cells__card__text .text-container .excerpt {
  display: none;
}
@media (min-width: 48em) {
  .colums__cells__card__text .text-container .excerpt {
    display: block;
  }
}
.colums__cells__card__text .text-container .datum {
  padding-bottom: 0;
}
.colums__cells__card__text a,
.colums__cells__card__text a:visited {
  color: #000000;
}
.colums__cells__card__text a:hover {
  text-decoration: none;
}
.colums__cells__card__text h3 {
  font-weight: 800;
  font-size: 15px;
  line-height: 120.9%;
}
@media (min-width: 62em) {
  .colums__cells__card__text h3 {
    font-size: 18px;
    line-height: 143.4%;
  }
}

.text-container-tag .entry-header h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-container-tag .entry-header .entry-meta {
  display: block;
  padding-top: 8px;
}
@media (min-width: 48em) {
  .text-container-tag .entry-header .entry-meta {
    padding-top: 20px;
  }
}
.text-container-tag .entry-header .entry-meta span {
  padding-left: 8px;
}
.text-container-tag .entry-content {
  display: none;
}
@media (min-width: 48em) {
  .text-container-tag .entry-content {
    display: block;
  }
}

.page-title-tag {
  margin: 18px 0 12px;
}
@media (min-width: 48em) {
  .page-title-tag {
    margin: 30px 0 30px;
  }
}
@media (min-width: 62em) {
  .page-title-tag {
    margin: 40px 0 40px;
  }
}