.edu-program{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F9FF;
    cursor: default;
}
.edu-program__container{
    width: 92%;
    display: flex;
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    flex-direction: column;
}
.edu-program__up-title{
    color: #00D4E0;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.edu-program__title{
    color: #0A1628;
    font-family: 'Montserrat';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.6px; 
    margin-top: 26px;
}
.edu-program__sub-title{
    color: #4A6080;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
    margin-top: 26px;
    width: 570px;
}
.edu-program__smotret-vse{
    color: #00D4E0;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 200px;
}




.edu-program__list{
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    width: 100%;
    margin-top: 32px;
}
.edu-program__item{
    display: flex;
    flex-direction: column;
    width: 415px;
    flex: none;
    border-radius: 20px;
    border: 0.8px solid rgba(99, 245, 255, 0.15);
    background: #FFF;
    overflow: hidden;
    
}
.edu-program__item-up{
    width: 415px;
    height: 245px;
    position: relative;
    overflow: hidden;
}
.edu-program__item-up__teg-base{
    display: flex;
    padding: 5px 12px;
    align-items: center;
    justify-content: center;
    flex: none;
    border-radius: 10px;
    background: rgba(99, 245, 255, 0.15);
    color: #00D4E0;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 20px;
    left: 16px;
}

.edu-program__item-up__teg-new{
    background: rgba(0, 217, 126, 0.15);
    color: #00D97E;
}
.edu-program__item-up__teg-create{
    background: rgba(255, 203, 60, 0.15);
    color: #e69b10;
}

.edu-program__item-up__img{
    width: 100%;
    height: auto;
}


.edu-program__item-medium-one{
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    margin-top: 13px;
}
.edu-program__item-medium-one > h4{
    color: #0A1628;
    font-family: 'Inter';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.edu-program__item-medium-one > p{
    margin-top: 12px;
    color: #4A6080;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 160% */
}
.edu-program__item-medium-line{
    width: 100%;
    height: 1px;
    background: #F0F5FF;
    margin-top: 17px;
    margin-bottom: 17px;
}
.edu-program__item-medium-two-list{
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
    gap: 7px;
    margin-bottom: 16px;
}
.edu-program__item-medium-two-item{
    color: #4A6080;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}


.edu-program__item-button{
    width: 100%;
    height: 55px;
    background: #F8FBFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
}
.edu-program__item-button__left-text{
    color: #4A6080;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.edu-program__item-button__left-text > span{
    color: #0A1628;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.edu-program__item-button__right-text{
    border-radius: 8px;
    background: rgba(99, 245, 255, 0.10);
    height: 19px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00D4E0;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}