  .PAGE-academy h1, .PAGE-academy h2,.PAGE-academy h3,.PAGE-academy h4,.PAGE-academy h5,.PAGE-academy h6{
    text-align:initial;
    margin: 0;
  }
  .PAGE-academy .text-center{
    text-align:center!important
  }
  .iridium_global_wraper:has(.PAGE-academy){
    margin: 0 auto -70px!important;
  }
  .iridium_global_wraper:has(.PAGE-academy) .push{
    display: none!important;
  }
  
  .PAGE-academy *{
    box-sizing:border-box!important;
  }
  .PAGE-academy li::marker{
    display: none!important;
    opacity: 0;
    content: '';
  }
  .PAGE-academy{
    --main-color:#0CA1F5;
    --secondary-color:#fff;
    --black-color:#000;
    --gray-color:#66788A;
    --transitionLength: 0.4s;
    --transitionTiming: ease;
	--addititional-color:#0057B7;
	--btn-color:#0ea2ff;

    position: relative;
    font-family: "DINPro"!important;
    top: -70px;
    background: #f9fafc;
  }
  .PAGE-academy__banner{
    background: #010006;
    height: 440px;
    width: 100%;
  }
  .PAGE-academy__banner-wrapper{
    display: flex;
    justify-content:space-between;
    gap:15px;
  }
  .PAGE-academy__banner-img{
    height: 440px;
    aspect-ratio: 1 / 1;
  }
  .PAGE-academy__hgroup{
    display: flex;
    flex-direction:column;
    gap:40px;
    padding: 130px 0 70px 0px;
  }
  .PAGE-academy__hgroup h1{
    font-size: 72px;
    font-weight: 350;
    color:var(--secondary-color);
    line-height: 92.74px;
  }
  .PAGE-academy__hgroup h4{
    font-size: 40px;
    font-weight: 400;
    color:var(--main-color);
    line-height: 51.52px;
  }
  .PAGE-academy__content{
    padding: 0 10vw;
  }
  .PAGE-academy__article-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:24px;
  }
  .PAGE-academy__article{  
	box-shadow: 0px 2px 8px 0px #0000002B;  
    padding: 40px;
    display: flex;
    gap:52px;
    min-height:238px;
	transition:0.2s;
	align-items:center;
  }
  
  .PAGE-academy__article:hover{
	  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  }
  
  .PAGE-academy__article:hover .PAGE-academy__name{
	  color:var(--addititional-color);
  }  
  
  .PAGE-academy__article:hover .PAGE-academy__icon svg path{
	  fill:var(--addititional-color);
  }
  
  .PAGE-academy__section{
    margin-top: 56px;
  }
  .PAGE-academy__section:last-of-type{
    margin-bottom: 56px;
  }
  .PAGE-academy__section-title{
    margin-bottom: 40px!important;
    font-size: 32px;
    font-weight: 350;
    line-height: 41.22px;
    color:var(--black-color);
  }
  .PAGE-academy__icon{
    height: 168px;
    width: 200px;
  }  
  .PAGE-academy__icon svg path{
	transition:0.2s;	  
  }
 
  .PAGE-academy__icon svg{
	height: 168px;
    width: 200px;
  }  
  
  
  .PAGE-academy__info{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction:column;
  }
  .PAGE-academy__name{
    font-size: 32px;
    font-weight: 350;
    line-height: 41.22px;
    color:var(--black-color);
	transition:0.2s;
  }
  .PAGE-academy__info-footer{
    margin-top: auto;
  }
  .PAGE-academy__course-data{
    color:var(--gray-color);
    font-size: 21px;
    font-weight: 350;
    display: flex;
    justify-content:space-between;
    gap:15px;
    line-height: 27.05px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .PAGE-academy__info-payment{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap:38px;
    color:var(--black-color);
    row-gap:15px;
    font-size: 18px;
    font-weight: 350;
    line-height: 23.18px;
  }
  .PAGE-academy__payment-type span{
    color:var(--addititional-color)
  }
  .PAGE-academy__payment-type:not(:has(span)){
    display: flex;
    align-items:center;
  }
  .PAGE-academy__button-link{
    display: flex;
    align-items:center;
    justify-content:center;
    color: var(--secondary-color);
    background: var( --btn-color);
    border: 1px solid var( --btn-color);
    height: 46.34px ;
    width: 100%;
    transition:.15s;
    cursor: pointer;
    padding: 0 10px;
  }
  .PAGE-academy__button-link:hover,.PAGE-academy__button-link:focus{
    color: var( --main-color);  
    background:  var(--secondary-color); 
  }
  .PAGE-academy__label{
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
   cursor: pointer;
  }
  .PAGE-academy__accordion-label{
    min-height: 40px;
    margin-bottom: 80px;
    font-size: 32px;
    font-weight: 350;
    line-height: 41.22px;
    width: fit-content;
    position: relative;
    text-align: left;
    color:var(--black-color);
    display: flex;
  }
  .PAGE-academy__addinitional-wrapper{
    display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows var(--transitionLength) var(--transitionTiming);
  }

  .PAGE-academy__accordion-trigger:checked ~ .PAGE-academy__accordion-label span{
    transform: RotateX(180deg)
  }

  .PAGE-academy__accordion-label span{
    display: block;
    position: relative;
    top: 17px;
    margin-left: 30px;
    transition:0.35s ease;
    right: 0;
    content:"";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 24px;
    height: 12px;
    background:var( --main-color)
    
  }


	.courses-list {
		list-style-type:none;
	}
	.courses-list > li {
		width: 500px;
		min-height: 150px;
		margin: 30px 0;
	}

	.courses-list > li h4{
		margin-top: 10px;
	}

	.courses-list > li a{
		color: #6D9BC1;
	}

	.courses-list > li .preview-text {
		color: #A9AAAA;
		font-size: 14px;
		min-height: 70px;
	}

	.courses-list > li a.link-register {
		display: block;
		margin: 10px 0;
	}





  .PAGE-academy__animation-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows var(--transitionLength) var(--transitionTiming);
}

.PAGE-academy__accordion-trigger:checked ~ .PAGE-academy__animation-wrapper {
  grid-template-rows: 1fr;
}

.PAGE-academy__animation {
  min-height: 0;
}

.PAGE-academy__transform-wrapper {
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform var(--transitionLength) var(--transitionTiming), visibility 0s var(--transitionLength) var(--transitionTiming);
}

.PAGE-academy__accordion-trigger:checked ~ .PAGE-academy__animation-wrapper .PAGE-academy__transform-wrapper {
  transform: translateY(0);
  visibility: visible;
  transition: transform var(--transitionLength) var(--transitionTiming), visibility 0s linear;
}

.PAGE-academy__accordion-content * {
  margin: 0;
}



@media (max-width: 1460px) {
    .PAGE-academy__article{
      padding: 24px;
      gap:34px;
    }
    .PAGE-academy__name{
      font-size: 21px;
      line-height: 27px;
    }
    .PAGE-academy__course-data,.PAGE-academy__info-payment{
      font-size: 16px;
      line-height: 20px;
    }

    .PAGE-academy__banner-img{
    height: 400px;
    aspect-ratio: 1 / 1;
  }

  .PAGE-academy__hgroup h1{
    font-size: 60px;
    line-height: 77.74px;
  }
  .PAGE-academy__hgroup h4{
    font-size: 32px;
    line-height: 41px;
  }
  .PAGE-academy__banner{;
    height: 400px;
  }
}
@media (max-width: 1280px) {
    .PAGE-academy__article{
      padding: 24px;
      gap:24px;
      flex-direction:column
    }
    .PAGE-academy__icon{
      display: block;
      margin: 0 auto;
    }
    .PAGE-academy__info-head{
      margin-bottom: 24px;

    }
    .PAGE-academy__info-payment{
      display: contents;
    }
    .PAGE-academy__course-data{
      flex-direction:column;
      justify-content:flex-start;
      margin-top: 0;
      align-items:flex-end;
      grid-area:a;
      margin-bottom: 0;
      gap:0px;
    }
    .PAGE-academy__payment-type{
      grid-area:b;
    }
    .PAGE-academy__button-link{
      grid-area:c;
    }
    .PAGE-academy__payment-type:not(:has(span)){
      align-items:flex-start;
    }
    .PAGE-academy__info-footer{
      display: grid;
      row-gap:36px;
      grid-template-areas: 
            "b a"
            "c c";
    }
}

@media (max-width: 1044px) {
  .PAGE-academy__banner-img{
    height: 300px;
    margin-top: auto;
    aspect-ratio: 1 / 1;
  }
  .PAGE-academy__hgroup{
    padding-top: 100px;
    padding-bottom: 0;
    gap:10px;
  }
  .PAGE-academy__hgroup h1{
    font-size: 50px;
    line-height: 64px;
  }
  .PAGE-academy__hgroup h4{
    font-size: 32px;
    line-height: 41px;
  }
  .PAGE-academy__banner{;
    height: 330px;
  }
  .PAGE-academy__banner-wrapper{
    height: 100%;
  }
}

@media (max-width: 849px) {
  .PAGE-academy__banner-img{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
  }
  .PAGE-academy__hgroup{
    padding-top: 100px;
    padding-bottom: 0;
    gap:10px;
  }
  .PAGE-academy__hgroup h1{
    font-size: 40px;
    line-height: 53px;
    text-align:center;
  }
  .PAGE-academy__hgroup h4{
    font-size: 18px;
    line-height: 23px;
    text-align:center;
  }
  .PAGE-academy__banner{;
    height: auto;
    min-height:370px
  }
  .PAGE-academy__banner-wrapper{
    height: 100%;
    display: flex;
    flex-direction:column
  }
  .PAGE-academy__type{
    text-align:right;
  }
}
@media (max-width: 778px) {
 .PAGE-academy__article-wrapper{
  grid-template-columns:1fr;
 }
}
