@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("./reset.css");

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #343434;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.title {
  font-size: 26px;
  font-weight: 700;
	color: #007cce;
}

.title span {
 
	color: #343434;
}

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

.logo__name {
  color: #007cce;
  font-size: 24px;
  font-weight: 700;
 margin-left: -6px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.header__top {
  padding: 16px 0;
  border-bottom: 1px solid #e9ecee;
}

.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.header__form {
  position: relative;
  flex: 1 1 auto;
  max-width: 420px;
  margin-left: auto;
}

.header__form-bottom {
  display: none;
  width: 100%;
  margin-top: 8px;
}

.header__search {
  width: 100%;
  padding: 12px 48px 12px 44px;
  border: 1px solid transparent;
  border-radius: 999px;
  background-color: #edf0f2;
  color: #343434;
  font-size: 14px;
  font-weight: 500;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.header__search:focus {
  outline: none;
  border-color: #007cce;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 124, 206, 0.12);
}

.header__search::placeholder {
  color: #a4a6a7;
}

.header__button {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.header__nav-bar {
  background: #007cce;
}

.header__nav-bar .container {
  padding-left: 20px;
  padding-right: 20px;
}

.header__menu {
  display: block;
}

.header__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
}

.header__item {
  margin: 0;
  padding: 0;
  border-radius: 8px;
}

.header__link {
  display: block;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  border-radius: 8px;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.header__nav-bar .header__link,
.header__nav-bar .header__link:link,
.header__nav-bar .header__link:visited,
.header__nav-bar .header__link:hover,
.header__nav-bar .header__link:active,
.header__nav-bar .header__link:focus {
  color: #fff;
}

.header__link:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.header__item--active .header__link,
.header__link--active {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.header__menu-button {
  display: none;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 38px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.header__menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #343434;
  border-radius: 2px;
}

.header__close {
  display: none;
}

.header__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20, 28, 36, 0.45);
  z-index: 210;
}

body.header-open {
  overflow: hidden;
}

body.header-open .header__overlay {
  display: block;
}

.top-slot {
  padding: 10px 0;
  background: #fff;
}

.top-slot--after-header {
  margin-top: 20px;
  margin-bottom: 4px;
}

.top-slot--inline {
  margin: 24px 0 20px;
}

.top-slot__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  max-height: 100px;
  overflow: visible;
}

.top-slot__inner img,
.top-slot__inner iframe,
.top-slot__inner object,
.top-slot__inner embed {
  display: block;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.top-slot__inner > div,
.top-slot__inner > ins {
  display: block;
  width: 100%;
  min-height: 90px;
  max-height: 100px;
  max-width: 100%;
  overflow: visible;
}

.header__search2 {
  width: 500px;
  padding: 13px 18px 13px 43px;
  border-radius: 10px;
  background-color: #e9ecee;
  color: #a4a6a7;
  font-size: 14px;
  font-weight: 500;
}

.header__select {
  position: relative;
}

.header__select-button {
  width: auto;
  padding: 15px 12px;
  border-radius: 30px;
  border: 1px solid #343434;
  display: flex;
  align-items: center;
}

.header__select-icon {
  margin-right: 5px;
}

.header__select-text {
  margin-right: 38px;
}

.header__select-item {
  display: flex;
  gap: 5px 0;
  padding-left: 5px;
  align-items: center;
}

.header__select-countries {
  display: none;
  width: 664px;
  background-color: #fff;
  border: 1px solid #343434;
  border-radius: 30px;
  position: absolute;
  top: 55px;
  right: 0;
  left: 0;
  padding: 10px;
  flex-direction: column;
  gap: 10px;
}

.header__select--active {
  display: flex;
}

.header__select-button--active .header__select-arrow {
  transform: rotate(180deg);
}

.news {
  margin: 50px 0;
}

.news__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  list-style: none;
  padding: 0;
}

.news__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 25px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.news__link {
  display: flex;
  align-items: center;
  gap: 0 25px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  flex: 1;
}

.news__top {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}

.news__content {
  max-width: 820px;
  min-width: 0;
}

.news__com {
  max-width: 820px;
	text-transform: capitalize;
}

.news__name {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #343434;
  line-height: 1.3;
}

.news__link:hover .news__name {
  color: #007cce;
}

.news__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.35;
  color: #64748b;
  font-weight: 500;
}

.news__meta-text {
  min-width: 0;
}

.news__country {
  display: flex;
  align-items: center;
  gap: 0 5px;
  font-size: 14px;
}

.news__flag {
  width: 16px;
  height: 11px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}

.news__text {
  font-size: 14px;
  margin-top: 15px;
  line-height: 150%;
}

.channels__desc {
  font-size: 12px;
  line-height: 140%;
  margin-top: 8px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.live-webcam__text {
  font-size: 16px;
  line-height: 160%;
  color: #333;
}

.news__com {
  font-size: 14px;
  margin-top: 15px;
  line-height: 150%;
}

.news__rating {
  text-align: end;
}

.news__stars {
  display: flex;
  gap: 0 3px;
}

.news__asses {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
	text-align: center;
}

.news__asses span {
  color: #007cce;
}

.news__vote {
    color: #34343480;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.news__button {
   /* width: 168px;*/
    display: block;
    padding: 14px 30px;
    background-color: #007cce;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    text-align: center;
    margin: 30px auto 0;
}

.news__name {
    font-size: 16px;
}

.footer {
  padding-top: 50px;
  background-color: #fafafa;
}

.footer--joined {
  margin-top: 0;
  padding-top: 48px;
  background-color: #fafafa;
}

.footer__basic {
  width: 100%;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 24px;
  width: 100%;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.footer__col--lang {
  max-width: 220px;
}

.footer__nav-link {
  font-size: 14px;
  line-height: 1.4;
  color: #343434;
  transition: color 0.2s ease;
}

.footer__nav-link:hover {
  color: #007cce;
}

.footer__lang-select select,
.footer__lang-select .footer__lang-native {
  width: 100%;
  max-width: 220px;
  padding: 10px 36px 10px 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #343434;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23343434' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  cursor: pointer;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.footer__lang-select select:hover,
.footer__lang-select select:focus {
  border-color: #007cce;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 124, 206, 0.12);
}

.footer__wrapper {
  text-align: center;
  margin-top: 40px;
}

.footer__wrapper-text {
  width: 820px;
	font-size: 13px;
  margin: 30px auto 0;
  padding-top: 22px;
  line-height: 150%;
  color: #34343480;
  border-top: 1px solid #d9d9d9;
}

.footer__bottom {
  background-color: #343434;
  margin-top: 30px;
  padding: 25px 0;
  text-align: center;
}

.footer__bottom-text {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
}

@media (max-width: 1150px) {
  .footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer__col--lang {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 990px) {
  .header__nav-bar {
    background: transparent;
  }

  .header__nav-bar .container {
    padding: 0;
  }

  .header__menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 100%);
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 72px 20px 24px;
    background: #fff;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
    z-index: 220;
    overflow-y: auto;
  }

  .header__menu--active {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .header__menu--active .header__list {
    flex: 1 1 auto;
  }

  .header__menu--active .header__link,
  .header__menu--active .header__link:link,
  .header__menu--active .header__link:visited,
  .header__menu--active a.header__link,
  .header__menu--active a.header__link:link,
  .header__menu--active a.header__link:visited {
    color: #343434 !important;
    padding: 12px 14px;
    border-radius: 10px;
  }

  .header__menu--active .header__link:hover,
  .header__menu--active .header__item--active .header__link,
  .header__menu--active .header__link--active,
  .header__menu--active a.header__link:hover {
    background: #edf0f2;
    color: #007cce !important;
  }

  .header__menu--active .header__form-bottom .header__search {
    color: #343434;
    background-color: #edf0f2;
  }

  .header__menu--active .header__form-bottom .header__search::placeholder {
    color: #6b7280;
  }

  .header__menu-button {
    display: flex;
  }

  .header__form {
    display: none;
  }

  .header__form-bottom {
    display: block;
    max-width: none;
    margin-top: auto;
    padding-top: 16px;
  }

  .header__list {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 0;
  }

  .header__close {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .header__close-img {
    width: 20px;
    height: 20px;
  }

  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .footer__col--lang {
    grid-column: 1 / -1;
  }

  .footer__lang-select select,
  .footer__lang-select .footer__lang-native {
    max-width: none;
  }

  .footer__wrapper-text {
    width: 100%;
  }
}

@media (max-width: 830px) {
  .news__text {
    font-size: 12px;
  }

  .news__item {
    display: flex;
    align-items: start;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer__col--lang {
    grid-column: auto;
  }
}

@media (max-width:600px) {
  .logo__name {
    font-size: 20px;
    text-wrap: nowrap;
  }

  .header__search {
    width: 100%;
  }

  .news__text {
      display: none;
  }

  .news__rating {
      display: none;
  }

  .news__name {
      font-size: 12px;
  }
  .news__item {
      align-items: center;
  }

  .news__link {
      gap: 0 10px;
  }

  .news__top {
      flex-direction: column;
  }

  .news__meta {
      font-size: 10px;
  }

  .news__item {
      padding: 8px;
  }

  .news__img {
      width: 120px;
  }
}



@media (max-width: 400px) {
  body {
    font-size: 14px;
  }

  .title {
    font-size: 20px;
  }
  .logo__name {
    font-size: 18px;
  }

  .header__menu {
    width: 100%;
  }

  .footer__nav-link {
    font-size: 12px;
  }
}

.site
{color:#2db845;}
.facebook
{color:#3b5998;}
.youtube
{color:#FF0000;}
.twitter
{color:#1D9BF0;}
.instagram
{color:#833AB4;}

/* header nav — desktop blue bar only */
@media (min-width: 991px) {
  .header__nav-bar a.header__link,
  .header__nav-bar a.header__link:link,
  .header__nav-bar a.header__link:visited,
  .header__nav-bar a.header__link:hover,
  .header__nav-bar a.header__link:active,
  .header__nav-bar a.header__link:focus {
    color: #fff !important;
  }
}



 
