.all-courses{background-color:hsl(var(--blue))}.all-courses__head{display:flex;justify-content:space-between}@media screen and (max-width:1365px){.all-courses__head{align-items:center;flex-direction:column;justify-content:center}}.all-courses__title{z-index:2}@media screen and (max-width:1365px){.all-courses__title{margin-bottom:2rem}}.all-courses__filters{align-items:center;display:flex;justify-content:space-between;z-index:2}@media screen and (max-width:1279px){.all-courses__filters{flex-direction:column}}.all-courses__selectboxes{display:grid;flex-wrap:wrap;gap:1.8rem 2.4rem;grid-template-columns:repeat(2,minmax(280px,1fr))}@media screen and (max-width:1279px){.all-courses__selectboxes{margin-bottom:2rem}}@media screen and (max-width:991px){.all-courses__selectboxes{grid-template-columns:repeat(1,minmax(280px,1fr))}}.all-courses__wrapper{display:flex;justify-content:center;position:relative}.all-courses__list{display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(320px,.25fr));justify-content:center;margin-left:-12px;margin-right:-12px;position:relative;transition:all .3s;width:calc(100% + 24px);z-index:1}.all-courses__list .course{margin:12px}.all-courses .fail-filter__info{max-height:0;overflow:hidden;transition:max-height .6s}.all-courses .fail-filter__info.is-active{max-height:350px}.all-courses .fail-filter__info p{padding-bottom:20rem;padding-top:50px}@media screen and (max-width:1365px){.all-courses .fail-filter__info p{text-align:center}}