#logos-news .row .blocks {
  display: inline-flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  width: 100%;
  direction: ltr; }
  @media (max-width: 1330px) {
    #logos-news .row .blocks {
      gap: 24px; } }
  @media (max-width: 992px) {
    #logos-news .row .blocks {
      flex-wrap: wrap;
      justify-content: center; } }
  #logos-news .row .blocks img {
    max-height: 40px;
    width: auto;
    height: auto;
    min-width: 0;
    flex-shrink: 1; }

ul.slick-dots {
  bottom: -50px; }
  ul.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 32px; }
    @media (max-width: 992px) {
      ul.slick-dots li {
        margin: 0 12px; } }
    ul.slick-dots li:before {
      width: 0; }
    ul.slick-dots li.slick-active button {
      background: #007FFF !important; }
    ul.slick-dots li button {
      background: transparent !important;
      width: 16px;
      height: 16px;
      border: 3px solid #555555;
      border-radius: 50%; }
      ul.slick-dots li button:before {
        font-size: 0; }

#carousel {
  padding-top: 10px; }
  #carousel .block {
    text-align: center; }
    #carousel .block .image {
      position: relative;
      overflow: hidden; }
      #carousel .block .image img {
        width: 100%;
        max-height: 750px;
        object-fit: cover;
        display: block;
        position: relative; }
      #carousel .block .image::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 400px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
        z-index: 2;
        pointer-events: none; }
        @media (max-width: 992px) {
          #carousel .block .image::before {
            height: 0px; } }
    #carousel .block .content {
      display: block;
      top: 70px;
      z-index: 3;
      position: relative; }
      @media (max-width: 992px) {
        #carousel .block .content {
          top: 0; } }
    #carousel .block h2 {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 992px) {
        #carousel .block h2 {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          line-clamp: 3; } }
      #carousel .block h2 a {
        color: #fff;
        font-size: clamp(28px, 4vw, 32px) !important;
        text-decoration: none !important; }
    #carousel .block .read-more {
      z-index: 1;
      position: relative;
      text-decoration: none !important; }
      @media (max-width: 992px) {
        #carousel .block .read-more {
          display: none; } }

#middle .first .category {
  margin-top: 0; }
#middle .first:nth-child(3) .description, #middle .first:nth-child(3) .reading-time {
  display: none; }
#middle .first:nth-child(3) .title {
  margin-bottom: 30px; }
#middle .first:nth-child(3) .article-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
#middle .first .article-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  #middle .first .article-card.big {
    min-height: 551px;
    position: relative;
    overflow: hidden; }
    #middle .first .article-card.big::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 400px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
      z-index: 0;
      pointer-events: none; }
    #middle .first .article-card.big::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 400px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
      z-index: 0;
      pointer-events: none; }

#gallery {
  display: none;
  padding-bottom: 0; }
  #gallery h2 span, #gallery h4 span {
    display: block; }
  #gallery h2 {
    font-size: clamp(26px, 4vw, 48px) !important; }
    #gallery h2 span {
      font-size: clamp(26px, 4vw, 36px) !important; }

#ring {
  display: none;
  position: relative;
  padding-top: 0;
  min-height: 500px; }
  #ring .ring, #ring .stage, #ring .img {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    user-select: none; }
  #ring .stage {
    overflow: hidden;
    background: #000; }
  #ring div, #ring svg {
    position: absolute; }
  #ring .container1 {
    perspective: 2000px;
    width: 300px;
    height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

#bottom .article-card.big {
  height: 100vh;
  max-height: 439px;
  position: relative;
  overflow: hidden; }
  #bottom .article-card.big::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 400px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    z-index: 0;
    pointer-events: none; }
  #bottom .article-card.big .title {
    width: 100%;
    text-align: right;
    margin-bottom: 0; }
    #bottom .article-card.big .title a {
      width: 100%;
      max-width: 300px;
      margin-left: auto;
      display: block; }
  #bottom .article-card.big .category {
    text-align: right; }
#bottom .article-card.second {
  height: 100vh;
  max-height: 439px;
  position: relative;
  overflow: hidden; }
  #bottom .article-card.second::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 400px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    z-index: 0;
    pointer-events: none; }
  #bottom .article-card.second .title, #bottom .article-card.second .category {
    position: relative;
    z-index: 1; }

#articles img {
  max-height: 300px;
  object-fit: cover; }
#articles .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3; }

#single-news .breadcrumbs a {
  text-decoration: none !important;
  font-weight: 400; }
#single-news .breadcrumbs.desktop {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    #single-news .breadcrumbs.desktop {
      display: none; } }
#single-news .breadcrumbs.mobile {
  margin-bottom: 24px; }
  #single-news .breadcrumbs.mobile a {
    display: inline-flex;
    gap: 12px; }
  @media (min-width: 767px) {
    #single-news .breadcrumbs.mobile {
      display: none; } }
  #single-news .breadcrumbs.mobile .back {
    color: #fff;
    font-size: 24px; }
#single-news .featured-image {
  margin-bottom: 55px; }
  @media (max-width: 767px) {
    #single-news .featured-image {
      margin-bottom: 25px; } }
#single-news .info {
  display: inline-flex;
  gap: 27px;
  align-items: center;
  color: #B6B6B6; }
  #single-news .info > div:after {
    content: '';
    border: 1px solid #B6B6B6;
    height: 10px;
    margin-left: 27px;
    display: inline-flex; }
    @media (max-width: 767px) {
      #single-news .info > div:after {
        margin-left: 0; } }
  #single-news .info > div:last-child:after {
    border: 0;
    margin-left: 0px; }
  #single-news .info .author {
    display: inline-flex;
    gap: 27px;
    align-items: center; }
    #single-news .info .author .author-photo {
      width: 38px;
      height: 38px;
      object-fit: cover;
      border-radius: 50%; }
    #single-news .info .author .name {
      font-size: 16px; }
    #single-news .info .author .date {
      font-size: 14px; }
  @media (max-width: 767px) {
    #single-news .info .reading-time {
      display: none; } }
  #single-news .info .likes {
    display: inline-flex;
    gap: 3px;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative; }
    @media (max-width: 767px) {
      #single-news .info .likes {
        display: none; } }
  #single-news .info .likes svg path {
    transition: .25s; }
  #single-news .info .likes .count {
    transition: .25s; }
  #single-news .info .likes.liked svg path {
    fill: #0d6efd; }
  #single-news .info .likes-popup {
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translate(-50%, 0);
    background: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
    animation: likePopup .9s forwards; }
@keyframes likePopup {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.8); }
  15% {
    opacity: 1;
    transform: translate(-50%, -8px) scale(1); }
  100% {
    opacity: 0;
    transform: translate(-50%, -45px) scale(0.9); } }
  #single-news .info .likes.liked {
    animation: likeBounce .35s; }
@keyframes likeBounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
#single-news #news-post {
  color: #F3F3F3;
  margin-top: 40px; }
  #single-news #news-post p, #single-news #news-post h2, #single-news #news-post h3, #single-news #news-post h4, #single-news #news-post h5, #single-news #news-post h6, #single-news #news-post li, #single-news #news-post li::marker {
    color: #F3F3F3; }
  #single-news #news-post h2, #single-news #news-post h3, #single-news #news-post h4 {
    margin-top: 35px; }
  #single-news #news-post ul:last-child {
    margin-bottom: 0; }
  #single-news #news-post table {
    width: 100%;
    margin-bottom: 20px; }
    #single-news #news-post table tr:first-child td {
      font-weight: bold; }
    #single-news #news-post table tr:nth-child(even) {
      background-color: #ffffff1f; }
    #single-news #news-post table tr td {
      border: 1px solid #555555;
      color: #fff;
      padding: 10px; }

#bottom-news {
  padding-top: 0; }

.categories {
  padding: 25px 32px;
  border-radius: 20px;
  border: 1px solid #343434;
  background: linear-gradient(163deg, #000 11.83%, #151515 92.15%); }
  @media (max-width: 992px) {
    .categories {
      margin-bottom: 24px; } }
  .categories .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin: 60px 0; }
    @media (max-width: 991px) {
      .categories .title {
        display: none; } }
  .categories ul {
    margin: 0;
    padding: 0; }
    .categories ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      .categories ul li:before {
        width: 0; }
      .categories ul li:last-child {
        border-bottom: 0px; }
      .categories ul li a {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 208.333%;
        color: #fff;
        text-decoration: none !important;
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        align-items: center; }
        .categories ul li a:after {
          content: '';
          width: 24px;
          height: 24px;
          display: inline-flex;
          background: no-repeat center / contain;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12C12.6863 12 11.3137 12 16 12M13 15L16 12L13 9' stroke='%23F3F3F3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z' stroke='%23F3F3F3' stroke-width='1.5'/%3E%3C/svg%3E"); }

.article-card {
  padding: 25px 32px;
  border-radius: 20px;
  border: 1px solid #262626;
  background: #060606;
  margin-bottom: 24px; }
  .article-card.big .category, .article-card.big .title {
    text-align: center;
    z-index: 1;
    position: relative; }
  .article-card.big .title {
    margin-bottom: 216px; }
  .article-card.big .description {
    display: block;
    margin-top: 16px;
    z-index: 1;
    position: relative; }
  .article-card.big .reading-time {
    z-index: 1;
    position: relative; }
  .article-card .reading-time {
    color: #B6B6B6;
    display: inline-flex; }
    .article-card .reading-time i {
      background: url("../../img/Clock-Circle.svg");
      width: 24px;
      height: 24px;
      margin-right: 15px;
      display: block; }
  .article-card .category {
    display: block;
    color: #007FFF;
    margin-top: 20px;
    font-size: clamp(16px, 4vw, 20px) !important; }
  .article-card .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3; }
    @media (max-width: 991px) {
      .article-card .title {
        text-align: left; } }
    .article-card .title a {
      color: #fff;
      text-decoration: none !important;
      font-size: clamp(18px, 4vw, 28px) !important;
      font-weight: 400; }

/*# sourceMappingURL=style.css.map */
