* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

  body{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    background: #000;
    color: #fff;
  }
  h1,h2,h3,h4,h5,h6{
    margin: 0px;
  }
  a {
    color: #fff;
  }
  p{
    margin: 0px;
  }
  img {
    max-width: 100%;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }

  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1180px;
    }
  }

  @media (min-width: 1440px) {
    .container {
      max-width: 1380px;
    }
  }

  @media (min-width: 1600px) {
    .container {
      max-width: 1570px;
    }
  }
  
  header.active a{
    color: #000 !important;
  }
  header.active .header__menu {
    padding: 40px 120px 40px 40px;
    background-color: #fff;
  }
  header.active .header__search svg{
    fill: #000;
  }
  header.active .header__search input{
    color: #000;
  }
  header.active .header__search.active input{
    border-bottom: 1px solid #fff;
  }
  header.active .header__search input::placeholder{
    color: #000;
  }
  header.active .header__search i{
    color: #000;
  }
  .header__search{
    width: 24px;
    height: 24px;
    position: relative;
    transition: .6s;
  }
  .header__search svg{
    width: 24px !important;
    height: 24px !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
    cursor: pointer;
    fill: #fff;
  }
  .header__navbar ul:nth-child(2){
    display: none;
  }
  .header__search input{
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    background: none;

  }

  .header__search i{
    z-index: 22;
    font-size: 0px;
    position: absolute;
    cursor: pointer;
  }
  .header__search.active i{
    font-size: 20px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__search input::placeholder{
    color: #fff;
  }
  .header__search.active input::placeholder{
    color: #707070;
  }
  .header__search.active{
    width: 240px;
    height: 35px;
    position: relative;
    transform: .9s;
  }
  .sub__menu ul{
    padding: 0px;
    margin: 0px;
    font-size: 37px;
    font-weight: bold;
  }
  .sub__menu ul li{
    list-style: none;
  }
  .sub__menu ul li a {
    text-decoration: none;
  }
  
  .header__search.active svg{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 11;
  }
  .header__search.active input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #707070;
    padding: 0px 30px;
  }
  .header__search.active input:focus-visible{
    outline: none;
  }
  .sub__menu {
    display: none;
    background-color: #fff;
    margin-bottom: 80px;
    padding: 0 40px;
  }
  .sub__menu-inner{
    display: flex;
    gap: 160px;
    border-top: 4px solid #000;
    padding: 40px 0;
  }
  .sub__menu h2{
    font-size: 56px;
    opacity: 0.5;
    color: #000;
  }
  header.active .sub__menu{
    display: block;
  }
  .menu-sub-menu-container-inner{
    border-top: 4px solid #fff;
    display: flex;
    gap: 187px;
    padding: 42px 0px;
  }
  .menu-sub-menu-container-inner h2{
    font-size: 56px;
    opacity: 0.5;
    color: #fff;
  }
  .menu-sub-menu-container-inner ul{
    padding: 0px;
    margin: 0px;
  }
  .menu-sub-menu-container-inner ul li{
    list-style: none;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .menu-sub-menu-container-inner ul li a{
    text-decoration: none;
    color: #fff;
  }
  .hamburger__menu{
    display: none;
  }
  .menu-main-menu-container li ul{
    display: none;
  }


  .header__menu{
    padding: 16px;
    display: flex;
    justify-content: space-between;
  }
  .main__nav{
    display: flex;
    gap: 150px;
    align-items: center;

  }
  .main__nav ul{
    padding: 0px;
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main__nav ul li{
    text-transform: uppercase;
    list-style: none;
  }
  .main__nav ul li a{
    text-decoration: none;
    color: #fff;
  }

  .search__lang{
    display: flex;
    align-items: flex-start;
    gap: 25px;
  }
  .search__lang ul{
    display: flex;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    gap: 8px;

  }
  .search__lang ul li{
    list-style: none;
  }
  .search__lang ul li a{
    text-decoration: none;
    color: #fff;
  }

  .home__master {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100vh - 190px);
    margin-bottom: 80px;
  }
  .home__master img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
  }
  .home__master h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    padding: 40px;
    max-width: 1200px;
    font-size: 64px;
    z-index: 1;
  }


  .latest__news{
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 560px;
    margin-bottom: 40px;
  }
  .latest__post-big {
    width: 50%;
    background-color: #2641A6;
    padding: 80px;
    color: #fff;
  }
  .latest__post-big span{
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
  }
  .latest__post-big h1{
    font-size: 56px;
    margin-bottom: 56px;
    font-weight: 900;
  }
  .latest__post-next{
    display: flex;
    font-size: 24px;
    gap: 24px;
  }
  .latest__post-next img{
    width: 24px !important;
    object-fit: contain !important;
    cursor: pointer;
  }
  .latest__news img{
    width: 50%;
    object-fit: cover;
  }

  #load-more {
    padding: 16px 32px;
    border: 0;
    cursor: pointer;
  }


  .latest__posts{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 120px;
  }
  .latest__posts a{
    text-decoration: none;
  }
  .latest__post-item{
    display: block;
/*    position: relative;*/
    padding: 24px;
    text-decoration: none;
  }
  .latest__item-inner{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .latest__item-info span{
    display: block;
    font-size: 20px;
  }
  .latest__item-info{
    background: #000;
    color: #fff;
    padding: 24px;
    order: 2;
  }
  .latest__item-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 24px;
  }
  .latest__item-cat {
    font-weight: bold;
  }
  .latest__item-cat:after {
    content: ',';
  }
  .latest__item-cat:last-child:after {
    content: '';
  }
  .latest__item-info h2 {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .latest__post-item:hover h2 {
    text-decoration: underline;
  }
  .latest__item-img img {
    display: block;
    width: 100%;
  }
  /*.latest__post--Projects .latest__item-info{
    background-color: #2641A6;
  }
  .latest__post--Exhibitions .latest__item-info{
    background-color: #B79E32;
  }
  .latest__post--Lectures .latest__item-info{
    background-color: #4F6F52;
  }
  .latest__post--News .latest__item-info{
    background-color: #fff;
    color: #000;
  }
  .latest__post--Workshops .latest__item-info{
    background-color: #D83F31;
  }*/

  .grid:after {
    content: '';
    display: block;
    clear: both;
  }
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
  .grid-item {
    float: left;
  }

  .explore__title button:hover {
    opacity: 1;
  }


  .explore__title button.active {
    opacity: 1;
    padding: 0px;
  }

  .explore__title{
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
  }
  .explore__title button{
    font-size: 56px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    opacity: .2;
    padding: 0px;
  }
  .explore__post {
    display: none;
  }
  .explore__post.active {
    display: block;
  }
  .explore__post-item{
    display: flex;
    border: 3px solid #fff;
    padding: 24px;
    margin-bottom: 24px;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    text-decoration: none;
  }
  .explore__post-item:hover {
    background: #fff;
    color: #000;
  }
  .explore__post-info{
    padding: 24px;
  }
  .explore__post-info-item{
    display: flex;
    gap: 40px;
    margin-bottom: 8px;
  }
  .explore__post-info-item span{
    font-size: 28px;
    font-weight: bold;
  }
  .explore__post-info h3{
    font-size: 32px;
    margin-bottom: 16px;
  }
  .explore__post-info p{
    margin-bottom: 40px;
    font-size: 20px;
  }
  .explore__post-link {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: 24px;
  }
  .explore__post-img{
    flex-shrink: 0;
    width: 440px;
    height: 330px;
  }
  .explore__post-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .singlepage{
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 80px 0;
  }
  .singlepage__item{
    display: flex;
    gap: 40px;
    align-items: flex-start; 
  }
  .singlepage__img{
    width: 100%;
/*    height: 480px;*/
    margin-bottom: 40px;
  }
  .singlepage__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .singlepage__info{
    width: 30%
  }
  .singlepage__info-title{
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(255,255,255, .2);
  }
  .singlepage__info-title span{
      font-size: 28px;
      font-weight: bold;
  }

  .singlepage__info-item{
    padding: 32px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  }
  .singlepage__info-item p {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .singlepage__desc{
    width: 70%;
  }
  .singlepage__desc h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .singlepage__desc p {
    margin-bottom: 24px;
    font-size: 22px;
  }
  .explore__singlepage{
    padding: 80px 0px;
  }
  .about{
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    padding: 60px 0px 92px 42px;
  }
  .about h2{
    font-size: 56px;
  }
  .about h2:nth-child(1){
    margin-bottom: 65px;
  }
  .about__item{
    display: flex;
    gap: 60px;

  }
  .about__item-img{
    width: 714px;
    height: 605px;
    flex-shrink: 0;
  }
  .about__item-we-are{
    position: relative;
    top: 100px;
  }
  .about__item-we-are p:nth-child(4){
    margin-bottom: 0px;
  }
  .about__item-we-are h2{
    margin-bottom: 48px !important;
  }
  .about__item-we-are p{
    font-size: 22px;
    line-height: 32px ;
    margin-bottom: 35px;
  }
  .about__item{
    margin-bottom: 69px;
  }
  .about__information p{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .about__information ul {
    padding: 0px;
  }
  .about__information ul li{
    list-style: none;
    font-size: 32px;
    margin-bottom: 10px;
  }
  .timeline{
    padding: 80px 0px;

  }
  .timeline h2{
    display: flex;
    justify-content: center;
    font-size: 56px;
    margin-bottom: 20px;
  }
  .timeline__items {
    width: 150%;
    position: relative;
    left: -50%;
    padding-right: 450px;
  }
  .timeline__desc{
    margin: 0 auto;
    padding: 0 64px;
    text-align: center;
    opacity: 0.5;
  }
  .timeline__items .owl-item.active .timeline__desc {
    opacity: 1;
  }
  .timeline__desc p{
    font-size: 22px;
    text-align: center;
    line-height: 32px;
  }
  .timeline__year {
    display: block;
    margin-bottom: 40px;
    font-size: 100px;
  }
  .contact{
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    padding: 59px 0px 122px 49px;
  }
  .contact__info h2{
    font-size: 58px;
  }
  .contact__info h2:nth-child(1){
    margin-bottom: 88px;
    font-size: 56px;
  }
  .contact__info h2:nth-child(2){
    margin-bottom: 10px;
  }
  .contact__info h2:nth-child(3){
    margin-bottom: 10px;
  }
  .contact__info h2:nth-child(4){
    margin-bottom: 45px;
  }
  .contact__info p{
    font-size: 32px;
    text-decoration: underline;
  }
  .contact__info p:nth-child(5){
    margin-bottom: 5px;
  }
  .contact__form{
    padding: 78px 0px 94px 49px;
    display: flex;
    justify-content: space-between;
  }
  .contact__form-title{
    width: 340px;
  }
  .contact__form-title h2{
    font-size: 56px;
  }
  .contact__form-inner{
    padding-right: 43px;
    width: 590px;
  }
  .contact__form-inner input{
    display: block;
    width: 100%;
    height: 77px;
    margin-bottom: 30px;
    padding-left: 32px;
    font-size: 18px;
    background: #000;
    border: 1px solid #fff;
    color: #fff;
  }
  .has-spinner{
    width: 100%;
    background: #fff;
    height: 77px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
  }
  .contact__form-inner p {
    position: relative;
  }
  .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }
  .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-bottom: 4px;
}

  
  .partners__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }
  .partners {
    margin: 120px 0;
  }
  .partners-item {
    position: relative;
    width: calc(16.666% - 2px);
  }
  .partners-item img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .partners-item span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.7);
    transition: all .3s ease-in-out;
  }
  .partners-item:hover span {
    opacity: 1;
    visibility: visible;
  }
  .partners-title{
    margin-bottom: 32px;
  }
  .partners-title h2{
    font-size: 56px;
  }
  
  .pagination {
    width: 100%;
    margin-top: 80px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    justify-content: center;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
  }
  .page-numbers {
    border: 1px solid transparent;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
  }
  .page-numbers.current {
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .filter {
    margin-bottom: 24px;
  }
  .filter__item {
    width: 120px;
    padding: 4px 8px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
  }
  .filter__item option {
    color: #000;
  }


  .footer{
    padding-top: 80px;
    border-top: 4px solid #000;
  }
  .footer-items{
    display: flex;
    justify-content: center;
    padding-bottom: 88px;
    border-bottom: 4px solid #000;
  }
  .footer-item__sign h2{
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-item__input{
    position: relative;
    width: 590px;
    margin-bottom: 40px;
  }
  .footer-item__input button{
    top: 50%;
    right: 28px;
    position: absolute;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transform: translateY(-50%);
  }
  .footer-item__input ::placeholder{
    font-size: 18px;

  }
  .footer-item__input input{
    width: 100%;
    height: 78px;
    padding: 28px 100px 28px 28px;
    font-size: 18px;
    background: #000;
    border: 1px solid #fff;
  }
  .footer-item__social-media{
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .footer-item__social-media p{
    font-size: 28px;
  }
  .footer-item__social-media ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 8px;
    font-size: 28px;
  }
  .footer-item__social-media ul a{
    color: #fff;
  }
  .footer-item__social-media ul li{
    list-style: none;
  }
  .footer-item__cr{
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    align-items: center;
    padding: 33px 0px 55px 0px;
  }
  .footer-item__cr-privacy{
    display: flex;
    gap: 87px;
    align-items: center;
  }
  .footer-item__cr-privacy a{
    text-decoration: none;
    color: #fff;
  }
