@import "../fonts/Lucide-Icon/icons/icons.css";
@import "../fonts/Montserrat/stylesheet.css";
.shadow {
  -webkit-box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.5);
}
.wrapper {
  padding-left: 55px;
  padding-right: 55px;
}
.wrapper-centered {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-centered {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .area {
    width: 320px;
  }
}
@media (max-width: 1024px) {
  .area {
    width: 768px;
  }
}
@media (max-width: 1366px) {
  .area {
    width: 1024px;
  }
}
@font-face {
  font-family: "Lucide Icon";
  src: url("../fonts/Lucide-Icon/icons/icons.woff2") format("woff2"), url("../fonts/Lucide-Icon/icons/icons.woff") format("woff"), url("../fonts/Lucide-Icon/icons/icons.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  background: url("../../images/pattern.png") left top / 0.35%, #FDFDFD;
}
@media (max-width: 768px) {
  body {
    background: url("../../images/pattern.png") left top / 2%, #FDFDFD;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-header {
  padding: 25px 0 40px;
  position: sticky;
  top: 0;
  z-index: 999;
}
.site-header.scrolled {
  background: url('../../images/pattern.png') left top / 0.35%, #FDFDFD;
  -webkit-box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.site-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 30px;
  margin-top: 25px;
}
.site-header .logo {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 1366px) {
  .site-header .logo {
    max-width: 120px;
    width: 100%;
  }
}
.site-header .logo img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -25px;
}
.site-header .header-inner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.site-header .header-inner-group .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: -20px;
  color: #525252;
}
.site-header .header-inner-group .socials span {
  font-size: 14px;
  width: 100%;
  text-align: left;
  font-weight: 700;
}
.site-header .header-inner-group .socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .header-inner-group .socials ul li a {
  font-size: 18px;
  color: #00AA4B;
}
.site-header .header-inner-group .socials ul li a .icon {
  display: inline-block;
  font-size: 20px;
}
.site-header .header-inner-group .header-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.site-header .header-inner-group .header-tools a {
  font-size: 20px;
  color: #525252;
  text-decoration: none;
}
.site-header .header-inner-group .header-tools a:hover {
  color: #d35400;
}
.site-header .header-inner-group .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.site-header .header-inner-group .header-buttons .btn-login {
  background: #444;
  color: white;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
.site-header .header-inner-group .header-buttons .btn-login:hover {
  background: #000;
}
.site-header .header-inner-group .header-buttons .btn-menu {
  background: #cc5a0b;
  color: white;
  padding: 15px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.site-header .header-inner-group .header-buttons .btn-menu .icon {
  font-size: 18px;
}
.site-header .header-inner-group .header-buttons .btn-menu:hover {
  background: #a94600;
}
@media (max-width: 768px) {
  .site-header {
    position: relative;
  }
  .site-header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
  .site-header .wrapper .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header .wrapper .header-inner .logo img {
    max-width: 180px;
  }
  .site-header .wrapper .header-inner .header-inner-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    gap: 20px;
  }
  .site-header .wrapper .header-inner .header-inner-group .socials span {
    text-align: center;
  }
}
.main-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1366px) {
  .main-nav {
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav ul li {
  position: relative;
}
.main-nav ul li a {
  color: #525252;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-nav ul li a:hover {
  color: #d35400;
}
.main-nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.main-nav ul li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  display: none;
  z-index: 10;
  min-width: 180px;
}
.main-nav ul li.menu-item-has-children .sub-menu li {
  padding: 0;
}
.main-nav ul li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 8px 15px;
  white-space: nowrap;
  font-weight: normal;
}
.main-nav ul li.menu-item-has-children .sub-menu li a:hover {
  background: #f0f0f0;
}
.side-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 9999;
}
.side-menu.open {
  left: 0;
}
.side-menu .logo {
  width: 100%;
  height: auto;
  padding: 20px;
}
.side-menu .logo img {
  width: 100%;
  height: auto;
}
.side-menu .side-menu-inner {
  position: relative;
}
.side-menu .menu-close {
  position: absolute;
  right: -20px;
  top: 10px;
  font-size: 18px;
  padding: 8px;
  border-radius: 8px;
  border: none;
  background: #cc5a0b;
  color: white;
  z-index: 2;
  cursor: pointer;
}
.side-menu .side-menu-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-menu .side-menu-nav .menu li {
  position: relative;
  list-style: none;
}
.side-menu .side-menu-nav .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.side-menu .side-menu-nav .menu li a:hover {
  background: #00AA4B;
  color: #fff;
}
.side-menu .side-menu-nav .menu li.menu-item-has-children > a::after {
  content: '▸';
  float: right;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.side-menu .side-menu-nav .menu li.open > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.side-menu .side-menu-nav .menu li .sub-menu {
  display: none;
  padding-left: 10px;
  background: #f9f9f9;
}
.side-menu .side-menu-nav .menu li .sub-menu li a {
  font-size: 15px;
  padding-left: 30px;
}
.side-menu .side-menu-nav .menu li .sub-menu .sub-menu li a {
  padding-left: 45px;
  font-size: 14px;
}
.side-menu .side-menu-nav .menu li.open > .sub-menu {
  display: block;
}
.side-menu .side-menu-nav .menu .current-menu-item a {
  color: #00AA4B;
  font-weight: 600;
}
.side-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.side-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.search-modal,
.search-modal-overlay {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search-modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9980;
}
.search-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
  z-index: 9990;
}
.search-modal.active {
  opacity: 1;
  visibility: visible;
}
.search-modal .search-modal-inner {
  z-index: 10000;
  position: relative;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
}
.search-modal .search-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #222;
}
.search-modal .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.search-modal .search-form input {
  padding: 15px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.search-modal .search-form .btn-search {
  padding: 12px;
  font-size: 18px;
  background: #00683E;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.search-modal .search-form .btn-search:hover {
  background: #004f2f;
}
.search-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider .slider-wrapper {
  position: relative;
}
.slider .slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}
.slider .slide {
  position: relative;
  min-width: 100%;
  max-height: 780px;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider .slide .overflow {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.slider .slide .slide-content {
  text-align: center;
  color: white;
  max-width: 900px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
  transition: opacity 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
}
.slider .slide .slide-content h2 {
  font-size: 80px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.slider .slide .slide-content p {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.slider .slide .slide-content .btn-primary {
  background: #cc5a0b;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
.slider .slide .slide-content .btn-primary:hover {
  background: #a94600;
}
.slider .slide .slide-content h2,
.slider .slide .slide-content p,
.slider .slide .slide-content .btn-primary {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.slider .slide.active .slide-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slider .slide.active .slide-content h2,
.slider .slide.active .slide-content p,
.slider .slide.active .slide-content .btn-primary {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slider .slide.active .slide-content h2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.slider .slide.active .slide-content p {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.slider .slide.active .slide-content .btn-primary {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.slider .slider-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 32px;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}
.slider .slider-nav.prev {
  left: 20px;
}
.slider .slider-nav.next {
  right: 20px;
}
.slider .slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.slider .slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.slider .slider-dots .dot.active {
  background: #fff;
}
@media (max-width: 768px) {
  .slider .slide {
    height: 53vh;
  }
  .slider .slide .slide-content h2 {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }
  .slider .slide .slide-content p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
  .slider .slide .slide-content .btn-primary {
    font-size: 14px;
    padding: 10px 20px;
  }
  .slider-nav {
    font-size: 20px;
    width: 30px;
    height: 30px;
    top: 45%;
  }
  .slider-dots {
    gap: 6px;
  }
  .slider-dots span.dot {
    width: 8px;
    height: 8px;
  }
}
.menu-cards {
  padding: 80px 50px;
}
.menu-cards .wrapper {
  width: 100%;
  padding: 0;
}
.menu-cards .menu-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-cards .menu-card-list li {
  max-width: 387px;
  width: 100%;
}
.menu-cards .menu-card-list li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.menu-cards .menu-card-list li a .menu-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.menu-cards .menu-card-list li a .menu-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.menu-cards .menu-card-list li a .menu-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.menu-cards .menu-card-list li a .menu-card .menu-card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  line-height: 1.4;
  padding: 0 10px;
}
.menu-cards .menu-card-list li a .menu-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  z-index: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.menu-cards .menu-card-list li a .menu-card:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .menu-cards {
    padding: 40px 20px;
  }
  .menu-cards .menu-card-list {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-cards .menu-card-list li {
    max-width: none;
    width: calc(50% - 10px);
  }
  .menu-cards .menu-card-list li a .menu-card {
    border-radius: 12px;
  }
  .menu-cards .menu-card-list li a .menu-card img {
    border-radius: 12px;
  }
  .menu-cards .menu-card-list li a .menu-card .menu-card-title {
    font-size: 16px;
    padding: 0 6px;
    text-transform: uppercase;
  }
  .menu-cards .menu-card-list li a .menu-card::after {
    border-radius: 12px;
  }
}
.about-org {
  padding: 60px 0;
}
.about-org .about-org-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.about-org .icon {
  line-height: 0;
}
.about-org .about-org-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  color: #525252;
}
.about-org .about-org-content h2 {
  font-size: 60px;
  font-weight: 600;
  color: #1ca247;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.about-org .about-org-content h2 .icon {
  font-size: 48px;
}
.about-org .about-org-content .about-org-info {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.about-org .about-org-content .about-org-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 1.4;
}
.about-org .about-org-content .about-org-info li .icon {
  font-size: 25px;
}
.about-org .about-org-content .about-org-info li strong {
  font-weight: 700;
}
.about-org .about-org-content .btn-primary {
  background: #cc5a0b;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.about-org .about-org-content .btn-primary:hover {
  background: #a94600;
}
.about-org .about-org-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 740px;
  width: 100%;
}
.about-org .about-org-photo img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .about-org {
    padding: 40px 20px;
  }
  .about-org .wrapper {
    padding: 0;
  }
  .about-org .wrapper .about-org-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .about-org .wrapper .about-org-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .about-org .wrapper .about-org-content h2 {
    gap: 8px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 24px;
  }
  .about-org .wrapper .about-org-content h2 .icon {
    font-size: 24px;
    vertical-align: middle;
  }
  .about-org .wrapper .about-org-content .about-org-info {
    gap: 12px;
    display: inline-block;
    width: 100%;
  }
  .about-org .wrapper .about-org-content .about-org-info li {
    font-size: 16px;
    display: block;
    margin: 30px 10px;
  }
  .about-org .wrapper .about-org-content .about-org-info li .icon {
    font-size: 20px;
    vertical-align: sub;
  }
  .about-org .wrapper .about-org-content .btn-primary {
    padding: 10px 20px;
    font-size: 15px;
  }
  .about-org .wrapper .about-org-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .about-org .wrapper .about-org-photo img {
    border-radius: 6px;
  }
}
.news-block {
  padding: 60px 0;
}
.news-block .section-title {
  font-size: calc(32px + (40 * (100vw - 320px) / 1600));
  color: #00AA4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.news-block .section-title svg.icon-news-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-block .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 104px;
}
.news-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.5);
  max-width: 370px;
  width: 100%;
}
.news-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news-card:hover .news-card-readmore .icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.news-card .news-card-readmore .icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.news-card a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.news-card .news-card-image {
  position: relative;
  aspect-ratio: 1.77777778;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-card .news-card-image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.news-card .news-card-content {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-card .news-card-content .news-card-categories {
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
}
.news-card .news-card-content .news-card-categories .category {
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  margin-right: 8px;
}
.news-card .news-card-content .news-card-categories .category:nth-child(1) {
  background-color: orange;
}
.news-card .news-card-content .news-card-categories .category:nth-child(2) {
  background-color: green;
}
.news-card .news-card-content .news-card-categories .category:nth-child(3) {
  background-color: #cc5a0b;
}
.news-card .news-card-content .news-card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #525252;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56px;
  overflow: hidden;
}
.news-card .news-card-content .news-card-excerpt {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
  color: #555;
}
.news-card .news-card-content .news-card-readmore {
  font-size: 20px;
  font-weight: 600;
  color: #525252;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news-card .news-card-content .news-card-readmore .icon {
  margin-top: 4px;
  line-height: 0;
  margin-left: 10px;
  font-size: 10px;
}
.news-card .news-card-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-card .news-card-footer .icon {
  margin-right: 6px;
}
.news-card .news-card-footer .likes {
  position: relative;
  z-index: 2;
  -webkit-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s;
  padding: 5px 10px;
  border-radius: 4px;
}
.news-card .news-card-footer .likes:hover {
  background: #f2f2f2;
}
.news-card .news-card-footer .likes .icon-heart {
  color: #d35400;
}
.news-card .news-card-footer .likes .icon-heart-solid {
  color: #d35400;
}
@media (max-width: 768px) {
  .news-block {
    padding: 40px 0;
  }
  .news-block .wrapper {
    padding: 0 20px;
  }
  .news-block .section-title {
    font-size: calc(28px + (32 * (100vw - 320px) / 1600));
    gap: 10px;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-block .section-title svg {
    width: 8%;
    height: auto;
  }
  .news-block .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .news-card {
    max-width: 100%;
    border-radius: 10px;
  }
  .news-card .news-card-content {
    padding: 16px;
  }
  .news-card .news-card-content .news-card-title {
    font-size: 18px;
    min-height: auto;
    -webkit-line-clamp: 3;
  }
  .news-card .news-card-content .news-card-excerpt {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .news-card .news-card-content .news-card-readmore {
    font-size: 16px;
  }
  .news-card .news-card-content .news-card-readmore .icon {
    font-size: 10px;
    margin-left: 8px;
  }
  .news-card .news-card-footer {
    padding: 12px 16px;
    font-size: 13px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
  }
}
.events-poster {
  padding: 60px 0;
}
.events-poster .section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(32px + (40 * (100vw - 320px) / 1600));
  font-weight: 700;
  color: #cc5a0b;
  gap: 10px;
  margin-bottom: 40px;
}
.events-poster .section-title .icon {
  font-size: 40px;
}
.events-poster .section-title .all-posters {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  right: 0;
}
.events-poster .section-title .all-posters a {
  text-decoration: none;
  line-height: 0;
  background: #DA5C00;
  color: white;
  padding: 20px 25px;
  border-radius: 8px;
  display: inline-block;
}
.events-poster .events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 104px;
}
.events-poster .event-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.5);
  max-width: 370px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events-poster .event-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.events-poster .event-card a {
  color: inherit;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.events-poster .event-card .event-image {
  position: relative;
  aspect-ratio: 1.77777778;
  background-color: #ccc;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.events-poster .event-card .event-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}
.events-poster .event-card .event-image img {
  position: relative;
  z-index: 2;
  display: block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.events-poster .event-card .event-info {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.events-poster .event-card .event-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #525252;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56px;
  overflow: hidden;
}
.events-poster .event-card .event-meta {
  font-size: 14px;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 14px;
}
.events-poster .event-card .event-meta .icon {
  margin-right: 4px;
  color: #777;
}
.events-poster .event-card .event-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 16px;
}
.events-poster .event-card .event-ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #D9D9D9;
}
.events-poster .event-card .event-ticket .btn-buy {
  background-color: #cc5a0b;
  color: #fff;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: normal;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-family: "Montserrat", sans-serif;
}
.events-poster .event-card .event-ticket .btn-buy:hover {
  background-color: #a94600;
}
.events-poster .event-card .event-ticket .pushkin-card {
  display: block;
  max-width: 100px;
  width: 100%;
  height: auto;
}
.events-poster .event-card .event-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 600;
}
.events-poster .event-card .event-footer .price {
  color: #FF8700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.events-poster .event-card .event-footer .seats {
  color: #008000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.events-poster .event-card .event-footer .seats .icon {
  font-size: 18px;
}
@media (max-width: 768px) {
  .events-poster {
    padding: 40px 20px;
  }
  .events-poster .wrapper {
    padding: 0;
  }
  .events-poster .section-title {
    font-size: calc(28px + (32 * (100vw - 320px) / 1600));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  .events-poster .section-title svg {
    width: 8%;
    height: auto;
  }
  .events-poster .events-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .events-poster .event-card {
    max-width: 100%;
    border-radius: 12px;
  }
  .events-poster .event-card .event-info {
    padding: 16px;
  }
  .events-poster .event-card .event-title {
    font-size: 18px;
    min-height: auto;
    -webkit-line-clamp: 3;
  }
  .events-poster .event-card .event-meta {
    font-size: 13px;
    gap: 8px;
  }
  .events-poster .event-card .event-excerpt {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .events-poster .event-card .event-ticket {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    padding-bottom: 16px;
  }
  .events-poster .event-card .event-ticket .btn-buy {
    font-size: 16px;
    padding: 10px 20px;
  }
  .events-poster .event-card .event-ticket .pushkin-card {
    max-width: 80px;
  }
  .events-poster .event-card .event-footer {
    font-size: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding: 10px 16px;
  }
  .events-poster .event-card .event-footer .price,
  .events-poster .event-card .event-footer .seats {
    font-size: 22px;
  }
  .events-poster .event-card .event-footer .price svg,
  .events-poster .event-card .event-footer .seats svg {
    width: 40%;
  }
}
.contact-block {
  padding: 60px 0;
}
.contact-block .section-title {
  font-size: 48px;
  font-weight: 700;
  color: #00AA4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.contact-block .section-title .icon {
  font-size: 36px;
}
.contact-block .wrapper {
  position: relative;
}
.contact-block .contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 400px;
  position: absolute;
  bottom: -40px;
  left: 10%;
}
.contact-block .contact-form .form-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}
.contact-block .contact-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-block .contact-form .form-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.contact-block .contact-form .form-group label .icon {
  margin-right: 10px;
  color: #aaa;
  font-size: 18px;
}
.contact-block .contact-form .form-group label .icon-mail {
  font-size: 14px;
}
.contact-block .contact-form .form-group label input,
.contact-block .contact-form .form-group label textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  resize: none;
}
.contact-block .contact-form .form-privacy {
  font-size: 12px;
  color: #555;
}
.contact-block .contact-form .form-privacy a {
  color: #d35400;
  text-decoration: underline;
}
.contact-block .contact-form .btn-submit {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: #cc5a0b;
  color: #fff;
  padding: 10px 24px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.contact-block .contact-form .btn-submit:hover {
  background: #a94600;
}
.contact-block .contact-map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  overflow: hidden;
  min-height: 400px;
  position: relative;
  width: 100%;
  max-height: 600px;
  height: 100%;
}
.contact-block .contact-map .map {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.contact-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}
.contact-modal.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-modal__content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  text-align: center;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.contact-modal__message {
  margin-bottom: 20px;
  font-size: 18px;
}
.contact-modal__close {
  padding: 10px 20px;
  background: #cc5a0b;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.contact-modal__close:hover {
  background: #a94600;
}
@media (max-width: 768px) {
  .contact-block {
    padding: 40px 0;
  }
  .contact-block .wrapper {
    padding: 0 20px;
  }
  .contact-block .section-title {
    font-size: calc(28px + (32 * (100vw - 320px) / 1600));
    gap: 10px;
  }
  .contact-block .section-title .icon {
    font-size: 18px;
  }
  .contact-block .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contact-block .contact-map-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-block .contact-form {
    position: static;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    gap: 16px;
    text-align: center;
  }
  .contact-block .form-group label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-block .form-group label .icon {
    font-size: 16px;
    margin-right: 8px;
  }
  .contact-block .form-group label input,
  .contact-block .form-group label textarea {
    font-size: 14px;
    padding: 10px 14px;
  }
  .contact-block .form-privacy {
    font-size: 11px;
  }
  .contact-block .btn-submit {
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .contact-block .contact-map {
    min-height: 300px;
    margin-bottom: 20px;
  }
  .contact-block .contact-map .map {
    min-height: 300px;
  }
  .contact-modal__content {
    padding: 20px;
    font-size: 16px;
  }
}
.noko-block {
  padding: 60px 0;
}
.noko-block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
}
.noko-block .noko-block-main {
  max-width: 900px;
  width: 100%;
}
.noko-block .noko-block-title {
  font-size: 40px;
  font-weight: 700;
  color: #0074d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 50px;
  padding: 0 55px;
}
.noko-block .section-subtitle {
  font-size: 18px;
  color: #444;
  margin-bottom: 40px;
  max-width: 800px;
}
.noko-block .noko-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.noko-block .noko-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  border: 1px solid #DBDBDB;
  gap: 30px;
}
.noko-block .noko-card img {
  width: 60px;
  height: auto;
  margin: 20px auto 20px;
}
.noko-block .noko-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}
.noko-block .noko-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.noko-block .noko-card .btn-outline {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #00AA4B;
  border-radius: 6px;
  color: #00AA4B;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.noko-block .noko-card .btn-outline:hover {
  background: #00AA4B;
  color: #fff;
}
.noko-block .noko-info {
  background: #fddcae;
  border-radius: 12px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  max-width: 891px;
  width: 100%;
}
.noko-block .noko-info .info-content h3 {
  font-size: 40px;
  font-weight: 700;
  color: #cc5a0b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.noko-block .noko-info .info-content .noko-link {
  font-weight: 600;
  font-size: 15px;
  color: #0074d9;
  text-decoration: underline;
}
.noko-block .noko-info .info-content .noko-link .icon {
  margin-left: 6px;
  font-size: 12px;
}
.noko-block .noko-info .info-image {
  text-align: right;
  margin-top: auto;
  float: right;
  max-width: 110px;
  width: 100%;
  margin-left: 25px;
}
.noko-block .noko-info .info-image img {
  width: 100%;
  height: auto;
}
.noko-block .noko-info p {
  font-size: 24px;
  line-height: 1.6;
  color: #525252;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .noko-block {
    padding: 40px 0;
  }
  .noko-block .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .noko-block .noko-block-title {
    font-size: 26px;
    padding: 0 20px;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .noko-block .section-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: center;
  }
  .noko-block .noko-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .noko-block .noko-card {
    padding: 20px;
    gap: 20px;
  }
  .noko-block .noko-card img {
    width: 50px;
    margin: 10px auto;
  }
  .noko-block .noko-card h3 {
    font-size: 16px;
  }
  .noko-block .noko-card p {
    font-size: 13px;
  }
  .noko-block .noko-card .btn-outline {
    font-size: 14px;
    padding: 8px 16px;
  }
  .noko-block .noko-info {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .noko-block .noko-info .info-content h3 {
    font-size: 24px;
  }
  .noko-block .noko-info .info-content .noko-link {
    font-size: 14px;
  }
  .noko-block .noko-info .info-content .noko-link .icon {
    font-size: 10px;
  }
  .noko-block .noko-info p {
    font-size: 16px;
  }
  .noko-block .noko-info .info-image {
    margin-top: 20px;
    margin-left: auto;
    max-width: 80px;
  }
}
.links-block {
  padding: 60px 0;
  background: #f8f8f8;
}
.links-block .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #f57c00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.links-block .links-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.links-block .links-swiper .link-item {
  background: #fff;
  border-radius: 10px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  width: 100%;
  max-width: 270px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.links-block .links-swiper .link-item img {
  max-height: 60px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.links-block .links-swiper .link-item:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.links-block .links-swiper .swiper-button-prev,
.links-block .links-swiper .swiper-button-next {
  color: #f57c00;
}
@media (max-width: 768px) {
  .links-block {
    padding: 40px 0px;
  }
  .links-block .section-title {
    font-size: calc(28px + (32 * (100vw - 320px) / 1600));
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .links-block .wrapper {
    padding: 20px;
  }
  .links-block .wrapper .swiper.links-swiper .swiper-slide {
    width: 100% !important;
  }
  .links-block .wrapper .swiper.links-swiper .swiper-slide .link-item {
    width: 100%;
    height: auto;
    padding: 16px;
  }
  .links-block .wrapper .swiper.links-swiper .swiper-slide .link-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .links-block .wrapper .swiper.links-swiper .swiper-button-prev,
  .links-block .wrapper .swiper.links-swiper .swiper-button-next {
    display: none;
  }
}
.category-section {
  padding: 60px 0;
}
.category-section .category-title {
  font-size: 40px;
  font-weight: 800;
  color: #00683E;
  margin-bottom: 10px;
}
.category-section .category-description {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}
.category-section .category-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(320px, 1fr) 40px minmax(320px, 1fr) 40px minmax(320px, 1fr) 40px minmax(320px, 1fr);
  grid-template-columns: repeat(4, minmax(320px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
.category-section .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.category-section .pagination a {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #00683E;
  border-radius: 4px;
  color: #00683E;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.category-section .pagination a:hover {
  background: #00683E;
  color: #fff;
}
.category-section .pagination a.active {
  background: #00683E;
  color: #fff;
}
.single-page {
  padding: 60px 0;
}
.single-page a {
  font-size: 18px;
  color: #0073B7;
  text-decoration: none;
}
.single-page .wp-block-file {
  padding: 10px 35px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin: 5px 0;
}
.single-page .wp-block-file a[href$=".pdf"]:not(.wp-block-file__button)::before {
  font-family: "Lucide Icon", sans-serif;
  content: "\e9b4";
  margin-right: 5px;
}
.single-page a.wp-block-file__button {
  display: inline-block;
  padding: 5px 20px;
  background: #00683e;
  color: white;
  font-size: 12px;
  float: right;
}
.single-page .single-content {
  max-width: 800px;
  margin: 0 auto;
}
.single-page .single-content .single-title {
  font-size: 40px;
  font-weight: 800;
  color: #00683E;
  margin-bottom: 10px;
}
.single-page .single-content .single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.single-page .single-content .single-meta .icon {
  margin-right: 5px;
  color: #00AA4B;
}
.single-page .single-content .wp-block-image {
  margin-bottom: 30px;
}
.single-page .single-content .wp-block-image img {
  display: block;
  border-radius: 12px;
}
.single-page .single-content .wp-block-image .aligncenter {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-page .single-content .single-body {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}
.single-page .single-content .single-body p {
  margin-bottom: 20px;
}
.single-page .single-content .single-likes {
  margin-top: 30px;
  font-weight: 600;
  color: #d35400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  cursor: pointer;
}
.single-page .single-content .single-likes .icon {
  margin-right: 8px;
}
.single-page .single-content .single-likes .icon-heart {
  font-size: 16px;
}
.single-page .single-content .single-likes .icon-heart-solid {
  color: #d35400;
  font-size: 16px;
}
.single-page .comments {
  max-width: 800px;
  margin: 60px auto 0;
}
.single-page .comments .comments-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #00683E;
}
.single-page .comments .comments-title .icon {
  margin-right: 10px;
}
.single-page .comments .comments-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.single-page .comments .comments-list .comment {
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.single-page .comments .comments-list .comment .comment-author {
  font-weight: 700;
  color: #222;
}
.single-page .comments .comments-list .comment .comment-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.single-page .comments .comments-list .comment .comment-text {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.single-page .comments .comment-form h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-page .comments .comment-form .form-group {
  margin-bottom: 20px;
}
.single-page .comments .comment-form .form-group input,
.single-page .comments .comment-form .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}
.single-page .comments .comment-form .form-group textarea {
  height: 120px;
}
.single-page .comments .comment-form .btn-submit {
  padding: 12px 30px;
  background: #00683E;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}
.single-page .comments .comment-form .btn-submit:hover {
  background: #004f2f;
}
@media (max-width: 768px) {
  .single-page {
    padding: 40px 0;
  }
  .single-page .wrapper {
    padding: 0 20px;
  }
  .single-page .single-content {
    padding: 0 15px;
  }
  .single-page .single-content .single-title {
    font-size: calc(28px + (32 * (100vw - 320px) / 1600));
    text-align: left;
  }
  .single-page .single-content .single-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .single-page .single-content .wp-block-image {
    margin-bottom: 20px;
  }
  .single-page .single-content .wp-block-image img {
    width: 100%;
    height: auto;
  }
  .single-page .single-content .wp-block-image .aligncenter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-page .single-content .single-body {
    font-size: 16px;
  }
  .single-page .single-content .single-body p {
    margin-bottom: 16px;
  }
  .single-page .single-content .single-likes {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
  }
  .single-page .comments {
    padding: 0 15px;
  }
  .single-page .comments .comments-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .single-page .comments .comments-list .comment {
    padding: 15px 0;
  }
  .single-page .comments .comments-list .comment .comment-text {
    font-size: 15px;
  }
  .single-page .comments .comment-form h3 {
    font-size: 18px;
  }
  .single-page .comments .comment-form .btn-submit {
    width: 100%;
    padding: 12px;
  }
}
.page-404-wrapper {
  min-height: calc(100vh - 510px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-404-desc {
  font-size: 20px;
  color: #999;
}
.btn-back-home {
  margin-top: 20px;
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #00683E;
  color: #00683E;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-back-home:hover {
  background: #00683E;
  color: #fff;
}
.site-footer {
  background: url('../../images/pattern.png') left top / 0.35%, #1e6b26;
  color: #fff;
}
.site-footer a {
  text-decoration: none;
}
.site-footer .footer-top {
  padding: 40px 0;
}
.site-footer .footer-top .footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .footer-top .footer-columns .footer-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}
.site-footer .footer-top .footer-columns .footer-col h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.site-footer .footer-top .footer-columns .footer-col p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.site-footer .footer-top .footer-columns .footer-col p .icon {
  margin-right: 6px;
}
.site-footer .footer-top .footer-columns .footer-col p a {
  color: #fff;
  text-decoration: underline;
}
.site-footer .footer-top .footer-columns .footer-col ul {
  list-style: none;
  padding: 0;
}
.site-footer .footer-top .footer-columns .footer-col ul li {
  margin-bottom: 8px;
}
.site-footer .footer-top .footer-columns .footer-col ul li a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-top .footer-columns .footer-col ul li a:hover {
  text-decoration: underline;
}
.site-footer .footer-top .footer-columns .footer-col.social-col {
  list-style: none;
}
.site-footer .footer-top .footer-columns .footer-col.social-col .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 10px;
}
.site-footer .footer-top .footer-columns .footer-col.social-col .social-icons a {
  font-size: 20px;
  color: #fff;
}
.site-footer .footer-top .footer-columns .footer-col.social-col .social-icons a:hover {
  opacity: 0.8;
}
.site-footer .footer-bottom {
  background: #f3f3f3;
  font-size: 14px;
  padding: 15px 0;
  color: #525252;
}
.site-footer .footer-bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer .footer-bottom .wrapper .developed-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.site-footer .footer-bottom .wrapper .developed-by .icon-sakhasite-logo {
  font-size: 44px;
  color: #525252;
}
@media (max-width: 768px) {
  .site-footer {
    background: url('../../images/pattern.png') left top / 2%, #1e6b26;
  }
  .site-footer .wrapper {
    padding: 0 20px;
  }
  .site-footer .footer-top {
    padding: 30px 0;
  }
  .site-footer .footer-top .footer-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  .site-footer .footer-top .footer-columns .footer-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .site-footer .footer-top .footer-columns .footer-col h3 {
    font-size: 16px;
  }
  .site-footer .footer-top .footer-columns .footer-col p,
  .site-footer .footer-top .footer-columns .footer-col ul li {
    font-size: 14px;
  }
  .site-footer .footer-top .footer-columns .footer-col ul li {
    margin-bottom: 6px;
  }
  .site-footer .footer-top .footer-columns .footer-col.social-col .social-icons {
    gap: 10px;
  }
  .site-footer .footer-top .footer-columns .footer-col.social-col .social-icons a {
    font-size: 18px;
  }
  .site-footer .footer-bottom {
    text-align: center;
  }
  .site-footer .footer-bottom .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .site-footer .footer-bottom .wrapper .developed-by {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    text-align: left;
    gap: 6px;
    font-weight: bold;
  }
  .site-footer .footer-bottom .wrapper .developed-by .icon-sakhasite-logo {
    font-size: 36px;
    font-weight: normal;
  }
}
