.slider div{
    height: 100%;
}
.new-style .index-title .title .btn-black{
  position: relative;
  overflow: hidden;
}

.slider-more {
  margin-bottom: 50px;
}

.new-style .index-title .title .btn-black .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    opacity: 0;
    transition: all 0.3s;
  }
  
.new-style .index-title:hover .btn-black .overlay{
    opacity: 0.2;
}

.new-style .index-title:hover .btn-black{
    background-color: transparent!important;
}

.slider-two{
  margin-top: 40px;
}
.advantage .title {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 16px;
  padding: 0 20px;
}

.advantage .title h3 {
  font-family: "CoFo_Sans-Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}

.events-list .filter li a.active{
  background-color: black;
  color: white;
}
.events-list .filter li a {
  width: auto;
  height: 70px;
  display: inline-block;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: 1px solid black !important;
  color: #000;
  background-color: white;
  font-family: "CoFo_Sans-Medium", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 0 10px;
  transition: all 0.3s;
}
.ajax-call.active {
    pointer-events: none;
}

.ajax-call.active p{
  pointer-events: none;
  display: inline-block;
}
.first-title .tabs li a.active, 
.index-title .tabs li a.active {
  pointer-events: none;
}

.about-page .bg-img img{
  width: 100%;
  height: auto;
  display: inline-block;
}

/*.about-page .quote {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  display: inline-block;*/
/*  background-color: white;*/
/*  padding: 50px 20px;*/
/*}*/

/*!*.about-page .quote li {*!*/
/*!*  width: 50%;*!*/
/*!*  height: auto;*!*/
/*!*  display: inline-block;*!*/
/*!*  vertical-align: top;*!*/
/*!*  padding: 0 20px;*!*/
/*!*}*!*/

/*.about-page .quote li p {*/
/*  font-size: 18px;*/
/*  line-height: 22px;*/
/*  font-family: "CoFo_Sans-Medium", sans-serif;*/
/*  text-transform: uppercase;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.about-page .quote li .name {*/
/*  font-size: 12px;*/
/*  line-height: 16px;*/
/*  font-family: "CoFo_Sans-Regular", sans-serif;*/
/*  text-transform: uppercase;*/
/*  margin-top: 60px;*/
/*}*/

.about-page .description {
  border-top: 1px solid white;
}

section{
  display: block;
}
.people-list ul li .img {
  display: block;
}

.people-list li {
  position: relative;
}

.people-list .pdf{
  width: 32px;
  height: 32px;
  position: absolute;
  top: 15px;
  right: 30px;
  background-color: black;
  border-radius: 50%;
  cursor: pointer;
}

.people-list .pdf::after{
  content: '';
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/noChange/info.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px auto;
  position: absolute;
}

.first-title .desc div,
.first-title .desc span,
.first-title .desc p{
  margin-bottom: 20px;
}


.numbered-block ul li h5{
  font-family: "CoFo_Sans-Medium", sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.loading{
  position: relative;
}
.loading::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/loader.gif);
  background-size: 40px auto;
  background-color: white;
  z-index: 100;
  background-position-y: 200px;
  background-repeat: no-repeat;
  background-position-x: center;
  opacity: 0;
  transition: all .5s ease-in-out;
  pointer-events: none;
}

.loading.active::before{
  opacity: 1;
}

/*.open-sub p span {
  position: relative;
}

.open-sub p span:after {
  transform: rotate(45deg);
  right: -11px;
}
.open-sub p span:before {
  transform: rotate(-45deg);
  right: -7px;
}

.open-sub p span:after,
.open-sub p span:before {
  position: absolute;
  content: '';
  top: 6px;
  width: 1px;
  height: 5px;
  background-color: black;
}

@media (min-width: 1112px) {
  header .menu ul li a,
  header .menu ul li p {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  header .menu ul li a:hover,
  header .menu ul li p:hover {
    color: rgba(0, 0, 0, 0.66);
  }
}*/

.zero-page .first-title h2,
.bachelor-page .first-title h2,
.zero-page .index-title h2,
.bachelor-page .index-title h2 {
  font-family: "CoFo_Sans-Medium",sans-serif;
  font-size: 54px;
  line-height: 58px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .zero-page .first-title h2,
  .bachelor-page .first-title h2,
  .zero-page .index-title h2,
  .bachelor-page .index-title h2 {
    font-size: 34px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .zero-page .btn-black, .zero-page .btn-white,
  .bachelor-page .btn-black, .bachelor-page .btn-white {
    height: 47px;
    border-radius: 10px;
  }

  .zero-page .first-title h2,
  .bachelor-page .first-title h2,
  .zero-page .index-title h2,
  .bachelor-page .index-title h2 {
    font-size: 34px;
    line-height: 38px;
  }
}

.what .what_info li .relative {
  cursor: pointer;
}

@media (min-width: 992px) {
  .what .what_info li .what-hover {
    display: block!important;
  }
}

@media (max-width: 991px) {
  .what .what_info li .what-hover {
    display: none;
  }

  .what .what_info li .what-hover.active {
    display: block;
  }
}