/*!
Theme Name: 5g7qxk
Theme URI: #
Version: 3.3.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 5g7qxk
*/

:root {
  --text-color: #000000;
  --heading-color: #FF5733;
  --primary-btn-bg: #FF5733;
  --secondary-btn-bg: #C70039;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F1C40F;
  --header-text-color: #FF5733;
  --header-border: 1px solid #FF5733;

  --footer-bg-color: #581845;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFC300;
  --table-border-color: #FF5733;
  --table-text-color: #000000;

  --body-bg-color: #F1C40F;
  --card-bg-color: #f7db6e;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 71%;
  --banner-padding: 201.6px;
  --banner-border: 4px solid #FF5733;
  --banner-bg-color: #F1C40F;
  --banner-text-color: #333333;

  --container-max-width: 1303px;
  --container-padding: 0 15px;
  --border-radius: 26px;
  --py: 38px;
  --py-2: 76px;
  --py-3: 57px;
  --text-align: left;
  --mb: 21px;
  --fz-1: 40.32px;
  --fz-2: 33.6px;
  --fz-3: 28px;
  --logo-width: 177px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 989ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #000000;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.wr_rthizj {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .head_wfrdpa {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .top_byrczo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .h_kyrxoq {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h_nobfaj {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h_nobfaj:hover {
        color: var(--primary-btn-bg);
      }


      .h_tcpuys {
        display: flex;
        gap: 10px;
      }

      .h_lkpjdi {
        display: none;
      }
    

@media (max-width: 1024px) {
  .h_kyrxoq {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .h_nobfaj {
    padding: 10px 0;
    display: block;
  }

  .h_kyrxoq.active {
    opacity: 1;
    visibility: visible;
  }

  .h_lkpjdi {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h_lkpjdi span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h_lkpjdi.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h_lkpjdi.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo_ermizt {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo_ermizt img {
  max-height: 80px;
}

.prim_efzrwg,
.secondary_xtaolu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.prim_efzrwg {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim_efzrwg:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary_xtaolu {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary_xtaolu:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f_edsxnw{
  position: relative;
}
.f_edsxnw * {
  z-index: 1;
  position: relative;
}


      .text_lpaihu > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ff5733 0%, #ff2f00 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .text_lpaihu > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .text_lpaihu > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


    .pr_xsclfu {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

    .pr_xsclfu a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

    .pr_xsclfu a:hover {
      opacity: .7;
    }

    .nvs__title_qweuif {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f_edsxnw {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .bot_vslogt {
      max-width: 1280px;
      margin: 0 auto;
    }

    .bottom_moetxi {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .footer_rvaclg {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bottom_ertnqd {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .bottom_ertnqd:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .f_vjwfex {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .bot_ydrfvx {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .f_edsxnw {
        padding: 48px 16px;
      }

      .footer_rvaclg {
        gap: 16px;
      }
    }
    



.footer_rvaclg li:empty {
  display: none;
}

.b_pnrvbg {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b_pnrvbg {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.b_pnrvbg svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main_tmovru{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hero_quspaz {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.table_bemcfs{
  overflow-x: auto;
  width: 100%;
}

.text_lpaihu {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text_lpaihu p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text_lpaihu ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text_lpaihu ul {
  list-style: none;
}

.text_lpaihu ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text_lpaihu ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text_lpaihu ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .text_lpaihu ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text_lpaihu ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff5733 0%, #ff9780 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF5733;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .text_lpaihu table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #cc9c00;
        box-shadow: 0 25px 50px -12px #cc9c00;
      }

      .text_lpaihu table thead {
        background-color: #ffc91a;
      }

      .text_lpaihu table thead tr {
        border-bottom: 1px solid #cc9c00;
      }

      .text_lpaihu table th {
        padding: 15px 33px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .text_lpaihu table tbody tr {
        border-bottom: 1px solid #cc9c00;
      }

      .text_lpaihu table tbody tr:last-child {
        border-bottom: none;
      }

      .text_lpaihu table td {
        padding: 23px 30px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .text_lpaihu table td:first-child {
        font-weight: 500;
      }
    

.text_lpaihu img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.posts_ntwoad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item_axozuk {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted_bjzdqc {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .texted_bjzdqc .texted_luhgmj:first-child {
        order: 2;
      }

      .texted_bjzdqc .texted_luhgmj:last-child {
        order: 1;
      }

      .texted_bjzdqc h2 {
        margin-top: 0;
      }

      .texted_bjzdqc figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .texted_bjzdqc figure:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: var(--border-radius);
      }

      .texted_bjzdqc img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .texted_bjzdqc {
          grid-template-columns: 1fr;
        }

        .texted_bjzdqc .texted_luhgmj:first-child {
          order: 1;
        }

        .texted_bjzdqc .texted_luhgmj:last-child {
          order: 2;
        }
      }
    

.table_wnbvya {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.table_wnbvya p,
.table_wnbvya h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table_wnbvya table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table_wnbvya table td,
.table_wnbvya table th {
  border: 0;
}

.table_wnbvya table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table_wnbvya tr:last-child {
  border-bottom: 0;
}

.table_wnbvya h2 {
  margin-top: 0;
}

/*
.card_awszyo {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.contrast_htzplc {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .contrast_htzplc{
      background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
      border-left: 7px solid var(--primary-btn-bg);
    }
    

.contrast_htzplc h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .main_tmovru{
    flex-direction: column;
  }

  .hero_quspaz {
    width: 100%;
  }

  .table_wnbvya {
    padding: var(--py);
  }

  .contrast_htzplc {
    padding: var(--py);
  }
}

.sitemap_ldovne{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.sitemap_ldovne a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.sitemap_ldovne a:hover {
  color: var(--primary-btn-bg);
}
.sitemap_ldovne h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm_emyrna {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr_ptavcx {
      display: flex;
      flex-direction: column;
    }

    .fr_sflwvu, .frm_negdwq {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .fr_sflwvu:focus, .frm_negdwq:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm_negdwq {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm_emyrna button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frm_emyrna button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm_emyrna {
        max-width: 100%;
        gap: 15px;
      }

      .fr_sflwvu, .frm_negdwq {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .b_pnrvbg {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 31px var(--py) 89px;
            overflow: hidden;
        }

        .banner_unlwcs {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .hero_gtorpf {
            position: absolute;
            border-radius: 50%;
            filter: blur(103px);
        }

        .hero_gtorpf:nth-child(1) {
            top: 25%;
            left: 23%;
            width: 339px;
            height: 397px;
            background: rgba(255, 87, 51, 0.1);
        }

        .hero_gtorpf:nth-child(2) {
            top: 38%;
            right: 25%;
            width: 345px;
            height: 309px;
            background: rgba(199, 0, 57, 0.1);
        }

        .hero_gtorpf:nth-child(3) {
            bottom: 26%;
            left: 45%;
            width: 272px;
            height: 248px;
            background: rgba(255, 87, 51, 0.15);
        }

        .main_svjfto {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1089px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(24px);
            border-radius: 36px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 61px;
            box-shadow: 0 13px 32px rgba(0, 0, 0, 0.3);
        }

        .main_svjfto::before {
            content: '';
            position: absolute;
            top: -48px;
            right: -50px;
            width: 157px;
            height: 122px;
            background: linear-gradient(to bottom right, rgba(255, 87, 51, 0.2), transparent);
            border-radius: 50%;
            filter: blur(31px);
        }

        .main_svjfto::after {
            content: '';
            position: absolute;
            bottom: -50px;
            left: -50px;
            width: 126px;
            height: 140px;
            background: linear-gradient(to top left, rgba(199, 0, 57, 0.2), transparent);
            border-radius: 50%;
            filter: blur(30px);
        }

        .hero_wsxfce {
            position: absolute;
            border-radius: 50%;
            animation: pulse 3s ease-in-out infinite;
        }

        .hero_wsxfce:nth-child(1) {
            top: 28px;
            right: 72px;
            width: 8px;
            height: 6px;
            background: #FF5733;
            animation-delay: 0s;
        }

        .hero_wsxfce:nth-child(2) {
            bottom: 49px;
            left: 50px;
            width: 8px;
            height: 6px;
            background: #C70039;
            animation-delay: 0.5s;
        }

        .hero_wsxfce:nth-child(3) {
            top: 73px;
            left: 61px;
            width: 5px;
            height: 4px;
            background: white;
            animation-delay: 1s;
        }

        .ban_cbyaxh {
            font-size: clamp(56px, 8vw, 85px);
            font-weight: bold;
            color: #333333;
            margin-bottom: 24px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .ban_cbyaxh .italic {
            font-style: italic;
            color: #FF5733;
            opacity: 0.9;
        }

        .ban_xzcpgy {
            font-size: 17px;
            color: #333333;
            opacity: 0.7;
            max-width: 610px;
            margin: 0 auto 35px;
            line-height: 1.6;
            text-align: center;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.1); }
        }

        @media (max-width: 1024px) {
            .main_svjfto {
                padding: 48px;
            }

            .ban_cbyaxh {
                font-size: 39px;
            }

            .ban_xzcpgy {
                font-size: 18px;
            }
        }
        


        .card_fkpsji {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .card_awszyo {
            background: #f7db6e;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .card_awszyo::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #FF5733, #C70039);
        }

        .card_awszyo:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .card_awszyo h3 {
            color: #000000;
        }

        .card_awszyo p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .card_fkpsji {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        