@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,400;8..144,600;8..144,700&display=swap");
:root {
  /* GENERAL FONT */
  font-display: swap;
  --font1: "Roboto Condensed", sans-serif;
  --font2: 'Roboto Flex', sans-serif;
  /* GENERAL COLOR */
  --s-height: 90px;
  --m-height: 90px;
  --b-height: 200px;
  --font-22: 1.2rem;
  --bg-focus-section: #f0f0f0;
  --bg-acc-section: #f2dbd2;
  --bg-col-1: #0059b3;
  --bg-col-2: #dc3545;
  --bg-col-3: #fff;
  --bg-col-4: #024c96;
  --tx-color-1: #fff;
  --tx-color-2: #000;
  --tx-color-3: #0059b3;
  /* READ MORE COLOR */
  --tx-rm-color-1: #fff;
  --bg-rm-color-1: #fff;
  /* TAG BOTTOM-RIGHT COLOR */
  /* FOOTER CARD COLOR */
  --bg-ft-col-1: #0059b3;
  --tx-ft-color-1: #fff;
  --tx-focus-section-title: #212529;
  --bg-focus-card-overlay: rgba(0, 89, 179, 0.5);
  --tx-focus-hover: #fff;
  --tx-focus-font-weight: 400;
  --tx-focus-tag-color-1: #fff;
  --bg-focus-tag-color-1: #0059b3;
  --bg-focus-cat: #0059b3;
  --tx-focus-cat: #fff;
  --bg-focus-footer: transparent;
  --tx-focus-footer: #fff;
  --bg-focus-card: transparent;
  --tx-focus-card: #000;
  --tx-button: #fff;
  --bg-button: #0059b3; }
  @media (min-width: 1200px) {
    :root {
      --s-height: 130px; } }
  @media (min-width: 992px) {
    :root {
      --m-height: 150px; } }
  @media (min-width: 992px) {
    :root {
      --b-height: 270px; } }

.wt-screen-reader-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }

a:focus, a:active, li:focus, li:active, button:active, button:focus, .card:focus {
  outline: 0px solid #000 !important;
  border-radius: 0;
  box-shadow: none !important; }

.show {
  display: block !important; }

@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes zoom {
  0% {
    height: 120%;
    opacity: 0; }
  80% {
    height: 100%;
    opacity: 1; }
  100% {
    height: 100%;
    opacity: 1; } }
@keyframes ml {
  from {
    opacity: 0;
    margin-left: -300px; }
  to {
    opacity: 1;
    margin-left: 0px; } }
@keyframes mr {
  from {
    opacity: 0;
    margin-left: 1900px; }
  to {
    opacity: 1;
    margin-right: 0px; } }
@keyframes mb {
  from {
    opacity: 0;
    transform: translateY(300px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  80% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@keyframes fade-logo {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
    top: -800px;
    left: 50%; }
  50% {
    transform: translate(-50%, -50%);
    opacity: 1;
    top: 50%;
    left: 50%; }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
    top: 50%;
    left: 50%; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in1 {
  0% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes width {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: 75%;
    opacity: 1; } }
html,
body {
  scroll-behavior: smooth;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0; }

.no-js body,
.touch body {
  opacity: 1; }

header {
  padding: 0;
  position: absolute;
  left: 50%;
  margin-left: auto !important;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 0;
  height: 120px;
  z-index: 100;
  background-color: #fff;
  /* ONE */ }
  header .hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none !important; }
    header .hamburger .line {
      width: 40px;
      height: 2px;
      background-color: #fff;
      display: block;
      margin: 8px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    header .hamburger::hover {
      cursor: pointer; }
  header #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0; }
  header #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg); }
  header #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg); }
  header .logo {
    width: 130px;
    margin-top: 5px;
    height: 85px;
    float: left;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
    @media (min-width: 576px) {
      header .logo {
        width: 135px;
        height: 85px; } }
    @media (min-width: 992px) {
      header .logo {
        height: 115px;
        width: 168px; } }
    header .logo img {
      width: auto;
      height: 100%; }
    @media (min-width: 1200px) {
      header .logo {
        width: 170px;
        height: 120px; } }
  header .header-name {
    margin-right: auto;
    margin-top: auto;
    display: none; }
    @media (min-width: 992px) {
      header .header-name {
	-webkit-line-clamp: 2; display: -webkit-box !important; -webkit-box-orient: vertical;
        display: block; } }
    header .header-name h1 {
      text-transform: uppercase;
      font-weight: 200;
      font-size: 1.8rem;
      line-height: 1.8rem;
      opacity: 0.3;
      padding-top: 15px;
      min-width: 350px; }
      @media (min-width: 1200px) {
        header .header-name h1 {
          padding-top: 10px;
          font-size: 2rem;
          line-height: 2rem; } }
  header .date-time {
    font-size: 0.6rem;
    opacity: 0.6; }
    @media (min-width: 576px) {
      header .date-time {
        font-size: 0.7rem; } }
  header .user {
    color: #b80000;
    font-size: 0.9rem; }
    @media (min-width: 1200px) {
      header .user {
        font-size: 1rem; } }
  header input {
    font-size: 0.8rem; }
    @media (min-width: 1200px) {
      header input {
        font-size: 1rem; } }
  header .btns {
    width: 100%;
    padding: 2px 0;
    border-bottom: 2px solid #e5e5e5; }
    @media (min-width: 576px) {
      header .btns {
        padding: 5px 0; } }
    header .btns .btn {
      font-size: 12px;
      font-weight: 300;
      font-family: var(--font1);
      vertical-align: bottom;
      position: relative; }
      header .btns .btn .bi-exclamation-triangle,
      header .btns .btn .bi-badge-ad {
        width: 50px;
        height: 30px;
        display: block; }
        header .btns .btn .bi-exclamation-triangle::before,
        header .btns .btn .bi-badge-ad::before {
          font-size: 2rem; }
      header .btns .btn .bi-person-fill {
        padding-top: 10px; }
        header .btns .btn .bi-person-fill::before {
          font-size: 2.5rem;
          width: 40px;
          height: 40px; }
      header .btns .btn:first-child::before {
        content: "";
        position: absolute;
        top: 8px;
        right: 0px;
        width: 1px;
        height: 15px;
        background-color: #cccccc; }
      @media (min-width: 1200px) {
        header .btns .btn {
          font-size: 14px; } }
  header nav {
    background-color: #b80000;
    width: 100%;
    height: 39px;
    padding: 0 !important;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
    @media (min-width: 992px) {
      header nav {
        width: calc(100% - 170px); } }
    header nav .navbar-toggler {
      position: absolute;
      right: 0; }
    header nav .navbar-nav {
      background-color: #b80000; }
      header nav .navbar-nav li {
        margin: 0 2px; }
        @media (min-width: 1200px) {
          header nav .navbar-nav li {
            margin: 0 7px; } }
        header nav .navbar-nav li a {
          color: #fff !important;
          text-decoration: none;
          padding: 5px 10px;
          font-family: var(--font1);
          font-size: 1rem; }
          @media (min-width: 1200px) {
            header nav .navbar-nav li a {
              font-size: 1.1rem; } }
          header nav .navbar-nav li a:hover, header nav .navbar-nav li a:focus {
            background-color: #5c0000; }
        header nav .navbar-nav li .dropdown-menu {
          border-radius: 0 !important;
          background-color: #b80000; }
          header nav .navbar-nav li .dropdown-menu .dropdown-item {
            color: #fff !important; }
            header nav .navbar-nav li .dropdown-menu .dropdown-item:hover, header nav .navbar-nav li .dropdown-menu .dropdown-item:focus {
              color: #fff !important;
              outline: none; }
        header nav .navbar-nav li #sec-menu {
          right: 0;
          left: auto; }
        header nav .navbar-nav li .hamburger1 {
          background-color: transparent;
          border: 0;
          box-shadow: none !important; }
          header nav .navbar-nav li .hamburger1 .line {
            width: 30px;
            height: 2px;
            background-color: #fff;
            display: block;
            margin: 5px auto;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          header nav .navbar-nav li .hamburger1::hover {
            cursor: pointer; }
  @media all and (min-width: 992px) {
    header .navbar .nav-item .dropdown-menu {
      display: none; }
    header .navbar .nav-item:hover .dropdown-menu {
      display: block; }
    header .navbar .nav-item .dropdown-menu {
      margin-top: 0; } }
  header .search {
    border: 0;
    padding: 0 5px;
    text-align: right;
    border: 1px solid #e6e6e6; }
    header .search::placeholder {
      color: #c3c3c3;
      opacity: 1;
      /* Firefox */ }
  header .m-search {
    display: block;
    padding: 5px 0px 5px 0px; }
    header .m-search input {
      width: 100%;
      padding: 5px 10px; }
    @media (min-width: 576px) {
      header .m-search {
        display: none; } }
  header.scroll {
    position: fixed;
    height: 60px; }
    header.scroll .logo {
      width: 100px;
      height: 50px;
      margin-top: 5px;
      float: left; }
      @media (min-width: 576px) {
        header.scroll .logo {
          width: 100px;
          height: 50px; } }
      @media (min-width: 992px) {
        header.scroll .logo {
          width: 100px;
          height: 50px; } }
      header.scroll .logo img {
        width: auto;
        height: 100%; }
      @media (min-width: 1200px) {
        header.scroll .logo {
          width: 100px;
          height: 50px; } }
    header.scroll .flex-column {
      display: none !important; }
    header.scroll nav {
      width: calc(100% - 100px);
      margin-top: 16px; }

body.modal-open header {
  left: calc(50% - 8px); }
body.modal-open .modal-backdrop {
  background-color: #fff;
  opacity: 0.8; }
body.modal-open .ycontainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80vh; }
body.modal-open .ycontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.breadcrumb {
  text-transform: uppercase;
  color: var(--tx-focus-section-title);
  font-family: var(--font1);
  margin-top: 5px;
  opacity: 0.7; }
  .breadcrumb .breadcrumb-item {
    text-align: left;
    padding-right: 5px;
    font-size: 0.9rem;
    font-weight: 600; }
    .breadcrumb .breadcrumb-item.active {
      font-weight: 400;
      font-size: 0.9rem;
      position: relative;
      padding-left: 8px;
      margin-left: 0px; }
      .breadcrumb .breadcrumb-item.active a {
        opacity: 0.8; }
    .breadcrumb .breadcrumb-item a {
      color: var(--tx-focus-section-title);
      text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font1); }

h1 {
  font-size: 1.3rem;
  font-weight: 800; }
  @media (min-width: 1200px) {
    h1 {
      font-size: 1.5rem; } }

h2 {
  font-size: 1.1rem;
  font-weight: 800; }
  @media (min-width: 1200px) {
    h2 {
      font-size: 1.2rem; } }

h4 {
  font-size: 1rem;
  font-weight: 600; }
  @media (min-width: 576px) {
    h4 {
      font-size: 0.9rem; } }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1rem; } }

.bgr-gray {
  background: var(--bg-focus-section); }

.bgr-acc {
  background: var(--bg-acc-section);
  border-top: 1px solid #b80000; }
  .bgr-acc .title-section h1 {
    color: #b80000; }

main {
  padding-top: 180px; }
  @media (min-width: 576px) {
    main {
      padding-top: 125px; } }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container .left-main-column {
    width: 100% !important; }
  .container .right-main-column {
    display: none; }
  @media (min-width: 576px) {
    .container .left-main-column {
      width: 70% !important; }
    .container .right-main-column {
      display: block;
      width: 30% !important; } }
  @media (min-width: 768px) {
    .container .left-main-column {
      width: 78% !important; }
    .container .right-main-column {
      width: 22% !important; } }
  @media (min-width: 1439px) {
    .container {
      max-width: 1430px;
      padding-left: 160px; } }
  @media (min-width: 1601px) {
    .container {
      max-width: 1460px;
      padding-left: 160px; } }
  @media (min-width: 1701px) {
    .container {
      padding-left: 100px; } }
  @media (min-width: 1800px) {
    .container {
      padding-left: 100px; } }

.search-results {
  margin-top: 20px; }
  .search-results .form-control {
    padding: 0 5px;
    font-size: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0; }

section.attention {
  margin: 20px 0 20px 0;
  background-color: #e5e5e5;
  border-top: 0 !important;
  font-size: 1.2rem; }
  section.attention a {
    color: #000;
    text-decoration: none; }
  section.attention .bi-exclamation-square-fill {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px; }
    section.attention .bi-exclamation-square-fill::before {
      color: #b80000;
      font-size: 3rem;
      z-index: 1;
      position: absolute;
      top: 1px;
      left: 1px;
      width: 45px;
      height: 45px;
      z-index: 1;
      background-color: #fff;
      border-radius: 5px; }
    section.attention .bi-exclamation-square-fill::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      background-color: #b80000;
      z-index: 0; }
  section.attention .att-img {
    width: 100px;
    height: 50px;
    overflow: hidden;
    margin-right: 20px; }
    section.attention .att-img img {
      max-width: 100%;
      max-height: auto; }

section {
  margin: 40px 0 20px 0;
  padding: 0px 0 0 0;
  border-top: 1px solid #000;
  position: relative;
  font-family: var(--font1); }
  @media (min-width: 1439px) {
    section {
      margin: 20px 0 20px 0; } }
  section .title-section {
    position: absolute;
    top: -30px;
    left: 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--tx-focus-section-title); }
    section .title-section h1 {
      text-align: left;
      padding-right: 15px;
      font-size: 1.1rem;
      font-family: var(--font1);
      font-weight: 800; }
      section .title-section h1 span {
        display: block;
        font-weight: 400;
        font-size: 1rem; }
      section .title-section h1 a {
        text-decoration: none;
        color: #000;
        display: inherit; }
    @media (min-width: 1439px) {
      section .title-section {
        width: 160px;
        top: -15px;
        left: -160px; }
        section .title-section h1 {
          text-align: right; } }
    @media (min-width: 1601px) {
      section .title-section {
        width: 200px;
        left: -200px; }
        section .title-section h1 {
          font-size: 1.5rem; }
          section .title-section h1 span {
            display: block;
            font-weight: 400;
            font-size: 1.2rem; } }
  section .card {
    font-size: 1rem;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 110px;
    display: block; }
    section .card::before {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 10px;
      width: calc(100% - 20px);
      height: 1px;
      background-color: #cccccc; }
      @media (min-width: 992px) {
        section .card::before {
          left: 10px; } }
    @media (min-width: 992px) {
      section .card {
        height: 100%; }
        section .card::before {
          display: none; } }
    @media (min-width: 1200px) {
      section .card {
        display: flex; } }
    section .card .card-body {
      color: var(--tx-focus-card);
      padding: 0; }
      section .card .card-body h2 {
        font-family: var(--font1);
        font-weight: 400;
        font-size: 0.9rem;
        margin: 0; }
        @media (min-width: 1200px) {
          section .card .card-body h2 {
            font-size: 1rem; } }
      section .card .card-body a {
        padding: 10px 10px 0 10px;
        color: #000; }
    section .card .card-image {
      --bs-card-inner-border-radius: 0;
      position: relative;
      height: var(--s-height);
      overflow: hidden;
      float: left;
      width: 100px;
      margin-right: 10px;
      margin-left: 10px;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        section .card .card-image {
          margin-left: 0;
          margin-top: 0px;
          margin-bottom: 0px; } }
      @media (min-width: 992px) {
        section .card .card-image {
          margin-right: 0;
          width: 100%;
          float: inherit; } }
      section .card .card-image a {
        position: relative;
        display: block; }
        section .card .card-image a .bi-play-circle {
          position: absolute;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          z-index: 2;
          width: 30px;
          height: 30px;
          opacity: 0.7; }
          section .card .card-image a .bi-play-circle::before {
            font-size: 30px;
            color: #fff;
            z-index: 1;
            position: absolute; }
          section .card .card-image a .bi-play-circle::after {
            background-color: #000;
            opacity: 0.3;
            border-radius: 50%;
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 0; }
        section .card .card-image a:hover i::after {
          background-color: #fff; }
        section .card .card-image a:hover i::before {
          color: #000; }
      section .card .card-image img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        object-fit: cover; }
    section .card .card-footer {
      background: var(--bg-focus-footer);
      border: 0;
      color: var(--tx-focus-footer);
      padding: 0;
      margin-bottom: 0px; }
      section .card .card-footer .updated {
        color: #b80000; }
      section .card .card-footer div,
      section .card .card-footer а {
        display: flex;
        justify-content: space-between; }
      section .card .card-footer div,
      section .card .card-footer a {
        padding: 0 15px 5px 5px;
        color: #000;
        font-size: 0.8rem;
        line-height: 2rem; }
        section .card .card-footer div span,
        section .card .card-footer a span {
          text-align: right; }
          section .card .card-footer div span i,
          section .card .card-footer a span i {
            padding-right: 5px; }
            section .card .card-footer div span i::before,
            section .card .card-footer a span i::before {
              font-size: 14px; }
        @media (min-width: 768px) {
          section .card .card-footer div,
          section .card .card-footer a {
            padding: 0 15px 5px 12px; } }
      section .card .card-footer .autor {
        padding: 10px 5px 0 5px !important;
        line-height: 1rem;
        font-family: var(--font1);
        color: #000 !important;
        opacity: 0.7;
        text-align: left; }
        @media (min-width: 768px) {
          section .card .card-footer .autor {
            padding: 0 15px 0px 12px !important; } }
      section .card .card-footer.flex-col div,
      section .card .card-footer.flex-col a {
        padding: 0 5px 10px 5px;
        line-height: 1.2rem; }
        @media (min-width: 768px) {
          section .card .card-footer.flex-col div,
          section .card .card-footer.flex-col a {
            padding: 0 15px 5px 12px; } }
  section .col {
    margin-top: 0px;
    width: 100%; }
    @media (min-width: 768px) {
      section .col {
        width: 50%;
        margin-top: 15px; } }
    @media (min-width: 992px) {
      section .col {
        width: 25%; } }
    section .col a {
      display: block;
      height: 100%;
      text-decoration: none; }
    section .col.two-news .card {
      font-size: 1rem;
      border: 0;
      background: transparent;
      border-radius: 0;
      min-height: 110px;
      height: auto;
      display: block !important; }
      @media (min-width: 768px) {
        section .col.two-news .card {
          display: flex !important; } }
      section .col.two-news .card .card-image {
        height: calc(var(--s-height) - 10px) !important;
        width: 100px !important;
        float: left;
        margin-right: 10px; }
        @media (min-width: 768px) {
          section .col.two-news .card .card-image {
            width: 100% !important;
            float: none; } }
      section .col.two-news .card .card-footer div,
      section .col.two-news .card .card-footer a {
        padding: 0 15px 5px 12px; }
      section .col.two-news .card:last-child {
        min-height: auto !important;
        height: auto; }
        @media (min-width: 992px) {
          section .col.two-news .card:last-child::before {
            display: none; } }
        section .col.two-news .card:last-child .card-image {
          display: none; }
    section .col.two-news-without-img .card {
      font-size: 1rem;
      border: 0;
      background: transparent;
      border-radius: 0;
      min-height: auto;
      height: auto !important;
      /*    &::before {
          content: "";
          position: absolute;
          bottom: 5px;
          left: 10px;
          width: calc(100% - 20px);
          height: 1px;
          background-color: #cccccc;
      } */ }
      @media (min-width: 992px) {
        section .col.two-news-without-img .card {
          min-height: 50%; } }
      section .col.two-news-without-img .card .card-image {
        display: none; }
      section .col.two-news-without-img .card .card-footer div,
      section .col.two-news-without-img .card .card-footer a {
        padding: 0 15px 5px 12px; }
      @media (min-width: 992px) {
        section .col.two-news-without-img .card:last-child::before {
          display: none; } }
      section .col.two-news-without-img .card:last-child .card-image {
        display: none; }
    section .col.without-img .card {
      font-size: 1rem;
      border: 0;
      background: transparent;
      border-radius: 0;
      min-height: auto !important;
      height: auto !important; }
      section .col.without-img .card::before {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 10px;
        width: calc(100% - 20px);
        height: 1px;
        background-color: #cccccc; }
      section .col.without-img .card .card-image {
        display: none; }
      section .col.without-img .card:last-child::before {
        display: none; }
      section .col.without-img .card:last-child .card-image {
        display: none; }
    section .col:last-child .card::before {
      display: none !important; }
  section.main-template .col {
    position: relative; }
    section.main-template .col:first-child {
      width: 100%; }
      section.main-template .col:first-child .card {
        display: flex;
        height: auto; }
        section.main-template .col:first-child .card h2 {
          font-size: var(--font-22);
          font-weight: 700; }
        section.main-template .col:first-child .card .card-image {
          width: 100%;
          height: var(--b-height);
          margin-left: 0; }
          section.main-template .col:first-child .card .card-image img {
            height: 100%; }
        section.main-template .col:first-child .card .card-footer div,
        section.main-template .col:first-child .card .card-footer a {
          padding: 0 15px 5px 15px; }
          @media (min-width: 768px) {
            section.main-template .col:first-child .card .card-footer div,
            section.main-template .col:first-child .card .card-footer a {
              padding: 0 15px 5px 12px; } }
    @media (min-width: 768px) {
      section.main-template .col:nth-child(2) .card {
        height: auto;
        display: flex; }
        section.main-template .col:nth-child(2) .card .card-image {
          width: 100%;
          height: var(--b-height); }
          section.main-template .col:nth-child(2) .card .card-image img {
            height: 100%; } }
    @media (min-width: 992px) {
      section.main-template .col:nth-child(2) .card {
        display: block; }
        section.main-template .col:nth-child(2) .card .card-image {
          height: calc(var(--m-height) + 20px); } }
    section.main-template .col:nth-child(3) .card {
      height: auto;
      min-height: 110px; }
      section.main-template .col:nth-child(3) .card .card-image {
        height: calc(var(--s-height)); }
        section.main-template .col:nth-child(3) .card .card-image img {
          height: 100%; }
        @media (min-width: 992px) {
          section.main-template .col:nth-child(3) .card .card-image {
            height: calc(var(--m-height) + 20px); } }
    section.main-template .col:nth-child(4)::before, section.main-template .col:nth-child(8)::before {
      content: "";
      position: absolute;
      top: -15px;
      left: 20px;
      width: 0;
      height: 1px;
      background-color: #cccccc; }
      @media (min-width: 992px) {
        section.main-template .col:nth-child(4)::before, section.main-template .col:nth-child(8)::before {
          width: 387%; } }
    @media (min-width: 768px) {
      section.main-template .col:first-child {
        width: 50%; } }
    @media (min-width: 992px) {
      section.main-template .col {
        width: 25%; } }
  section.template-1 .col {
    position: relative; }
    section.template-1 .col:first-child, section.template-1 .col:nth-child(2) {
      width: 100%; }
      section.template-1 .col:first-child .card h2, section.template-1 .col:nth-child(2) .card h2 {
        font-size: var(--font-22);
        font-weight: 700; }
      section.template-1 .col:first-child .card .card-image, section.template-1 .col:nth-child(2) .card .card-image {
        height: var(--b-height); }
        section.template-1 .col:first-child .card .card-image img, section.template-1 .col:nth-child(2) .card .card-image img {
          height: 100%; }
    section.template-1 .col:nth-child(3)::before, section.template-1 .col:nth-child(7)::before {
      content: "";
      position: absolute;
      top: -15px;
      left: 13px;
      width: 0;
      height: 1px;
      background-color: #cccccc; }
      @media (min-width: 992px) {
        section.template-1 .col:nth-child(3)::before, section.template-1 .col:nth-child(7)::before {
          width: 390%; } }
    @media (min-width: 768px) {
      section.template-1 .col:first-child, section.template-1 .col:nth-child(2) {
        width: 50%; } }
  section.template-2 .col {
    position: relative; }
    section.template-2 .col:first-child .card {
      display: flex;
      height: auto; }
      section.template-2 .col:first-child .card .card-image {
        margin-left: 0;
        width: 100%; }
      section.template-2 .col:first-child .card h2 {
        font-size: var(--font-22);
        font-weight: 700; }
    section.template-2 .col:first-child, section.template-2 .col:nth-child(2) {
      width: 100%; }
      section.template-2 .col:first-child .card .card-image, section.template-2 .col:nth-child(2) .card .card-image {
        height: var(--b-height); }
    section.template-2 .col:nth-child(2) .card {
      display: block;
      min-height: 110px;
      height: auto; }
      @media (min-width: 768px) {
        section.template-2 .col:nth-child(2) .card {
          height: 33%; } }
      @media (min-width: 992px) {
        section.template-2 .col:nth-child(2) .card {
          height: 30%; } }
      section.template-2 .col:nth-child(2) .card::before {
        display: block;
        content: "";
        position: absolute;
        bottom: 0px;
        left: 10px;
        width: 100%;
        height: 1px;
        background-color: #cccccc; }
        @media (min-width: 576px) {
          section.template-2 .col:nth-child(2) .card::before {
            left: 0px; } }
        @media (min-width: 768px) {
          section.template-2 .col:nth-child(2) .card::before {
            bottom: 10px; } }
      section.template-2 .col:nth-child(2) .card .card-body a {
        padding: 5px 10px 0 10px; }
        @media (min-width: 992px) {
          section.template-2 .col:nth-child(2) .card .card-body a {
            padding: 10px 10px 0 10px; } }
      section.template-2 .col:nth-child(2) .card .card-body h2 {
        font-size: 0.8rem; }
        @media (min-width: 992px) {
          section.template-2 .col:nth-child(2) .card .card-body h2 {
            font-size: 1rem; } }
      section.template-2 .col:nth-child(2) .card .card-image {
        width: 100px;
        height: 90px;
        float: left;
        margin-right: 10px; }
        @media (min-width: 768px) {
          section.template-2 .col:nth-child(2) .card .card-image {
            height: 90px; } }
        @media (min-width: 992px) {
          section.template-2 .col:nth-child(2) .card .card-image {
            width: 100px;
            height: 80%;
            width: 140px; } }
      section.template-2 .col:nth-child(2) .card .card-footer div {
        padding: 0 15px 5px 0; }
      section.template-2 .col:nth-child(2) .card .card-footer::after {
        content: "";
        clear: both;
        display: table; }
      section.template-2 .col:nth-child(2) .card .card-footer a {
        display: block !important; }
    @media (min-width: 992px) {
      section.template-2 .col:nth-child(2) .card:last-child::before {
        display: none !important; } }
    section.template-2 .col:nth-child(3)::before {
      content: "";
      position: absolute;
      top: -15px;
      left: 13px;
      width: 100%;
      height: 1px;
      background-color: #cccccc;
      display: none; }
      @media (min-width: 992px) {
        section.template-2 .col:nth-child(3)::before {
          display: block;
          width: 390%; } }
    section.template-2 .col:nth-child(4n + 3)::before {
      content: "";
      position: absolute;
      top: -15px;
      left: 13px;
      width: 100%;
      height: 1px;
      background-color: #cccccc;
      display: none; }
      @media (min-width: 992px) {
        section.template-2 .col:nth-child(4n + 3)::before {
          display: block;
          width: 390%; } }
    @media (min-width: 768px) {
      section.template-2 .col:first-child, section.template-2 .col:nth-child(2) {
        width: 50%; } }
  section.template-3 {
    position: relative; }
    section.template-3 .col {
      position: relative; }
      section.template-3 .col:first-child {
        width: 100%; }
        section.template-3 .col:first-child .card {
          display: flex;
          height: auto; }
          section.template-3 .col:first-child .card h2 {
            font-size: var(--font-22);
            font-weight: 700; }
          section.template-3 .col:first-child .card .card-image {
            margin-left: 0;
            width: 100%;
            height: var(--b-height); }
            section.template-3 .col:first-child .card .card-image img {
              height: 100%; }
      section.template-3 .col:nth-child(2) .card {
        display: block; }
        @media (min-width: 768px) {
          section.template-3 .col:nth-child(2) .card {
            display: flex;
            height: auto; } }
        @media (min-width: 992px) {
          section.template-3 .col:nth-child(2) .card {
            display: block; } }
        @media (min-width: 768px) {
          section.template-3 .col:nth-child(2) .card .card-image {
            width: 100%;
            height: var(--b-height); } }
        @media (min-width: 992px) {
          section.template-3 .col:nth-child(2) .card .card-image {
            height: var(--m-height); } }
        section.template-3 .col:nth-child(2) .card .card-image img {
          height: 100%; }
      section.template-3 .col:nth-child(3) .card {
        height: auto;
        min-height: 110px; }
        @media (min-width: 992px) {
          section.template-3 .col:nth-child(3) .card .card-image {
            height: var(--m-height); } }
        section.template-3 .col:nth-child(3) .card .card-image img {
          height: 100%; }
      section.template-3 .col:nth-child(4), section.template-3 .col:nth-child(5), section.template-3 .col:nth-child(6), section.template-3 .col:nth-child(7) {
        width: 100%; }
        @media (min-width: 768px) {
          section.template-3 .col:nth-child(4), section.template-3 .col:nth-child(5), section.template-3 .col:nth-child(6), section.template-3 .col:nth-child(7) {
            width: 50% !important; } }
        section.template-3 .col:nth-child(4) .card, section.template-3 .col:nth-child(5) .card, section.template-3 .col:nth-child(6) .card, section.template-3 .col:nth-child(7) .card {
          display: block;
          margin-bottom: 5px; }
          section.template-3 .col:nth-child(4) .card .card-body h2, section.template-3 .col:nth-child(5) .card .card-body h2, section.template-3 .col:nth-child(6) .card .card-body h2, section.template-3 .col:nth-child(7) .card .card-body h2 {
            font-size: 1.1rem; }
          section.template-3 .col:nth-child(4) .card .card-image, section.template-3 .col:nth-child(5) .card .card-image, section.template-3 .col:nth-child(6) .card .card-image, section.template-3 .col:nth-child(7) .card .card-image {
            float: left;
            margin-right: 10px; }
            @media (min-width: 992px) {
              section.template-3 .col:nth-child(4) .card .card-image, section.template-3 .col:nth-child(5) .card .card-image, section.template-3 .col:nth-child(6) .card .card-image, section.template-3 .col:nth-child(7) .card .card-image {
                width: 140px;
                height: var(--s-height); } }
          section.template-3 .col:nth-child(4) .card .card-footer div, section.template-3 .col:nth-child(5) .card .card-footer div, section.template-3 .col:nth-child(6) .card .card-footer div, section.template-3 .col:nth-child(7) .card .card-footer div {
            padding: 0 15px 5px 0px; }
          section.template-3 .col:nth-child(4) .card .card-footer::after, section.template-3 .col:nth-child(5) .card .card-footer::after, section.template-3 .col:nth-child(6) .card .card-footer::after, section.template-3 .col:nth-child(7) .card .card-footer::after {
            content: "";
            clear: both;
            display: table; }
          section.template-3 .col:nth-child(4) .card .card-footer a, section.template-3 .col:nth-child(5) .card .card-footer a, section.template-3 .col:nth-child(6) .card .card-footer a, section.template-3 .col:nth-child(7) .card .card-footer a {
            display: block !important; }
      section.template-3 .col:nth-child(4)::before, section.template-3 .col:nth-child(6)::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 13px;
        width: 0;
        height: 1px;
        background-color: #cccccc; }
        @media (min-width: 992px) {
          section.template-3 .col:nth-child(4)::before, section.template-3 .col:nth-child(6)::before {
            width: 195%; } }
      @media (min-width: 768px) {
        section.template-3 .col:first-child {
          width: 50%; } }
  section.template-4 {
    position: relative; }
    section.template-4 .col {
      position: relative;
      margin-bottom: 10px; }
      section.template-4 .col .card {
        padding-top: 0px;
        min-height: 33%;
        height: 100%; }
        section.template-4 .col .card .card-image {
          height: var(--s-height); }
      section.template-4 .col:first-child .card {
        padding-top: 0;
        height: auto;
        min-height: auto; }
        @media (min-width: 768px) {
          section.template-4 .col:first-child .card {
            height: 50%;
            min-height: 100px;
            display: flex; }
            section.template-4 .col:first-child .card .card-body h2 {
              font-size: 1.1rem; }
            section.template-4 .col:first-child .card .card-image {
              width: 100%;
              height: 140px;
              float: none;
              margin-right: 10px;
              margin-left: 0; } }
        section.template-4 .col:first-child .card .card-footer::after {
          content: "";
          clear: both;
          display: table; }
        section.template-4 .col:first-child .card .card-footer a {
          display: block !important; }
        @media (min-width: 992px) {
          section.template-4 .col:first-child .card {
            display: block;
            height: auto;
            padding-top: 10px; }
            section.template-4 .col:first-child .card .card-image {
              float: left;
              width: 140px;
              height: 96px; } }
        section.template-4 .col:first-child .card::before {
          display: block;
          content: "";
          position: absolute;
          top: auto;
          bottom: 0;
          left: 10px;
          width: calc(100% - 20px);
          height: 1px;
          background-color: #cccccc; }
          @media (min-width: 768px) {
            section.template-4 .col:first-child .card::before {
              left: 0px;
              top: 0px;
              width: 100%;
              bottom: 10px; } }
      section.template-4 .col:first-child .card:first-child {
        width: 100% !important;
        padding-top: 0; }
        section.template-4 .col:first-child .card:first-child h2 {
          font-size: var(--font-22);
          font-weight: 700; }
        section.template-4 .col:first-child .card:first-child .card-image {
          width: 100%;
          height: var(--b-height);
          margin-left: 0;
          float: none; }
          @media (min-width: 768px) {
            section.template-4 .col:first-child .card:first-child .card-image {
              height: 140px; } }
          @media (min-width: 992px) {
            section.template-4 .col:first-child .card:first-child .card-image {
              height: var(--b-height); } }
          section.template-4 .col:first-child .card:first-child .card-image img {
            height: 100%; }
        @media (min-width: 768px) {
          section.template-4 .col:first-child .card:first-child:before {
            display: none; } }
      @media (min-width: 992px) {
        section.template-4 .col:first-child::before {
          content: "";
          position: absolute;
          right: 0px;
          top: 0;
          width: 1px;
          height: 100%;
          background-color: #cccccc; } }
      section.template-4 .col:nth-child(2) .card {
        height: auto;
        min-height: 110px; }
        @media (min-width: 768px) {
          section.template-4 .col:nth-child(2) .card .card-image {
            width: 100%;
            height: 140px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    section.template-4 .col:nth-child(2) .card .card-image {
      height: var(--s-height); } }

      @media (min-width: 992px) {
        section.template-4 .col:nth-child(2)::before {
          content: "";
          position: absolute;
          right: 0px;
          top: 0;
          width: 1px;
          height: 100%;
          background-color: #cccccc; } }
      section.template-4 .col:nth-child(3) .card {
        height: auto;
        min-height: 110px;
        padding-top: 0; }
      @media (min-width: 768px) {
        section.template-4 .col:nth-child(3) {
          min-height: auto;
          width: 100%;
          display: flex;
          padding-top: 0px; }
          section.template-4 .col:nth-child(3) .card {
            width: 50%;
            padding-top: 0; } }
      @media (min-width: 992px) {
        section.template-4 .col:nth-child(3) {
          display: block;
          width: 25%; }
          section.template-4 .col:nth-child(3) .card {
            width: 100%; } }
      section.template-4 .col:nth-child(4)::before, section.template-4 .col:nth-child(8)::before {
        content: "";
        position: absolute;
        top: -15px;
        left: 13px;
        width: 0;
        height: 1px;
        background-color: #cccccc; }
        @media (min-width: 992px) {
          section.template-4 .col:nth-child(4)::before, section.template-4 .col:nth-child(8)::before {
            width: 390%; } }
      @media (min-width: 768px) {
        section.template-4 .col:first-child {
          width: 50%; } }
  section.template-5 {
    position: relative; }
    section.template-5 .col {
      position: relative; }
      section.template-5 .col .card {
        min-height: 33%;
        height: auto; }
        section.template-5 .col .card .card-image {
          height: var(--s-height); }
      section.template-5 .col:first-child .card {
        height: auto;
        min-height: 120px;
        display: block; }
        section.template-5 .col:first-child .card .card-body h2 {
          font-size: 1.1rem; }
        section.template-5 .col:first-child .card .card-image {
          width: 140px;
          height: 96px;
          float: left;
          margin-right: 10px; }
        section.template-5 .col:first-child .card .card-footer::after {
          content: "";
          clear: both;
          display: table; }
        section.template-5 .col:first-child .card .card-footer a {
          display: block !important; }
      section.template-5 .col:first-child .card:first-child {
        width: 100% !important; }
        section.template-5 .col:first-child .card:first-child h2 {
          font-size: var(--font-22);
          font-weight: 700; }
        section.template-5 .col:first-child .card:first-child .card-image {
          width: 100%;
          height: var(--b-height); }
          section.template-5 .col:first-child .card:first-child .card-image img {
            height: 100%; }
      section.template-5 .col:first-child::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #cccccc; }
      section.template-5 .col:nth-child(2)::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #cccccc; }
      section.template-5 .col:nth-child(4), section.template-5 .col:nth-child(5), section.template-5 .col:nth-child(6), section.template-5 .col:nth-child(7), section.template-5 .col:nth-child(8), section.template-5 .col:nth-child(9) {
        width: 100%;
        display: flex;
        margin-top: 15px; }
        section.template-5 .col:nth-child(4) .card, section.template-5 .col:nth-child(5) .card, section.template-5 .col:nth-child(6) .card, section.template-5 .col:nth-child(7) .card, section.template-5 .col:nth-child(8) .card, section.template-5 .col:nth-child(9) .card {
          width: 50%;
          min-height: 100px;
          display: block;
          margin-top: 15px; }
          section.template-5 .col:nth-child(4) .card .card-body h2, section.template-5 .col:nth-child(5) .card .card-body h2, section.template-5 .col:nth-child(6) .card .card-body h2, section.template-5 .col:nth-child(7) .card .card-body h2, section.template-5 .col:nth-child(8) .card .card-body h2, section.template-5 .col:nth-child(9) .card .card-body h2 {
            font-size: 1.1rem; }
          section.template-5 .col:nth-child(4) .card .card-image, section.template-5 .col:nth-child(5) .card .card-image, section.template-5 .col:nth-child(6) .card .card-image, section.template-5 .col:nth-child(7) .card .card-image, section.template-5 .col:nth-child(8) .card .card-image, section.template-5 .col:nth-child(9) .card .card-image {
            width: 140px;
            height: 96px;
            float: left;
            margin-right: 10px; }
          section.template-5 .col:nth-child(4) .card .card-footer::after, section.template-5 .col:nth-child(5) .card .card-footer::after, section.template-5 .col:nth-child(6) .card .card-footer::after, section.template-5 .col:nth-child(7) .card .card-footer::after, section.template-5 .col:nth-child(8) .card .card-footer::after, section.template-5 .col:nth-child(9) .card .card-footer::after {
            content: "";
            clear: both;
            display: table; }
          section.template-5 .col:nth-child(4) .card .card-footer a, section.template-5 .col:nth-child(5) .card .card-footer a, section.template-5 .col:nth-child(6) .card .card-footer a, section.template-5 .col:nth-child(7) .card .card-footer a, section.template-5 .col:nth-child(8) .card .card-footer a, section.template-5 .col:nth-child(9) .card .card-footer a {
            display: block !important; }
          section.template-5 .col:nth-child(4) .card:nth-child(2), section.template-5 .col:nth-child(5) .card:nth-child(2), section.template-5 .col:nth-child(6) .card:nth-child(2), section.template-5 .col:nth-child(7) .card:nth-child(2), section.template-5 .col:nth-child(8) .card:nth-child(2), section.template-5 .col:nth-child(9) .card:nth-child(2) {
            padding-left: 15px; }
        section.template-5 .col:nth-child(4)::before, section.template-5 .col:nth-child(5)::before, section.template-5 .col:nth-child(6)::before, section.template-5 .col:nth-child(7)::before, section.template-5 .col:nth-child(8)::before, section.template-5 .col:nth-child(9)::before {
          content: "";
          position: absolute;
          left: 13px;
          top: 0;
          width: calc(100% - 25px);
          height: 1px;
          background-color: #cccccc; }
      @media (min-width: 768px) {
        section.template-5 .col:first-child {
          width: 50%; } }
  section.template-6 .col {
    width: 100%;
    display: block; }
    @media (min-width: 768px) {
      section.template-6 .col {
        display: flex; } }
    section.template-6 .col .card {
      width: 100%;
      height: auto;
      min-height: 120px;
      display: block; }
      @media (min-width: 768px) {
        section.template-6 .col .card {
          width: 50%; } }
      section.template-6 .col .card .card-body h2 {
        font-size: 1.1rem; }
      section.template-6 .col .card .card-image {
        width: 100px;
        height: 96px;
        margin-right: 10px;
        float: left; }
        @media (min-width: 992px) {
          section.template-6 .col .card .card-image {
            width: 140px;
            float: left;
            height: var(--s-height); } }
      section.template-6 .col .card .card-footer div {
        padding: 0 15px 5px 0px; }
      section.template-6 .col .card .card-footer::after {
        content: "";
        clear: both;
        display: table; }
      section.template-6 .col .card .card-footer a {
        display: block !important; }

.other {
  margin: 20px 0 0px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #000;
  position: relative;
  font-family: var(--font1); }
  .other h1 {
    text-align: left;
    padding-right: 15px;
    font-size: 1.2rem;
    font-family: var(--font1);
    font-weight: 800;
    text-transform: uppercase; }
    .other h1 a {
      text-decoration: none;
      color: #000; }
  .other .row {
    display: block; }
    @media (min-width: 576px) {
      .other .row {
        display: flex; } }
  .other .col {
    padding-right: 15px;
    min-width: 30%; }
    @media (min-width: 992px) {
      .other .col {
        min-width: auto; } }
    .other .col:last-child {
      margin-right: 0px; }
    .other .col .card:nth-child(2) .card-body a {
      font-weight: 700 !important; }
    .other .col .card:last-child::before {
      display: none; }
  .other .card {
    position: relative;
    font-size: 1rem;
    border: 0;
    background: transparent;
    border-radius: 0; }
    .other .card a {
      text-decoration: none; }
    .other .card::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0px;
      width: 100%;
      height: 1px;
      background-color: #cccccc; }
    .other .card .card-body {
      color: var(--tx-focus-card);
      padding: 0; }
      .other .card .card-body a {
        padding: 10px 10px 0 10px;
        color: #000;
        font-family: var(--font1);
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.2rem;
        display: block; }
    .other .card .card-image {
      --bs-card-inner-border-radius: 0;
      position: relative;
      height: 155px;
      overflow: hidden; }
      .other .card .card-image img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        object-fit: cover; }
    .other .card .card-footer {
      background: var(--bg-focus-footer);
      border: 0;
      color: var(--tx-focus-footer);
      padding: 0;
      margin-bottom: 10px; }
      .other .card .card-footer a {
        padding: 5px 15px 0px 10px;
        color: #000; }
        .other .card .card-footer a span {
          padding-right: 20px;
          font-size: 0.8rem !important; }
          .other .card .card-footer a span i {
            padding-right: 5px; }
            .other .card .card-footer a span i::before {
              font-size: 14px; }

.right-middle {
  padding-left: 0px;
  padding-right: 0px; }
  .right-middle h4 {
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 5px; }
    .right-middle h4::before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #000; }
  .right-middle h2 {
    font-weight: 300; }
  .right-middle a { text-decoration: none; color: inherit; }
  .right-middle a .img-fluid { min-width: 100%; }

.right-col,
.position-sticky {
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .right-col,
    .position-sticky {
      padding-top: 20px;
      padding-right: 0; } }
  .right-col h2,
  .position-sticky h2 {
    font-size: 1rem;
    margin-top: 5px; }
  .right-col h4,
  .position-sticky h4 {
    background-color: #e5e5e5;
    padding: 5px;
    position: relative; }
    .right-col h4 span,
    .position-sticky h4 span {
      z-index: 2;
      display: inline-block;
      padding-right: 10px; }
    .right-col h4 a,
    .position-sticky h4 a {
      z-index: 2;
      display: inline-block;
      padding-left: 10px;
      padding-top: 3px; }
  .right-col .watch,
  .position-sticky .watch {
    display: block;
    position: relative; }
    .right-col .watch i,
    .position-sticky .watch i {
      position: absolute;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      top: 60%;
      z-index: 2;
      width: 30px;
      height: 30px;
      opacity: 0.7; }
      .right-col .watch i::before,
      .position-sticky .watch i::before {
        font-size: 30px;
        color: #fff;
        position: absolute;
        z-index: 1; }
      .right-col .watch i::after,
      .position-sticky .watch i::after {
        background-color: #000;
        opacity: 0.3;
        border-radius: 50%;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0; }
    .right-col .watch img,
    .position-sticky .watch img {
      z-index: 1;
      position: relative; }
    .right-col .watch:hover i::after,
    .position-sticky .watch:hover i::after {
      background-color: #fff; }
    .right-col .watch:hover i::before,
    .position-sticky .watch:hover i::before {
      color: #000; }
  .right-col .popular h4,
  .position-sticky .popular h4 {
    display: flex; }
    .right-col .popular h4 a,
    .position-sticky .popular h4 a {
      font-size: 0.8rem !important;
      position: relative;
      padding: 3px 3px 3px 0;
      margin-left: 5px;
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease; }
      .right-col .popular h4 a::before,
      .position-sticky .popular h4 a::before {
        content: "";
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        position: absolute;
        bottom: 0;
        left: 0px;
        width: 0px;
        height: 1px;
        background-color: #000; }
      .right-col .popular h4 a.selected,
      .position-sticky .popular h4 a.selected {
        color: #b80000; }
        .right-col .popular h4 a.selected::before,
        .position-sticky .popular h4 a.selected::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0px;
          width: 100%;
          height: 1px;
          background-color: #b80000 !important; }
      .right-col .popular h4 a:hover,
      .position-sticky .popular h4 a:hover {
        opacity: 0.7; }
        .right-col .popular h4 a:hover::before,
        .position-sticky .popular h4 a:hover::before {
          content: "";
          -webkit-transition: all 0.1s ease;
          -moz-transition: all 0.1s ease;
          -ms-transition: all 0.1s ease;
          -o-transition: all 0.1s ease;
          transition: all 0.1s ease;
          position: absolute;
          bottom: 0;
          left: 0px;
          width: 100%;
          height: 1px;
          background-color: #000; }
    @media (min-width: 576px) {
      .right-col .popular h4,
      .position-sticky .popular h4 {
        display: block;
        font-size: 0.9rem !important; } }
    @media (min-width: 1200px) {
      .right-col .popular h4,
      .position-sticky .popular h4 {
        display: flex; } }
    @media (min-width: 1361px) {
      .right-col .popular h4,
      .position-sticky .popular h4 {
        font-size: initial !important; }
        .right-col .popular h4 a,
        .position-sticky .popular h4 a {
          font-size: 0.8rem !important; } }
  .right-col .popular a,
  .position-sticky .popular a {
    color: #000;
    text-decoration: none;
    display: block;
    font-family: var(--font2); }
    .right-col .popular a .view,
    .position-sticky .popular a .view {
      display: inline-block;
      padding: 3px 3px 3px 5px;
      background-color: #b80000;
      color: #fff;
      font-size: 12px;
      min-width: 90px;
      margin-bottom: 10px; }
    .right-col .popular a .popular-date,
    .position-sticky .popular a .popular-date {
      font-size: 12px;
      opacity: 0.6;
      color: #b80000; }
    .right-col .popular a h4,
    .position-sticky .popular a h4 {
      font-weight: normal;
      margin-bottom: 0;
      background-color: transparent; }
      .right-col .popular a h4 a,
      .position-sticky .popular a h4 a {
        font-size: 0.8rem !important; }
  .right-col .columnists .autor,
  .position-sticky .columnists .autor {
    text-decoration: none;
    margin-bottom: 10px;
    text-align: center; }
    .right-col .columnists .autor a,
    .position-sticky .columnists .autor a {
      text-decoration: none;
      color: #000; }
    .right-col .columnists .autor img,
    .position-sticky .columnists .autor img {
      max-width: 80%; }
    @media (min-width: 992px) {
      .right-col .columnists .autor,
      .position-sticky .columnists .autor {
        text-align: left; }
        .right-col .columnists .autor img,
        .position-sticky .columnists .autor img {
          max-width: 90px; } }
    .right-col .columnists .autor span,
    .position-sticky .columnists .autor span {
      color: #000;
      display: block;
      font-size: 0.8rem;
      line-height: 0.9rem;
      padding: 20px 5px 0 5px;
      text-align: center; }
      @media (min-width: 992px) {
        .right-col .columnists .autor span,
        .position-sticky .columnists .autor span {
          text-align: left;
          display: inline-block; } }
      @media (min-width: 1200px) {
        .right-col .columnists .autor span,
        .position-sticky .columnists .autor span {
          font-size: 0.9rem;
          line-height: 1rem; } }
      .right-col .columnists .autor span strong,
      .position-sticky .columnists .autor span strong {
        font-family: var(--font1);
        display: block;
        margin-bottom: 5px; }
  .right-col .anketa strong,
  .position-sticky .anketa strong {
    margin-bottom: 10px !important;
    display: block;
    width: 100%; }
  .right-col .anketa button,
  .position-sticky .anketa button {
    background-color: #b80000;
    border: 0;
    color: #fff;
    padding: 2px 15px;
    margin: 5px 0;
    -webkit-box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75); }
  .right-col .anketa .d-flex a,
  .position-sticky .anketa .d-flex a {
    background-color: #c9c9c9;
    font-size: 0.7rem;
    color: #000;
    padding: 3px 10px 2px 10px;
    margin: 5px 8px 5px 0;
    -webkit-box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75); }
  .right-col .card,
  .position-sticky .card {
    position: relative;
    font-size: 0.8rem;
    border: 0;
    background: transparent;
    border-radius: 0; }
    .right-col .card a,
    .position-sticky .card a {
      text-decoration: none; }
    .right-col .card .card-body,
    .position-sticky .card .card-body {
      color: var(--tx-focus-card);
      padding: 0; }
      .right-col .card .card-body a,
      .position-sticky .card .card-body a {
        padding: 10px 10px 0 10px;
        color: #000;
        font-family: var(--font1);
        font-weight: 600;
        font-size: 1rem;
        line-height: 1rem;
        display: block; }
    .right-col .card .card-image,
    .position-sticky .card .card-image {
      --bs-card-inner-border-radius: 0;
      position: relative;
      height: 155px;
      overflow: hidden; }
      .right-col .card .card-image img,
      .position-sticky .card .card-image img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        object-fit: cover; }
    .right-col .card .card-footer,
    .position-sticky .card .card-footer {
      background: var(--bg-focus-footer);
      border: 0;
      color: var(--tx-focus-footer);
      padding: 0;
      margin-bottom: 10px; }
      .right-col .card .card-footer a,
      .position-sticky .card .card-footer a {
        padding: 5px 15px 0px 10px;
        color: #000; }
        .right-col .card .card-footer a span,
        .position-sticky .card .card-footer a span {
          padding-right: 20px; }
          .right-col .card .card-footer a span i,
          .position-sticky .card .card-footer a span i {
            padding-right: 5px; }
            .right-col .card .card-footer a span i::before,
            .position-sticky .card .card-footer a span i::before {
              font-size: 14px; }

.links {
  display: block; }
  @media (min-width: 768px) {
    .links {
      display: inline-flex; } }
  .links a {
    text-decoration: none;
    color: #000; }
  .links li {
    list-style: none;
    margin-right: 16px;
    font-family: var(--font1);
    font-size: 0.9rem;
    text-transform: uppercase;
    position: relative; }
    @media (min-width: 768px) {
      .links li::before {
        content: "";
        position: absolute;
        top: 45%;
        right: -8px;
        width: 1px;
        height: 10px;
        background-color: #cccccc;
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%); } }

.partners {
  margin-top: 20px; }
  .partners h1 {
    width: 100%;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    opacity: 0.8; }
    .partners h1::before {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 1px;
      background-color: #cccccc; }
  .partners .d-md-flex div {
    text-align: center; }
    .partners .d-md-flex div img {
      max-width: 200px;
      margin: 10px;
      max-width: 100%; }

.video_modal_mobile {
  z-index: 1000;
  width: 100%;
  padding: 5px 10px;
  background-color: #d3d3d3;
  text-align: left;
  cursor: pointer;
  /*     -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75); */ }
  .video_modal_mobile .video-modal-mob-close {
    margin-right: 0;
    margin-top: 10px; }
  .video_modal_mobile .modal-title {
    font-family: var(--font1);
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1rem;
    min-height: 50px;
    padding: 10px 0;
    text-align: left; }

.video_modal {
  display: none; }
  @media (min-width: 576px) {
    .video_modal {
      display: block; } }

@media (min-width: 576px) {
  .video_modal_mobile {
    display: none; }

  .video_modal {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    width: 300px;
    height: 280px;
    padding: 15px;
    background-color: white;
    text-align: center;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75); }
    .video_modal i {
      position: absolute;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      top: 60%;
      z-index: 2;
      width: 30px;
      height: 30px;
      opacity: 1; }
      .video_modal i::before {
        font-size: 30px;
        color: #fff;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0; }
      .video_modal i::after {
        background-color: #000;
        opacity: 0.3;
        border-radius: 50%;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        -webkit-box-shadow: 0px 0px 32px 0px black;
        -moz-box-shadow: 0px 0px 32px 0px black;
        box-shadow: 0px 0px 32px 0px black; }
    .video_modal .video-modal-close {
      margin-right: 0; }
    .video_modal .modal-title {
      font-family: var(--font1);
      font-weight: 800;
      font-size: 0.9rem;
      line-height: 1rem;
      height: 50px;
      padding: 10px 10px;
      margin: 10px 0;
      text-align: left;
      background-color: #e5e5e5; }
    .video_modal .mvideo {
      display: inline-block;
      height: calc(100% - 80px);
      position: relative;
      margin: auto;
      cursor: pointer; }
    .video_modal img {
      z-index: 1;
      position: relative;
      max-width: 250px;
      height: 100% !important; }
    .video_modal:hover i::after {
      background-color: #fff; }
    .video_modal:hover i::before {
      color: #000; } }
footer {
  text-align: center;
  padding: 20px 0;
  margin-top: 50px; }
  footer p {
    margin-bottom: 3px;
    font-size: 0.8rem;
    opacity: 0.6; }
  footer .text-uppercase {
    opacity: 1; }

.left-news-column {
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .left-news-column {
      width: 70%; } }
  .left-news-column h1 {
    font-size: 2rem; }
  .left-news-column h4 {
    opacity: 0.7; }
  .left-news-column .updated {
    color: #b80000;
    margin-left: 10px;
    opacity: 0.6; }
  .left-news-column .news-info-date,
  .left-news-column .news-autor {
    font-family: var(--font1);
    font-size: 0.8rem; }
    .left-news-column .news-info-date .bi-search,
    .left-news-column .news-autor .bi-search {
      margin-left: 15px;
      margin-right: 3px; }
      .left-news-column .news-info-date .bi-search::before,
      .left-news-column .news-autor .bi-search::before {
        font-size: 10px; }
  .left-news-column .news-autor {
    margin-left: 10px; }
    .left-news-column .news-autor a {
      color: #b80000;
      text-decoration: none; }
  .left-news-column .news-info h1 {
    margin-bottom: 0;
    font-size: 1.7rem; }
  .left-news-column .news-info p {
    font-size: 1rem; }
    @media (min-width: 1439px) {
      .left-news-column .news-info p {
        font-size: 1.1rem; } }
  .left-news-column .news-info a {
    text-decoration: none;
    color: #b80000; }
  .left-news-column .news-info img {
    width: 100%; }
  .left-news-column .news-info .news-image {
    margin: 20px 0; }
    .left-news-column .news-info .news-image .img-responsive {
      width: 100%; }
    .left-news-column .news-info .news-image .img-source {
      background-color: #e5e5e5;
      font-size: 0.8rem;
      padding: 5px; }
      .left-news-column .news-info .news-image .img-source span {
        font-style: italic; }
      .left-news-column .news-info .news-image .img-source i {
        margin-right: 5px; }
  .left-news-column .news-info .vertical {
    max-width: 300px;
    float: left;
    margin-right: 20px !important; }
  .left-news-column .news-info .video-16x9 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px; }
  .left-news-column .news-info .video-16x9::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    box-sizing: border-box; }
  .left-news-column .news-info .video-16x9 > iframe {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    border: 0 !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important; }
  .left-news-column .news-info div[data-oembed-url] {
    max-width: 85%;
    margin: 20px auto; }
  .left-news-column .news-info .iframely-embed::before {
    content: "";
    width: 100%;
    display: table;
    height: 1px; }
  .left-news-column .news-info .iframely-embed::after {
    content: "";
    width: 100%;
    display: table;
    height: 1px; }
  .left-news-column .news-info [data-oembed-url*="t.me"] {
    width: 400px;
    height: auto; }
    .left-news-column .news-info [data-oembed-url*="t.me"] .iframely-embed {
      max-width: 400px;
      position: relative;
      text-align: center; }
      .left-news-column .news-info [data-oembed-url*="t.me"] .iframely-embed::before {
        content: "";
        width: 100%;
        display: table;
        height: 1px; }
      .left-news-column .news-info [data-oembed-url*="t.me"] .iframely-embed::after {
        content: "";
        width: 100%;
        display: table;
        height: 1px; }
  .left-news-column .news-info [data-oembed-url*="twitter.com"] {
    width: 300px;
    height: auto !important;
    position: initial;
    clear: right; }
    .left-news-column .news-info [data-oembed-url*="twitter.com"]::before {
      content: "";
      width: 100%;
      display: table;
      height: 1px; }
    .left-news-column .news-info [data-oembed-url*="twitter.com"] .iframely-embed {
      max-width: 300px;
      position: relative;
      text-align: center; }
      .left-news-column .news-info [data-oembed-url*="twitter.com"] .iframely-embed::before {
        content: "";
        width: 100%;
        display: table;
        height: 1px; }
      .left-news-column .news-info [data-oembed-url*="twitter.com"] .iframely-embed::after {
        content: "";
        width: 100%;
        display: table;
        height: 1px; }
  .left-news-column .news-info .news-gallery {
    display: flex;
    flex-wrap: wrap; }
    .left-news-column .news-info .news-gallery .news-image {
      width: 33.3%;
      text-align: center;
      padding: 4px; }
      .left-news-column .news-info .news-gallery .news-image img {
        max-width: 100%; }
      .left-news-column .news-info .news-gallery .news-image a {
        color: #000; }
      .left-news-column .news-info .news-gallery .news-image figcaption {
        margin: auto;
        font-size: 0.7rem;
        line-height: 1rem; }
        .left-news-column .news-info .news-gallery .news-image figcaption .bi-camera-fill {
          margin-right: 5px; }
        .left-news-column .news-info .news-gallery .news-image figcaption span {
          width: 100%;
          display: block;
          padding: 3px 0 3px 0;
          margin-bottom: 3px;
          background-color: #e5e5e5; }
    .left-news-column .news-info .news-gallery.max-two .news-image {
      width: 50%; }
  .left-news-column .sega-paypal--article {
    position: relative;
    font-size: 0.8rem;
    padding: 20px 0; }
    .left-news-column .sega-paypal--article span {
      display: block; }
    .left-news-column .sega-paypal--article input {
      margin-left: 10px;
      max-width: 130px; }
    .left-news-column .sega-paypal--article::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0;
      width: calc(100% - 0px);
      height: 1px;
      background-color: #cccccc; }
  .left-news-column .sega-tags {
    padding: 10px 0 5px 0;
    position: relative; }
    .left-news-column .sega-tags h3 {
      font-size: 0.8rem;
      font-weight: 300; }
    .left-news-column .sega-tags a {
      font-size: 0.8rem;
      color: #b80000;
      text-decoration: none; }
    .left-news-column .sega-tags::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0;
      width: calc(100% - 0px);
      height: 1px;
      background-color: #cccccc; }
    .left-news-column .sega-tags::after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0;
      width: calc(100% - 0px);
      height: 1px;
      background-color: #cccccc; }
  .left-news-column .socialIcons {
    padding: 20px; }
    .left-news-column .socialIcons a {
      position: relative;
      margin: 0 5px;
      display: inline-block; }
    .left-news-column .socialIcons .bi-facebook {
      width: 28px;
      height: 28px;
      position: relative;
      display: inline-block;
      font-size: 28px;
      margin-right: 7px; }
      .left-news-column .socialIcons .bi-facebook::before {
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        color: #fff;
        position: absolute;
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        left: 47%;
        top: 47%;
        width: 26px;
        height: 26px;
        z-index: 1; }
      .left-news-column .socialIcons .bi-facebook::after {
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        content: "";
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 25px;
        height: 25px;
        z-index: 0;
        background-color: #3b5998;
        border-radius: 50%; }
      .left-news-column .socialIcons .bi-facebook:hover::before {
        color: #3b5998;
        border-radius: 50%; }
      .left-news-column .socialIcons .bi-facebook:hover::after {
        background-color: #fff; }
    .left-news-column .socialIcons .bi-twitter {
      width: 28px;
      height: 28px;
      position: relative;
      display: inline-block;
      font-size: 22px;
      margin-top: 5px; }
      .left-news-column .socialIcons .bi-twitter::before {
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        color: #3badf2;
        position: absolute;
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 28px;
        height: 28px;
        z-index: 1; }
      .left-news-column .socialIcons .bi-twitter::after {
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        content: "";
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 28px;
        height: 28px;
        z-index: 0;
        background-color: #fff;
        border-radius: 50%;
        top: 40%;
        left: 40%; }
      .left-news-column .socialIcons .bi-twitter:hover::before {
        color: #fff;
        width: 28px;
        height: 28px; }
      .left-news-column .socialIcons .bi-twitter:hover::after {
        background-color: #3badf2;
        width: 30px;
        height: 30px; }
    .left-news-column .socialIcons .bi-instagram {
      width: 28px;
      height: 28px;
      position: relative;
      display: inline-block;
      font-size: 22px;
      margin-top: 5px; }
      .left-news-column .socialIcons .bi-instagram::before {
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        color: #ca2155;
        position: absolute;
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 28px;
        height: 28px;
        z-index: 1; }
      .left-news-column .socialIcons .bi-instagram::after {
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        content: "";
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 28px;
        height: 28px;
        z-index: 0;
        background-color: #fff;
        border-radius: 50%;
        top: 40%;
        left: 40%; }
      .left-news-column .socialIcons .bi-instagram:hover::before {
        color: #fff;
        width: 28px;
        height: 28px; }
      .left-news-column .socialIcons .bi-instagram:hover::after {
        background-color: #ca2155;
        width: 32px;
        height: 32px; }

.more-news h3,
.more-news-more h3 {
  color: #fff;
  font-size: 1.4rem;
  padding-left: 5px;
  background-color: #b80000;
  margin-bottom: 0; }
.more-news a,
.more-news-more a {
  display: block;
  height: 100%;
  text-decoration: none; }
.more-news .col,
.more-news-more .col {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .more-news .col,
    .more-news-more .col {
      width: 50% !important; } }
  .more-news .col .card,
  .more-news-more .col .card {
    font-size: 1rem;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 110px;
    display: block; }
    @media (min-width: 992px) {
      .more-news .col .card,
      .more-news-more .col .card {
        height: 100%; } }
    .more-news .col .card .card-body,
    .more-news-more .col .card .card-body {
      color: var(--tx-focus-card);
      padding: 0; }
      .more-news .col .card .card-body a,
      .more-news-more .col .card .card-body a {
        padding: 0px 10px 0 10px;
        color: #000; }
      .more-news .col .card .card-body h2,
      .more-news-more .col .card .card-body h2 {
        font-family: var(--font1);
        font-weight: 400;
        font-size: 0.9rem;
        margin: 0; }
        @media (min-width: 1200px) {
          .more-news .col .card .card-body h2,
          .more-news-more .col .card .card-body h2 {
            font-size: 1.2rem; } }
    .more-news .col .card .card-image,
    .more-news-more .col .card .card-image {
      --bs-card-inner-border-radius: 0;
      position: relative;
      height: var(--s-height);
      overflow: hidden;
      float: left;
      width: 100px;
      margin-right: 10px;
      margin-left: 10px;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .more-news .col .card .card-image,
        .more-news-more .col .card .card-image {
          margin-left: 0;
          margin-top: 0px;
          margin-bottom: 0px; } }
      @media (min-width: 992px) {
        .more-news .col .card .card-image,
        .more-news-more .col .card .card-image {
          margin-right: 10px;
          width: 140px;
          height: var(--s-height); } }
      .more-news .col .card .card-image img,
      .more-news-more .col .card .card-image img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        object-fit: cover; }
    .more-news .col .card .card-footer,
    .more-news-more .col .card .card-footer {
      background: var(--bg-focus-footer);
      border: 0;
      color: var(--tx-focus-footer);
      padding: 0;
      margin-bottom: 0px; }
      .more-news .col .card .card-footer div,
      .more-news .col .card .card-footer a,
      .more-news-more .col .card .card-footer div,
      .more-news-more .col .card .card-footer a {
        padding: 0 15px 5px 5px;
        color: #000;
        font-size: 0.8rem;
        line-height: 2rem; }
        .more-news .col .card .card-footer div span,
        .more-news .col .card .card-footer a span,
        .more-news-more .col .card .card-footer div span,
        .more-news-more .col .card .card-footer a span {
          text-align: right; }
          .more-news .col .card .card-footer div span i,
          .more-news .col .card .card-footer a span i,
          .more-news-more .col .card .card-footer div span i,
          .more-news-more .col .card .card-footer a span i {
            padding-right: 5px; }
            .more-news .col .card .card-footer div span i::before,
            .more-news .col .card .card-footer a span i::before,
            .more-news-more .col .card .card-footer div span i::before,
            .more-news-more .col .card .card-footer a span i::before {
              font-size: 14px; }
        @media (min-width: 768px) {
          .more-news .col .card .card-footer div,
          .more-news .col .card .card-footer a,
          .more-news-more .col .card .card-footer div,
          .more-news-more .col .card .card-footer a {
            padding: 0 15px 5px 12px; } }
      .more-news .col .card .card-footer .autor,
      .more-news-more .col .card .card-footer .autor {
        padding: 10px 5px 0 5px !important;
        line-height: 1rem;
        font-family: var(--font1);
        color: #000 !important;
        opacity: 0.7;
        text-align: left; }
        @media (min-width: 768px) {
          .more-news .col .card .card-footer .autor,
          .more-news-more .col .card .card-footer .autor {
            padding: 0 15px 0px 12px !important; } }
      .more-news .col .card .card-footer.flex-col div,
      .more-news .col .card .card-footer.flex-col a,
      .more-news-more .col .card .card-footer.flex-col div,
      .more-news-more .col .card .card-footer.flex-col a {
        padding: 0 5px 10px 5px;
        line-height: 1.2rem; }
        @media (min-width: 768px) {
          .more-news .col .card .card-footer.flex-col div,
          .more-news .col .card .card-footer.flex-col a,
          .more-news-more .col .card .card-footer.flex-col div,
          .more-news-more .col .card .card-footer.flex-col a {
            padding: 0 15px 5px 12px; } }
    .more-news .col .card::before,
    .more-news-more .col .card::before {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 10px;
      width: calc(100% - 10px);
      height: 1px;
      background-color: #cccccc; }
      @media (min-width: 992px) {
        .more-news .col .card::before,
        .more-news-more .col .card::before {
          width: calc(100% - 0px);
          left: 0px; } }

.more-news-more {
  display: none; }

/* 
.left-news-column {
    margin-top: 20px;
    border-top: 1px solid #000;
    width: 70%;
    padding-right: 30px;
    .title-news {
        text-transform: uppercase;
        color: var(--tx-focus-section-title);
        font-family: var(--font1);
        margin-top: 5px;
        opacity: 0.7;
        h1 {
            text-align: left;
            padding-right: 15px;
            font-size: 0.9rem;
            font-weight: 600;
            span {
                font-weight: 400;
                font-size: 0.9rem;
                position: relative;
                padding-left: 8px;
                margin-left: 8px;
                &::before {
                    transform: rotate(30deg);
                    content: '';
                    position: absolute;
                    top:3px;
                    left: 0;
                    width: 1px;
                    height: 12px;
                    background-color: #000;
                }
            }
        }
    }
    .news-info {
        h1 {
            margin-bottom: 0;
        }
        .news-image {
            margin: 20px 0;
            .img-responsive {
                width: 100%;
            }
        }
        .news-info-date {
            font-family: var(--font1);
            font-size: 0.8rem;
        }
    }
}
.right-news-column {
    background-color: #f5f5f5;
    margin-top: 20px;
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #000;
    width: 30%;
    a {
        color: #000;
        text-decoration: none;
        font-size: 0.9rem;
    }
} */
.right-news-column {
  margin-top: 20px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }
  @media (min-width: 992px) {
    .right-news-column {
      width: 30%;
      padding-left: 30px;
      padding-right: 30px; } }
  .right-news-column h4 {
    color: #b80000; }
  .right-news-column a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 0.8rem;
    display: block;
    padding: 5px 0;
    margin-bottom: 5px; }
    .right-news-column a h4 {
      font-size: 1rem;
      font-weight: 600;
      color: #000;
      margin: 4px 0; }
    .right-news-column a .popular-date {
      font-size: 12px;
      opacity: 0.6;
      color: #b80000; }
    .right-news-column a::before {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0;
      width: calc(100% - 0px);
      height: 1px;
      background-color: #cccccc; }
      @media (min-width: 992px) {
        .right-news-column a::before {
          left: 0px; } }

.btop {
  margin-top: 20px;
  position: relative; }
  .btop::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 12px;
    width: calc(100% - 24px);
    height: 1px;
    background-color: #000; }

.news-list .col {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .news-list .col .card {
      height: auto;
      display: flex; }
      .news-list .col .card .card-image {
        width: 100%;
        height: var(--b-height); }
        .news-list .col .card .card-image img {
          height: 100%; } }
  @media (min-width: 992px) {
    .news-list .col .card {
      display: block; }
      .news-list .col .card .card-image {
        height: calc(var(--m-height) + 50px); } }
  @media (min-width: 768px) {
    .news-list .col {
      width: 33.3%; } }
  @media (min-width: 992px) {
    .news-list .col {
      width: 33.3%; } }
.news-list .btn-all {
  font-size: 1rem;
  position: absolute;
  right: 0px;
  top: -30px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 5px;
  color: #b80000; }
  .news-list .btn-all:hover {
    color: #000; }
  @media (min-width: 1439px) {
    .news-list .btn-all {
      right: 10px;
      top: -13px; } }

.tush-card {
  background-color: #e5e5e5; }
  .tush-card p {
    font-size: 1.1rem; }
  .tush-card .card {
    height: auto; }
  .tush-card span {
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding-top: 10px; }
  .tush-card .tush-image {
    width: 220px;
    border-radius: 0;
    margin: 0 15px 10px 15px; }
    .tush-card .tush-image img {
      width: 220px; }

section .tush-list {
  display: flex;
  flex-wrap: wrap; }
  section .tush-list .col {
    width: 100%;
    flex: auto;
    max-width: 100%;
    margin-top: 0; }
    @media (min-width: 576px) {
      section .tush-list .col {
        max-width: 50%; } }
    @media (min-width: 992px) {
      section .tush-list .col {
        max-width: 25%; } }
    section .tush-list .col a {
      margin: 5px 5px 5px 5px;
      height: 100%; }
      section .tush-list .col a img {
        width: 100%;
        height: auto;
        border: 3px solid #e5e5e5; }
    section .tush-list .col:first-child, section .tush-list .col:nth-child(2) {
      max-width: none;
      width: 100%; }
      @media (min-width: 576px) {
        section .tush-list .col:first-child, section .tush-list .col:nth-child(2) {
          width: 100%; } }
      @media (min-width: 992px) {
        section .tush-list .col:first-child, section .tush-list .col:nth-child(2) {
          width: 50%; } }
      section .tush-list .col:first-child a, section .tush-list .col:nth-child(2) a {
        margin-left: 0; }
    section .tush-list .col:nth-child(2) img {
      max-width: 100%;
      margin-left: 5px; }
      @media (min-width: 992px) {
        section .tush-list .col:nth-child(2) img {
          max-width: 98%; } }
  section .tush-list .four-images {
    display: flex;
    flex-wrap: wrap; }
    section .tush-list .four-images div {
      width: 100%; }
      @media (min-width: 576px) {
        section .tush-list .four-images div {
          width: 100%; } }
      @media (min-width: 992px) {
        section .tush-list .four-images div {
          width: 50%; } }

.pagination {
  margin-top: 5px;
  margin-bottom: 0; }
  .pagination a {
    color: #000;
    border-radius: 0 !important;
    border: 0; }
    .pagination a:hover {
      color: #b80000; }

/*     .loading {
        height: 100vh;
        animation: loader 2s;
        position: fixed;
        align-items: center;
        justify-content: center;
        width: 100%;
        overflow: hidden;
        background-color: #000;
        .loader {
            position: absolute;
            width: 100vw;
            height: 100%;
            overflow: hidden;
            z-index: 2000;
         //   animation: loader 2s;
            img {
                @include centerDivXY();
                width: 300px;
                opacity: 1 !important;
            }
            @media (min-width: 1439px) {
                img {
                    width: 400px;
                }
            }
        }

        @keyframes loader {
            0% {
                transform: scale(1.2);
                opacity: 0;
            }
            50% {
                transform: scale(1);
                opacity: 1;
            }
            100% {
                opacity: 1;
            }
        }

        .logo,
        .start-text,
        .start-menu,
        footer {
            opacity: 0 !important;
        }
    }
    .logo,
    footer {
        animation: fade 1s;
    }
    .start-menu {
        animation: fade 4s;
    }
    .start-text {
        animation: fade 6s;
    } */
.icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 3rem;
  padding: 10px;
  color: #b80000;
  margin: 30px auto;
  position: relative; }
  .icon i {
    z-index: 1;
    position: absolute;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
  .icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    border: 4px solid #b80000;
    border-radius: 50%;
    z-index: 0; }

.media-icons {
  list-style: none; }
  .media-icons li {
    display: inline-block;
    margin-right: 5px;
    list-style: none; }
  .media-icons .wt-icon--larger {
    height: 36px;
    width: 36px;
    fill: #fff;
    display: inline-block; }
    .media-icons .wt-icon--larger svg {
      display: block;
      width: 100%;
      height: 100%; }

.btn-all {
  font-size: 12px;
  text-decoration: none;
  color: #000; }
  .btn-all:hover {
    color: #b80000; }

.more-news-bnt {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  margin-top: 20px;
  font-size: 1.2rem; }
  .more-news-bnt .bi-plus::before {
    vertical-align: -0.18em; }

.btn-video {
  display: inline-block;
  background-image: url("../images/video.svg");
  width: 120px;
  height: 40px;
  background-repeat: no-repeat;
  margin-top: 5px; }

.anketa .button,
.anketa button {
  background-color: #b80000;
  border: 0;
  color: #fff;
  padding: 2px 15px;
  margin: 5px 0;
  -webkit-box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75);
  margin: 0 10px; }

.btn-close {
  box-shadow: none;
  height: 18px; }

main .anketa {
  margin-top: 20px;
  max-width: 1000px; }
  main .anketa h2 {
    margin-top: 30px; }
  main .anketa .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e") !important; }
  main .anketa .form-check-input:checked {
    position: relative;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important; }
  main .anketa button {
    background-color: #b80000;
    border: 0;
    color: #fff;
    padding: 2px 15px;
    margin: 5px 0;
    -webkit-box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 0px -1px rgba(0, 0, 0, 0.75); }
main .old-ankets {
  margin-top: 50px; }
  main .old-ankets h2 {
    background-color: #b80000;
    color: #fff;
    padding: 3px 5px; }
  main .old-ankets ul {
    padding-left: 0;
    margin-top: 20px; }
  main .old-ankets li {
    list-style: none; }
  main .old-ankets a {
    text-decoration: none;
    color: #000;
    font-weight: bold; }

.poll .bar {
  background-color: bisque;
  width: 50%;
  height: 5px;
  margin-right: 20px; }
  .poll .bar .foreground {
    background-color: #b80000;
    height: 5px; }

.search-box {
  background-color: var(--bg-focus-section);
  padding: 20px;
  margin: 20px 0; }

.search-list .card {
  display: flex;
  flex-direction: row;
  border: 0;
  margin: 20px 0; }
  .search-list .card .card-image {
    max-width: 100px;
    border-radius: 0; }
    .search-list .card .card-image img {
      width: 100%; }
  .search-list .card .card-body {
    padding: 0 10px;
    font-size: 0.8rem; }
    .search-list .card .card-body .search-date {
      padding: 0;
      font-size: 0.8rem; }
  .search-list .card a {
    text-decoration: none;
    color: #000; }
  .search-list .card h2 {
    font-size: 1rem; }
  .search-list .card::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 0;
    height: 1px;
    background-color: #cccccc; }
    @media (min-width: 992px) {
      .search-list .card::before {
        width: 100%; } }

/*# sourceMappingURL=style.css.map */
