@charset "UTF-8";
.transition, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.thumblink-cat-nav {
  padding-top: 40px; }
  .thumblink-cat-nav .container-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%; }
  .thumblink-cat-nav__wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto; }
  .thumblink-cat-nav__header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    gap: 24px;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #D2D3D4;
    margin-bottom: 24px; }
  .thumblink-cat-nav__title {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #045198;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; }
  .thumblink-cat-nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 20px; }
    .thumblink-cat-nav__list::-webkit-scrollbar {
      display: none; }
    .thumblink-cat-nav__list li {
      margin: 0;
      flex-shrink: 0; }
  .thumblink-cat-nav .link-thumblink-cat {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 8px 0;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
    .thumblink-cat-nav .link-thumblink-cat:hover {
      color: #2098D3;
      border-bottom-color: #2098D3;
      text-decoration: none; }
    .thumblink-cat-nav .link-thumblink-cat.active {
      color: #2098D3;
      font-weight: 700;
      border-bottom-color: #2098D3; }
  .thumblink-cat-nav__search {
    flex: 0 0 auto;
    width: 299px;
    max-width: 100%; }
  .thumblink-cat-nav__sub, .thumblink-cat-nav__subsub {
    width: 100%; }
  .thumblink-cat-nav__sub-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 16px 0;
    list-style: none; }
    .thumblink-cat-nav__sub-list li {
      margin: 0; }
  .thumblink-cat-nav__subsub-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 16px 0;
    list-style: none; }
    .thumblink-cat-nav__subsub-list li {
      margin: 0; }
  .thumblink-cat-nav .link-thumblink-sub {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    gap: 10px;
    padding: 4px 16px;
    border: 1px solid #E6E7E8;
    border-radius: 99px;
    background: #F2F2F2;
    color: #7D7D7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 99px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease; }
    .thumblink-cat-nav .link-thumblink-sub:hover {
      text-decoration: none;
      background: #E6E7E8;
      color: #2098D3;
      border-color: #E6E7E8; }
    .thumblink-cat-nav .link-thumblink-sub.active {
      border-color: #E6E7E8;
      background: #E6E7E8;
      color: #2098D3; }
  .thumblink-cat-nav .link-thumblink-subsub {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    gap: 10px;
    padding: 4px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 99px;
    background: #fff;
    color: #486284;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease; }
    .thumblink-cat-nav .link-thumblink-subsub:hover {
      text-decoration: none;
      background: #f8f9fc;
      color: #486284; }
    .thumblink-cat-nav .link-thumblink-subsub.active {
      border-color: #e5e7eb;
      background: #f5f7fa;
      color: #486284; }
  .thumblink-cat-nav .thumblink-search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
    width: 299px;
    max-width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden; }
    .thumblink-cat-nav .thumblink-search-form__icon {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      color: #909090;
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      pointer-events: none; }
    .thumblink-cat-nav .thumblink-search-form__input {
      flex: 1 1 0;
      min-width: 0;
      width: auto;
      max-width: 100%;
      height: auto;
      padding: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      color: #333;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .thumblink-cat-nav .thumblink-search-form__input::placeholder {
        color: #909090;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5; }
      .thumblink-cat-nav .thumblink-search-form__input:focus {
        outline: none;
        box-shadow: none;
        background: transparent; }
    .thumblink-cat-nav .thumblink-search-form:focus-within {
      border-color: #909090; }

@media (max-width: 1200px) {
  .thumblink-cat-nav {
    padding: 40px 16px 0 16px; }
    .thumblink-cat-nav__header {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      gap: 8px; }
    .thumblink-cat-nav__search {
      width: 100%;
      max-width: none; }
    .thumblink-cat-nav .thumblink-search-form {
      width: 100%; }
    .thumblink-cat-nav__list, .thumblink-cat-nav__sub-list, .thumblink-cat-nav__subsub-list {
      width: 100%;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; }
      .thumblink-cat-nav__list::-webkit-scrollbar, .thumblink-cat-nav__sub-list::-webkit-scrollbar, .thumblink-cat-nav__subsub-list::-webkit-scrollbar {
        display: none; }
      .thumblink-cat-nav__list li, .thumblink-cat-nav__sub-list li, .thumblink-cat-nav__subsub-list li {
        flex-shrink: 0; }
    .thumblink-cat-nav__sub-list {
      padding: 12px 0; }
    .thumblink-cat-nav__subsub-list {
      padding: 12px 0 0; } }
.thumblink-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 0 36px; }
  .thumblink-content .row {
    margin-left: 0;
    margin-right: 0; }
  .thumblink-content [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 1200px) {
    .thumblink-content {
      padding: 0 16px 16px; } }

.thumblink-items {
  margin-bottom: 0; }

.thumblink-listing-title {
  margin: 0 0 24px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; }
  .thumblink-listing-title--search, .thumblink-listing-title--tag {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 40px 0;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }

.thumblink-no-result {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px 0;
  text-align: center; }
  .thumblink-no-result__icon {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    color: #e5e7eb;
    font-size: 80px;
    font-weight: 400;
    line-height: 1; }
  .thumblink-no-result__text {
    margin: 20px 0 0;
    color: #9e9e9e;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }

.thumblink-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 20px 0 24px 0;
  padding: 0; }
  .thumblink-filter .shortby {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px; }
    .thumblink-filter .shortby .grid-view.d-hide {
      display: block;
      margin: 0;
      padding: 0;
      color: #000;
      font-size: 14px;
      font-weight: 700;
      line-height: 150%;
      white-space: nowrap;
      text-transform: uppercase; }
    .thumblink-filter .shortby .showfilter {
      position: relative;
      margin: 0;
      padding: 0;
      border: none;
      list-style: none; }
    .thumblink-filter .shortby .dropdown-toggle {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      gap: 8px;
      position: relative;
      padding: 0;
      padding-right: 0;
      padding-left: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      color: #000;
      text-decoration: none;
      white-space: nowrap; }
      .thumblink-filter .shortby .dropdown-toggle::after {
        display: none !important; }
      .thumblink-filter .shortby .dropdown-toggle:hover {
        text-decoration: none; }
      .thumblink-filter .shortby .dropdown-toggle .selectdd {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
    .thumblink-filter .shortby .sortby-dropdown-icon {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      flex-shrink: 0;
      width: 16px;
      height: 16px;
      font-size: 12px;
      line-height: 1;
      color: #909090; }
    .thumblink-filter .shortby .sortbydd {
      min-width: 180px;
      padding: 8px 0;
      border-radius: 8px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); }
      .thumblink-filter .shortby .sortbydd .dropdown-item {
        padding: 8px 16px;
        font-size: 15px; }
        .thumblink-filter .shortby .sortbydd .dropdown-item.selected {
          color: #2b3b4f;
          font-weight: 600;
          background: transparent; }

.thumblink-pagination {
  margin-top: 32px;
  text-align: center; }
  .thumblink-pagination .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .thumblink-pagination .pagination li {
      margin: 0;
      line-height: normal; }
      .thumblink-pagination .pagination li a,
      .thumblink-pagination .pagination li span {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        gap: 8px;
        width: auto;
        height: 42px;
        min-width: 42px;
        padding: 0 24px;
        border: none;
        border-radius: 20px;
        background: #aab5c3;
        color: #2b3b4f;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-decoration: none;
        transition: background 0.12s ease, color 0.12s ease, transform 0.12s ease; }
        .thumblink-pagination .pagination li a:hover, .thumblink-pagination .pagination li a:focus,
        .thumblink-pagination .pagination li span:hover,
        .thumblink-pagination .pagination li span:focus {
          background: #2b3b4f;
          color: #fff;
          border: none;
          transform: scale(1.02); }
      .thumblink-pagination .pagination li.active a,
      .thumblink-pagination .pagination li.active span, .thumblink-pagination .pagination li.my-active a,
      .thumblink-pagination .pagination li.my-active span {
        background: #2b3b4f;
        color: #fff;
        border: none; }
      .thumblink-pagination .pagination li.prev a, .thumblink-pagination .pagination li.next a {
        text-indent: 0;
        min-width: 42px;
        padding: 0 16px; }
        .thumblink-pagination .pagination li.prev a:after, .thumblink-pagination .pagination li.next a:after {
          position: static;
          display: inline;
          width: auto;
          font-size: 18px;
          color: inherit;
          font-family: inherit;
          height: 24px; }
        .thumblink-pagination .pagination li.prev a:hover:after, .thumblink-pagination .pagination li.prev a:focus:after, .thumblink-pagination .pagination li.next a:hover:after, .thumblink-pagination .pagination li.next a:focus:after {
          height: auto;
          color: inherit; }
      .thumblink-pagination .pagination li.prev a:after {
        content: "←"; }
      .thumblink-pagination .pagination li.next a:after {
        content: "→"; }

.thumblink-load-more {
  margin-top: 24px;
  margin-bottom: 24px; }
  .thumblink-load-more .btn,
  .thumblink-load-more .btn-outline-primary {
    padding: 0 28px 0 32px;
    line-height: 42px;
    min-height: 42px;
    font-weight: 700;
    font-size: 16px;
    background: #045198;
    color: #fff;
    transition: background 0.12s ease, color 0.12s ease, transform 0.12s ease;
    gap: 10px;
    border-radius: 100px !important;
    display: inline-flex;
    align-items: center;
    min-width: 152px; }
    .thumblink-load-more .btn:hover, .thumblink-load-more .btn:focus, .thumblink-load-more .btn:active,
    .thumblink-load-more .btn-outline-primary:hover,
    .thumblink-load-more .btn-outline-primary:focus,
    .thumblink-load-more .btn-outline-primary:active {
      /*background: #2b3b4f !important;*/
      color: #fff !important;
      /*border: none !important;
      box-shadow: none !important;*/ }

.link-thumblink-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  text-align: left; }
  .link-thumblink-name:hover {
    text-decoration: none;
    color: #2098D3; }

.link-thumblink-cat--card {
  display: inline;
  padding: 0;
  border: none;
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none; }
  .link-thumblink-cat--card:hover {
    text-decoration: none; }

.thumblink-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  gap: 24px;
  max-width: 1320px;
  margin: 0 auto 24px; }
  .thumblink-grid__col {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .thumblink-grid__col {
        flex: 0 0 calc((100% - 24px) / 2);
        max-width: calc((100% - 24px) / 2); } }
    @media (min-width: 1200px) {
      .thumblink-grid__col {
        flex: 0 0 calc((100% - 48px) / 3);
        max-width: calc((100% - 48px) / 3); } }

.thumblink-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  overflow: visible; }
  .thumblink-card:hover .thumblink-card__image {
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1); }
    .thumblink-card:hover .thumblink-card__image img:not([src*='loading.gif']):not([src$='.gif']) {
      transform: scale(1.04); }
  .thumblink-card:hover .link-thumblink-name {
    color: #2098D3; }
  .thumblink-card:hover .thumblink-card__action {
    border-color: #51698a;
    background: #51698a; }
  .thumblink-card__category, .thumblink-card__desc, .thumblink-card__footer {
    display: none !important; }
  .thumblink-card__image {
    position: relative;
    width: 100%;
    align-self: stretch;
    height: 238px;
    aspect-ratio: 1.7816091954;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
    flex-shrink: 0;
    transition: box-shadow 0.25s ease; }
  @media (max-width: 1199px) {
    .thumblink-card__image {
      height: auto;
      aspect-ratio: 1.7810945274;
      align-self: stretch; } }
  .thumblink-card__image-link {
    display: block;
    width: 100%;
    height: 100%; }
  .thumblink-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease; }
    .thumblink-card__image img[src*='loading.gif'], .thumblink-card__image img[src$='.gif'] {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto !important;
      height: auto !important;
      max-width: 80px;
      max-height: 80px;
      object-fit: contain;
      transform: translate(-50%, -50%); }
  .thumblink-card__body {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex: 1 1 auto;
    gap: 8px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    text-align: left; }
  .thumblink-card__category {
    margin: 0;
    line-height: 150%; }
  .thumblink-card__title {
    margin: 0;
    width: 100%;
    min-width: 0; }
  .thumblink-card__desc {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #909090;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-align: left; }
  .thumblink-card__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%; }
  .thumblink-card__tag,
  .thumblink-card .link-thumblink-tag {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    gap: 10px;
    padding: 4px 12px;
    border: 1px solid #707070;
    border-radius: 20px;
    background: transparent;
    color: #707070;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    height: fit-content; }
    .thumblink-card__tag:hover, .thumblink-card__tag:focus,
    .thumblink-card .link-thumblink-tag:hover,
    .thumblink-card .link-thumblink-tag:focus {
      border: 1px solid #DEE5ED;
      background: #DEE5ED;
      color: #486284;
      text-decoration: none; }
  .thumblink-card__footer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: auto !important; }
  .thumblink-card__date {
    color: #707070;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  .thumblink-card__action {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-shrink: 0;
    gap: 10px;
    width: 40px;
    height: 40px;
    padding: 1px 0;
    aspect-ratio: 1 / 1;
    border: 1px solid #3a4e6a;
    border-radius: 100px;
    background: #3a4e6a;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease; }
    .thumblink-card__action i {
      font-weight: 400; }
    .thumblink-card__action:hover {
      border-color: #486284;
      background: #486284;
      color: #fff;
      text-decoration: none; }
    .thumblink-card__action--download i {
      font-size: 16px; }

.thumblink-list-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dee2ee; }
  .thumblink-list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .thumblink-list-item .thumblink-card {
    gap: 0;
    box-shadow: none; }
    .thumblink-list-item .thumblink-card:hover {
      box-shadow: none; }
  .thumblink-list-item .thumblink-card__image {
    min-height: 180px;
    height: auto;
    aspect-ratio: 1.7816091954; }
  @media (max-width: 1199px) {
    .thumblink-list-item .thumblink-card__image {
      height: auto;
      min-height: 0;
      aspect-ratio: 1.7810945274;
      align-self: stretch; } }
  .thumblink-list-item .thumblink-card__body {
    padding: 0 0 0 20px; }
    @media (max-width: 767px) {
      .thumblink-list-item .thumblink-card__body {
        padding: 16px 0 0; } }
