@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* all settings */
.wrap-header{
  padding: 100px 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.wrap-header{
  background-color: #f5f5f5;
}

.wrap-header__title{
  font-weight: 700;
  font-size: 55px;
  color: #fff;
  line-height: 1.2;

}

.wrap-header__inner{
  position: relative;
  z-index: 2;
}

.container-medium{
  max-width: 1030px;
}

.overflow {
    overflow: hidden;
}

.notif-new{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*background: linear-gradient(90deg, transparent, #000 20px);*/
}

.content-list__item-new{
    justify-content: space-between;
}

.post-bg-color-blue{
  background-color: #DBE3EA  !important;
  /*color: #325D7C !important;*/
  color: #111 !important;
}

.post-bg-color-yellow{
  background-color: #A2D7FF !important;
  color: #111 !important;
}



.notif-new-row{
  display: flex;
  justify-content: space-between;
}

.post-info__cat{
  display: inline-block !important;
  padding: 5px 15px;
  /*background-color: #00a8ec;*/
  /* width: auto; */
  border-radius: 5px;
  /* flex-direction: row; */
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  /*width: 100px;*/
  text-align: center;
  margin-bottom: 20px;
  /*color: #f9f9f9;*/
}

.post-info-card{
  padding: 20px;
  background-color: #fff;
  /*width: 280px;*/
    border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 123 255 / 15%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 123 255 / 15%);
}

.notif-new{
  font-weight: 700;
}


.n2-ss-slider-2{
  border-radius: 10px;
}

/*
.press-head-new{
  background-color: #f9f9f9;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;

}*/



/* all settings */

/*.slider-eco__inner{
	display: flex;
}*/


.slider-eco {
  width: 100%;
  background-color: #fff;
  line-height: 1;
}

.eco__content {
  width: 100%;
  
  background-color: #fff;
  position: relative;
}

.video-gallery, .press, .NumeralAndFacts, .training, .partners, .announcements, .news{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.all-view__btn{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.announcements{
  background-color: #f9f9f9;
}

/*.slider__content {
  border-radius: 10px;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 10%);
  
 
}

 Добавляем отступ сверху на мобильных устройствах 
@media (max-width: 767px) {
  .slider__content {
    margin-top: 30px;

  }
}*/

.slider-fluid {
  height: 361.25px;
  object-fit: cover;
  object-position: center center;
}

.eco__content {
  height: 361px;
  position: relative;
  /*box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 10%);*/
  border-radius: 5px;
  
  border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .75rem;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 10%);
	overflow: hidden;
}


.eco__content:hover {
    border: 1px solid #00a8ec;
    background-color: #fff;
    color: #00a8ec;
    transition: 0.8s; 
}

.eco__content::before {
    /*content: '';*/
    position: absolute;
    top: 68%;
    right: 0;
    /* border-radius: .75rem; */
    left: -39px;
    bottom: 0;
    /* box-shadow: inset 0 -3px 0 0 #3c9bf2; */
    /* opacity: 0; */
    /* transition: opacity .4s; */
    background-color: #EFF3FF;
    transform: rotate(-14deg);
    width: 500px;
    height: 500px;
}

.eco__content::after{
	/*content: '';*/
    position: absolute;
    top: 68%;
    right: 0;
    /* border-radius: .75rem; */
    left: -39px;
    bottom: 0;
    /* box-shadow: inset 0 -3px 0 0 #3c9bf2; */
    /* opacity: 0; */
    /* transition: opacity .4s; */
    background-color: #EFF3FF;
    transform: rotate(-14deg);
    width: 500px;
    height: 500px;
}

.eco__content:hover::before {
  opacity: 1;
}

.eco__content-inner {
	display: flex;
	flex-direction: column;
  /*padding: 25px;*/
  height: 100%;
  justify-content: space-between;

}

.eco__title {
  /*font-weight: 700;
  font-size: 30px;
  letter-spacing: 1.2px;
  color: #00a8ec;
  z-index: 999;*/

  font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #fff;
    z-index: 999;
    padding: 15px 25px;
    background-color: #00a8ec;
    line-height: 35px;
}

.eco__text {
  /*z-index: 998;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.2px;
  line-height: 1.2;*/

  z-index: 998;
    font-weight: 300;
    font-size: 16px;
    /* letter-spacing: 1.2px; */
    line-height: 1.2;
    padding: 0px 25px;
    
}

.eco__btn {
  
  /*letter-spacing: 1.2px;
  background-color: inherit;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  color: rgb(0, 168, 236);
  border: 2px solid rgb(0, 168, 236);
  border-radius: 15px;
  font-weight: 700;
  font-size: 18px;
  transition: 0.8s;
  z-index: 5;*/

  letter-spacing: 1.2px;
  background-color: inherit;
  /* padding: 15px 0px; */
  /* width: 80%; */
  /* text-align: center; */
 /* color: rgb(0, 168, 236);*/
  /* border: 2px solid rgb(0, 168, 236); */
  /* border-radius: 15px; */
  font-weight: 700;
  font-size: 18px;
  /* transition: 0.8s; */
  color: #333;
  z-index: 5;
  margin: 10px 25px 35px 25px;
}

.eco__img {
  margin: 25px 25px 25px;
}

.eco__content:hover .eco__btn {
	
/*	background-color: rgb(0, 168, 236);*/
	color: #00a8ec;
	transition: 0.8s;
}

.eco__btn::before {
  position: absolute;
  content: "";
  background-image: url(https://www.flaticon.com/svg/static/icons/svg/993/993552.svg);
}

@media (max-width:1100px){
	.slider-eco__inner .col-size-reload {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.eco__content{
	margin-top: 30px;
	height: 55px;
	}
	.eco__text, .eco__btn{
		display: none;
	}
	.eco__title{
		font-size: 18px;
    text-align: center;
    padding: 0;
    background-color: inherit;
    line-height: 0;
    color: #333;
	}

  .eco__img{
    display: none;
  }
	.eco__content::before{
		display: none;
	}
	.eco__content-inner {
    padding: 25px;
	}
  .eco__content:hover .eco__title{
    color: #00a8ec;
    transition: 0.8s; 
  }
}




.development__inner{
    margin: 50px 0;
}

.development__title{
    font-size: 40px;
    color: #333;
}

.development-wrap{
    margin: 100px 0;
}

.development-column{
    margin-bottom: 100px;
}

.development__title-mini{
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 30px;
}

.development__text{
    font-size: 24px;
}

.development__text-value{
    margin-bottom: 20px;
    height: 170px;
    border-top: 5px solid #5E77C5;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E4EBFF;
    transition: .4s;
	padding: 20px;
}

.development__text-value:hover{
    border-top: 5px solid #4a62ac;
    background-color: #d7dff3;
    color: #333;
    cursor: pointer;
    transition: .4s;
}

.development__icon{
    width: 200px;
    margin: 30px auto 25px;
}

.development__text-mini{
    font-size: 20px;
}

.development__text-row{
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    height: 120px;
    border-top: 5px solid #5E77C5;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E4EBFF;
    transition: .4s;
}

.development__text-row:hover{
    border-top: 5px solid #4a62ac;
    background-color: #d7dff3;
    color: #333;
    transition: .4s;
}

.not_clickable:hover, .not_clickable a:hover {
  cursor: default;
  opacity: unset;
}

svg .buildings-wkau:hover{
    fill: #eee;

    
}

.background-color-svg path,polygon{

}

.red{
    fill: red;
}


.cls-1,.cls-13,.cls-6,.cls-7,.cls-9{fill:none;}

.cls-3{fill:#f4f2e1;}
.cls-4{fill:#fff;}
.cls-14,.cls-5{fill:#d4f2bb;}

.cls-13,.cls-14,.cls-6,.cls-7,.cls-9{stroke-miterlimit:10;stroke-width:2px;}
.cls-7{stroke:#ccc;}

.cls-6{stroke:#c8d8ba;}

.cls-13{stroke:#bababa;}
.cls-14,.cls-9{stroke:#c9c4b5;}

.cls-8{fill:#dedac8;}
.cls-10{clip-path:url(#clip-path-2);}
.cls-11{fill:#dcd9c8;}
.cls-12{fill:#d4d4d4;}

.map-box {
  width: 50%;
  margin: 50px auto;
}

.contact__map-title {
  font-size: 28px;
  text-align: center;
  margin-top: 50px;
}

body>.cstm_fotorama_fullscreen_wrap {position: fixed; top:0%; bottom:0; width:100%; height:100%; left:0; right:0; width:100%; height:100%; z-index:1001000; background-color:rgba(0,0,0,0.85)}
body>.cstm_fotorama_fullscreen_wrap .cstm_fotorama_fullscreen {position: absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%;}
body>.cstm_fotorama_fullscreen_wrap .del_button {position:absolute; color:#fff; cursor:pointer; font-size:20px; z-index: 1002; text-align: center;  vertical-align:middle;  display:block; top:0; right:0; width:10%; height:20%;  max-height: 60px;  background: url(../images/ftrm_close.png) no-repeat center; background-size: 20px;}
body>.cstm_fotorama_fullscreen_wrap .del_button:before {top:50%; position:relative; text-shadow:0 0 1px #000; }


.fotorama__nav--dots .fotorama__nav__frame {width:26px !important;}
.fotorama__dot {width:8px !important; left:8px !important; height:8px !important; border:none !important; background-color:#a8a8a8 !important;}
.fotorama__nav__frame.fotorama__active .fotorama__dot {border:none !important; background-color:#503435 !important;}
.fotorama__caption {text-align:center !important;}
.fotorama__caption__wrap {background-color: rgba(232, 227, 227, 0.9) !important;     padding: 2px 10px !important; color: #666; font-style: italic;}

.cstm_fotorama img.togallery {
  transition: all 0.2s;
}
.cstm_fotorama img.togallery:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
    body>.cstm_fotorama_fullscreen_wrap .cstm_fotorama_fullscreen  {height:80%; top:10%; bottom:10%;}
}

.notif__buttons .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6;
}


/*redesign leadership pages*/

.new-leadership__title{
    color: #222;
    font-size: 40px;
    position: relative;
    margin-bottom: 40px;
}

.new-leadership__title::after{
    position: absolute;
    content: "";
    top: 55%;
    
    /* right: 20px; */
    width: 100%;
    height: 1px;
    margin-left: 20px;
    background-color: #0083ca;
}

/*
.new-leadership__img div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;

}
*/
.new-leadership__img{
    /*width: 100%;
    padding-top: 70%;
    position: relative;*/
}

.new-leadership__img img{
    width: 230px;
    /*min-height: 100%;*/
    height: 100%;
    border: 1px solid rgba(0,0,0,.1);
}

.new-leadership__items{
  width: 100%;
    
}

.new-leadership__items:last-child{
  
}

.new-leadership__grid{
  /*display: grid;
  grid-template-columns: repeat(auto-fill, 380px);
  justify-content: space-between;
  grid-gap: 20px;*/
  display: grid;
  grid-template-columns: repeat(auto-fill, 49%);
  justify-content: space-between;
  grid-gap: 30px 20px;
  margin-bottom: 20px;  

  
}


.leadership-instituts .new-leadership__card-inner{
  display: flex;
}

.new-leadership__name{
  font-size: 22px;
  width: 250px;
   
}

.new-leadership__info{
  margin-left: 25px;
  
}

.new-leadership__box-shadow{
  box-shadow: 0 2px 8px rgb(34 34 34 / 16%);
}

.new-leadership__card-inner{
  padding: 24px;
}

.leadership-rector{
  margin-bottom: 50px;
}

.leadership{
  margin-top: 40px;
}


.new-leadership__text{
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0,0,0,.4)!important;
}



.leadership-rector__status{
  font-size: 20px;
  color: #222;
  margin-top: 30px;
  margin-bottom: 14px;
  font-weight: 700;
}

.leadership-rector__name{
  font-size: 44px;
  color: #0083ca;
  margin-bottom: 24px;
  font-weight: 700;
}

.leadership-rector__items-img{
  width: 400px;
  border: 1px solid rgba(0,0,0,.1);
}


.leadership-rector__items-text{
  width: 60% !important;

}

.leadership-rector__desc{
  color: rgba(0,0,0,.6)!important;
  text-align: justify;
}


.new-leadership-bg{
  background-image: url(../images/1wkau.jpg);
  background-size: cover;
  /*background-position: 0 -50px;*/
  position: relative;
  background-repeat: no-repeat;
}

.new-leadership-bg:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #00a8ecb5;
  position: absolute;
  z-index: 1;
}

.leadership-rektors .new-leadership__items{
  width: 100%;
  margin-bottom: 40px;
}

.leadership-rektors .new-leadership__card-inner {
  padding: 24px;
  display: flex;
}

.leadership-rektors .new-leadership__img img{
  width: 250px;
}

.leadership-rektors .new-leadership__info{
  margin-left: 30px;
  text-align: start;
}

.leadership-rektors .new-leadership__name{
  width: 100%;
}

.leadership-rektors .new-leadership__text{
  margin-top: 20px;
  text-align: justify;
}

.leadership-rektors .new-leadership__info{
  margin-top: 0;
}

.news__inner-box .post-info-card-bottom{
  margin-bottom: 20px;
}

div#n2-ss-7 .n2-ss-slider-2,
div#n2-ss-9 .n2-ss-slider-2,
div#n2-ss-8 .n2-ss-slider-2{
  border-radius: 0px !important;
}



.announcements .swiper {
  width: 100%;
  height: 100%;
}

.announcements .swiper-slide{
  
}

.announcements .swiper-wrapper{
  height: 175px !important;
}

.dynamic-news .swiper-slide{
 /* flex-wrap: wrap;*/
 width: 280px;
}

.dynamic-news .swiper-wrapper{
  flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
 }



@media (max-width:1230px){
  /*.leadership-instituts .new-leadership__grid {
    grid-template-columns: repeat(auto-fill, 100%);
}*/
.wrap-header__title{
  font-size: 30px;
}


}

@media (max-width:1130px){
  /*.leadership-instituts .new-leadership__grid {
    grid-template-columns: repeat(auto-fill, 100%);
}*/




.leadership-rector__inner{
  flex-direction: column;
}

.leadership-rector__items-text,
.new-leadership__name{
  width: 100% !important;
}

.leadership-rector__name {
  font-size: 22px;
  margin-bottom: 15px;
}

.leadership-rector__status {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.leadership-rector__desc{
  margin-bottom: 30px;
  text-align: justify;
}

.leadership-rector__items-img{
  width: 100%;
}

.leadership-rektors .new-leadership__card-inner,
.leadership-instituts .new-leadership__card-inner {
  flex-direction: column;
}

.leadership-rektors .new-leadership__info,
.leadership-instituts .new-leadership__info{
  margin-left: 0px;
  margin-top: 20px;
}

.leadership-rektors .new-leadership__text,
.leadership-instituts .new-leadership__text{
  margin-top: 10px;
  text-align: justify;
}

.new-leadership__title{
  font-size: 20px;
  margin-bottom: 30px;
}

.new-leadership__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 100%);
  justify-content: space-between;
  grid-gap: 30px 20px;
  margin-bottom: 20px;
}

}

@media (max-width:992px){

  

  .dynamic-news .swiper-wrapper{
    display: block;
  }

.post-info-card-bottom{
  margin-bottom: 20px;
}
}


@media (max-width:900px){
  /*.leadership-instituts .new-leadership__grid {
    grid-template-columns: repeat(auto-fill, 100%);
}*/
.wrap-header__title{
  font-size: 40px;
}


}

@media (max-width:600px){
  /*.leadership-instituts .new-leadership__grid {
    grid-template-columns: repeat(auto-fill, 100%);
}*/
.wrap-header__title{
  font-size: 20px;
}

.wrap-header {
  padding: 50px 0;
  margin-bottom: 25px;
}



}

@media (min-width: 992px) AND (max-width: 1170px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: none !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg {
        justify-content: space-between;
    }
}


.leadership-rector-contacts__inner{
    /*background-color: #F7F7F7;
    border-left: 5px solid #00a8ec;*/
    padding: 20px;
   /* border: 1px solid #DFDFDF;
    line-height: 34px;*/
}

.leadership-rector-contact__items-title{
    font-weight: 700;
    font-size: 20px;
}

.leadership-rector-contact__items-wrapper{
    font-size: 18px;
}

.rector__contacts-card-img{
    width: 50px;
}

.rector__contacts-card-title{
    font-size: 18px;
}

.rector__contacts-card{
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 4px 10px 0px rgb(119 119 119 / 10%);
    padding: 20px;
    border: 1px solid #ccc;
    min-height: 100%;
    border-radius: 10px;
}


/*redesign leadership pages*/



/* intl students start*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.intl{
  font-family: 'Roboto', sans-serif;
  background-color: #FDFDFE;
}
.intl-banner{
  padding: 30px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 13px 17px rgb(125 143 179 / 15%);
    box-shadow: 0 13px 17px rgb(125 143 179 / 15%);
}

.intl-banner__info{
  display: flex;
  flex-direction: column;
  background-image: url(https://wkau.loc/wp-content/uploads/2022/02/9267.png);
  background-size: auto 400px;
  background-position: right;
  background-repeat: no-repeat;
  /* opacity: 0.7; */
  padding: 70px 0;
}

.intl-banner__slider{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intl-banner__slider-text{
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

/*
.intl-banner__info, .intl-banner__slider{
  position: relative;
}*/

.intl-banner__slider-img{
  height: 400px;
  padding: 30px 0;
  position: relative;

}

.intl-banner__slider-page_title{
  width: 400px;
  font-weight: 800;
  color: #292C33;
  font-family: 'Roboto', sans-serif;
}

.intl-banner__slider-img img {
  /* position: absolute; */
  /* right: 0; */
  /* bottom: 0; */
  width: 100%;
  max-width: 450px;
  height: 400px;
  /* margin-right: 150px; */
}

.intl-banner__info-list{
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  line-height: 34px;
  margin-top: 40px;
}

.intl-banner__info-block{
  display: flex;
}

.intl-banner__info-card-title{
  font-size: 20px;
  font-weight: 400;
}

.intl-banner__info-card-desc{
  font-size: 40px;
  margin-bottom: 5px;
  color: #0083D0;
}

.intl-banner__info-title{
  font-size: 20px;
  font-weight: 500px;
  margin-bottom: 15px;
}

.intl-banner__info-card{
  background-color: #fff;
  margin-right: 20px;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 123 255 / 15%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 123 255 / 15%);
}

.intl-banner__info{
  -webkit-box-shadow: 6px 64px 64px var(--teaserShadowColor);
  box-shadow: 6px 64px 64px var(--teaserShadowColor);
}

.intl-content__text{
  font-size: 20px;
  text-align: justify;
}

.intl-content__contacts{
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #eee;

}

.intl-content__contacts-items{
  font-size: 18px;
  color: #777;
  margin-bottom: 10px;
}

.intl-content__contacts-items span{
  margin-bottom: 5px;
  font-size: 20px;
    color: #292C33;
    font-weight: 600;
}

.intl-content__contacts-title{
  font-size: 24px;
  color: #0083D0;
    font-weight: 600;
    margin-bottom: 15px;
}

.intl-reviews{
  /*background-color: #fff;*/
}

.reviews-card{
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 123 255 / 15%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 123 255 / 15%);

}

.reviews-img img{
  width: 100%;
  border-radius: 50%;
}

.reviews-text{
  font-size: 16px;
  color: #777;
  text-align: justify;
}

.reviews-speciality, .reviews-country{
  font-size: 18px;
}

.reviews-full-name{
  font-size: 20px;
}

.intl-annually-items{
  /*background-color: #f9f9f9;
  border: 1px solid #eee;*/
  padding: 30px 0;
  border-radius: 10px;
}

.intl-annually-items{
  width: 280px;
}

.intl-annually-block-title{
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

.intl-block-title{
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

.intl-annually-title{
  margin-bottom: 5px;
    font-weight: 600;
    font-size: 61px;
    line-height: 1;
    color: #176dea;
}

.intl-annually-desc{
  color: #424347;
}

.intl-video-text{
  text-align: justify;
  font-size: 20px;
}

.swiper-reviews-js{
  padding-bottom: 20px;
}



.intl-youtube {
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  z-index: 100;
  -webkit-box-shadow: -14px -14px 0px 0px rgba(23, 109, 234, 1);
  -moz-box-shadow: -14px -14px 0px 0px rgba(23, 109, 234, 1);
  box-shadow: -14px -14px 0px 0px rgba(23, 109, 234, 1);  
}

.intl-youtube .play {
  background: url('../images/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
  background-position: 0 -50px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  transition: none;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}

.intl-youtube:hover .play {
  background-position: 0 0;
}

.intl-youtube-bg{
  margin-left: 14px;
}

.intl-blocks__card {
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 10px;  
}
.intl-blocks-btn {
  transition: 0.8s;
  margin-bottom: 10px;
}
.intl-blocks-title {
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
}
.intl-blocks-icon {
  margin-left: 10px;
}

.intl-blocks-icon svg{
  color: #176dea;
}

.intl-blocks__card:hover svg {
  transition: .15s;
  -webkit-transform: translate(8px,-8px);
  transform: translate(8px,-8px);
}

.intl-blocks-text {
  font-size: 16px;
  font-weight: 400;
  color: #777;  
}

.intl-nav-mytabs {
  width: 100%;
}
 
.intl-nav-mytabs a {
  text-align: center;
  position: relative;
  top: 4px;
  padding: 10px 25px;
  border-radius: 2px 2px 0 0;
  /*background: white;*/
  color: black;
  opacity: 0.7;
  transition: all 0.1s ease-in-out;
}
 
.intl-nav-mytabs a.active, 
.intl-nav-mytabs a:hover {
  opacity: 1;
  top: 0;
  border-bottom: 2px solid #176dea;
}
 
.intl-mytab-content {
  position: relative;
  z-index: 2;
  padding: 25px 0;  
  width: 100%;
  text-align: justify;
  font-size: 20px;
}

.intl-accordion #accordion .card{
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.intl-accordion #accordion .card-body{
  font-size: 20px;
  text-align: justify;
  border-top: 1px solid #eee;
  background: #f9f9f9;
}

.intl-accordion #accordion svg{
  fill: #176dea !important;
  width: 40px !important;
  height: 40px !important;
}

.intl-accordion #accordion .card-header{
  transition: 0.15s;
  background-color: inherit;
  padding: 1.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
  border: none;
  align-items: center;
}

.intl-accordion #accordion .card-header:hover svg {
  transition: .15s;
  -webkit-transform: translate(0px,5px);
  transform: translate(0px,5px);
}

.intl-accordion #accordion .card-link-title{
  font-size: 20px;
}
/* intl students end*/



.military__new-bg{
width: 100%;
background-size: cover;
z-index: 3;
background-image: url(../images/ty-kto-voen.png);
overflow: hidden;
/* background-size: cover; */
position: relative;
background-repeat: no-repeat;
vertical-align: middle;
background-position-y: center;
}

.military__new-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, .4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.military__bottom{
  padding: 5px 0;
  background-color: #00a8ec;

}

  .military__bottom-two {
    width: 100%;
    background-repeat: repeat-x;
    background-size: 30px 30px;
    background-image: url(../images/vector-star-icon.png);
    
    height: 30px;
    /* padding-top: 20px; */
    background-repeat: space;
    background-position: initial;
}

.military-global{
  padding: 30px 0 0 0;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

.military-global__title{
  line-height: 65px;
  font-size: 60px;
    font-weight: 700;
    margin-bottom: 70px;
}

.military-post__title{
  font-size: 24px;
}


.military-block{
  font-size: 18px;
  text-align: justify;
}

.military-block__title{
  font-weight: 700;
}


.military-global-edu__program .press__title {
  font-size: 18px;
  -webkit-line-clamp: 3;
}

.military-global-edu__program .press__items {
  margin-bottom: 0px;
  padding: 20px 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e9e9e9;
}

.military__contacts{
  font-size: 18px;
  border: 1px solid #e9e9e9;
  padding: 30px;
  min-height: 210px;
}

.military__name{
  font-size: 20px;
  font-weight: 700;
}

.military-global-content{
  font-size: 18px;
  text-align: justify;
}

.military-global-pps .school__img div {
  border: 1px solid #eee;
}

.military-global-pps .school__img div{
  border-radius: 0;
}

.military-global-pps .school__people{
  text-align: left;
}

.military-global-edu__program #accordion .panel-title a:before{
  display: none;
}

.military-global-edu__program #accordion .panel-title a{
  padding: 20px 25px;
}

.military-global-edu__program #accordion .panel-body {
  margin-top: 20px;
  padding: 0;
}

.military-global-accordion img{
  width: 30px;
}

.military-global-accordion{
  font-size: 24px;
}

.military-global-edu__program .press__items-header{
  height: auto;
}

@media (max-width:1333px){
  .social-media{
    display: none !important;
  }
}

@media (max-width:992px){
  .military-global__img{
    display: none;
   }
   .military-global__title {
    padding-top: 50px;
  }

  .military__contacts {
    min-height: 230px;
}

.military-global-pps .school__name {
  font-size: 18px;
}

.military-global-pps .school__position {
  font-size: 18px;
}
}

@media (max-width:768px){

  
  

  .military-global__title {
    /*width: 50%;*/
    line-height: 40px;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 45px;
  }

  .military-global-content, .military-block {
    text-align: left;
}

.container_content ul li:before,
.news-page__text ul li:before,
.military-post ul li:before{
  margin-left: 0px;
}

.container_content ul li,
.news-page__text ul li,
.container_content ol,
.news-page__text ol{
  margin-left: 0px;
}

.military-post__title{
  font-size: 20px !important;
}


.military-global-edu__program .press__title {
  font-size: 18px;
  -webkit-line-clamp: 10;
}
.military-global-edu__program  .panel-body {
  padding: 14px 0px;
}
/*

.school .school__img{
  margin: 0;
  min-height: 300px;
  width: 100%;
  padding-top: 0;
}

.school .school__name {
  font-size: 18px;
}

.school .school__position {
  font-size: 18px;
}

.school .school__people{
  text-align: left;
}
.school .school__img div {
  border-radius: 0;
}*/


.military-global-pps .school__img{
  margin: 0;
  min-height: 300px;
  width: 100%;
  padding-top: 0;
}



.military-global-pps .school__img{
  margin: 0;
  min-height: 300px;
  width: 100%;
  padding-top: 0;
}

.military-global-pps .school__name {
  font-size: 18px;
}

.military-global-pps .school__position {
  font-size: 18px;
}

.military-global-pps .school__people{
  text-align: left;
}
.military-global-pps .school__img div {
  border-radius: 0;
}

.military__contacts {
  min-height: auto;
}
}

@media (max-width:576px){
  
}

.contact-card::after{
  display: none;
}


.direction__title{
  font-size: 20px;
}


.consult-block__zoom-new::before{
  color: #2D8CFF !important;
}
.consult-block__zoom-new{
  background-color: #f9f9f9 !important;
}

.admission__banner-title-bottom-text{
  font-size: 24px !important;
}

.admission__contacts-text {
  text-align: justify !important;
}

.admission__contacts-block{
  text-align: justify !important;
}

.admission__contacts-block-header {
  font-weight: 700 !important;
}

.admission__contacts-text-title {
  font-weight: 700 !important;
}