.edu_page_content{
  margin: 50px auto;
  display: flex;
  gap: 50px;
}
input.filterOpener,
label[for="filterOpener"]{
  display: none;
}
/* 
  FILTER
*/
.edu_filter_block{
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 315px;
}
.edu_filter_block .edu_filter_sortblock{
  margin-bottom: 5px;
}
.edu_filter_block .edu_filter_sortblock h4{
  margin: 15px 0;
}
.edu_filter_block .edu_filter_sortblock h4:first-child{
  margin: 0 0 15px 0;
}
.edu_filter_block .edu_filter_sortblock .checkblock{
  font-size: 12px;
  font-weight: 500;
  margin: 5px 0;
}
.edu_filter_block .edu_filter_sortblock .checkblock input{
  display: none;
}
.edu_filter_block .edu_filter_sortblock .checkblock label{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.edu_filter_block .edu_filter_sortblock .checkblock input:checked ~ label{
  font-weight: 600;
}
.edu_filter_block .edu_filter_sortblock .checkblock label::before{
  content: '';
  display: inline-block;
  background-color: rgb(var(--gray-color), .75);
  border-radius: 5px;
  margin-right: 10px;
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.edu_filter_block .edu_filter_sortblock .checkblock input:checked ~ label::before{
  content: '★';
  font-size: 16px;
  color: rgb(var(--white-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--hover-color), .75);
}
.edu_filter_block button.btn.gold.wide[type="submit"]{
  margin-top: 20px;
}
/* 
  BLOCKS
*/
.edu_cards_block{
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.edu_cards_block .card{
  border-radius: 5px;
  box-shadow: 0 5px 15px 5px rgb(var(--main-color), .2);
  background-color: rgb(var(--main-color), 1);
  color: rgb(var(--white-color), 1);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 25px 40px;
}
.edu_cards_block .card .cardcolumn_right{
  color: rgb(var(--white-color), .75);
}
.edu_cards_block .card .cardcolumn_left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.edu_cards_block .card .cardcolumn_left h2 a{
  color: rgb(var(--white-color), .9);
}
.edu_cards_block .card .cardcolumn_left h2 a:hover{
  color: rgb(var(--white-color), 1);
  text-decoration: underline;
}
.edu_cards_block .card .cardcolumn_left .card_info{
  margin-top: 20px;
  font-size: 14px;
  color: rgb(var(--white-color), .75);
}
.edu_cards_block .card .cardcolumn_left .card_info .card_tags{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.edu_cards_block .card .cardcolumn_left .card_info .card_tags a,
.edu_cards_block .card .cardcolumn_left .card_info .card_tags label{
  border-radius: 5px;
  background-color: rgb(var(--hover-color), .75);
  color: rgb(var(--white-color), .75);
  padding: 5px 15px;
  cursor: pointer;
}
.edu_cards_block .card .cardcolumn_left .card_info .card_tags a:hover,
.edu_cards_block .card .cardcolumn_left .card_info .card_tags label:hover{
  background-color: rgb(var(--hover-color), 1);
  color: rgb(var(--white-color), 1);
}

@media screen and (max-width: 767px){
  .edu_page_content{
    flex-direction: column;
  }
  .edu_filter_block{
    display: none;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: none;
    gap: 30px;
  }
  .edu_filter_block .edu_filter_sortblock{
    max-width: 175px;
  }
  input.filterOpener{
    display: none;
  }
  input#filterOpener:checked ~ form.edu_filter_block{
    display: flex;
  }
  label[for="filterOpener"]{
    display: flex;
    cursor: pointer;
    gap: 7px;
    margin: 5px auto;
    border-radius: 5px !important;
    width: 100%;
    justify-content: center;
  }
  label[for="filterOpener"] ._close{
    display: none;
  }
  input#filterOpener:checked ~ label[for="filterOpener"] ._open{
    display: none;
  }
  input#filterOpener:checked ~ label[for="filterOpener"] ._close{
    display: block;
  }
}
  /*/////////////////////////////////////////////////////
 /////////////  DETAILS EDUCATION PROGRAMS  ////////////
//////////////////////////////////////////////////// */
.page_first_block{
  display: flex;
  gap: 30px;
  margin: 50px auto;
}
.page_first_block .image_wrapper{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.page_first_block .image_wrapper img{
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_first_block .info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
  background-color: rgb(var(--main-color), 1);
  color: rgb(var(--white-color), 1);
  padding: 30px;
  font-size: 14px;
  min-width: 350px;
}
.page_first_block .info .info_part{
  padding: 20px 0;
  border-bottom: 2px solid rgb(var(--white-color), .35);
}
.page_first_block .info .info_part:last-child{
  border: none;
}
.page_first_block .info .info_part h6{
  margin-bottom: 10px;
  color: rgb(var(--white-color), .75);
  font-weight: 500;
}
@media screen and (max-width: 767px){
  .page_first_block{
    gap: 15px;
    flex-direction: column;
  }
  .page_first_block .image_wrapper{
    height: 250px;
  }
}
/* 
  TABS STYLE LIST
*/
.tabsBlock .window_tab .tab_content ul{
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.tabsBlock .window_tab .tab_content li{
  width: 45%;
}
@media screen and (max-width: 767px){
  .tabsBlock .window_tab .tab_content li{
    width: 100%;
  }
}
/* 
  RATINGS AND ACCREDITATION
*/
.ratings_accreditation{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.ratings_accreditation a{
  width: 45%;
  min-width: 425px;
}
.ratings_accreditation a .card{
  display: flex;
  align-items: center;
  color: rgb(var(--black-color), 1);
  font-size: 14px;
}
.ratings_accreditation a .card img{
  width: 250px;
  height: 170px;
  object-fit: cover;
  filter: saturate(50%);
}
.ratings_accreditation a:hover .card img{
  filter: saturate(100%);
  box-shadow: 0 15px 15px 0 rgb(var(--black-color), .1);
}
/* 
  ANOTHER EDUCATION PROGRAMS
*/
.another_edu_programs{
  display: flex;
  gap: 30px;
  margin: 70px auto;
}
.another_edu_programs .card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  width: 33%;
  background-color: rgb(var(--main-color), 1);
  color: rgb(var(--white-color), 1);
  padding: 30px;
  border-radius: 5px;
}
.another_edu_programs .card:hover{
  background-color: rgb(var(--hover-color), 1);
  box-shadow: 0 15px 15px 0 rgb(var(--main-color), .2);
}
.another_edu_programs .card .description{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.another_edu_programs .card .description h4{
  font-weight: 400;
}
.another_edu_programs .card .description p{
  color: rgb(var(--gold-color), 1);
  font-size: 24px;
}
.another_edu_programs .card:hover .description p{
  transform: translateX(10px);
}
@media screen and (max-width: 767px){
  .another_edu_programs{
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px auto;
  }
  .another_edu_programs .card{
    width: 100%;
  }
}