a:hover, .text-blue1, .nav .nav__wrap.more a:hover, .breadcrumb__item:first-child, .breaking__content a:hover, .latest__author, .latest__button, .read__info, .tag__list li a, .network .title span a:hover, .videos .title__3 span a:hover, .videos .title span a:hover, .videos .text-2xl:hover, .photos .title span a:hover, .footer__link:hover, .footer__menu.inline .footer__link:hover {
  color: #0552B6; }

.opinion__author__title a:hover, .filter__title {
  color: #033577; }

.network__subtitle {
  color: #9CC6FC; }

.text-blue2, .is--scroll .nav__home .icon:hover, .editors__subtitle a:hover, .hl__b-subtitle a, .hl__s-title a:hover, .latest__subtitle a:hover, .topic .title span a:hover, .topic__title a:hover, .network__subtitle:hover a, .network__title a:hover, .videos__title a:hover {
  color: #4FBA95; }

.nav__more .icon:hover {
  color: #338468; }

.header__network ul, .nav__wrap li ul.more li a, .nav__more .icon, .nav .nav__wrap.more a, .title span, .title__2 span, .title__3 span, .videos__hl .videos__title, .footer, .footer__link, .arrow {
  color: #111111; }

.latest__date, .footer__menu.inline .footer__link {
  color: #6E7191; }

.footer__copyright {
  color: #A0A3BD; }

.topic__date, .network__date, .videos__date, .videos .latest__date {
  color: #D9DBE9; }

.is--scroll .nav__home .icon, .nav__home .icon, .nav__home .icon:hover, .nav__wrap li a, .nav__wrap li a.active, .nav__wrap li a:hover, .nav__more a, .nav__more a:hover, .ads__sticky__bottom .ads__button, .ads__sticky__bottom .ads__button:hover, .editors__subtitle, .hl__b-subtitle a:hover, .hl__s-title a, .latest__subtitle, .latest__button:hover, .paging__link--show, .paging__link--active, .paging__item:nth-last-child(1) .paging__link, .paging__item:nth-last-child(1) .paging__link:hover, .topic .title span, .topic__title, .network__title, .network .title span, .videos .title__3 span, .videos .title span, .videos__title, .photos .title span, .widget__mail__footer a, .widget__mail__footer a:hover, .arrow:hover {
  color: #ffffff; }

.bg-blue1, .bg-gray2, .is--scroll .header__bottom, .ads__sticky__bottom .ads__button, .title span:before, .title__2 span:before, .title__3 span:before, .editors__subtitle, .latest__subtitle, .latest__button:hover, .paging__link--show, .paging__link:hover, .paging__item:nth-last-child(1) .paging__link, .paging__item .paging__link--show, .topic__b-cat, .widget__mail__footer a {
  background-color: #0552B6; }

.ads__sticky__bottom .ads__button:hover, .paging__item:nth-last-child(1) .paging__link:hover, .paging__item .paging__link--active:hover, .tag__list li a:hover, .widget__mail__footer a:hover {
  background-color: #033577; }

.widget__mail__footer {
  background-color: #9CC6FC; }

.bg-blue2, .bg-blue3, .nav__more a:hover .icon, .paging__link--active, .photos {
  background-color: #4FBA95; }

.header__top, .breaking__wrap {
  background-color: #111111; }

.paging--article {
  background-color: #EFF0F6; }

.footer, input[type="text"]:disabled,
input[type="password"]:disabled {
  background-color: #F7F7FC; }

.nav__wrap li ul.more, .nav__more .icon, .nav .nav__wrap.more a:hover, .breaking__title span:before, .paging__item .paging__link, .tag__list li a, input,
select,
button,
textarea,
.button {
  background-color: #ffffff; }

input,
select,
button,
textarea,
.button {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.02); }

input:hover, input:focus,
select:hover,
select:focus,
button:hover,
button:focus,
textarea:hover,
textarea:focus,
.button:hover,
.button:focus {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06); }


textarea {
  display: block; }

input,
select,
button,
textarea,
.button {
  font-size: 0.79rem;
  line-height: 1.5;
  font-weight: 400; }

.border-blue1 {
  border-color: #0552B6; }

.is--scroll .header__bottom {
  border-top: 0;
  border-bottom: 0; }

.header__network ul {
  border-radius: 8px; }
  .header__network ul li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-left: 4px;
    height: 44px;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px; }
    .header__network ul li .menu-image {
      margin-right: 5px; }
    .header__network ul li img {
      width: 30px; }

.header__middle img {
  height: 80px; }

.header__middle .icon-search:before {
  content: none; }

.header__bottom {
  background: #0552B6;
  z-index: 2;
  position: relative; }

.nav li:hover {
  cursor: pointer; }

.nav__home .icon:hover {
  text-decoration: underline; }

.nav__wrap li a {
  font-weight: 600; }
  .nav__wrap li a:after {
    display: block;
    content: '';
    border-bottom: solid 3px #ffffff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out; }
  .nav__wrap li a.active, .nav__wrap li a:hover {
    background: transparent; }
    .nav__wrap li a.active:after, .nav__wrap li a:hover:after {
      transform: scaleX(1); }

.nav__wrap li ul.more {
  border-radius: 5px;
  top: 30px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 600px;
  max-width: 220px; }
  .nav__wrap li ul.more li {
    width: 100%; }
    .nav__wrap li ul.more li:last-child::after {
      content: none; }
    .nav__wrap li ul.more li:last-child a {
      border-bottom: 0; }
    .nav__wrap li ul.more li a::after {
      content: none; }
    .nav__wrap li ul.more li a:hover {
      color: #0552B6 !important;
      background: transparent; }

.nav__more a {
  font-weight: 600; }

.nav .nav__wrap.more {
  border-radius: 5px; }
  .nav .nav__wrap.more a::after {
    content: none; }

.p404__title {
  color: #0552B6; }

.p404__subtitle {
  color: #0552B6; }

.p404__content {
  color: #111111; }

.p404__link {
  background: #0552B6; }
  .p404__link:hover {
    background: #04479d; }

.breaking {
  /* for Firefox */
  /* for Chrome */ }
  .breaking__title span {
    background-color: #c30000;
    box-shadow: 0.2rem 0.2rem black; }
  .breaking__wrap {
    border: 0;
    border-left: none;
    overflow: hidden; }
    .breaking__wrap a {
      color: #ffffff; }
      .breaking__wrap a:hover {
        color: #fd0303; }
  .breaking__content {
    /* animation properties */
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: my-animation 15s linear infinite; }
    .breaking__content a {
      padding-left: 30px; }
      .breaking__content a:hover {
        text-decoration: underline; }

@-moz-keyframes my-animation {
  from {
    transform: translate3d(0%, 0%, 0px);
    left: 100%; }
  to {
    transform: translate3d(-100%, 0%, 0px);
    left: 0%; } }

@-webkit-keyframes my-animation {
  from {
    transform: translate3d(0%, 0%, 0px);
    left: 100%; }
  to {
    transform: translate3d(-100%, 0%, 0px);
    left: 0%; } }

@keyframes my-animation {
  from {
    transform: translate3d(0%, 0%, 0px);
    left: 100%; }
  to {
    transform: translate3d(-100%, 0%, 0px);
    left: 0%; } }

.button--login:hover {
  background: #0552B6; }

.title span {
  font-weight: 700;
  border-left: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase; }
  .title span:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 3px;
    top: -3px;
    border-radius: 5px; }

.title:after {
  content: none; }

.title__2 span {
  font-weight: 700;
  border-left: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase; }
  .title__2 span:before {
    content: "";
    width: 100%;
    position: absolute;
    top: -3px;
    height: 4px;
    border-radius: 5px; }

.title__2:after {
  content: none; }

.title__3 span {
  font-weight: 700;
  border-left: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase; }
  .title__3 span:before {
    content: "";
    width: 100%;
    position: absolute;
    top: -3px;
    height: 4px;
    border-radius: 5px; }

.title__3:after {
  content: none; }

.editors__subtitle {
  padding: 1px 5px;
  border-radius: 5px;
  text-transform: capitalize; }

.editors__img {
  border-radius: 8px; }

.editors .slick-track {
  display: flex;
  min-width: 1080px; }

.text-3xl:hover {
  text-decoration: underline; }

.col-span-2 .text-base:hover {
  text-decoration: underline; }

.hl {
  border-radius: 10px; }
  .hl__b-title .hl__link:hover {
    text-decoration: underline !important; }
  .hl__b-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.801558) 25%, rgba(0, 0, 0, 0) 40%); }
  .hl__s-img img {
    opacity: .7; }
  .hl__s-box {
    background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0.801558) 40%, rgba(0, 0, 0, 0) 100%); }

.latest__subtitle {
  padding: 3px 5px;
  border-radius: 5px; }

.latest__button {
  border: 2px solid #0552B6; }

.latest__title {
  max-height: 81px !important; }

.latest__img {
  border-radius: 8px; }

.paging__link {
  border: 1px solid #0552B6; }

.paging__item .paging__link--active {
  background: #0552B6; }

.paging__item .paging__link:hover {
  color: #c30000; }

.paging--article {
  border: 1px solid #D9DBE9; }

.read__info__author a {
  color: #c30000; }

.read__content a {
  color: #c30000; }

.page__teaser a {
  color: #0552B6; }

.filter {
  border-bottom: 1px solid #0552B6; }

.tag__list li a {
  border: 1px solid #0552B6; }
  .tag__list li a:hover {
    color: #ffffff !important; }

.topic {
  background: transparent;
  padding: 0; }
  .topic .title::after {
    background-color: transparent; }
  .topic__item {
    background: transparent;
    margin-top: 0; }
  .topic__img {
    height: calc(230px / (5 / 3));
    border-radius: 8px; }

.network {
  background: transparent;
  padding: 0; }
  .network__img {
    border-radius: 8px; }
  .network .title span {
    background-color: transparent; }
  .network .title::after {
    background-color: transparent; }
  .network__sidebar .network__city {
    color: #0552B6; }
  .network__sidebar .network__link:hover {
    color: #0552B6; }
  .network__item .img {
    max-height: 153px; }

.videos {
  background: transparent;
  padding: 0; }
  .videos .title__3:after {
    background-color: transparent; }
  .videos .title:after {
    background-color: transparent; }
  .videos__item {
    background-color: transparent; }
  .videos__img {
    border-radius: 8px; }
  .videos .col-bs10-7 {
    padding-left: 0; }

.photos {
  border-radius: 8px;
  padding: 0; }
  .photos .title::after {
    background-color: transparent; }
  .photos .text-xl {
    font-size: 1.1rem; }
  .photos__img {
    border-radius: 8px; }

.widget__salat a {
  color: #0552B6; }

.footer {
  border-top: 4px solid #0552B6; }
  .footer__logo img {
    height: 75px; }

body:after {
  content: "";
  background: transparent; }

#modals {
  visibility: hidden;
  opacity: 0; }

.modals__button {
  color: #0552B6; }

input,
select,
button,
textarea,
.button {
  margin: 0;
  padding: 6px 12px;
  border-radius: 0;
  border: 1px solid #F7F7FC;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  input:hover, input:focus,
  select:hover,
  select:focus,
  button:hover,
  button:focus,
  textarea:hover,
  textarea:focus,
  .button:hover,
  .button:focus {
    border: 1px solid #a2a2a2; }

select,
input[type="text"],
input[type="password"] {
  height: 45px; }

input[type="text"]:disabled,
input[type="password"]:disabled {
  color: #c2bebe; }
  input[type="text"]:disabled:hover, input[type="text"]:disabled:focus,
  input[type="password"]:disabled:hover,
  input[type="password"]:disabled:focus {
    border: solid 1px #F7F7FC;
    box-shadow: inherit; }

textarea {
  min-height: 100px;
  max-width: 100%;
  width: 100%;
  resize: none; }

button,
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer; }

.form__button {
  height: 45px;
  background: #0552B6; }
  .form__button:hover, .form__button:focus {
    background: #04479d;
    border: 1px solid #04479d; }

.arrow {
  background-color: rgba(255, 255, 255, 0.55); }
  .arrow:hover {
    background: #0552B6; }
