.site-header__logo {
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    color: #1E5945;
}
.site-header__company {
    margin-top:-16px;
}

@media (max-width: 1230px) {
  .site-header__company {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__name {
    top: 0;
  }
}
@media (max-width: 768px) {
  .site-header__logo {
    text-align: center;
  }
}
@media (min-width: 1230px) {
  .sticky .site-header__name {
    top: 0;
  }
}

.content_div{
    margin: 50px auto;
    max-width: 1094px;
}

.inform_res_div{
  display: flex;
  flex-wrap: wrap;
  /* height:200px; */
  flex-direction: row;
  /* justify-content: space-between; */
  justify-content: center;
}
.inform_res_div .div_div {
  width:320px;
  /* background-color:red; */
  margin:10px;
  align-items: baseline;
  visibility: visible;
  animation-name: slideInLeft;
}
.inform_res_div .div_div .inform_link {
  display: block;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  min-height: 95px;
}
.inform_res_div .div_div .inform_link:hover {
  background-color:#f5f8fc;
}
.inform_res_div .div_div img {
  float: left;
  margin-right: 20px;
}
.inform_res_div .div_div .inform_text {
  display: block;
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
  color: #0F162E;
  margin: 0 0;
}
.inform_res_head {
  max-width: 900px;
  font-weight: 900;
  font-size: 36px;
  line-height: 120%;
  color: #0F162E;
  margin: 0 0 25px;
}
.conact_top_div .conact_top_head {
  display: inline-block;
  margin-right: 10px;
}
.conact_top_div .conact_top_li {

}
.conact_top_div .contacts__text {
  display: inline-block;
}
.conact_top_div .social__list_wrap {
  display: inline-block;
}
.conact_top_div .social__list {
  /* display: inline-block; */
}

.conact_top_div .social__list .social__item {
  padding: 0;
  padding-right: 10px;
}

.why_item {
  min-height: 170px;
}

@media (max-width: 1000px) {
  .why_item {
    min-height: inherit;
  }
}

.contact_table {
  width: 100%;
}
.contact_table tr:nth-child(odd) {
  background-color: #F5F8FC;
}
.contact_table th {
  text-align: left;
  padding: 5px;
}
.contact_table td {
  vertical-align: top;
  text-align: left;
  padding: 5px;
}
.contact_table td:first-child {
  width: 430px;
}
.contact_table td:last-child {
  width: 60px;
}

.content_div.conact h3, .content_div.conact h4{
  text-align: left;
}
.content_inner_right_div {
  margin: 50px 0 50px auto;
  max-width: 1060px;
}
ul#vertical-multilevel-menu {
  float: left;
  margin: 50px 30px 30px 0;
}
.content_inner_right_div h1 {
  margin: 0 0 20px 0;
}

.content_div h1 {
  margin: 0 0 20px 0;
}

.faq_table {
  width: 100%;
}
.faq_table tr:nth-child(odd) {
  background-color: #F5F8FC;
}
.faq_table th {
  text-align: left;
  padding: 30px;
}
.faq_table td {
  vertical-align: top;
  text-align: left;
  padding: 30px;
}
.faq_table td:first-child {
  width: 430px;
  font-weight: bold;
}
.faq_table td:last-child {
  /* width: 60px; */
}

.pricelist_table {
  width: 100%;
  margin-bottom: 50px;
}
.pricelist_table tr:nth-child(odd) {
  background-color: #F5F8FC;
}
.pricelist_table th {
  text-align: left;
  padding: 20px;
  vertical-align: bottom;
}
.pricelist_table td {
  vertical-align: top;
  text-align: left;
  padding: 20px;
}
.pricelist_table td:first-child {
  width: 50px;
  font-weight: bold;
}
.pricelist_table td:last-child {
  width: 130px;
}

.institutionstructure_table {
  width: 100%;
}
.institutionstructure_table tr:nth-child(odd) {
  background-color: #F5F8FC;
}
.institutionstructure_table th {
  text-align: left;
  padding: 10px;
}
.institutionstructure_table td {
  vertical-align: top;
  text-align: left;
  padding: 10px;
}
.institutionstructure_table td:first-child {
  /* width: 450px; */
}
.institutionstructure_table td:last-child {
  /* width: 60px; */
}

.default_table {
  width: 100%;
}
.default_table tr:nth-child(odd) {
  background-color: #F5F8FC;
}
.default_table th {
  text-align: left;
  padding: 10px;
}
.default_table td {
  vertical-align: top;
  text-align: left;
  padding: 10px;
}

.file_link {
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: 25px;
  font-size: 20px;
  font-weight: 500;
  color: #0f162e;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  text-shadow: 0 0 10px #ffffff;
}
.file_link:hover {
  opacity: 0.7;
  cursor: pointer;
}
.file_link:before {
  content: "\f56d";
  display: block;
  position: absolute;
  left:-25px;
  top:0;
  font-family: "Font Awesome 6 Free";
}

.inner_link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #0f162e;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  text-shadow: 0 0 10px #ffffff;
  border: 1px solid;
  padding: 10px;
  background-color: #f5f8fc;
  margin-right: 20px;
}
.inner_link:hover {
  opacity: 0.7;
  cursor: pointer;
}

.bx-breadcrumb .bx-breadcrumb-item a {
  color: #0f162e;
  text-decoration: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.institutionstructure_tabs_div .content_wrap {
  margin-bottom: 20px;
}
.institutionstructure_tabs_div .head_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 20px;
}
.institutionstructure_tabs_div .head_wrap .div {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #0f162e;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  text-shadow: 0 0 10px #ffffff;
  border: 1px solid #7c7d80;
  padding: 10px;
  background-color: #f5f8fc;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 565px;
  text-align: center;
}
.institutionstructure_tabs_div .head_wrap .div:hover {
  opacity: 0.7;
  cursor: pointer;
}
.institutionstructure_tabs_div .content_wrap .div {
  display: none;
}
.institutionstructure_tabs_div .content_wrap .div.active {
  display: block;
}

.medorg_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 20px;
}
.medorg_wrap .div {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #0f162e;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  text-shadow: 0 0 10px #ffffff;
  border: 1px solid #7c7d80;
  padding: 10px;
  background-color: #f5f8fc;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 565px;
  text-align: center;
}
.medorg_wrap .div:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* structure_div */
.structure_div {
  text-align: center;
  min-width: 730px;
  margin: auto;
  margin-top:50px;
  margin-bottom:100px;
  max-width: 900px;
}
.structure_div .div {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #0f162e;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  text-shadow: 0 0 10px #ffffff;
  border: 1px solid #7c7d80;
  padding: 10px;
  background-color: #f5f8fc;
  margin: 0;
  max-width: 300px;
  text-align: center;
  width: 290px;
  height: 75px;
  vertical-align: top;
}
.structure_div .div:hover {
  /* opacity: 0.7; */
  background-color: #ebeff3;
}
.structure_div .div.first {
  cursor: auto;
  background-color: #ffffff;
}
.structure_div .div.w220 {
  width: 220px;
}
.structure_div .div.h100 {
  height: 100px;
}
.structure_div .div.h125 {
  height: 125px;
}
.structure_div .div.pt24 {
  padding-top: 24px;
}
.structure_div .div.pt47 {
  padding-top: 47px;
}
.structure_div .div.lh80 {
  line-height: 80px;
}
.structure_div .div.lh55 {
  line-height: 55px;
}
.structure_div .div.lh55 {
  line-height: 55px;
}
.structure_div .li.li3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.structure_div .li.li2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  max-width: 616px;
  margin: auto;
}
.structure_div .li.limargin80 {
  margin-bottom: 80px;
}
.structure_div .li.limargin40 {
  margin-bottom: 40px;
}
.structure_div .arrow{
  position: absolute;
  background-color: #7c7d80;
  border: 0;
}
.structure_div div.direct .a1{
  bottom: -40px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 40px;
}
.structure_div div.direct .a2{
  bottom: 0;
  left: -300px;
  width: 600px;
  height: 2px;
}
.structure_div div.direct .a3{
  bottom: -50px;
  left: 0;
  width: 2px;
  height: 50px;
}
.structure_div div.direct .a4{
  bottom: -50px;
  left: 50%;
  width: 2px;
  height: 50px;
}
.structure_div div.direct .a5{
  bottom: -50px;
  right: 0;
  width: 2px;
  height: 50px;
}
.structure_div div.direct .a6{
  bottom: -200px;
  left: 50%;
  margin-left: -128px;
  width: 2px;
  height: 200px;
}
.structure_div div.direct .a7{
  bottom: -200px;
  right: 50%;
  margin-right: -128px;
  width: 2px;
  height: 200px;
}

.structure_div div.zam1 .a1{
  bottom: -42px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 42px;
}
.structure_div div.zam1 .a2{
  bottom: 0;
  left: -180px;
  width: 180px;
  height: 2px;
}
.structure_div div.zam1 .a3{
  bottom: -320px;
  left: 0;
  width: 2px;
  height: 320px;
}
.structure_div div.zam1 .a4{
  bottom: 0;
  right: -50px;
  width: 50px;
  height: 2px;
}
.structure_div div.zam1 .a5{
  top: 75px;
  right: -50px;
  width: 50px;
  height: 2px;
}
.structure_div div.zam1 .a6{
  top: 190px;
  right: -50px;
  width: 50px;
  height: 2px;
}

.structure_div div.zam2 .a1{
  bottom: -42px;
  right: 50%;
  margin-right: -1px;
  width: 2px;
  height: 42px;
}
.structure_div div.zam2 .a2{
  bottom: 0;
  right: -180px;
  width: 180px;
  height: 2px;
}
.structure_div div.zam2 .a3{
  bottom: -320px;
  right: 0;
  width: 2px;
  height: 320px;
}
.structure_div div.zam2 .a4{
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 2px;
}
.structure_div div.zam2 .a5{
  top: 75px;
  left: -50px;
  width: 50px;
  height: 2px;
}
.structure_div div.zam2 .a6{
  top: 190px;
  left: -50px;
  width: 50px;
  height: 2px;
}
/* /structure_div */

.content_div li, .content_inner_right_div li {
  margin-bottom: 1em;
}

@media (max-width: 1420px) {
  #vertical-multilevel-menu {
    display: none;
  }
  .content_inner_right_div {
    /* margin: 50px 0 50px auto; */
    margin: 50px auto;
  }
}

.h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.accordion-item__trigger {
  cursor: pointer;
}

.year_report_accordion .accordion-item__trigger {
  padding: 20px;
  background-color: #F5F8FC;
}
.year_report_accordion .accordion-item__content {
  display: none;
}

.psvdmn {
  display: none;
  width: 100%;
  height: 150px;
}
.psvdmn.active {
  display: block;
}
@media (max-width: 768px) {
  div.psvdmn.active {
    display: none;
  }
  header.sticky button.site-header__menu {
    position: absolute;
    top: 20px;
    left: auto;
  }
}

.carouselslidewrap {
  margin-bottom: 25px;
  position: relative;
}

#carouselMain .slick-list {
  position: relative;
  /* opacity: .4; */
}

#carouselMain .slick-list {
  border-radius: 10px;
  border-radius: 50px;
}
.carouselslidewrap .carousel-wrapper {
  overflow: hidden;
  max-height: 350px;
  opacity: .4;
  border-radius: 50px;
}

.carouselslidewrap .carouselslidewrap_text_div {
  position: absolute;
  top: 100px;
  left: 80px;
  top: 50px;
  top: 70px;
  left: 50px;
  left: 131px;
  z-index: 10;
}

.carouselslidewrap .carouselslidewrap_text_div .carouselslidewrap_text1 {
  font-size: 40px;
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  color: #0f162e;
}

.carouselslidewrap .carouselslidewrap_text_div .carouselslidewrap_text2 {
  /* font-weight: 500; */
  font-weight: bold;
  font-size: 16px;
  /* color: #4b536f; */
  color: #0f162e;
  margin: 10px 0;
  padding-bottom: 25px;
}

.carouselslidewrap .carouselslidewrap_text_div .main-show__btn {
  margin: 0;
  border: 0;
  text-decoration: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  transition-duration: 0.2s;
  transition-property: opacity;
  padding: 18px 36px;
  border-radius: 28px;
  font-size: 17px;
}

@media (max-width: 1180px) {
  .carouselslidewrap .carouselslidewrap_text_div {
      position: absolute;
      top: 50px;
      left: 50px;
  }
}

@media (max-width: 1100px) {
  .carouselslidewrap .carouselslidewrap_text_div {
      position: absolute;
      top: 25px;
      left: 20px;
  }
}

@media (max-width: 880px) {
  .carouselslidewrap .carouselslidewrap_text_div .carouselslidewrap_text1 {
      font-size: 16px;
  }

  .carouselslidewrap .carouselslidewrap_text_div .carouselslidewrap_text2 {
      font-size: 12px;
  }

  .carouselslidewrap .carouselslidewrap_text_div .main-show__btn {
      padding: 10px 20px;
      font-size: 12px;
      max-width: 200px;
  }
}

#carouselMain .carousel-item img{
  min-height: 200px;
}
.carouselslidewrap {
  min-height: 170px;
}

.miacbvi_link {
  font-size: 17px;
  font-weight: 500;
  color: #0F162E;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.miacbvi_link:hover {
  opacity: 0.7;
}
.site-footer__social .social__item:first-of-type {
  padding-left: 0;
}
ul.social__list{
  margin-bottom: 20px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .div_site-footer__list .div_site-footer__item {
    text-align: center;
  }
  .site-footer__col-one.last {
    margin-bottom: 55px;
  }
}

.div_footer_search .search-form {
  white-space: nowrap;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div_footer_search .search-form input[type="submit"] {
  cursor: pointer;
  border-style: solid;
  background-color: #47A76A !important;
  color: #ffffff;
  border-color: #47A76A;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.site-header__item.verseye {
  padding-top:0;
}

.sticky .site-header__item.verseye {
  padding-top:10px;
}

.site-header__item.searchdiv {
  padding-top:0;
}

.sticky .site-header__item.searchdiv {
  padding-top:20px;
}

.site-header__item.socialnetwork {
  padding-top:0;
}

.sticky .site-header__item.socialnetwork {
  padding-top:10px;
}

@media (max-width: 1392px) {
  .site-header__item.verseye {
    text-align: right;
  }
}

.site-header__item .search-form {
  font-size: 14px;
}

.site-header__item .search-form input[type="submit"] {
  cursor: pointer;
  border-style: solid;
  background-color: #47A76A !important;
  color: #ffffff;
  border-color: #47A76A;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

section.site-header__social {
  padding-left: 0px;
  padding-right: 0px;
}

.site-header__item.searchdiv .search-form  input[type="text"] {
  width: 150px;
}
