.items-component {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    position: relative;
}

@media screen and (min-width: 960px) {
    .items-component {
        flex: 1 1 calc(100% - 194px);
        padding-left: 6%;
    }
}

@media screen and (min-width: 960px) {
    .items-component.-course {
        padding: 50px 20vw 50px;
    }
}

.items-component>.header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.items-component>.header>.filter {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    justify-content: space-between;
}

@media screen and (min-width: 960px) {
    .items-component>.header>.filter {
        flex: 0 1 auto;
    }
}

.items-component>.header>.filter>.order {
    align-items: center;
    display: flex;
}

.items-component>.header>.filter>.order>.selects {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #7C848D;
    border-radius: 22px;
    display: flex;
    height: 42px;
    margin-left: 1em;
    max-width: 156px;
    min-width: 120px;
    position: relative;
    width: 25%;
}

@media screen and (min-width: 960px) {
    .items-component>.header>.filter>.order>.selects {
        width: 156px;
    }
}

.items-component>.header>.filter>.order>.selects>select {
    cursor: pointer;
    font-size: 0.8em;
    height: 100%;
    padding-left: 1em;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 960px) {
    .items-component>.header>.filter>.order>.selects>select {
        font-size: 1em;
        padding-left: 2em;
    }
}

.items-component>.header>.filter>.order>.selects>.arrow>svg {
    height: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.items-component>.header>.filter>.result {
    color: #7C848D;
    font-size: 1.4rem;
}

@media screen and (min-width: 960px) {
    .items-component>.header>.filter>.result {
        margin: 0 1.5em 0 auto;
    }
}

.items-component>.header>.filter>.result>.number {
    font-weight: 700;
}

.items-component>.link.-button {
    margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
    .items-component>.link.-button {
        margin-bottom: 40px;
    }
}

.items-component>.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.items-component>.list>.item {
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 0 16px #00000029;
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    margin-bottom: 48px;
    padding: 7.1794871795vw 3.5897435897vw 70px;
    position: relative;
}

@media screen and (min-width: 560px) {
    .items-component>.list>.item {
        flex: 0 1 49.5%;
    }
}

@media screen and (min-width: 1024px) {
    .items-component>.list>.item {
        flex: 1 1 100%;
        padding: 46px 24px 100px;
    }
}

@media screen and (min-width: 1080px) {
    .items-component>.list>.item {
        flex: 0 1 49%;
    }
}

.items-component.-course>.list>.item {
    padding: 7.1794871795vw 3.5897435897vw;
}

@media screen and (min-width: 560px) {
    .items-component.-course>.list>.item {
        flex: 0 1 49.5%;
    }
}

@media screen and (min-width: 1024px) {
    .items-component.-course>.list>.item {
        flex: 1 1 100%;
        padding: 46px 24px;
    }
}

@media screen and (min-width: 1080px) {
    .items-component.-course>.list>.item {
        flex: 0 1 49%;
    }
}

.items-component>.list>.item.-check {
    background: #3FAE29;
    color: #FFFFFF;
}

.items-component>.list>.item>.checkbox {
    background: #FFFFFF;
    border: 2px solid #CBCED2;
    border-radius: 50%;
    bottom: 40px;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 28px;
}

@media screen and (min-width: 960px) {
    .items-component>.list>.item>.checkbox {
        height: 48px;
        min-width: 48px;
        width: 48px;
    }
}

.items-component>.list>.item.-check>.checkbox {
    border: 2px solid #FFFFFF;
}

.items-component>.list>.item>.checkbox>input {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

.items-component>.list>.item>.checkbox>.icon-component {
    left: 50%;
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 16px;
}

.items-component>.list>.item>.link.-button {
    margin-left: auto;
    position: relative;
    top: -16px;
}

.items-component>.list>.item>.name {
    border-top: 1px solid #CBCED2;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 1em;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .items-component>.list>.item>.name {
        font-size: 2rem;
    }
}

.items-component.-course>.list>.item>.name {
    font-size: 2rem;
}

@media screen and (min-width: 960px) {
    .items-component.-course>.list>.item>.name {
        font-size: 2.5rem;
    }
}

.items-component>.list>.item>.point {
    margin-bottom: 1.5em;
    text-align: center;
}

.items-component.-course>.list>.item>.position {
    align-items: center;
    display: flex;
    justify-content: center;
}

.items-component.-course>.list>.item>.position>.icon {
    max-width: 5%;
}

.items-component.-course>.list>.item>.position>.text {
    font-size: 2rem;
    margin-left: 1%;
}

.items-component>.list>.item>.price {
    font-size: 2.2rem;
    text-align: center;
}

@media screen and (min-width: 1080px) {
    .items-component>.list>.item>.price {
        font-size: 2.6rem;
    }
}

.items-component>.list>.item>.thumb {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 30.7692307692vw;
    margin-bottom: 1em;
    max-height: 120px;
    max-width: 120px;
    overflow: hidden;
    position: relative;
    width: 30.7692307692vw;
}

@media screen and (min-width: 960px) {
    .items-component>.list>.item>.thumb {
        height: 20.8333333333vw;
        margin-bottom: 0;
        max-height: 200px;
        max-width: 200px;
        width: 20.8333333333vw;
    }
}

.items-component>.list>.item>.thumb>img {
    width: 100%;
}

.items-filter {
    overflow-y: unset;
    position: relative;
    width: 194px;
}

@media screen and (max-width: 959px) {
    .items-filter {
        background: #FFFFFF;
        bottom: 0;
        display: none;
        height: 100%;
        left: 0;
        overflow-y: scroll;
        padding: 40px 2.5641025641vw;
        position: fixed;
        width: 100%;
        z-index: 50;
    }
}

.items-filter>.back {
    bottom: 0;
    content: "";
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    position: absolute;
    width: 100vw;
    z-index: -1;
}

.items-filter>.close {
    color: #0FC191;
    font-size: 1.6rem;
    font-weight: 700;
}

.items-filter>.link.-button {
    margin: 0 auto;
}

.items-filter>.list>.row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.items-filter>.list>.row.-all {
    padding: 2em 0;
}

.items-filter>.list>.row>.checkbox {
    display: inline-block;
    height: 20px;
    min-width: 20px;
    position: relative;
    width: 20px !important;
}

.items-filter>.list>.row>.checkbox>input {
    border: 2px solid #CBCED2;
    border-radius: 4px;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.items-filter>.list>.row>.checkbox>input:checked {
    border: 2px solid #240841;
}

.items-filter>.list>.row>.checkbox>input:checked~svg {
    display: block;
    opacity: 1;
}

.items-filter>.list>.row>.checkbox>svg {
    display: none;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
}

.items-filter>.list>.row>.checkbox>svg>path {
    stroke: #240841;
}

.items-filter>.list>.row>.image {
    flex: 0 1 50px;
}

.items-filter>.list>.row>.image>img {
    height: auto;
    width: 100%;
}

.items-filter>.list>.row>.text {
    cursor: pointer;
    flex: 1 1 50%;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 0.5em;
}

.items-filter>.title {
    border-bottom: 1px solid #CBCED2;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1em;
    padding: 2.5em 0 0.5em;
}

@media screen and (min-width: 960px) {
    .items-filter>.title {
        font-size: 2.2rem;
    }
}

.items-filter>.title:first-child {
    padding-top: 0;
}