/*!
Theme Name: puiwl1
Theme URI: #
Version: 9.0.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: puiwl1
*/

:root {
  --text-color: #000000;
  --heading-color: #ffab00;
  --primary-btn-bg: #3f51b5;
  --secondary-btn-bg: #e91e63;
  --primary-btn-color: #ffffff;
  --secondary-btn-color: #ffffff;

  --header-bg-color: #ffffff;
  --header-text-color: #ffab00;
  --header-border: 1px solid #3f51b5;

  --footer-bg-color: #ffffff;
  --footer-text-color: #000000;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #e3f2fd;
  --table-border-color: #90caf9;
  --table-text-color: #052943;

  --body-bg-color: #ffffff;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 67%;
  --banner-padding: 172.8px;
  --banner-border: 2px solid #3f51b5;
  --banner-bg-color: #ffffff;
  --banner-text-color: #000000;

  --container-max-width: 1352px;
  --container-padding: 0 15px;
  --border-radius: 29px;
  --py: 27px;
  --py-2: 43px;
  --py-3: 76px;
  --text-align: center;
  --mb: 21px;
  --fz-1: 34.56px;
  --fz-2: 28.8px;
  --fz-3: 24px;
  --logo-width: 176px;
  --menu-margin: 0;

  --animation-duration: 858ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.wraper-mbkzyxu {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header-zbjimkt {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .header-ewozict {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .h-luvnxbp {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top-mopxnql {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top-mopxnql:hover {
        color: var(--primary-btn-bg);
      }


      .head-ixbkcul {
        display: flex;
        gap: 10px;
      }

      .head-yumblxp {
        display: none;
      }
    

@media (max-width: 1024px) {
  .h-luvnxbp {
    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;
  }

  .top-mopxnql {
    padding: 10px 0;
    display: block;
  }

  .h-luvnxbp.active {
    opacity: 1;
    visibility: visible;
  }

  .head-yumblxp {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head-yumblxp span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head-yumblxp.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head-yumblxp.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log-dwovifz {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log-dwovifz img {
  max-height: 80px;
}

.p-czabvmg,
.secondary-zdokjge {
  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;
}

.p-czabvmg {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p-czabvmg:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary-zdokjge {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary-zdokjge:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bot-hktfisx{
  position: relative;
}
.bot-hktfisx * {
  z-index: 1;
  position: relative;
}


      .content-pshaxjo > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #3f51b5 0%, #32408f 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%;
      }

      .content-pshaxjo > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .content-pshaxjo > .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;
      }
    


    .or-ijuyfnd {
      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);
    }

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

    .or-ijuyfnd a:hover {
      opacity: .7;
    }

    .nvs__title-ibdavmu {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bot-hktfisx {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .bottom-plgefji {
      max-width: 1280px;
      margin: 0 auto;
    }

    .footer-mkhvgdn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bot-esjwloc {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .bot-esjwloc:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .f-sfurcqd {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .foot-jknazei {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .footer-mkhvgdn {
        gap: 16px;
      }
    }
    


        .bot-hktfisx:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            background: linear-gradient(135deg, #ffffff 25%, transparent 25%) -66px 0/ 132px 132px, linear-gradient(225deg, #999999 25%, transparent 25%) -66px 0/ 132px 132px, linear-gradient(315deg, #ffffff 25%, transparent 25%) 0px 0/ 132px 132px, linear-gradient(45deg, #999999 25%, #ffffff 25%) 0px 0/ 132px 132px;
        }
        

.footer-mkhvgdn li:empty {
  display: none;
}

.main-kjezusn {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main-kjezusn {
  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;
}

.main-kjezusn svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero-dohabcl{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr-lxujkqc {
  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;
}

.tb-rdujtwh{
  overflow-x: auto;
  width: 100%;
}

.content-pshaxjo {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content-pshaxjo p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content-pshaxjo ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content-pshaxjo ul {
  list-style: none;
}

.content-pshaxjo ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content-pshaxjo ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content-pshaxjo 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;
    }

    .content-pshaxjo ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .content-pshaxjo ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #3f51b5 0%, #7381ce 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: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #3f51b5;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .content-pshaxjo table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(0, 0, 0, 0.1);
        overflow: hidden;
      }

      .content-pshaxjo table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .content-pshaxjo table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .content-pshaxjo table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .content-pshaxjo table tbody tr:last-child {
        border-bottom: none;
      }

      .content-pshaxjo table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .content-pshaxjo table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .content-pshaxjo table td:first-child {
        font-weight: normal;
      }
    

.content-pshaxjo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post-tenvpdr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post-hsyqowm {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted-qrtmuhg {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .texted-qrtmuhg .cols-bvhynaz:first-child {
        order: 2;
        padding: 22px;
        border-radius: var(--border-radius);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
        background-color: rgb(from var(--table-bg-color) r g b / 0.5);
        border: 1px solid var(--table-border-color);
      }

      .texted-qrtmuhg .cols-bvhynaz:last-child {
        order: 1;
      }

      .texted-qrtmuhg h2 {
        margin-top: 0;
      }

      .texted-qrtmuhg img,
      .texted-qrtmuhg figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .texted-qrtmuhg {
          grid-template-columns: 1fr;
        }

        .texted-qrtmuhg .cols-bvhynaz:first-child {
          order: 1;
        }

        .texted-qrtmuhg .cols-bvhynaz:last-child {
          order: 2;
        }
      }
    

.tb-boqfwzp {
  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%;
}

.tb-boqfwzp p,
.tb-boqfwzp h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb-boqfwzp table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb-boqfwzp table td,
.tb-boqfwzp table th {
  border: 0;
}

.tb-boqfwzp table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb-boqfwzp tr:last-child {
  border-bottom: 0;
}

.tb-boqfwzp h2 {
  margin-top: 0;
}

/*
.block-zlfbdoi {
  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);
}
  */

.inv-pzymied {
  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);
}


    .inv-pzymied{
      background: rgba(63,81,181,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(63,81,181,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.inv-pzymied h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero-dohabcl{
    flex-direction: column;
  }

  .hr-lxujkqc {
    width: 100%;
  }

  .tb-boqfwzp {
    padding: var(--py);
  }

  .inv-pzymied {
    padding: var(--py);
  }
}

.sm-ydbrjvh{
  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);
}
.sm-ydbrjvh 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;
}
.sm-ydbrjvh a:hover {
  color: var(--primary-btn-bg);
}
.sm-ydbrjvh h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .form-fozlymh {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr-qkuomhv {
      display: flex;
      flex-direction: column;
    }

    .fr-voqapyb, .frm-oiluvfj {
      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-voqapyb:focus, .frm-oiluvfj:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm-oiluvfj {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form-fozlymh button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .form-fozlymh button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form-fozlymh {
        max-width: 100%;
        gap: 15px;
      }

      .fr-voqapyb, .frm-oiluvfj {
        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)
  }
}


        .main-kjezusn {
            position: relative;
            padding: 79px 0;
            background-color: #ffffff;
            text-align: center;
        }

        .hero-dohabcl {
            max-width: 1045px;
            margin: 0 auto;
            padding: 0 var(--py);
        }

        .banner-fximrtb {
            font-size: clamp(48px, 8vw, 80px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 31px;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        .hero-pxsgfub {
            font-size: 16px;
            color: #000000;
            opacity: 0.7;
            max-width: 774px;
            margin: 0 auto 44px;
            line-height: 1.6;
        }

        .hr-myxqjos {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            max-width: 321px;
            margin: 0 auto 20px;
        }

        .banner-linajvc {
            flex: 1;
            height: 1px;
            background-color: #3f51b5;
        }

        .ban-wnaucpz {
            width: 23px;
            height: 23px;
            color: #3f51b5;
            flex-shrink: 0;
        }

        @media (max-width: 1024px) {
            .banner-fximrtb {
                font-size: 38px;
            }

            .hero-pxsgfub {
                font-size: 15px;
            }

            .main-kjezusn {
                padding: 58px 0;
            }
        }
        


        .block-ixqwdmy {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .block-zlfbdoi {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .block-zlfbdoi:hover {
            border-color: #3f51b5;
            transform: translateY(-4px);
        }

        .block-zlfbdoi h3 {
            color: #000000;
        }

        .block-zlfbdoi p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .block-ixqwdmy {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        