.programms-full-list .slide__ceil {
    background: url(/images/fon-slides-block.png) no-repeat;
    padding: 15px 15px 30px 15px;
    background-size: cover;
    margin-bottom: 10px;
    width: auto;
    height: auto;
    border-radius: 12px;
    border: 2px solid #74A09F;
    transition: 500ms;
}

.programms-full-list .slide__ceil:hover{
    border: 2px solid #ef9143; 
}

.programms-full-list{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.programms-full-list .ceil__image {
    width: 100%;
    margin-bottom: 5px
}

.programms-full-list .ceil__image img {
    max-width: 100%
}

.programms-full-list .ceil__season {
    color: #ef9143;
    font-size: 20px;
    font-weight: 700;
    width: auto;
}

.programms-full-list .ceil__season a {
    text-decoration: none
}

.programms-full-list .ceil__age,.programms-full-list .ceil__name-programm,.programms-full-list  .ceil_location {
    color: #000;
    font-family: 'Inter';
    font-size: 13.8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.programms-full-list .ceil_container {
    padding-left: 25px
}

.programms-full-list .ceil__price {
    color: #EF9143;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 13px;
}

.programms-full-list .btn-detail-container__btn-detail {
    background: url(/images/btn-detail.png) no-repeat;
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans';
    text-decoration: none;
    width: 163px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.programms-full-list .ceil__season-main {
    display: flex;
    min-height: auto;
    margin-bottom: 0px;
    margin-top: 24.5px;
}


.programms-full-list .season_title {
    width: min-content;
    display: flex;
    align-items: center;
    color: #000;
font-family: "Open Sans";
font-size: 14.5px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-right: 26px;
}

.programms-full-list .seasons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.programms-full-list .seasons a{
font-family: 'Inter';
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;    
}

.programms-full-list .ceil__season.summer a {
    color: #ef9143
}

.programms-full-list .ceil__season.aut a {
    color: #e05b4b
}

.programms-full-list .ceil__season.winter a {
    color: #3ebcbd
}

.programms-full-list .ceil__season.spring a {
    color: #abb143
}

.programms-full-list .ceil__description {
    min-height: auto;
    margin: 25px 0px 34px 0px;
}

@media (width <= 600px) {
    .programms-full-list{
        grid-template-columns: repeat(1, 1fr);
    } 

    .programms-full-list .ceil__description {
        min-height: auto;
        margin: 15px 0px 20px 0px;
    }
    
}