:root {
  --b: #000;
  --w: #FFF;
  --bl: #333333;
  --gr: #39B54A;
  --grey: #999999;
  --dgr: #067643;
  --trgr: #acd3c2;
}

* {
  box-sizing: border-box;
}

SVG {
  display: block;
}

UL {
  margin: 0px;
  padding: 0px;
}

IMG {
  padding: 0px;
  margin: 0px;
}

body {
  background: url('../img/crossword.png');
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

header {
    padding: 15px 15px;
}

main {
    padding: 15px 15px;
}

.lupa {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1157px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--w);
}

.supertop {
  border-bottom: 1px solid var(--grey);
}

.supertop NAV  {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 8px;
  overflow: hidden;
  text-align: center;
}

.supertop NAV LI {
  display: inline;
  list-style: none;
  padding: 0 5px;
}

.supertop NAV LI A {
  color: var(--bl);
  text-decoration: none;
}

.supertop NAV LI A:hover {
  color: var(--gr);
}

.undertop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.undertop_left {
  display:flex;
  align-items: center;
}

.undertop_center {
  display: flex;
  gap:20px;
  align-items: center;
}

.undertop_right {
  display:flex;
  align-items: center;
}

.search {
  display:flex;
  align-items: center;
}

.logo IMG {
  height: 100px;
}

.logo2 IMG {
  height: 100px;
}

.maintop {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--grey);
  border-top: 1px solid var(--grey);
}

.maintop NAV Ul LI {
  list-style: none;
  display: inline;
}

.maintop NAV Ul LI A {
    font-size: 14px;
    color: var(--gr);
    font-weight: 500;
    text-decoration: none;
}

.maintop NAV Ul LI A {
  color: var(--dgr);
}

.high A {
  color: var(--dgr) !important;
  font-weight: 700 !important;
}

.search INPUT {
  border-radius: 5px;
  color: var(--b);
  height: 32px;
  width:200px;
  box-shadow:none;
 outline: none;
 border: 1px solid var(--b);
 margin-right: 10px;
}

.social {
  margin-left: 20px;
}

.social UL LI {
  list-style: none;
}

.social UL LI A IMG {
  width:40px;
  height:40px;
}


/*****Big block************/
.bigblock {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.bigblock_left {
  width:50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.bbl_item {
  position: relative;
  padding: 0 10px 15px;
  width: 33.333333%;
  flex: initial;
}

.bigblock_right {
  width:50%;
}

.bbli_bot {
  margin-top: 10px;
}

.bbli_top IMG {
  height: 90px;
  width: 150px;
  vertical-align: bottom;
}

.bbli_bot A {
  font: 18px / 1.1em;
  margin: 12px 0 0;
  font-weight: 600;
  padding: 0 0 8px;
  color: var(--b);
  text-decoration: none;
}

.bbr_top_img {
  width:100%;
  background-size: cover;
  height:310px;
  display:flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bbr_subttl {
  margin: 7px 0 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .85) 100%);
  padding: 10px 15px;
}

.bbr_subttl A {

  font: 32px / 1em Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: var(--w);
}

.bbli_bot A:hover {
  color: var(--gr);
}

.bbr_bot {
  background: var(--trgr);
  padding: 15px 10px;
}

.bbr_bot H3 {
  margin: 0px;
}

.bbr_bot H3 A{
  font: 17px / 1.1em Arial, sans-serif;
  color: var(--b);
  text-decoration: none;
}

.bbr_atr {
  font-size:12px;
  color: #888;
  text-transform: uppercase;
  margin-top: 10px;
}

.bbr_atr A{
  text-decoration: none;
  color: var(--gr);
}

/*******Line *******/

.line_head {
  font: 22px / 1em Arial, sans-serif;
  font-weight: 700;
  padding-top: 15px;
  color: var(--gr);
  border-top: 1px solid var(--trgr);
  margin-bottom: 10px;
}

.line {
  width:30%;
}

.line_block {
  border-bottom: 1px solid var(--trgr);
  display: flex;
  gap:10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.line_block_time {
  font-size: 11px;
  color: var(--gr);
}

.line_block_text A {
  text-decoration: none;
  color: var(--b);
}

.line_block_text A:hover {
  opacity: 0.75;
}

.zhyrne A {
  font-weight: 600 !important;
}

.noline {
  border-bottom: 0px;
}

.prev_date {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--dgr);
  margin-top: 20px;
  border-bottom:10px;
}

.central_block{
  margin-top: 20px;
  display: flex;
  gap:40px;
}

.tag_pl {
  color: var(--w);
  text-transform: uppercase;
  font-size: 12px;
  background-color: var(--dgr);
  padding: 3px;
  width:fit-content;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 1px;
}

.special_line_block {
  background: var(--trgr);
  border:0px !important;
  padding-left: 5px;
  padding-right: 5px;
}

.line_bottom {
  margin-top: 20px;
}

.line_bottom A {
  display: flex;
  justify-content: space-between;
  color: var(--gr);
  border: 1px solid var(--trgr);
  padding: 10px;
  text-decoration: none;
}

.line_bottom A {
  opacity: 0.75;
}

.line_block_image IMG {
  width:100px;
}

/******fat block*********/
.fat_block {
  width:70%;
}

.fat_block_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:20px;
}

.fbg_item {
  overflow: hidden;
  margin-bottom: 20px;
  width:48%;
  background: var(--trgr);
}

.fbg_item_body {
  padding: 10px;
}

.fbg_item_title {
  margin: 6px 0 0;
  padding: 0 10px 8px 0;
}

.fbg_item_title A {
  font: 18px Arial, sans-serif;
  font-weight: 600;
  color: var(--b);
  text-decoration: none;
}

.fbg_item_title A:hover {
  opacity: 0.75;
}

.fbg_item_text A {
  text-decoration: none;
  color: var(--b);
}

.fbg_item_text A:hover {
  opacity: 0.75;
}

.dark_block {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--trgr);
}

.dark_block_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:20px;
}

.dark_block_item {
  background: var(--dgr);
  overflow: hidden;
  padding-bottom: 10px;
  width:30%;
}

.dbi_text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.dbi_text A {
  color: var(--w);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}


.dbi_text A:hover {
  color: var(--trgr);
}

.edit_choice {
  width:100%;
  display: flex;
  gap:20px;
  border-bottom: 1px solid var(--trgr);
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.edit_choice_left {
  background: var(--dgr);
  width:75%;
}

.edit_choice_right {
  width:25%;
  display: flex;
  flex-direction: column;
  gap:20px;
}

.ecr_item {
  background-color: var(--dgr);
}

.ecr_item_text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.ecr_item_text A {
  font-weight: 600;
  text-decoration: none;
  color: var(--w);
}

.ecr_item_text A:hover {
  color: var(--trgr);
}

.ecl_img IMG {
  width:100%;
}

.ecl_text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.ecl_text A {
  color:var(--w);
  text-decoration: none;
  font-size: 22px;
}

.ecl_text A:hover {
  color:var(--trgr);
}

.ecl_meta {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
  color: var(--trgr);
}

.ecr_item_img {
  overflow: hidden;
}

footer {
  width:100%;
  border-top: 3px solid var(--trgr);
  background: var(--dgr);
  margin-top: 40px;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
}

.footer_bottom {
  font-size: 12px;
  color: var(--w);
  text-align: center;
  padding-bottom: 20px;
  margin-top: 40px;
}

footer A {
  color: var(--w);
  text-decoration: none;
}

footer A:hover {
  color: var(--trgr);
}

.footer_cont {
  display: flex;
  flex-direction: column;
  gap:10px;
}

.footer_menu_col{
  display: flex;
  flex-direction: column;
  gap:10px;
}

.footer_menu {
  display: flex;
  gap:40px;
}

.super_main {
  display: flex;
  gap:20px;
  padding-left: 20px;
  padding-right: 20px;
}

.super_main_left {
  width:70%;
}

.super_main_right {
  width:30%;
}

.main_left_nm {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

.main_left_nm_item {
  width:45%;
}

.nm_item_img A IMG {
  width:100%;
}

.nm_item_text {
  padding: 10px;
  display: flex;
  justify-content: center;
}

.nm_item_text A {
  color: var(--b);
  text-decoration: none;
  font-weight: 600;
  font-size:16px;
}

.mt20 {
  margin-top: 20px;
}

.forsingle {
  width:100%;
  padding-bottom: 15px;
  margin-top: 20px;
}

.sml_title H1 {
  font-size: 32px;
}

.sml_meta {
  color:var(--grey);
  margin-bottom: 20px;
}

.sml_meta  A {
  font-size: 14px;
  color:var(--gr);
}

.sml_body {
  font-size: 14px;
  text-align: justify;
}

.sml_body h3 {
  font-weight: 600;
  color: var(--gr);
  margin-bottom: 0px;
}

.sml_tags UL LI {
  list-style: none;
}

.sml_tags UL {
  display: flex;
  gap:10px;
}

.sml_tags UL LI A {
  background: var(--dgr);
  padding: 5px;
  color:var(--w);
  text-decoration: none;
}

.sml_tags {
  margin-top: 40px;
}

.cat_item {
  display: flex;
  gap:20px;
  background-color: var(--trgr);
  padding: 15px 10px;
  margin-bottom: 40px;
}

.cat_item_title A, .cat_item_text A {
  color: var(--b);
  text-decoration: none;
}

.cat_item_title A:hover, .cat_item_text A:hover {
  color: var(--bl);
  text-decoration: none;
}

.cat_img IMG {
  max-width: 400px;
}

.cat_item_title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.cat_item_meta {
  margin-top: 20px;
  color: var(--grey);
}

.fbg_item_image IMG {
  width:100%;
}

.breadcrumb {
  font-size: 11px;
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 30px;
}

.breadcrumb A{
  color: var(--gr);
}

.pagination-container {
  display: flex;
  gap:20px;
}

.page-numbers {
  color: #FFF;
  background: var(--gr);
  border-radius: 50%;
  padding: 10px;
  font-weight: 600;
  width:40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers:hover {
  background: var(--dgr);
}

.current {
  background: none;
  color: var(--dgr);
  border: 2px solid var(--dgr);
}

.current:hover {
  background: none;
  color: var(--dgr);
  border: 2px solid var(--dgr);
}

.dots, .dots:hover {
  background: none;
  color: var(--dgr);
}

.mobile_menu {
  display: none;
}

.burger {
  display: none;
}

.dbi_item A IMG {
    width:100%;
    max-height: 200px;
}

@media (max-width: 480px) {
  .burger {
    display: flex;
  }

  .mm_shown {
    display: flex;
  }

  .mm_hidden {
    display: none;
  }

  .mobile_menu {
    position: fixed;
    z-index: 1000;
    flex-direction: column;
    background: var(--w);
    padding: 10px;
    width:100%;
    border-bottom: 3px solid var(--dgr);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  }

  .mm_head {
    display: flex;
    flex-direction: row;
    align-items: center;
    width:100%;
    gap:40px;
  }

    .mmh_logo {
      width:70%;
    }

    .cross_mm {
      width:30%;
      cursor: pointer;
    }

    .mm_body {
      overflow: scroll;
      height: 525px;
    }

  .mmh_logo A IMG  {
    max-width:100%;
  }

  .mmb_top {
    margin-top: 20px;
      margin-bottom: 20px;
  }

  .mmb_top UL LI {
    list-style: none;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--grey);
  }

  .mmb_top UL LI:last-child {

    border-bottom: 0px;
  }


  .mmb_top UL LI A {
    color: var(--dgr);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
  }

  .mmb_bot UL LI {
    list-style: none;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .mmb_bot UL LI:last-child {
    border-bottom: 0px;
  }

  .mmb_bot UL LI A {
    color: var(--dgr);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
  }


  header {
    padding-bottom: 0px;
  }

 .social {
   display: none;
 }

 .logo A IMG {
   width:100%;
 }

  .bigblock {
    flex-direction: column-reverse;
    margin-top: 0px;
    border-top: 1px solid var(--trgr);
    padding-top: 20px;
  }

  .bigblock_right {
    width:100%;
  }

  .bigblock_left {
    width:100%;
  }

  .bbl_item {
    width:50%;
  }

  .central_block {
    flex-direction: column;
  }

  .line {
    width: 100%;
  }

  .fat_block {
    width:100%;
  }

  .fbg_item {
      width:100%;
  }

  .dark_block_item {
    width:100%;
  }

  .dbi_item {
      width:100%;
  }

  .dbi_item A IMG {
      width:100%;
  }

  .edit_choice {
    flex-direction: column;
  }

  .edit_choice_left {
    width:100%;
  }

  .edit_choice_right {
    width:100%;
  }

  .ecr_item_img A IMG {
    width:100%;
  }

  .footer_menu {
    display: none;
  }

  .footer_cont {
    flex-direction: row;
  }

  .footer_top {
    justify-content: center;
  }

  #search {
    display: none;
  }

  .maintop {
    display: none;
  }

  .supertop {
    display: none;
  }

  .super_main {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }

  .super_main_left {
    width:100%;
  }

  .super_main_right {
    width:100%;
  }

  .cat_item {
    flex-direction: column;
  }

  .cat_img IMG {
    width:100%;
  }

  .undertop_right {
    display: none;
  }

  .undertop_left {
    width:15%
  }

  .undertop_center {
    width:85%;
  }
}
