/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/courses-group/scss/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.available-block {
    --available-color: #333e48;
    background: #dddedf;
    padding: 9px 25px;
    font-size: 1rem;
    line-height: 22px;
    text-align: center
}

.available-block--featured {
    --available-color: #f6f6f6
}

@media (min-width:768px) {
    .available-block {
        text-align: left
    }
}

@media (min-width:1000px) {
    .available-block {
        padding: 20px var(--card-desktop-padding)
    }
}

.available-block--featured {
    width: 100%;
    color: #fff;
    background: #48525b
}

@media (min-width:1000px) {
    .available-block--featured {
        padding: 25px 40px
    }
}

.available-block__current {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .available-block__current {
        justify-content: flex-start
    }
}

.available-block .icon {
    margin-right: 15px;
    fill: #f38b00
}

.nearby-block {
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    margin: 14px 0
}

@media (min-width:768px) {
    .nearby-block {
        text-align: left;
        margin: 0
    }
}

.nearby-block__top {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .nearby-block__top {
        justify-content: flex-start
    }
}

.nearby-block__title {
    margin: 10px 0;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 700
}

@media (min-width:1600px) {
    .nearby-block__title {
        margin: 20px 0
    }
}

.nearby-block__buttons {
    display: flex;
    margin-top: 15px;
    justify-content: center
}

@media (min-width:768px) {
    .nearby-block__buttons {
        justify-content: flex-start
    }
}

@media (min-width:1600px) {
    .nearby-block__buttons {
        margin-top: 25px
    }
}

.card-course-item {
    --card-desktop-padding: 32px;
    --card-mobile-padding: 24px;
    display: flex;
    flex-direction: column;
    background: #f6f6f6
}

    .card-course-item.is-active {
        background: #fff
    }

@media (min-width:768px) {
    .card-course-item:hover {
        background: #fff
    }
}

.card-course-item__body {
    height: 0;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    text-align: left;
    font-size: 1rem;
    line-height: 22px;
    position: relative
}

    .card-course-item__body:before {
        position: absolute;
        content: "";
        left: 24px;
        top: 0;
        background: #f38b00;
        width: 80px;
        height: 3px
    }

@media (min-width:768px) {
    .card-course-item__body:before {
        left: 32px
    }
}

.card-course-item__body.is-open {
    background: #fff;
    height: auto;
    max-height: 100%;
    overflow: visible;
    opacity: 1;
    transition: opacity .2s
}

@media (min-width:768px) {
    .card-course-item__body {
        height: auto;
        overflow: visible;
        opacity: 1;
        max-height: unset;
        text-align: left
    }
}

@media (min-width:768px) {
    .card-course-item__main-content {
        padding: 24px 32px 32px
    }
}

.card-course-item__body.is-open .card-course-item__main-content {
    padding: 24px
}

.card-course-item__toggle {
    padding: 24px 70px 24px 24px;
    position: relative;
    text-align: left
}

@media (min-width:768px) {
    .card-course-item__toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 32px 32px 24px;
        pointer-events: none
    }
}

.card-course-item__acco-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #333e48;
    right: 25px;
    top: calc(50% - 12px);
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .card-course-item__acco-icon {
        display: none
    }
}

.card-course-item__acco-icon.is-open {
    background: #f38b00
}

    .card-course-item__acco-icon.is-open .icon {
        transform: rotateX(45deg);
        transition: transform .2s
    }

.card-course-item__acco-icon .icon {
    fill: #fff;
    transform: rotateX(180deg)
}

.card-course-item__name {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700
}

.card-course-item__age {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1;
    color: #f38b00;
    font-weight: 700
}

.card-course-item__nearest {
    padding-left: 50px;
    position: relative;
    margin-bottom: 24px
}

    .card-course-item__nearest .icon {
        position: absolute;
        left: 0;
        top: calc(50% - 20px);
        fill: #f38b00
    }

.card-course-item__buttons {
    display: flex
}

.course-group__hero {
    width: 100%;
    height: 173px;
    position: relative
}

@media (min-width:768px) {
    .course-group__hero {
        height: 250px
    }
}

@media (min-width:1000px) {
    .course-group__hero {
        height: 480px;
        max-width: 1920px;
        margin: 0 auto
    }
}

.course-group__hero > img, .course-group__hero > video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:center 33.3%";
    object-fit: cover;
    object-position: center 33.3%
}

.course-group__pretitle {
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333e48;
    font-weight: 700
}

@media (min-width:1000px) {
    .course-group__pretitle {
        margin-bottom: 25px
    }
}

.course-group__controls {
    padding: 48px 20px;
    text-align: center
}

@media (min-width:1000px) {
    .course-group__controls {
        max-width: 850px;
        margin: 0 auto;
        padding: 95px 0 30px
    }
}

.course-group__centre-name {
    font-size: 2.25rem;
    line-height: 1;
    margin-top: 5px;
    display: inline-block
}

.course-group__descr {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 22px
}

@media (min-width:1000px) {
    .course-group__descr {
        font-size: 1.125rem;
        line-height: 24px
    }
}

.cards-grid {
    width: 95%;
    margin: 0 auto;
    max-width: calc(100% - 30px)
}

@media (min-width:768px) {
    .cards-grid {
        margin: 40px auto 0
    }
}

@media screen and (min-width:1069px) {
    .cards-grid {
        width: 85%;
        margin: 65px auto 0
    }
}

@media (min-width:1600px) {
    .cards-grid {
        max-width: 1780px;
        width: 100%;
        padding: 0 20px
    }
}

.cards-grid__list {
    padding-left: 0;
    list-style-type: none
}

@media (min-width:768px) {
    .cards-grid__list {
        width: calc(100% + 20px)
    }
}

.cards-grid__list:after {
    content: "";
    display: block;
    clear: both
}

.cards-grid__item, .cards-grid__sizer {
    width: 100%
}

@media (min-width:768px) {
    .cards-grid__item, .cards-grid__sizer {
        width: calc(50% - 20px)
    }
}

@media (min-width:1000px) {
    .cards-grid__item, .cards-grid__sizer {
        width: calc(33.3% - 20px)
    }
}

@media (min-width:1600px) {
    .cards-grid__item, .cards-grid__sizer {
        width: calc(25% - 20px)
    }
}

.cards-grid__item {
    width: 100%;
    background: #fff;
    float: left;
    position: static !important;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .cards-grid__item {
        width: calc(50% - 20px);
        position: absolute !important;
        margin-bottom: 20px
    }
}

@media (min-width:1000px) {
    .cards-grid__item {
        width: calc(33.3% - 20px)
    }
}

@media (min-width:1600px) {
    .cards-grid__item {
        width: calc(25% - 20px)
    }
}

.cards-grid__item--featured {
    background: #333e48
}

@media (min-width:1000px) {
    .cards-grid__item--featured {
        width: calc(66.6% - 20px)
    }
}

@media (min-width:1600px) {
    .cards-grid__item--featured {
        width: calc(50% - 20px)
    }
}

.cards-grid__cta {
    font-size: 1rem;
    min-width: unset;
    padding: 10px 15px;
    border-radius: 25.5px;
    height: 45px;
    white-space: nowrap
}

.cards-grid__cta--view {
    border: 1px solid #333e48;
    border: 1px solid var(--available-color,#333e48);
    color: #333e48;
    color: var(--available-color,#333e48);
    margin-left: 10px
}

@media (min-width:1600px) {
    .cards-grid__cta {
        font-size: 1.125rem;
        height: 48px;
        padding: 10px 20px
    }

    .cards-grid__cta--view {
        margin-left: 20px
    }
}

.location-hint {
    background: rgba(51,62,72,.8);
    color: #fff;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    margin-bottom: 16px;
    margin-left: 8px;
    font-size: 1.125rem;
    font-weight: 200;
    letter-spacing: 0.0625rem;
    min-height: 48px;
    line-height: 1;
    max-width: 100%;
    transition: width .2s
}

    .location-hint.is-hidden {
        position: absolute;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        margin: -1px
    }

@media (min-width:768px) {
    .location-hint {
        display: inline-flex
    }
}

@media (min-width:1000px) {
    .location-hint {
        margin-bottom: 33px
    }
}

.location-hint .icon {
    width: 26px;
    height: 26px;
    fill: #f38b00;
    margin-right: 15px
}

.location-hint__desktop-only {
    display: none
}

@media (min-width:1000px) {
    .location-hint__desktop-only {
        display: inline;
        margin-left: 4px
    }
}

.location-hint__detected {
    display: inline-block
}

    .location-hint__detected.is-hidden {
        display: none
    }

.location-hint__warning {
    display: inline-block
}

    .location-hint__warning.is-hidden {
        display: none
    }

.custom-radio {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    display: block
}

.card-course-item .custom-radio {
    text-align: left
}

@media (min-width:768px) {
    .custom-radio {
        text-align: left
    }
}

@media (min-width:1600px) {
    .custom-radio {
        font-size: 1.125rem;
        line-height: 22px
    }
}

.custom-radio > input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

    .custom-radio > input:not(:disabled):not(:checked) + span:hover:before {
        border-color: rgba(243,139,0,.4)
    }

    .custom-radio > input:checked + span:before {
        border-color: #f38b00;
        background-color: #f38b00
    }

    .custom-radio > input:checked + span:after {
        border-color: #333e48;
        border-color: var(--available-color,#333e48)
    }

    .custom-radio > input:checked + span {
        text-shadow: 0 0 1px #333e48;
        text-shadow: 0 0 1px var(--available-color,#333e48)
    }

.custom-radio em {
    text-shadow: none;
    font-style: italic;
    font-weight: 400;
    margin-left: 4px;
    color: #333e48;
    color: var(--available-color,#333e48);
    opacity: .6
}

.custom-radio > span {
    display: inline-block;
    text-align: justify;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 22px
}

    .custom-radio > span:before {
        left: 4px;
        top: calc(2px + 8px/2);
        width: 8px;
        height: 8px;
        border-radius: 50%
    }

    .custom-radio > span:after, .custom-radio > span:before {
        position: absolute;
        content: "";
        display: inline-block;
        flex-shrink: 0;
        flex-grow: 0;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 50% 50%
    }

    .custom-radio > span:after {
        left: 0;
        top: 2px;
        width: 16px;
        height: 16px;
        border: 1px solid #333e48;
        border: 1px solid var(--available-color,#333e48);
        border-radius: 50%
    }

@media (min-width:768px) {
    .custom-radio > span {
        text-align: left
    }
}

.custom-radio:only-of-type input + span {
    font-weight: 400
}

    .custom-radio:only-of-type input + span:after, .custom-radio:only-of-type input + span:before {
        content: none
    }

.custom-radio:only-of-type span {
    padding-left: 0
}
