  .not-selectable{-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter, none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;-webkit-transform-origin:top left;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel .is-draggable{cursor:move;cursor:grab}.fancybox__carousel .is-dragging{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide:not(.has-image) .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;touch-action:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:4px}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:4px}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
@charset "UTF-8";
.news-single-social .uabb-ss-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.basket-component {
  width: 100%;
}

.basket-container {
  max-width: 1290px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.basket-content {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}
@media screen and (min-width: 992px) {
  .basket-content {
    padding-top: 100px;
    min-height: calc(100vh - 336px);
  }
}
@media screen and (min-width: 992px) {
  .basket-content .basket-container {
    display: flex;
    justify-content: space-between;
  }
}
.basket-content .basket-container--fav {
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .basket-content__left {
    flex: 1 1 58%;
    max-width: 58%;
  }
}
@media screen and (min-width: 992px) {
  .basket-content__right {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}

@media screen and (min-width: 768px) {
  .favourite-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .favourite-content > * {
    margin-bottom: 30px;
    flex: 0 1 calc(50% - 15px);
  }
}

.favourite-btn-wrapper {
  display: flex;
}
@media screen and (min-width: 768px) {
  .favourite-btn-wrapper {
    justify-content: flex-end;
  }
}

.favourite__btn {
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .favourite__btn {
    width: auto;
  }
}

.basket-popup-wrap {
  position: relative;
}

.basket-empty {
  padding: 12px 20px;
  font-size: 20px;
}

.basket-success {
  border: 3px solid white;
  color: white;
  background: #123658;
  padding: 15px 40px;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.basket-success a {
  text-decoration: none;
  border: 2px solid #e01a34;
  padding: 10px 20px;
  color: #e01a34;
  background-color: #fff;
}
.basket-success a:hover {
  color: #fff;
  background-color: #e01a34;
}

.course-instances-details .instances-button a.button[disabled=disabled] {
  opacity: 0.7;
}

.basket-info__error {
  background: #e01a34;
  color: white;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.basket-info__error span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.basket-info__error div {
  margin-left: 10px;
  margin-bottom: 0;
  line-height: 1.44;
  flex: 1;
}

.basket-info__brn-apply[disabled=disabled] {
  opacity: 0.7;
}

.basket-header {
  padding: 30px 0;
  background-color: #064042;
}
@media screen and (min-width: 992px) {
  .basket-header {
    padding: 78px 0;
  }
}
.basket-header .basket-container {
  display: flex;
}
.basket-header__title {
  padding: 3px 7px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.31px;
  line-height: 37px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  .basket-header__title {
    font-size: 45px;
    letter-spacing: -0.56px;
    padding: 7px 20px;
    line-height: 1.2;
  }
}

.basket-card {
  margin-bottom: 20px;
  padding: 20px 25px 25px;
  width: 100%;
  background-color: #fff;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 992px) {
  .basket-card {
    padding: 25px 20px 25px 35px;
    display: flex;
    justify-content: space-between;
  }
}
.basket-card__title {
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.19px;
  line-height: normal;
  color: #123658;
  text-decoration: underline;
}
.basket-card__title a {
  color: currentColor;
}
@media screen and (min-width: 992px) {
  .basket-card__title {
    margin-bottom: 36px;
  }
}
.basket-card__info {
  margin: 0 -12px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.17px;
  line-height: normal;
}
.basket-card__info li {
  position: relative;
  padding: 0 12px;
}
.basket-card__info li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #e01a34;
}
.basket-card__action {
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .basket-card__action {
    padding: 0;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.basket-card__price {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  color: #0c1f2e;
}
.basket-card__btn-del {
  border: none;
  padding: 0;
  color: #0c1f2e;
}
@media screen and (min-width: 992px) {
  .basket-card__btn-del {
    padding: 0 10px;
    font-size: 17px;
    transition: color 0.3s ease;
  }
}
.basket-card__btn-del:hover, .basket-card__btn-del:focus {
  color: #e01a34;
  background-color: transparent;
}
.basket-card__fav-action {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .basket-card__fav-action {
    padding-top: 0;
    justify-content: space-between;
  }
}
.basket-card__btn-go {
  margin-bottom: 20px;
  width: 100%;
  color: #123658;
  border-color: #123658;
  text-decoration: none;
  text-align: center;
}
.basket-card__btn-go:hover {
  background-color: #123658;
  border-color: #123658;
}
.basket-card__link {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #123658;
}
.basket-card__link i {
  transition: transform 0.3s ease;
}
.basket-card__link:hover i {
  transform: translateX(50%);
}
.basket-card__price--fav {
  display: none;
}
@media screen and (min-width: 992px) {
  .basket-card__price--fav {
    margin-top: 12px;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .basket-info {
    padding: 30px 18px 40px 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    background-color: #fff;
  }
}
.basket-info__title {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #353d45;
  border-bottom: 1px solid #353d45;
}
.basket-info__item {
  padding-top: 12px;
  padding-bottom: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  border-bottom: 1px solid #353d45;
}
@media screen and (min-width: 992px) {
  .basket-info__item {
    padding-top: 14px;
    padding-bottom: 16px;
  }
}
.basket-info__item span {
  padding-left: 12px;
}
@media screen and (min-width: 992px) {
  .basket-info__item span {
    padding: 0 13px;
  }
}
.basket-info__item--total {
  font-weight: 500;
}
.basket-info__content {
  margin-bottom: 35px;
}
.basket-info__brn-apply {
  width: 100%;
}
.basket-info__brn-apply:hover {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 992px) {
  .basket-info__brn-apply {
    font-size: 18px;
  }
}

.popup-basket {
  width: 378px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 10;
}
@media screen and (max-width: 450px) {
  .popup-basket {
    padding: 0 20px;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #123658;
  }
}
.popup-basket.open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
.popup-basket__title {
  padding: 15px 20px;
  background-color: #123658;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .popup-basket__title {
    padding: 0 0 35px;
  }
}
.popup-basket__content {
  padding-top: 10px;
  padding-bottom: 20px;
  max-height: 55vh;
  overflow-y: auto;
}
.popup-basket__item {
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 450px) {
  .popup-basket__item {
    background-color: #fff;
  }
}
.popup-basket__item:not(:first-child) {
  margin-top: 20px;
}
.popup-basket__item .basket-card__title {
  margin-bottom: 7px;
}
.popup-basket__item .basket-card__btn-del {
  padding: 0;
}
.popup-basket__btns {
  padding: 12px 20px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .popup-basket__btns {
    background-color: transparent;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 450px) {
  .popup-basket .basket-card__link {
    color: #fff;
  }
}
.popup-basket .basket-card__link:hover {
  text-decoration: underline;
}
.popup-basket .favourite__btn {
  color: #e01a34;
}
.popup-basket .favourite__btn:hover {
  color: #fff;
}
.popup-basket__row {
  padding: 13px 0 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 450px) {
  .popup-basket__row {
    display: none;
  }
}
.popup-basket__logo {
  width: 100px;
  max-height: 19px;
  background: url("/wp-content/themes/petroc/dist/images/petroc-logo-pearl.svg") center/cover no-repeat;
}
.popup-basket__close {
  font-size: 18px;
  color: #fff;
  padding: 0;
  border: none;
  background-color: transparent;
}

.header-icon {
  min-height: 23px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-icon .hidden {
  visibility: hidden;
}
.header-icon .count-items {
  position: absolute;
  padding: 0 4px;
  top: 0;
  left: 100%;
  transform: translate(-50%, -55%);
  min-width: 19px;
  min-height: 19px;
  background-color: #e01a34;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
  color: #000;
  border-radius: 50%;
}

.course-instances-content {
  position: relative;
}

.view-all-button-container {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  .view-all-button-container {
    flex-direction: column;
  }
}
.view-all-button-container span {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  .view-all-button-container span {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.view-all-button-container .view-all-button {
  border: 2px solid #123658;
  padding: 10px 20px;
  color: #123658;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .view-all-button-container .view-all-button {
    width: 100%;
  }
}
.view-all-button-container .view-all-button:hover {
  background-color: #123658;
  color: #fff;
}

.hero-banner .hero-banner-cards {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  .hero-banner .hero-banner-cards {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.hero-banner .hero-banner-cards a {
  text-decoration: none;
  overflow: hidden;
}
.hero-banner .hero-banner-cards a:hover img {
  transform: scale(1.05);
}
.hero-banner .hero-banner-cards .hero-banner-card-text-container {
  width: 100%;
  overflow-wrap: break-word;
  padding: 30px;
  position: absolute;
  z-index: 3;
}
.hero-banner .hero-banner-cards .hero-banner-card-title {
  font-size: 35px;
  margin-bottom: 5px;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .hero-banner .hero-banner-cards .hero-banner-card-title {
    font-size: 28px;
  }
}
.hero-banner .hero-banner-cards .hero-banner-card-sub-title {
  font-size: 20px;
  max-width: 75%;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .hero-banner .hero-banner-cards .hero-banner-card-sub-title {
    font-size: 16px;
  }
}
.hero-banner .hero-banner-cards .hero-banner-main-card {
  width: 40%;
  aspect-ratio: 0.95/1;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 992px) {
  .hero-banner .hero-banner-cards .hero-banner-main-card {
    width: 100%;
    margin-bottom: 10px;
  }
}
.hero-banner .hero-banner-cards .hero-banner-small-cards {
  width: 60%;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 992px) {
  .hero-banner .hero-banner-cards .hero-banner-small-cards {
    width: 100%;
    margin: 0;
  }
}
.hero-banner .hero-banner-cards .hero-banner-small-cards .hero-banner-small-card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
}
.hero-banner .hero-banner-cards .hero-banner-small-cards .hero-banner-small-card.card-w-40 {
  width: calc(40% - 5px);
}
.hero-banner .hero-banner-cards .hero-banner-small-cards .hero-banner-small-card.card-w-60 {
  width: calc(60% - 5px);
}
.hero-banner .hero-banner-cards .hero-banner-small-cards .hero-banner-small-card.card-h-60 {
  height: calc(60% - 5px);
}
.hero-banner .hero-banner-cards .hero-banner-small-cards .hero-banner-small-card.card-h-40 {
  height: calc(40% - 5px);
}
@media only screen and (max-width: 992px) {
  .hero-banner .hero-banner-cards .hero-banner-small-cards .hero-banner-small-card.card-w-40, .hero-banner .hero-banner-cards .hero-banner-small-cards .hero-banner-small-card.card-w-60, .hero-banner .hero-banner-cards .hero-banner-small-cards .hero-banner-small-card.card-h-60, .hero-banner .hero-banner-cards .hero-banner-small-cards .hero-banner-small-card.card-h-40 {
    width: 100%;
    aspect-ratio: 1.3/1;
  }
}
.hero-banner .hero-banner-cards .hero-banner-card-image {
  position: absolute;
  transition: 0.3s ease;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero-banner .hero-banner-cards .hero-banner-card-overlay {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero-banner .hero-banner-search {
  margin-top: 10px;
  background-color: #0c1f2e;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .hero-banner .hero-banner-search {
    margin-bottom: 10px;
  }
}
.hero-banner .hero-banner-search form {
  width: 100%;
  max-width: 740px;
  padding: 20px;
}
.hero-banner .hero-banner-search form ul {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.hero-banner .hero-banner-search form ul li {
  padding: 0;
}
.hero-banner .hero-banner-search form ul li label {
  width: 100%;
}
.hero-banner .hero-banner-search form ul li input {
  width: 100%;
}
.hero-banner .hero-banner-search form ul li h4, .hero-banner .hero-banner-search form ul li.sf-field-post_type {
  display: none;
}
.hero-banner .hero-banner-search form ul li.sf-field-search {
  width: 80%;
  margin-right: 8px;
}
.hero-banner .hero-banner-search form ul li.sf-field-submit {
  width: 20%;
  position: relative;
}
.hero-banner .hero-banner-search form ul li.sf-field-submit::after {
  content: "";
  width: 20px;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 15%;
  right: 15%;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .hero-banner .hero-banner-search form ul li.sf-field-submit::after {
    display: none;
  }
}
.hero-banner .hero-banner-search form ul li.sf-field-submit input {
  background-color: #e01a34;
  color: #fff;
  transition: 0.3s ease;
  padding-left: 0;
}
.hero-banner .hero-banner-search form ul li.sf-field-submit input:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.8);
}

.favourite-btn i {
  border: 2px solid #e01a34;
  padding: 8px;
}
.favourite-btn__active {
  background: #e01a34;
}
.favourite-btn__active i {
  color: #fff;
}

.fancybox__content {
  padding: 3px;
}

.main-header-menu .menu-item .astra-megamenu > .menu-item > .menu-link:hover .menu-text {
  color: #e01a34;
}
.main-header-menu .menu-item .astra-megamenu > .menu-item > .menu-link .menu-text {
  font-weight: 700;
}
