body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img,
object,
embed {
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

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

a * {
  cursor: pointer;
}

input,
textarea {
  outline: none;
}

a {
  text-decoration: none;
}

input {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  outline: none;
}

* {
  box-sizing: border-box;
}

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

i {
  backface-visibility: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  font: 400 16px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  background: #191921;
  position: relative;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.content-holder .container::before {
  content: "";
  display: table;
  clear: both;
}

.content-holder .container::after {
  content: "";
  display: table;
  clear: both;
}

.content-holder .section-row {
  margin-bottom: 50px;
}

@media (max-width: 910px) {
  .content-holder .section-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.content-holder .section-row::before {
  content: "";
  display: table;
}

.content-holder .section-row::after {
  content: "";
  display: table;
  clear: both;
}

.header {
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.55);
}

.header-holder {
  display: flex;
  align-items: center;
  padding: 10px 0;
  height: 120px;
}

@media (max-width: 910px) {
  .header-holder {
    justify-content: center;
  }
}

.header-holder .col-holder {
  margin-right: 60px;
}

@media (max-width: 910px) {
  .header-holder .col-holder {
    margin-right: 0;
  }
}

.logo {
  max-width: 306px;
  width: 100%;
  margin-bottom: 17px;
}

.logo a {
  display: block;
  width: 100%;
}

.logo img {
  width: 306px;
}

@media (max-width: 910px) {
  .logo img {
    width: 100%;
  }
}

.site-box {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

.box-item {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

@media (max-width: 374px) {
  .box-item {
    margin-right: 4px;
  }
}

.box-item:last-child {
  margin-right: 0;
}

.box-item span {
  color: #191921;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.box-item em {
  color: #797979;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 910px) {
  .info {
    display: none;
  }
}

.info .default {
  display: inline-block;
  color: #191921;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.info .default .info-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.info .default h1 {
  display: inline-flex;
}

.info.about {
  width: 100%
}

.info .siteinfo {
  color: #191921;
}

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

.info .leftcolumn {
  width: 200px;
  margin-right: 14px;
  flex-grow: 0;
  flex-shrink: 0;
}

.info .leftcolumn img {
  width: 100%;
  border-radius: 8px;
}

.info .rightcolumn {
  height: 110px;
  width: 100%;
  position: relative;
}

.info .rightcolumn .desc-holder {
  border-bottom: 1px dashed #797979;
  height: 75px;
}

.info .rightcolumn .desc {
  font-size: 14px;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.info .rightcolumn .ads {
  font-size: 11px;
  bottom: 2px;
  position: absolute;
  left: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.info .rightcolumn .ads span {
  color: #797979;
}

.info .rightcolumn .date {
  font-size: 11px;
  bottom: 2px;
  position: absolute;
  right: 0;
  color: #191921;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.info .rightcolumn .date span {
  color: #797979;
}

.section-row {
  padding-top: 150px;
}

.thumbs-holder {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

@media (max-width: 910px) {
  .thumbs-holder {
    width: 100%;
    max-width: 550px;
    padding-left: 0;
    padding-right: 0;
  }
}

.thumb {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  /*filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.1));*/
  counter-reset: number 0;
  padding-bottom: 18px;
  margin-bottom: 10px;
}

.thumb.main-thumb {
  box-shadow: inset 0 0 0 2px #F08D8E;
}

.thumb.main-thumb .thumb-inner {
  padding: 0 2px;
}

.thumb .title {
  text-align: center;
  padding: 0;
}

.thumb .title h2 {
  color: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 12px;
  margin: 0;
}

.thumb .title strong {
  font-weight: 600;
}

.thumb .title strong,
.thumb .title span {
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.thumb .title .category-description {
  color: #797979;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 10px 12px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  background: transparent;
}

.thumb .category-description p{
  color: #797979;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.thumb ol {
  padding: 0 2px;
  counter-set: number;
}

.thumb ol li {
  display: flex
}

.thumb ol li a {
  color: #191921;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

@media (min-width: 1025px) {
  .thumb ol li:hover {
    background: #F2F2F2;
  }

  .thumb ol li:hover .link {
    color: #E74243;
  }
}

.thumb ol li a::before {
  counter-increment: number;
  content: counters(number, ".") ". ";
  display: inline-block;
  width: 20px;
  text-align: center;
  border: 0;
  color: #AFABAA;
  font-size: 11px;
  font-weight: 400;
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 5px 0;
  margin-left: 20px
}

.thumb ol span {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: 20px;
  font-weight: 400;
}

.thumb .icon {
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  top: 1px;
}

.thumb .link {
  color: #191921;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  padding: 4px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.thumb em {
  text-transform: uppercase;
  color: #191921;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  z-index: 4;
  display: inline-flex;
  padding: 1px 4px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 3px;
  margin-left: 4px;
}

.thumb em.orange {
  background: #FF7A00;
}

.thumb em.red {
  background: #ff3636;
}

.thumb em.blue {
  background: #329dff;
}

.thumb-inner {
  overflow-y: auto;
}

.thumb-inner .thumb-title-wrap {
  margin: 0 17px;
  padding: 10px 0;
  border-bottom: 1px dashed #797979;
  margin-bottom: 8px;
}

.thumb-inner .thumb-title {
  color: #797979;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.footer {
  background: #ffffff;
  position: relative;
  padding-top: 50px;
}

.footer::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0;
  background: linear-gradient(91deg, #9E002F 0.37%, #6300E1 102.07%), #ED0054;
}

.text-inner {
  color: #191921;
}

.text-inner h2,
.text-inner h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 860px) {

  .text-inner h2,
  .text-inner h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

@media (max-width: 425px) {

  .text-inner h2,
  .text-inner h3 {
    font-size: 20px;
  }
}

.text-inner p {
  margin-bottom: 50px;
}

@media (max-width: 860px) {
  .text-inner p {
    margin-bottom: 25px;
  }
}

@media (max-width: 425px) {
  .text-inner p {
    font-size: 15px;
  }
}

.text-inner ul,
.text-inner ol {
  list-style: outside;
  padding-left: 25px;
}

.text-inner ul li,
.text-inner ol li {
  margin-bottom: 30px;
  font-weight: 400;
}

@media (max-width: 860px) {

  .text-inner ul li,
  .text-inner ol li {
    margin-bottom: 15px;
  }
}

.text-inner ul li em,
.text-inner ol li em {
  font-weight: 600;
}

.text-inner ol li p {
  margin: 0;
  margin-bottom: 0;
  margin-top: 0
}

.footer-bottom {
  position: relative;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bottom .site-logo {
  margin-bottom: 30px;
}

.footer-bottom .site-logo a {
  display: block;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0;
  background: linear-gradient(91deg, #9E002F 0.37%, #6300E1 102.07%), #ED0054;
}

.footer-bottom .footer-nav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-bottom .footer-nav a {
  display: block;
  color: #797979;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 45px;
}

.footer-bottom .footer-nav a:last-child {
  margin-right: 0;
}

@media (min-width: 1025px) {
  .footer-bottom .footer-nav a:hover {
    color: #191921;
  }
}

@media (max-width: 450px) {
  .footer-bottom .footer-nav a {
    margin-right: 20px;
  }
}

.footer-bottom .footer-text span {
  display: block;
  color: #191921;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer-bottom .footer-text span.copi {
  color: #797979;
  margin-bottom: 0;
}