  .visual-exposition__sample img {
    height: 320px;
    width: auto;
    object-fit: cover;
  }


  .grid-elem__content .post__capt h3{
    color: #3e4244;
    transition: .3s all;
  }


.grid-elem:hover h3{
  color:#e88874!important;
}

.col-md-4.grid-elem .cat_item_nav{
  display: none;
}

.post.grid-elem__content .cat_item_nav{
  display: none;
}

  .post__ttl{
    margin-top: 20px;
  }
  .post__pict{
    margin-bottom: 0;
  }
  .post__cont img{
    object-fit: cover;
  }

  .page-template-archive-grid  .post__cont img{
    height: 200px;
  }


.article_excerpt iframe{
    height: 400px;
  }

  .single-articles .breadcrumb-nav {
    margin-bottom: 0;
	  padding-right: 50px;
  }

.related-publications h2{
	margin-bottom:10px
}

.single .related-publications .row {
  display: block;
}

  .single .related-publications .row p{
    padding-bottom: 5px;
  }

  .cms-editor .gallery img{
    height: 300px;
    object-fit: cover;
  }

  .related-publications  h3{
    margin-bottom: 10px;
  }

  .cms-editor p.wp-caption-text{
    margin-bottom: 20px;
  }

  .flex_image_wrap {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .flex_image_wrap .image_description {
    padding-top: 0;
  }

  .flexSwiper {
    margin-top: 40px;
    margin-bottom: 50px;
    padding-bottom: 95px;
  }

  .flexSwiper .swiper-button-prev,
  .flexSwiper .swiper-button-next {
    background: transparent;
    top: auto;
    bottom: 0;
    z-index: 99;
  }

  .flexSwiper .swiper-button-next::after {
    content: '';
    background-image: url('/wp-content/uploads/2022/09/arrow-1.png');
    width: 31px;
    height: 12px;
  }

  .flexSwiper .swiper-button-prev::after {
    content: '';
    background-image: url('/wp-content/uploads/2022/09/arrow-1.png');
    width: 31px;
    height: 12px;
    transform: rotate(180deg);
  }

  .flexSwiper .swiper-slide a img {
    height: inherit;
    width: max-content;
    margin: 0 auto;
  }

  .flexSwiper .swiper-wrapper {
    height: 505px;
  }

  .flexSwiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border: 1px solid #3E4244;
    background: transparent;
    opacity: 1;
  }

  .flexSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #D9D9D9;
  }

  .flex_image_center {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .flex_image_center img {
    width: 345px;
    margin: 0 auto;
  }

  .flex_image_center .image_description {
    color: #3e4244;
    font-weight: 500 !important;
    text-align: center;
  }

  .flex_image:not(:last-child) {
    margin-right: 30px;
  }

  .flex_image_wrap.two_image .flex_image {
    height: 525px;
  }

  .image_text {
    display: block;
  }

  .image_text .flex_image {
    float: left;
    margin-bottom: 5px;
  }

  .image_text .flex_image {
    min-width: 255px;
    width: 255px;
    margin-right: 30px;
  }

  .home_menu {
    list-style: none;
  }

  .home_menu .menu-item-has-children {
    margin-bottom: 20px;
  }

  .home_menu .menu-item-has-children>a {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #3E4244;
    padding-right: 30px;
    padding-bottom: 7px;
    position: relative;
  }

  .home_menu .menu-item-has-children>a::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000;
  }


  .home_menu .sub-menu {
    list-style: none;
    padding: 20px 20px 0 20px;
    display: none;
 }

  .home_menu .menu-item-has-children:first-child .sub-menu {
    display: block;
  }

  .home_menu .sub-menu a {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #3E4244;
  }

  #open-lvivcenter {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3E4244;
    padding: 7px 25px 12px 65px;
    border: 1px solid #3E4244;
    margin-top: 35px;
    display: block;
    position: relative;
  }

  #open-lvivcenter::before {
    position: absolute;
    left: 27px;
    top: 4px;
    font-size: 27px;
  }


  #support {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3E4244;
    padding: 7px 58px 12px 60px;
    text-align: center;
    border: 1px solid #3E4244;
    margin-top: 35px;
    display: block;
    position: relative;
    text-align: center;
  }

  #support:before {
    content: '\e905';
    font-family: 'icomoon' !important;
    font-size: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .related_posts {
    background: #DFDFDF;
    padding-top: 40px;
  }

  .related_posts .post{
    width: 100%;
  }

  .related_posts .content-wrapper__main {
    width: 730px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }


  .related_links {
    width: 730px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 65px;
    z-index: 1;
    position: relative;
  }

  .related_links .article_excerpt {
    display: inline-block;
    margin-right: 17px;
  }

  .related_links .article_excerpt a {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #E88874;
  }

  .related-publications {
    margin-bottom: 80px;
  }

  .related-publications h3{
    display: flex;
    font-weight: bold;
width: 100%;
  }


  .related-publications ol {
    margin: 0;
	   padding-left: 30px;
    transition: .3s all;
    height: 100%;
    overflow: visible;
    padding-bottom: 10px;
  }

  .related-publications ul {
    margin: 0;
	   padding-left: 15px;
    transition: .3s all;
    height: 100%;
    overflow: visible;
  }

.related-publications .row {
    padding-left: 0px;
    margin: 0;
  
  }

  .related-publications li {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #3e4244;
  }

  .related-public {
    text-align: right;
    margin-top: 20px;
  }

  .related-public span {
    font-weight: 400;
    width: 125px;
    font-size: 14px;
    line-height: 18px;
    color: #3E4244;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: solid 1px #000000;
    display: inline-block;
    text-align: left;
    position: relative;
    cursor: pointer;
  }

  .related-public span::before {
    content: '';
    background-image: url(/wp-content/uploads/2022/09/arrow-right.png);
    width: 5px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 0;
    transition: 0.3s all;
  }

.related-public{
  display: none;
}

.related_publications_overflow  .related-public{
  display: block;
}


.related_publications_overflow .row{
  max-height: 75px;
  overflow-y: hidden;
  background: linear-gradient(180deg, #3E4244 45.71%, rgba(62, 66, 68, 0) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.rotate.related-public{
  display: block;

}

.rotate .related-more::before{
  transform: rotate(180deg);
}

.flex_text h2{
  margin-top: 20px
}

.content-wrapper__main h2{
  margin-top: 20px;
}

  .cms-editor.mb50{
    margin-bottom: 0
  }


  .cms-editor iframe{
    height: 400px;
  }

.related-publications .row p{
	font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #3e4244;
}


  .content-wrapper__main .cms-editor .alignleft img{
  height: auto;
}

  .single-places .article_excerpt p{
    font-family: 'Source Sans Pro', sans-serif!important;
    font-size: 16px!important;
    font-weight: 300!important;
  }


  .cat_item_nav{
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
  }


  .cat_item_nav_sub{
    margin-left: 20px;
    font-weight: 400;
  }

.page-id-592 .nav_menu_items{
	display:none
} 

