@font-face {
  font-family: "Vosketar";
  src: local("Vosketar"), url(fonts/Vosketar.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Casagrande";
  src: local("Casagrande"), url(fonts/casagrande-deco-bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Merienda";
  src: local("Merienda"), url(fonts/Merienda-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
/*@font-face {*/
/*  font-family: "GHEAGrpalat";*/
/*  src: local("GHEAGrpalat"), url(fonts/GHEAGrpalatReg.otf) format("truetype");*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: "GHEAGrpalat";*/
/*  src: local("GHEAGrpalat"), url(fonts/GHEAGpalatBld.otf) format("truetype");*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*}*/
@font-face {
  font-family: "Mardoto-Regular";
  src: local("Mardoto-Regular"), url(font/Mardoto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mardoto-Bold";
  src: local("Mardoto-Bold"), url(font/Mardoto-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TimesNewRoman";
  src: local("TimesNewRoman"), url(fonts/TimesNewRomanBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TimesNewRoman";
  src: local("TimesNewRoman"), url(fonts/TimesNewRoman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}
* a {
  display: contents;
  color: #242424;
}

body {
  font-family:"Mardoto-Regular";
  word-break: break-word;
}
body.body-en {
  font-family: TimesNewRoman;
}
.pr-item.hover.to__scren_cs.to__hovering {
    width: 38%;
}
.coluque {
    display: flex;
    flex-direction: column;
    gap: 35px 0;
    align-items: center;
    margin: 120px 0;
}

@media screen and (max-width:1210px){
 .menu_nav__link{
        padding-inline: 50px !important;
    }
}
.coluque h1{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}
.coluque span{
        font-size: 22px;
    font-weight: 400;
}
/*.menu_nav__link ol li a:hover{*/
/*    transition:  0.3s ease;*/
/*    color:#8d4110 ;*/
/*}*/
 

        ol li {
            position: relative; /* Required for positioning the pseudo-element */
            padding-bottom: 5px; /* Space between list items */
        }

        ol li::after {
            content: ''; /* Required for the pseudo-element */
            position: absolute; /* Position relative to the list item */
            left: 0; /* Start from the left edge of the list item */
            bottom: 0; /* Align with the bottom of the list item */
            width: 100%; /* Full width */
            height: 1px; /* Line height */
            background-color: transparent; /* Initial line color */
            transition: background-color 0.3s; /* Smooth transition */
        }

        ol li:hover::after {
            background-color: #8d4110; /* Change line color on hover */
        }

        /* Additional styling for links */
        ol li a {
            color: black; /* Default link color */
            text-decoration: none; /* Remove underline */
        }
        ol li a:hover{
            color: #8d4110;
        }
.menu_nav__link {
    display: flex;
    padding-inline: 250px;
}
.menu_nav__link ol {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 50px;
}
.m__top {
    display: flex;
    justify-content: center;
    margin-bottom: 74px;
}
.afish {
        width: clamp(350px, 70%, 650px);
    min-height: 500px;
    background-image: url(/images/12.jfif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    
      
}
.afish1 {
        width: clamp(350px, 70%, 650px);
    min-height: 500px;
    background-image: url(/images/12.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top:80px;
    margin-bottom:120px;
      
}
.con__rtl {
    display: flex;
    justify-content: space-between;
    max-width: 1440px !important;
    width: 100% !important;
    gap: 142px;
}
.to__scren_cs1 {
    background-image: url(/images/12.png) !important;
    background-size: 40% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    min-height: 414px;
}

.facebook__button{
        width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 25px 0;
}
.button__text h1{
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    font-size: clamp(1rem, 2vw + 1rem, 2.5rem);
}
#facebookButton {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #3b5998;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#facebookButton:hover {
    background-color: #2d4373;
}










.affish__pos {
    position: absolute;
    background-color: #0000009e;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
     transition: all .8s ease 0s;
}
.container__text_name{
   font-size: 18px;
    color: black;
    font-weight: 400;
}
p {
    font-size: 38px;
    color: wheat;
    font-weight: 800;
}
.afish:hover .affish__pos{
    opacity: 1;
}
/* Styles for the slider */
.slider {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.slider-image {
    margin: 30px auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: white;
    font-size: 30px;
    user-select: none;
    padding: 16px;
    margin-top: -22px; /* Adjust vertically to center */
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    outline: none;
    transition: background-color 0.3s;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}










.con__rtl{
    max-width: 629px;
    min-height: 384px;
    padding-inline: 50px;
    box-shadow: 0 0 24px #9E6E4F;
}
.container__affish{
    width:100%;
    overflow: hidden;
}
.Content__toUse{
    width:100vw;
}
.block__content{
 overflow: hidden;
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-block: 35px;
}
.images__to{
    cursor:pointer;
    width: 450px;
    height:450px;
    object-fit: cover;
}
@media screen and (max-width:678px){
.slider-image {
    margin: 90px auto;
}
}
@media screen and (max-width:488px){
    .images__to {
    width: 300px;
    object-fit: cover;
}
}
/*.people__back1{*/
/*    max-width:350px;*/
/*    min-height:450px;*/
    
/*}*/
.to__scren_cs{
      background-image: url(/images/12.jfif) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    min-height: 414px;
}
@media only screen and (max-width: 680px) {
    #pr-content {
        display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    }
        #pr-content .pr-item {
        width: calc((100% - 12px) / 1) !important;
    }
    .to__scren_cs {
    background-image: url(/images/12.jfif) !important;
    background-size: 80% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 96% !important;
    min-height: 322px;
}
}


.width {
  width: calc(100% - 24px);
  max-width: 1672px;
  padding: 0 12px;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}
.btn-flex{
    display:flex;
       align-items: center;
       align-items: center;
}
.new-div{
    width:100%;
    min-height:300px;
}
.button {
  /*padding: 8px 24px;*/
  /*text-align: center;*/
  /*background: #9E6E4F;*/
  /*color: white;*/
  /*width: fit-content;*/
  /*border-radius: 24px;*/
  /*min-width: 140px;*/
  /*cursor: pointer;*/
  /*box-shadow: 1px 14px 14px 0px rgba(0, 0, 0, 0.25);*/
  /*border: 1px solid #9E6E4F;*/
}
/*.button:hover {*/
/*  background: #CDB7A1;*/
/*}*/


.butin {
  padding: 0.7em 2em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  color: #9E6E4F;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #9E6E4F;
  text-align:center;
}

.butin:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #9E6E4F;
  box-shadow: 4px 5px 17px -4px #9E6E4F1;
}

.butin::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #9E6E4F;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.butin:hover::before {
  width: 250%;
}















.foto-icon{
    max-width: 500px;
    width: 100%;
    min-height: 200px;
    /*background-image: url(/images/hishatakaran-logo.svg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}
.foto-icon img{
    width:100%;
    min-height:200px;
}
.button.center-button {
  margin-left: auto;
  margin-right: auto;
}
.button.light-button {
  background: white;
  color: #9E6E4F;
  border-radius: 6px;
}
.button.light-button:hover, .button.light-button.active {
  background: #9E6E4F;
  color: white;
}
.button.transparent-button {
  background: unset;
  color: #9E6E4F;
  border-color: transparent;
}
.button.transparent-button:hover, .button.transparent-button.active {
  background: #CDB7A1;
  color: white;
  border-color: #9E6E4F;
}

.hover {
  cursor: pointer;
}

.hover:hover {
  /*opacity: 0.85;*/
  color: #8d4110 !important;
}

.hover-color {
  cursor: pointer;
}
.hover-color:hover {
  color: #9E6E4F !important;
}

.m-select {
  /*padding: 6px 12px;*/
  /*background: #9E6E4F;*/
  /*border-radius: 4px;*/
  /*border: none;*/
  /*color: white;*/
  /*width: 190px;*/
      padding: 11px 12px;
    background: #9E6E4F;
    border-radius: 4px;
    border: none;
    color: white;
    width: 205px;
}

}
.m-select:focus {
  outline: none;
}

.m-input {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #9E6E4F;
  width: 100%;
}
.m-input:focus {
  outline: none;
  border-color: #7b7b7b;
}

.m-textarea {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #9E6E4F;
  width: 100%;
  resize: vertical;
}
.m-textarea:focus {
  outline: none;
  border-color: #7b7b7b;
}

.input-content {
  width: 100%;
  max-width: 900px;
}
.input-content .input-label {
  color: #7b7b7b;
  font-size: 13px;
}
.input-content input {
  margin-top: 2px;
  max-width: 320px;
}
.input-content .m-textarea {
  margin-top: 2px;
  max-width: 540px;
}

.p-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .p-title {
    font-size: 26px;
  }
}

.p-title-2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.p-title-3 {
  font-size: 16px;
  font-weight: 600;
}

#paypal-donate-button {
  width: 190px;
  margin-top: 24px;
}
#paypal-donate-button img {
  max-width: 100%;
}

#header {
  display: flex;
  align-items: center;
  height: 224px;
  width: 100%;
  z-index: 8;
  position: fixed;
  left: 0;
  right: 0;
  transition: 0.3s;
  margin: auto;
  pointer-events: none;
}
@media only screen and (max-width: 1084px) {
  #header {
    height: 120px;
  }
}
#header #header-line {
  width: 100%;
  background: #9E6E4F;
  height: 60px;
  display: flex;
  align-items: center;
  pointer-events: all;
}
#header #header-line #header-in {
  display: flex;
  align-items: center;
  height: inherit;
}
#header #header-line #header-in #logo {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  transition: 0.3s width, height;
}
#header #header-line #header-in #logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1084px) {
  #header #header-line #header-in #logo {
    width: 120px;
    height: 120px;
  }
}
#header #header-line #header-in #menu-btn {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-left: 12px;
  display: none;
  justify-content: center;
  align-items: center;
}
#header #header-line #header-in #menu-btn svg {
  width: 40px;
  height: 40px;
}
#header #header-line #header-in #menu-btn svg path {
  fill: white;
}
@media only screen and (max-width: 1084px) {
  #header #header-line #header-in #menu-btn {
    display: flex;
  }
}
#header #header-line #header-in #menu {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 12px;
}
#header #header-line #header-in #menu #menu-close {
  display: none;
}
#header #header-line #header-in #menu .menu-line {
  height: 24px;
  border-right: 1px solid white;
}
#header #header-line #header-in #menu .menu-item {
  position: relative;
}
#header #header-line #header-in #menu .menu-item .menu-item-title {
  text-align: center;
  color: white;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 1320px) {
  #header #header-line #header-in #menu .menu-item .menu-item-title {
    font-size: 16px;
  }
}
#header #header-line #header-in #menu .menu-item:hover .submenu {
  display: block;
}
#header #header-line #header-in #menu .menu-item:hover .menu-item-title {
  opacity: 0.8;
}
#header #header-line #header-in #menu .menu-item .submenu {
  position: absolute;
  left: 0px;
  background: rgba(158, 110, 79, 0.8);
  backdrop-filter: blur(2px);
  z-index: 9;
  padding: 12px 0;
  top: 31px;
  border-top: 1px solid white;
  display: none;
  width: max-content;
  min-width: calc(100% - 0px);
}
#header #header-line #header-in #menu .menu-item .submenu .submenu-item {
  color: white;
  padding: 2px 12px;
  cursor: pointer;
}
#header #header-line #header-in #menu .menu-item .submenu .submenu-item:hover {
      color: #8d4110 !important;
}
.menu-item-title:hover{
      color: #8d4110 !important;
}
@media only screen and (max-width: 1084px) {
  #header #header-line #header-in #menu {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: white;
    left: -100%;
    top: 0;
    transition: 0.3s left;
  }
  #header #header-line #header-in #menu.opened {
    left: 0;
  }
  #header #header-line #header-in #menu .menu-line {
    height: 0px;
    width: 80%;
    border-right: unset;
    border-bottom: 1px solid rgba(158, 110, 79, 0.05);
  }
  #header #header-line #header-in #menu #menu-close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header #header-line #header-in #menu #menu-close svg {
    width: 40px;
    height: 40px;
  }
  #header #header-line #header-in #menu #menu-close svg path {
    stroke: #9E6E4F;
  }
  #header #header-line #header-in #menu .menu-item {
    width: 100%;
  }
  #header #header-line #header-in #menu .menu-item .menu-item-title {
    color: #9E6E4F;
  }
  #header #header-line #header-in #menu .menu-item .submenu {
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #9E6E4F;
    width: 100%;
  }
  #header #header-line #header-in #menu .menu-item .submenu .submenu-item {
    color: #9E6E4F;
    padding: 2px 12px;
    cursor: pointer;
    text-align: center;
  }
  #header #header-line #header-in #menu .menu-item .submenu .submenu-item:hover {
    opacity: 1;
  }
}
#header #header-line #header-in #search-content {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  position: relative;
}
#header #header-line #header-in #search-content #search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#header #header-line #header-in #search-content #search-btn:hover {
  opacity: 0.7;
}
#header #header-line #header-in #search-content #search-btn svg {
  width: 20px;
  height: 20px;
  stroke: white;
}
#header #header-line #header-in #search-content #search-block {
  display: none;
}
#header #header-line #header-in #search-content #search-block.view {
  display: block;
}
#header #header-line #header-in #search-content #search-block #search-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  animation-name: search-bg-anim;
  animation-duration: 0.8s;
}
@keyframes search-bg-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#header #header-line #header-in #search-content #search-block #search-v-content {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(100vw - 72px);
  max-width: 1672px;
}
@media only screen and (max-width: 1084px) {
  #header #header-line #header-in #search-content #search-block #search-v-content {
    right: -98px;
    width: calc(100vw - 24px);
  }
  #header #header-line #header-in #search-content #search-block #search-v-content #search-close {
    margin-right: 90px;
  }
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-close {
  width: 60px;
  height: 60px;
  background: white;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-close svg {
  width: 30px;
  height: 30px;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-close:hover svg path {
  stroke: #9E6E4F;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-input-content {
  width: 100%;
  background: white;
  border-radius: 6px 0 6px 6px;
  animation-name: search-input-anim;
  animation-duration: 0.2s;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-input-content input {
  padding: 12px 24px;
  font-size: 18px;
  border: none;
  border-radius: 6px 0 6px 6px;
  width: calc(100% - 48px);
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-input-content input:focus {
  outline: none;
  border: none;
}
@keyframes search-input-anim {
  from {
    opacity: 0;
    width: 0%;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-result {
  background: white;
  width: 100%;
  margin-top: 6px;
  border-radius: 6px;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-result #no-result {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
  color: #7b7b7b;
  display: none;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-result #no-result.show {
  display: block;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-result #search-result-content {
  display: none;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-result #search-result-content .search-item {
  padding: 2px 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-result #search-result-content .search-item:hover {
  color: #033d79;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-result #search-result-content.show {
  display: block;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-result #search-loader {
  background: url("../images/preloader-logo.gif") no-repeat;
  background-position: center;
  background-size: contain;
  width: calc(100% - 48px);
  height: 100px;
  margin: 24px;
  display: none;
}
#header #header-line #header-in #search-content #search-block #search-v-content #search-result #search-loader.show {
  display: block;
}
#header #header-line #header-in #lang {
  display: flex;
  align-items: center;
}
#header #header-line #header-in #lang:hover {
  opacity: 0.7;
}
#header #header-line #header-in #lang svg {
  width: 18px;
  height: 18px;
}
#header.scrolled {
  height: 60px;
}
#header.scrolled #header-line #header-in #logo {
  width: 56px;
}
#slider {
  width: 100%;
  height: 56.4971751412vw;
  max-height: 1100px;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider .tx-bg {
  position: absolute;
  width: calc(100% - 40px);
  backdrop-filter: blur(3px);
  background: rgba(21, 20, 20, 0.2);
  color: white;
  padding: 52px 20px;
  margin-top: 100px;
}
#slider .tx-bg .tx {
  text-align: center;
}
#slider .tx-bg .tx.tx1 {
  font-family: TimesNewRoman, Vosketar;
  font-size: 92px;
  line-height: 120px;
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 1320px) {
  #slider .tx-bg .tx.tx1 {
    font-size: 64px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #slider .tx-bg .tx.tx1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 520px) {
  #slider .tx-bg .tx.tx1 {
    font-size: 28px;
    line-height: 40px;
  }
}
#slider .tx-bg .tx.tx2 {
  margin-top: 10px;
  font-family: TimesNewRoman, Vosketar;
  font-size: 52px;
  color: white;
}
@media only screen and (max-width: 1320px) {
  #slider .tx-bg .tx.tx2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 520px) {
  #slider .tx-bg .tx.tx2 {
    font-size: 20px;
  }
}
#slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main-content {
  background: #CDB7A1;
  width: 100%;
  padding-bottom: 48px;
  position: relative;
  padding-top: 1px;
}
#main-content.no-sl {
  background: white;
}
#main-content.no-sl .main-content-in {
  margin-top: 156px;
}
@media only screen and (max-width: 1084px) {
  #main-content.no-sl .main-content-in {
    margin-top: 72px;
  }
}
#main-content .main-content-in {
  background: white;
  margin-top: -96px;
  padding-top: 48px;
  padding-bottom: 10px;
  border-radius: 10px;
  width: calc(100% - 24px);
  min-height: calc(100vh - 469px);
  position: relative;
}
#main-content .main-content-in #about-title {
  font-size: 48px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main-content .main-content-in #about-title {
    font-size: 32px;
  }
}
#main-content .main-content-in #doc-preloader {
  width: 100%;
  min-height: 200px;
  background: url("../images/preloader-logo.gif") no-repeat;
  background-position: center;
  background-color: rgb(255, 255, 255);
  background-size: 220px;
  left: 0;
  top: 0;
  display: none;
}
#main-content .main-content-in #doc-preloader.show {
  display: block;
}
#main-content .main-content-in #about-tx {
  max-width: 780px;
  margin: 6px auto;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  max-height: 104px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: pre-wrap;
}
#main-content .main-content-in #about-tx.show {
  max-height: unset;
  -webkit-line-clamp: 999;
}
#main-content .main-content-in #about-button {
  margin: 24px auto;
}
#main-content .main-content-in #about-button.hide {
  display: none;
}

#main-scroller {
  display: flex;
  max-width: 1520px;
  margin: 60px auto 0;
  width: 100%;
}
#main-scroller.in-page {
  background: #F4E7D9;
  padding: 12px;
  border-radius: 12px;
  width: calc(100% - 24px);
  margin: 24px auto 0;
}
#main-scroller #scroller-content {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#main-scroller #scroller-content::-webkit-scrollbar {
  display: none;
}
#main-scroller #scroller-content .scroller-item {
  width: 320px;
  height: 260px;
  flex-shrink: 0;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  display: flex;
}
#main-scroller #scroller-content .scroller-item:hover {
  opacity: 0.8;
}
#main-scroller #scroller-content .scroller-item .scroller-tx {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  padding: 6px;
  margin-top: auto;
  width: 100%;
}
#main-scroller #scroller-content .scroller-item .scroller-tx p {
  font-size: 13px;
  color: white;
  overflow: hidden;
  max-height: 36px;
  user-select: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#main-scroller #scroller-content .scroller-item .scroller-more {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
  padding: 6px;
  margin-top: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-scroller #scroller-content .scroller-item .scroller-more p {
  font-size: 13px;
  color: white;
}
#main-scroller .scroller-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  cursor: pointer;
}
@media only screen and (max-width: 780px) {
  #main-scroller .scroller-button {
    display: none;
  }
}
#main-scroller .scroller-button:hover {
  opacity: 0.8;
}

#programs-title {
  margin-top: 96px;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  #programs-title {
    font-size: 32px;
    gap: 12px;
  }
  #programs-title img {
    width: 72px;
    height: 72px;
    object-fit: contain;
  }
}

#programs-slider {
  display: flex;
  gap: 72px;
  justify-content: center;
  max-width: 1410px;
  margin: 60px auto 0;
  overflow: hidden;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1320px) {
  #programs-slider {
    gap: 48px;
  }
}
@media only screen and (max-width: 1084px) {
  #programs-slider {
    gap: 24px;
  }
}
#programs-slider .program-item {
  /*padding-bottom: 24px;*/
  /*width: calc((100% - 144px) / 3);*/
  /*border-radius: 10px;*/
  /*overflow: hidden;*/
  /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
  /*background: #F4E7D9;*/
  /*flex-shrink: 0;*/
  padding-bottom: 36px;
    width: calc((100% - 144px) / 2);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #F4E7D9;
    flex-shrink: 0;
}
@media only screen and (max-width: 1320px) {
  #programs-slider .program-item {
    width: calc((100% - 96px) / 3);
  }
}
@media only screen and (max-width: 1084px) {
  #programs-slider .program-item {
    width: calc((100% - 48px) / 3);
  }
}
@media only screen and (max-width: 768px) {
  #programs-slider .program-item {
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (max-width: 560px) {
  #programs-slider .program-item {
    width: 100%;
  }
}
#programs-slider .program-item .program-image {
  height: calc((100vw - 208px) / 3);
  max-height: 422px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #programs-slider .program-item .program-image {
    height: calc((100vw - 72px) / 2);
  }
}
@media only screen and (max-width: 560px) {
  #programs-slider .program-item .program-image {
    height: calc(100vw - 48px);
  }
}
#programs-slider .program-item .program-title {
  padding: 24px;
  font-size: 18px;
  overflow: hidden;
  max-height: 97px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#programs-slider .program-item .program-tx {
  padding: 0 24px;
  font-size: 14px;
  overflow: hidden;
  max-height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#program-slider-control {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  justify-content: center;
}
#program-slider-control .program-slider-control-item {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 1px solid;
  cursor: pointer;
}
#program-slider-control .program-slider-control-item:hover {
  opacity: 0.8;
  background: black;
}
#program-slider-control .program-slider-control-item.active {
  background: black;
}

#donation-main {
  margin: 72px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
}
@media only screen and (max-width: 1084px) {
  #donation-main {
    gap: 24px;
  }
}
#donation-main #donation-image {
  width: calc(50% - 36px);
  max-width: 420px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
#donation-main #donation-tx-content {
  width: calc(50% - 36px);
  max-width: 420px;
}
#donation-main #donation-tx-content #donation-title {
  font-size: 48px;
}
@media only screen and (max-width: 768px) {
  #donation-main #donation-tx-content #donation-title {
    font-size: 32px;
  }
}
#donation-main #donation-tx-content #donation-tx {
  margin-top: 24px;
  overflow: hidden;
  max-height: 88px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#donation-main #donation-tx-content #donation-button {
  margin-top: 24px;
}
.part-img1{
    max-width: 250px;
    width: 100%;
    min-height: 200px;
    background-image: url(/images/1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.part-img2{
    max-width: 250px;
    width: 100%;
    min-height: 200px;
    background-image: url(/images/2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.part-img3{
     max-width: 250px;
    width: 100%;
    min-height: 200px;
    background-image: url(/images/3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.part-img4{
      max-width: 250px;
    width: 100%;
    min-height: 200px;
    background-image: url(/images/4.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.partner-image{
        display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    gap: 50px;
}
}
.container-centr{
   display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.custom-btn {
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-4 {
    width: 247px;
    height: 40px;
    padding: 0;
    border: none;
}

.btn-4 span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #5c3216;
    text-transform: uppercase;

}

.btn-4:before {
    position: absolute;
    content: "";
    right: 10px;
    top: -3px;
    background:#5c3216;
    transition: all 0.3s ease;
    transform: rotate(45deg);
    height: 70%;
    width: 2px;
}

.btn-4:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    background: #5c3216;
    transition: all 0.3s ease;
}

.btn-4:after {
    width: 50%;
    height: 2px;
}

.btn-4:hover:before {
    height: 133%;
    top: -6px;
    right: 18px;
}

.btn-4:hover:after {
    width: 85.5%;
}

.btn-4 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #5c3216;
    transition: all 0.3s ease;
}

.btn-4 span:before {
    position: absolute;
    content: "";
    left: 8px;
    bottom: -4px;
    background: #5c3216;
    transition: all 0.3s ease;
    width: 2px;
    height: 70%;
    transform: rotate(45deg);
}

.btn-4 span:after {
    width: 70%;
    height: 2px;
}

.btn-4 span:hover:before {
    height: 132%;
    left: 16px;
    bottom: -7px;
}

.btn-4 span:hover:after {
    width: 85.5%;
}
@media only screen and (max-width: 768px) {
  #donation-main {
    flex-wrap: wrap;
  }
  #donation-main #donation-image {
    width: 100%;
  }
  #donation-main #donation-tx-content {
    width: 100%;
    max-width: unset;
  }
}

.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

#footer {
  background: #9E6E4F;
  padding-top: 48px;
  gap: 24px;
}
#footer #rights-tx {
  width: calc(100% - 40px);
  max-width: 960px;
  color: #F4E7D9;
  margin: 24px auto;
  font-size: 12px;
}
#footer #footer-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*#footer #footer-in .footer-item {*/
/*  width: calc((100% - 48px) / 3);*/
/*}*/
.container-footer-flex{
    display: flex;
    align-items: flex-start;
    gap: 96px;
}
.container-footer-flex .left a .hover::after{
      content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color:#8d4110;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: width 0.3s ease;
}
.container-footer-flex .left a .hover:hover::after{
    width:100%;
}
.container-footer-flex .rigth a .hover::after{
      content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color:#8d4110;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: width 0.3s ease;
}
.container-footer-flex .rigth a .hover:hover::after{
    width:100%;
}

@media screen and (max-width:552px){
    .container-footer-flex{
        flex-direction: column;
        gap:10px;
    }
}
#footer #footer-in .footer-item #footer-logo {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
#footer #footer-in .footer-item ul {
    position: relative;
  color: white;
  font-weight: 500;
  margin-bottom: 12px;
}
#footer #footer-in .footer-item .footer-line {
  display: flex;
}
#footer #footer-in .footer-item .footer-line ul:nth-child(2) {
  margin-left: 40px;
}
#footer #footer-in .footer-item .footer-line ul a {
  color: white;
}
#footer #footer-in .footer-item #icons-line {
  display: flex;
  border-bottom: 1px solid white;
  padding-bottom: 12px;
  justify-content: flex-end;
  gap: 20px;
}
#footer #footer-in .footer-item #icons-line .soc-icon {
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s margin-top;
}
#footer #footer-in .footer-item #icons-line .soc-icon:hover {
  margin-top: -4px;
}
#footer #footer-in .footer-item #icons-line #fb-icon {
  background-image: url("../images/fb.png");
}
#footer #footer-in .footer-item #icons-line #insta-icon {
  background-image: url("../images/insta.png");
}
#footer #footer-in .footer-item #icons-line #tw-icon {
  background-image: url("../images/tw.png");
}
@media only screen and (max-width: 1024px) {
  #footer #footer-in .footer-item:last-child {
    margin-top: 24px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer-in .footer-item {
    width: 100%;
  }
}
#footer #footer-right {
  padding: 12px 0;
  text-align: center;
  font-size: 13px;
  color: white;
}
#footer #footer-right a {
  color: white;
}
#footer #footer-right a:hover {
  color: red;
}

#filter-line {
  gap: 48px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #filter-line {
    gap: 12px;
    flex-wrap: wrap;
  }
}
#filter-line .select-content {
  color: #7b7b7b;
  font-size: 14px;
}
#filter-line .select-content select {
  display: block;
  margin-top: 6px;
}

#doc-list-content {
  margin-top: 48px;
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  gap: 30px;
      flex-wrap: wrap;
    justify-content: center;
}
}
#doc-list-content .doc-list-item {
  background: #F4E7D9;
  display: flex;
  justify-content: center;
  padding: 48px;
  max-width: 1100px;
  border-radius: 6px;
  width: calc(100% - 90px);
}
#doc-list-content .doc-list-item .doc-list-item-in {
 display: flex;
    align-items: center;
    max-width: 1200px;
    gap: 34px;
    width: 100%;
    flex-direction: row-reverse;
}
#doc-list-content .doc-list-item .doc-list-item-in .doc-list-img {
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  height: 266px;
  width: 420px;
  max-width: calc(100% - 24px);
}
#doc-list-content .doc-list-item .doc-list-item-in .doc-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#doc-list-content .doc-list-item .doc-list-item-in .doc-list-tx {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#doc-list-content .doc-list-item .doc-list-item-in .doc-list-tx .doc-list-title {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
      font-size: 22px;
}
#doc-list-content .doc-list-item .doc-list-item-in .doc-list-tx .doc-list-date {
  color: #7b7b7b;
  margin-top: 6px;
}
#doc-list-content .doc-list-item .doc-list-item-in .doc-list-tx .doc-list-des {
  margin-top: 12px;
  overflow: hidden;
  max-height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
}
@media only screen and (max-width: 900px) {
  #doc-list-content .doc-list-item .doc-list-item-in .doc-list-tx .doc-list-des {
    text-align: justify;
  }
}
#doc-list-content .doc-list-item .doc-list-item-in .doc-list-tx .button {
  margin-top: 24px;
  color: #9E6E4F;
}
@media only screen and (max-width: 900px) {
  #doc-list-content .doc-list-item {
    padding: 24px 12px;
    width: calc(100% - 12px);
  }
  #doc-list-content .doc-list-item .doc-list-item-in {
    flex-direction: column-reverse;
    align-items: center;
  }
  #doc-list-content .doc-list-item .doc-list-item-in .doc-list-tx {
    align-items: center;
  }
}
#doc-list-content .doc-form-list-item {
  /*background: #F4E7D9;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*padding: 12px;*/
  /*max-width: 900px;*/
  /*border-radius: 6px;*/
  /*width: calc(100% - 24px);*/
  background: #F4E7D9;
    display: flex;
    justify-content: center;
    padding: 12px;
    max-width: 631px;
    border-radius: 6px;
    width: calc(100% - 24px);
    min-height: 230px;
}
#doc-list-content .doc-form-list-item .doc-list-item-in {
  display: flex;
  align-items: center;
  max-width: 1200px !important;
  gap: 24px;
  width: 100%;
}
#doc-list-content .doc-form-list-item .doc-list-item-in .document-item-list-icon {
  width: 72px;
  height: 72px;
}
#doc-list-content .doc-form-list-item .doc-list-item-in .document-item-list-icon svg {
  width: 72px;
  height: 72px;
}
#doc-list-content .doc-form-list-item .doc-list-item-in .document-item-list-icon svg path {
  fill: #9E6E4F;
}
#doc-list-content .doc-form-list-item .doc-list-item-in .doc-list-title {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  max-height: 44px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #doc-list-content .doc-form-list-item .doc-list-item-in {
    flex-direction: column;
    align-items: center;
  }
  #doc-list-content .doc-form-list-item .doc-list-item-in .doc-list-title {
    text-align: center;
  }
}

.doc-more {
  margin: 24px auto;
  width: max-content;
  color: #9E6E4F;
}

.nothing-found {
  text-align: center;
  color: #7b7b7b;
  padding: 12px 0;
  display: none;
}
.nothing-found.show {
  display: block;
}

#pr-content {
  display: flex;
  flex-wrap: wrap;
  background: #F4E7D9;
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px;
  gap: 48px;
  border-radius: 10px;
}
#pr-content .pr-item {
  width: calc((100% - 96px) / 3);
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
}
#pr-content .pr-item .pr-image {
  width: 100%;
  height: calc((100vw - 256px) / 3);
  max-height: 348px;
}
#pr-content .pr-item .pr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pr-content .pr-item .pr-title {
  padding: 0 12px;
  margin-top: 20px;
  overflow: hidden;
  max-height: 50px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#pr-content .pr-item .pr-tx {
  padding: 0 12px;
  margin-top: 12px;
  font-size: 14px;
  overflow: hidden;
  max-height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 1024px) {
  #pr-content {
    gap: 24px;
    padding: 24px;
  }
  #pr-content .pr-item {
    width: calc((100% - 48px) / 3);
  }
}
@media only screen and (max-width: 768px) {
  #pr-content {
    gap: 12px;
    padding: 12px;
  }
  #pr-content .pr-item {
    width: calc((100% - 24px) / 3);
  }
}
@media only screen and (max-width: 680px) {
  #pr-content .pr-item {
    width: calc((100% - 12px) / 2);
  }
  #pr-content .pr-item .pr-image {
    height: calc((100vw - 100px) / 2);
  }
}
@media only screen and (max-width: 540px) {
  #pr-content .pr-item {
    width: 100%;
  }
  #pr-content .pr-item .pr-image {
    height: calc(100vw - 100px);
  }
}

#lit-content {
  display: flex;
  flex-wrap: wrap;
  background: #F4E7D9;
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px;
  gap: 48px;
  border-radius: 10px;
  justify-content: center;
}
#lit-content .lit-item {
  width: calc((100% - 144px) / 6);
  background: white;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
#lit-content .lit-item .lit-image {
  width: 100%;
  height: calc((100vw - 264px) / 4 * 1.4);
  max-height: 235px;
}
#lit-content .lit-item .lit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lit-content .lit-item .lit-title-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: calc(100% - 12px);
  padding: 6px;
  bottom: 0;
  left: 0;
}
#lit-content .lit-item .lit-title-content .lit-title {
  color: white;
  overflow: hidden;
  max-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
#lit-content .lit-item:hover .lit-title-content .lit-title {
  max-height: 100%;
  -webkit-line-clamp: 10;
}
@media only screen and (max-width: 1024px) {
  #lit-content {
    gap: 24px;
    padding: 24px;
  }
  #lit-content .lit-item {
    width: calc((100% - 72px) / 4);
  }
  #lit-content .lit-item .lit-image {
    height: calc((100vw - 144px) / 4 * 1.4);
  }
}
@media only screen and (max-width: 768px) {
  #lit-content {
    gap: 12px;
    padding: 12px;
  }
  #lit-content .lit-item {
    width: calc((100% - 24px) / 3);
  }
  #lit-content .lit-item .lit-image {
    height: calc((100vw - 72px) / 3 * 1.4);
    max-height: unset;
  }
}
@media only screen and (max-width: 680px) {
  #lit-content .lit-item {
    width: calc((100% - 12px) / 2);
  }
  #lit-content .lit-item .lit-image {
    height: calc((100vw - 60px) / 2 * 1.4);
  }
}
@media only screen and (max-width: 540px) {
  #lit-content .lit-item {
    width: 100%;
  }
  #lit-content .lit-item .lit-image {
    height: calc((100vw - 48px) * 1.4);
  }
}

.lit-files-content {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.lit-files-content .title-3 {
  margin-top: 24px;
}
.lit-files-content .lit-file-item {
  width: 100%;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.lit-files-content .lit-file-item svg {
  width: 24px;
  height: 24px;
  fill: #9E6E4F;
}

#lib-content {
  display: flex;
  flex-wrap: wrap;
  background: #F4E7D9;
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px;
  gap: 48px;
  border-radius: 10px;
}
#lib-content .lib-item {
  width: calc((100% - 144px) / 4);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
#lib-content .lib-item .lib-image {
  width: 100%;
  height: calc((100vw - 490px) / 4 * 1.77);
  max-height: 337px;
  border-radius: 6px;
}
#lib-content .lib-item .lib-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lib-content .lib-item .lib-title {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 12px;
  width: calc(100% - 24px);
}
#lib-content .lib-item .lib-title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
#lib-content .lib-item:hover .lib-image {
  opacity: 0.85;
}
#lib-content .lib-item:hover .lib-title span {
  -webkit-line-clamp: 10;
}
@media only screen and (max-width: 1024px) {
  #lib-content {
    gap: 24px;
    padding: 24px;
  }
  #lib-content .lib-item {
    width: calc((100% - 48px) / 3);
  }
  #lib-content .lib-item .lib-image {
    height: calc((100vw - 280px) / 3 * 1.77);
    max-height: unset;
  }
}
@media only screen and (max-width: 768px) {
  #lib-content {
    gap: 12px;
    padding: 12px;
  }
  #lib-content .lib-item {
    width: calc((100% - 24px) / 3);
  }
}
@media only screen and (max-width: 680px) {
  #lib-content .lib-item {
    width: calc((100% - 12px) / 2);
  }
  #lib-content .lib-item .lib-image {
    height: calc((100vw - 180px) / 2 * 1.77);
  }
}
@media only screen and (max-width: 540px) {
  #lib-content .lib-item {
    width: 100%;
  }
  #lib-content .lib-item .lib-image {
    height: calc((100vw - 146px) * 1.77);
  }
}

#m-gal-content {
  /*max-width: 1140px;*/
  margin: 0 auto;
}
#m-gal-content .m-gal-title {
  font-size: 40px;
  color: #7b7b7b;
  margin-bottom: 6px;
}
#m-gal-content .m-gal-item {
  margin-top: 24px;
  margin-bottom: 48px;
  border-radius: 10px;
  overflow: hidden;
  background: #F4E7D9;
  display: flex;
}
#m-gal-content .m-gal-item .m-gal-image {
  width: 50%;
  max-height: 420px;
}
#m-gal-content .m-gal-item .m-gal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#m-gal-content .m-gal-item .m-gal-button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #m-gal-content .m-gal-title {
    font-size: 32px;
  }
  #m-gal-content .m-gal-item {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 640px) {
  #m-gal-content .m-gal-title {
    font-size: 24px;
  }
  #m-gal-content .m-gal-item {
    margin-top: 6px;
    margin-bottom: 12px;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 12px;
  }
  #m-gal-content .m-gal-item .m-gal-image {
    width: 100%;
    height: calc((100vw - 24px) / 1.4);
  }
  #m-gal-content .m-gal-item .m-gal-button-content {
    width: 100%;
  }
}

.media-video-item {
  background: #F4E7D9;
  padding: 48px 24px;
  border-radius: 10px;
  width: calc(100% - 48px);
  display: flex;
  justify-content: center;
}
.media-video-item .m-v-item-in {
  display: flex;
  align-items: center;
  max-width: 900px;
  width: calc(100% - 24px);
  gap: 12px;
}
.media-video-item .m-v-item-in .m-v-image {
  width: 266px;
  height: 266px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-video-item .m-v-item-in .m-v-tx {
  width: 100%;
}
.media-video-item .m-v-item-in .m-v-tx .m-v-title {
  font-size: 24px;
  font-weight: 700;
  color: #9E6E4F;
}
.media-video-item .m-v-item-in .m-v-tx .m-v-text {
  color: #7b7b7b;
  margin-top: 12px;
  overflow: hidden;
  max-height: 88px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.media-video-item .m-v-item-in .m-v-tx .button {
  margin-top: 12px;
}
@media only screen and (max-width: 680px) {
  .media-video-item .m-v-item-in {
    flex-direction: column-reverse;
  }
  .media-video-item .m-v-item-in .m-v-tx {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .media-video-item .m-v-item-in .m-v-tx .m-v-title {
    margin-top: 12px;
  }
}

.media-video-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.document-item-content {
  border-radius: 10px;
  width: 100%;
}
.document-item-content .doc-content-in {
  margin: 24px auto;
  display: flex;
  gap: 24px;
  max-width: 1250px;
  align-items: center;
  flex-direction: column;
}
.document-item-content .doc-content-in.flex-items {
  flex-direction: row;
  align-items: flex-start;
}
.document-item-content .doc-content-in.flex-items .doc-image {
  width: 340px;
}
.document-item-content .doc-content-in.flex-items .doc-tx .doc-title {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .document-item-content .doc-content-in.flex-items {
    flex-direction: column;
    align-items: center;
  }
  .document-item-content .doc-content-in.flex-items .doc-tx .doc-title {
    text-align: center;
  }
}
.document-item-content .doc-content-in .doc-image {
  width: 100%;
  flex-shrink: 0;
}
.document-item-content .doc-content-in .doc-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.document-item-content .doc-content-in .doc-tx {
  width: 100%;
}
.document-item-content .doc-content-in .doc-tx .doc-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.document-item-content .doc-content-in .doc-tx .doc-title-sub {
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
  color: #7b7b7b;
}
.document-item-content .doc-content-in .doc-tx .doc-title-sub a {
  font-size: 14px;
  color: #7b7b7b;
}
.document-item-content .doc-content-in .doc-tx .doc-title-sub-2 {
  margin-top: 4px;
  text-align: center;
  font-size: 12px;
  color: #7b7b7b;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in {
  margin-top: 24px;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in a {
  color: #033d79;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content[float=right] {
  float: right;
  margin-left: 20px;
  max-width: calc(100% - 20px);
}
@media only screen and (max-width: 768px) {
  .document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content[float=right] {
    margin-left: 12px;
    max-width: calc(100% - 12px);
  }
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content[float=left] {
  float: left;
  margin-right: 20px;
  max-width: calc(100% - 20px);
}
@media only screen and (max-width: 768px) {
  .document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content[float=left] {
    margin-right: 12px;
    max-width: calc(100% - 12px);
  }
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content[align=center] {
  width: 100%;
  text-align: center;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content[align=center] .editor-img-content-in {
  margin-left: auto;
  margin-right: auto;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content[align=right] {
  width: 100%;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content[align=right] .editor-img-content-in {
  margin-left: auto;
}
@media only screen and (max-width: 500px) {
  .document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: unset !important;
  }
  .document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content img {
    width: 100% !important;
  }
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content .editor-img-content-in {
  width: fit-content;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content .editor-image-caption {
  font-size: 14px;
  color: #7b7b7b;
  text-align: center;
  pointer-events: none;
  display: none;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in .editor-img-content img {
  max-width: 100%;
  display: block;
  cursor: pointer;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in .youtube-player {
  display: block;
  margin: 4px auto;
  max-width: calc(100% - 8px);
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in font[size="1"] {
  font-size: 12px;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in font[size="2"] {
  font-size: 14px;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in font[size="3"] {
  font-size: 16px;
}
.document-item-content .doc-content-in .doc-tx .doc-tx-in font[size="4"] {
  font-size: 18px;
}
.document-item-content .doc-content-in .document-form-section-item {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.document-item-content .doc-content-in .document-form-section-item .doc-form-val-item {
  overflow: hidden;
}
.document-item-content .doc-content-in .document-form-section-item .doc-form-val-item .p-title-3 {
  margin-bottom: 2px;
}

.met-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.met-content .met-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.met-content .met-item .met-bg {
  padding: 24px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  gap: 12px;
}
.met-content .met-item .met-bg .met-image {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
}
.met-content .met-item .met-bg .met-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.met-content .met-item .met-bg .met-tx-content {
  width: 100%;
}
.met-content .met-item .met-bg .met-tx-content .met-title {
  color: white;
  font-weight: 600;
}
.met-content .met-item .met-bg .met-tx-content .met-tx {
  margin-top: 12px;
  color: white;
  overflow: hidden;
  max-height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .met-content .met-item .met-bg {
    flex-direction: column;
  }
  .met-content .met-item .met-bg .met-tx-content .met-title {
    text-align: center;
  }
}

#gallery-bg {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#gallery-bg.loading {
  pointer-events: none;
}
#gallery-bg.loading:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../images/preloader-logo.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
}
#gallery-bg .media-video-yt {
  width: calc(100% - 24px);
  height: calc((100vw - 24px) / 1.77);
  max-width: 1024px;
  max-height: 578.5px;
}
#gallery-bg #gallery-tx-content {
  padding: 96px 12px 12px 12px;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 20%, rgba(37, 37, 37, 0.8) 100%);
  position: absolute;
  bottom: 0;
  max-height: 100%;
  width: calc(100% - 24px);
  overflow: hidden;
}
#gallery-bg #gallery-tx-content.show {
  overflow-y: auto;
}
#gallery-bg #gallery-tx-content.show .gallery-tx {
  -webkit-line-clamp: 100;
  max-height: 100%;
}
#gallery-bg #gallery-tx-content .gallery-title {
  color: white;
  font-weight: 600;
  font-size: 14px;
}
#gallery-bg #gallery-tx-content .gallery-title a {
  color: white;
  display: block;
}
#gallery-bg #gallery-tx-content .gallery-title a:hover {
  opacity: 0.7;
}
#gallery-bg #gallery-tx-content .gallery-tx {
  font-size: 13px;
  margin-top: 2px;
  color: white;
  overflow: hidden;
  max-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
#gallery-bg #gallery-close {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 12px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#gallery-bg #gallery-close svg {
  width: 24px;
  height: 24px;
}
#gallery-bg #gallery-image-cover {
  user-select: none;
  max-width: 1440px;
  max-height: calc(100% - 72px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 3s all;
}
#gallery-bg #gallery-image-cover #gallery-tx-content {
  width: calc(100% - 48px);
}
#gallery-bg #gallery-image-cover img {
  width: calc(100% - 24px);
  max-width: 1440px;
  max-height: calc(100vh - 72px);
  object-fit: contain;
  object-position: center;
}
#gallery-bg #gallery-image-cover img.blur-image {
  filter: blur(3px);
}
#gallery-bg .gallery-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  z-index: 2;
}
#gallery-bg .gallery-button:hover {
  opacity: 0.8;
}
#gallery-bg .gallery-button:active {
  opacity: 0.3;
}
#gallery-bg .gallery-button#gallery-button-left {
  left: 0px;
}
#gallery-bg .gallery-button#gallery-button-right {
  right: 0px;
}

#loading-image {
  display: none;
}

.region-content {
  width: calc(100% - 24px);
  max-width: 900px;
  margin: 24px auto 3px auto;
  background: #F4E7D9;
  padding: 12px;
  border-radius: 6px;
  background-image: url(/images/hishatakaran-logo.svg);
        background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    min-height:170px;
}
}
.region-content .region-title {
  font-size: 24px;
  font-weight: 700;
}
.region-content .region-title-2 {
  margin-top: 6px;
  color: #242424;
}

.media-images-content {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
  justify-content: center;
}
.media-images-content .media-image-item {
  /*width: calc((100% - 36px) / 4);*/
  /*height: calc((100vw - 60px) / 4);*/
  /*max-height: 216px;*/
  
  
  /*width: calc((100% - 16px) / 2);*/
  /*  height: calc((100vw - 67px) / 2);*/
  /*  max-height: 360px;*/
  
  height: calc((100vw - 67px) / 4);
    max-height: 360px;
    width: 522px;
}
.media-images-content .media-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.media-more {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  margin-left: auto;
  width: fit-content;
  color: #9E6E4F;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 24px;
}
.media-more svg path {
  fill: #9E6E4F;
}

#main-map {
  width: 100%;
  height: 480px;
  border-radius: 10px;
  position: relative;
  margin-top: 24px;
}
#main-map iframe {
  width: 100%;
  border: none;
}

.map-tooltip {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  border: 1px solid #F4E7D9;
  text-align: center;
  padding: 24px 24px 12px 24px;
}
.map-tooltip .map-tooltip-in {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  min-width: 180px;
}
.map-tooltip .map-tooltip-in .map-tooltip-tx {
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.map-tooltip .map-tooltip-in a {
  color: #9E6E4F;
  display: block;
  margin-top: 6px;
}
.map-tooltip .map-tooltip-in .map-tooltip-close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-tooltip .map-tooltip-in .map-tooltip-close svg {
  width: 20px;
  height: 20px;
}
.map-tooltip .map-tooltip-in .map-tooltip-close svg path {
  fill: #7b7b7b;
}

.donate-tx {
  white-space: pre-wrap;
  margin: 0 auto;
  max-width: 900px;
}

#contacts-content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  #contacts-content {
    flex-direction: column;
    align-items: center;
  }
}
#contacts-content #contacts-info {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#contacts-content #contacts-map {
  width: 100%;
}

#P-preloader {
  width: 100%;
  height: 100%;
  background: url("../images/preloader-logo.gif") no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 220px;
  left: 0;
  top: 0;
  display: none;
  position: fixed;
  z-index: 3;
}
#P-preloader.show {
  display: block;
}

#mss-content {
  position: relative;
  z-index: 999;
  position: fixed;
  width: 100%;
  max-width: 480px;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@keyframes mss-anim {
  from {
    opacity: 0;
    margin-top: 0%;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
#mss-content .mss {
  padding: 12px;
  border-radius: 6px;
  background: white;
  border: 1px solid #7b7b7b;
  animation-name: mss-anim;
  animation-duration: 0.7s;
  text-align: center;
  color: #29ba19;
}
#mss-content .mss.alert {
  color: #DE4646;
}

.image-caption {
  font-size: 14px;
  color: #7b7b7b;
  margin-top: 2px;
  max-width: 100%;
}

#partners-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  white-space: normal;
}
#partners-content .partners-title {
  text-align: center;
  font-weight: bold;
  margin: 24px auto 12px;
      text-transform: uppercase;
}
#partners-content #partners {
  display: flex;
  max-width: 100%;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
#partners-content #partners .partner {
  width: calc((100% - 72px) / 4);
}
#partners-content #partners .partner .partner-img {
  border-radius: 10px;
  width: 100%;
  height: calc((100vw - 96px) / 4);
  max-height: 177px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#partners-content #partners .partner .partner-title {
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  max-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #partners-content #partners .partner {
    width: calc((100% - 24px) / 2);
  }
  #partners-content #partners .partner .partner-img {
    height: calc((100vw - 48px) / 2);
    max-height: unset;
  }
}
#partners-content .about-link a {
  color: #9E6E4F;
  font-weight: bold;
}
#partners-content .about-link:hover {
  opacity: 0.7 !important;
}

/*# sourceMappingURL=main.css.map */
