html{
  font-size: .9375em;
}
.main-container {
  max-width: 1080px;
  background-color: white;
  margin: 0 auto;
  position: relative;
  bottom: 0;
}
a,
img,
button {
  cursor: pointer;
}
article img, article video{
  width: 100%;
}
header{
      -webkit-font-smoothing: antialiased;

}

@font-face {
  font-family: "Roboto";
  src: url("../index/roboto-v30-latin_latin-ext-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../index/roboto-v30-latin_latin-ext-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../index/roboto-v30-latin_latin-ext-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../index/roboto-v30-latin_latin-ext-500italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../index/roboto-v30-latin_latin-ext-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../index/roboto-v30-latin_latin-ext-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../index/roboto-v30-latin_latin-ext-900italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../index/roboto-slab-v33-latin_latin-ext-regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../index/roboto-slab-v33-latin_latin-ext-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../index/roboto-slab-v33-latin_latin-ext-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
img {
  width: 100%;
}

body {
  margin: 0;
  /* width: 100%; */
  font-family: Roboto, sans-serif;
  background: #9ba3af;
}

main {
  max-width: 1080px;
  margin: 0 auto;
  background-color: white;
}

.header-main {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;

  background: linear-gradient(325deg, #0b68c3, #003c76);
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: start;

  z-index: 9999;
  height: 56px;
  color: white;
  border-bottom: 4px solid #d90000;
}

.logo {
  display: flex;
  align-items: center;
  gap: 4px;
}

.logoimg {
  width: 173px;
  height: 61px;
}

.nav-links {
  margin-left: 20px;

  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.nav-links a {
  color: white;
  text-decoration: none;
}
.right-icons a {
  color: white;
  text-decoration: none;
}
.nav-links > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.burger {
  display: flex;
  align-items: center;
  background-image: url(../index/burger.svg);
  background-position: left center;
  width: 24px;
  padding-left: 26px;
  background-repeat: no-repeat;
  padding-right: 30px;
  border-right: 1px solid #353535;
}
.burger-mobile {
  display: none;
}

.right-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: auto;
}

.search-icon {
  background-image: url("../index/search.svg");
  width: 23px;
  height: 23px;
}

.user-icon {
  background-image: url("../index/user.svg");
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
}

.live-box {
  margin-right: 15px;

  width: 100px;

  background-color: #d90000;
  color: white;
  font-weight: bold;

  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 6px;
}
.box-left {
  background-image: url("../index/tv.svg");
  height: 30px;
  width: 33px;
  background-repeat: no-repeat;
}
.box-right-mobie {
  display: none;
}

.down-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: white;

  /*margin-top: 56px;*/
  font-size: 16px;
  font-weight: bold;
  color: #002b7f;
  max-width: 1080px;
  margin:  0px auto;
  transition: transform 0.3s ease;
  position: sticky;
  top: 56px;
  background: white;
  z-index: 9998;
  
  transition: transform 0.3s ease;
  
  

}

.down-bar.hide {
  transform: translateY(-100%);
     transition: transform 0.3s ease;
}
.left-label {
  justify-content: flex-end;

  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  width: 173px;
  color: #999;
}
.arrow {
  border-bottom: 25px solid transparent;
  border-left: 15px solid #f2f2f2;
  border-top: 25px solid transparent;
  width: 15px;

  height: 100%;
  position: relative;
  left: 33px;
}

.down-bar-text {
  color: rgb(1 30 57);
  font-size: 14px;
  margin-left: 30px;
}

.down-bar .info-link {
  color: #d90000;
  font-weight: 300;
  cursor: pointer;
  transition: color 0.3s ease;
  margin-left: auto;
}

.red-arrow {
  background-image: url("../index/red-arrow.svg");
  display: inline-block;

  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  margin-left: 10px;

  padding-right: 15px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateX(0);
  opacity: 1;
}
.info-link:hover {
  text-decoration: underline;
}

.info-link:hover .red-arrow {
  transform: translateX(8px);
  opacity: 0;
}

.info-link .red-arrow {
  will-change: transform, opacity;
}

.info-link:not(:hover) .red-arrow {
  animation: arrow-return 0.4s ease;
}

@keyframes arrow-return {
  0% {
    transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* first section */

.article-section {
  /* max-width: 1080px; */

  padding: 20px 20px;
  font-family: "Roboto", sans-serif;
  color: #011e39;
}

.breadcrumbs {
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #6c6c6c;
}

h1 {
      letter-spacing: -1.2px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  color: #011e39;
  margin-bottom: 20px;
}

.meta-info {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: #6c6c6c;
}

.meta-info .tag a {
  color: #0047ab;
  font-weight: 700;
  text-decoration: none;
}
.tag strong {
  color: rgb(0 65 124);
}

.meta-info .dot {
  color: #a0a0a0;
}

.dot.one {
  color: rgb(0 65 124);
}
.breadcrumbs a {
  text-decoration: underline;
}

/* second and main block */

article {
  display: flex;
  gap: 40px;
  max-width: 1080px;
  margin: 40px auto;
  padding: 0 20px;
}

.content {
  flex: 2;
}

.image-header {
  position: relative;
  margin-bottom: 16px;
}

.image-header img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-preview {
  margin-top: 8px;
  font-size: 13px;
  color: #0047ab;
}
.text-body {
  padding-left: 30px;
}

.lead strong {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

article p {
  font-size: 16px;
  line-height: 1.5;
  color: #011e39;
  margin-bottom: 16px;
}
article p > a {
  color: rgb(204 0 0);
  font-weight: 500;
  text-decoration: underline !important;
}

article a {
  color: rgb(204 0 0);
  text-decoration: none;
}
h2 {
  color: rgb(1 30 57);
  letter-spacing: -0.7px;
  line-height: 1.375;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.sidebar {
  flex: 1;
}
.aside-list a {
  text-decoration: none;
  font-size: 19px;
  font-weight: 900;
  color: rgb(17 24 39);
}
.aside-list {
  position: relative;
}
.aside-list time {
  margin-bottom: 10px;
}
.timeline-circle {
  border: 1px solid #ccc;
  border-color: #ccc;
  border-radius: 12px;
  height: 12px;
  left: -8px;
  position: absolute;
  top: -6px;
  transform: translateY(-50%);
  width: 12px;
}

.video-box img {
  width: 100%;
  margin-bottom: 16px;
}

.news-feed p {
  font-weight: bold;
  margin-bottom: 10px;
}

.news-feed ul {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}

.news-feed li {
  margin-bottom: 12px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
  position: relative;
}

.news-feed time {
  font-weight: bold;
  display: block;
  font-size: 13px;
  color: #444;
}
.button-wrapper {
  padding-top: 20px;
}

.more-btn {
  display: inline-block;
  background: #d90000;
  color: white;
  padding: 10px 12px;
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
}

/* footer */

.site-footer {
  background: #001b36;
  max-width: 1080px;
  margin: 0 auto;
  color: white;

  font-family: "Roboto", sans-serif;
  position: relative;
  bottom: 0;
  padding-bottom: 50px;
}

.footer-top h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 80px;
}

.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  font-size: 14px;
  padding-left: 100px;
  padding-right: 100px;
}

.footer-tags li a {
  color: rgb(126 157 186);
  text-decoration: none;
}
.footer-tags li a:hover {
  color: white;
  text-decoration: underline;
}

.search-box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.search-box input {
  padding: 10px 14px;
  font-size: 16px;
  border: none;
  width: 100%;
  max-width: 400px;
  border-radius: 3px 0 0 3px;
}

.search-button {
  width: 44px;
  height: 44px;
  background: white url("../index/search-footer.svg") no-repeat center;
  border: none;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto 30px;
  gap: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.footer-columns li a {
  text-decoration: none;
}
.footer-columns-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-columns ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.footer-columns ul li {
  margin-bottom: 10px;
}

.footer-columns a {
  color: white;
  text-decoration: underline;
}

.footer-apps {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer-apps a {
  text-decoration: none;
}

.app-btn {
  background: black;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.appstore {
  background-image: url("../index/apple.svg");
  width: 21px;
  height: 26px;
  background-size: contain;
}
.googleplay {
  background-image: url(../index/googleplay.svg);
  width: 26px;
  height: 26px;
  background-size: contain;
}

.footer-logo {
  text-align: center;
  color: white;
  font-size: 13px;
  opacity: 0.7;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.footer-logo img {
  height: 22px;
  width: 82px;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .article-section{
    padding: 20px 15px;
  }
  .header-main .nav-links > div:not(.burger),
  .nav-links > div:not(.burger),
  .user-icon,
  .search-icon {
    display: none;
  }

  .logoimg {
    width: 174px;
    height: 63px;
  }

  .live-box {
    width: auto;
    flex-direction: column;
    padding: 4px 8px;
    font-size: 14px;
  }

  .box-left {
    width: 18px;
    height: 18px;
    background-size: contain;
  }

  .box-right {
    font-size: 13px;
  }

  .header-main {
    justify-content: space-between;
  }

  .burger {
    display: none;
  }
  .burger-mobile {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background-image: url(../index/burger.svg);
    background-position: top center;
    width: 24px;
    padding-top: 20px;
    background-repeat: no-repeat;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 7px;
    margin-right: 20px;
  }

  .nav-links {
    margin-left: 0;
    gap: 0;
  }

  .right-icons {
    gap: 12px;
  }

  .box-right-mobie {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 3px;

    background-repeat: no-repeat;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 9px;
    background-color: #d90000;
    color: white;
    padding: 5px 4px;
    font-weight: bold;
  }

  .tv-mobile {
    background-image: url(../index/tv.svg);
    height: 25px;
    transform: scale(0.7);
    width: 31px;
  }
  .live-box {
    display: none;
  }

  .down-bar {
    /* flex-direction: column; */
    align-items: flex-start;
    padding: 12px;
    gap: 10px;
    align-items: center;
  }

  .left-label {
    display: none;
  }
  .red-arrow {
    transform: scale(1.5);
  }
  .info-link-text {
    display: none;
  }

  .down-bar-text {
    margin-left: 0;
    font-size: 14px;
  }

  .info-link {
    margin-left: 0;
    font-size: 14px;
  }

  /* first section */

  h1 {
    font-size: 2.25rem;
  }

  .breadcrumbs {
    font-size: 13px;
  }

  .meta-info {
    font-size: 13px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .meta-info .dot {
    display: none;
  }

  /* second and main block */
  article {
    flex-direction: column;
    padding: 0px;
  }
  article p {
    font-size: 16px ;
    line-height: 1.8;
  }

  .sidebar {
    display: none;
  }

  .text-body {
    padding-left: 15px;
    padding-right: 15px;
  }


  .image-header {
    margin-bottom: 12px;
  }

  /* footer */

  .footer-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
  }

  .footer-columns ul {
    margin: 0 0 20px 0;
  }

  .footer-tags {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-box {
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    align-items: flex-start;
  }

  .search-box input {
    width: calc(100% - 44px);
    max-width: none;
    margin-bottom: 10px;
    border-radius: 4px;
  }

  .search-button {
    position: relative;
    left: -6px;
    border-radius: 4px;
    width: 44px;
    height: 38.5px;
  }

  .footer-columns-left {
    text-align: left;
  }
  .footer-apps {
    flex-direction: column;
  }
  .app-btn {
    justify-content: center;
    padding: 10px 40px;
    max-width: 285px;
  }

  .footer-logo img {
    margin-left: 50px;
  }
}


.customJS-styles__activation-message {
  color: white;
  font-weight: 700;
  font-size: 16px;
  background: #073e86c2;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  margin-bottom: 0px!important;
  margin-top: 0!important;
}

.customJS-styles__icon {
  color: red;
  font-size: 35px;
  text-align: center;
  margin-right: 7px;
}

.button-link {
  background-color: #009;
  color: white !important;
  display: block;
  max-width: 100%;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  box-shadow: 1px 3px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 1px 1px rgba(0, 0, 0, 0.15);
  animation: heartbeat 3s ease-in-out 2s infinite both;
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.button-link:hover {
  color: #fff;
  background-color: #444;
}
