.content .container {
    margin-top: 0;
    max-width: 1200px;
    padding: 20px 10px;
}

.display-622 {
    display: none;
}
.inno-main-container h2.course-header,
h2.course-header {    
    margin-bottom: 20px;
}

div, span, p {
    cursor: default;
}

.inno-main-container h2.course-header,
h2.course-header,
h2.course-header a,
h2.course-header a:visited {
    color: #181818;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    transition-duration: 500ms;;
}
@media (max-width: 622px) {
    .inno-main-container h2.course-header,
    h2.course-header,
    h2.course-header a,
    h2.course-header a:visited {
        line-height: 30px;
    }

    h2.course-header a svg {
        height: 30px;
    }
}

h2.course-header a:hover {
    color: #1db4b5;
}
    h2.course-header a svg {
        fill: #181818;
        transition-duration: 500ms;;
    }
    h2.course-header a:hover svg {
        fill: #1db4b5;
    }

h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.low-rounded-button {
    display: flex;
    min-height: 56px;
    border-radius: 10px;
    padding: 18px 9px 19px 9px;  
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    cursor: pointer;
}
.low-rounded-button::after {
    border-radius: 10px;
}

.rounded-button {
    display: flex;
    min-height: 50px;
    border-radius: 30px;
    padding: 0px 20px;    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15.607px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.533px;
    cursor: pointer;
}
.rounded-button::after {
    border-radius: 30px;
}

.half-rounded-button {
    border-radius: 25px 2px;
    display:flex;
    text-align: center;
    justify-content: center;
    align-items: center;    
    min-height: 60px;
    padding: 7px 10px;
    cursor: pointer;
}

.white-button {
    background-color: white;
    color: #5AC9C9;
    transition-duration: 500ms;
}

.white-button:hover {
    background-color: #EDFDFD;
    color: #5AC9C9;
    transition-duration: 500ms;
}

.green-button {
    background: #5AC9C9;
    position: relative;
}
.green-button > span {
    z-index: 3;
    position: relative;
    color: white;
}

.green-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #49C3C4 0%, #5BF7DC 100%);
    opacity: 0;    
    transition-duration: 500ms;
}

.green-button:hover::after {
    opacity: 1;
    transition-duration: 500ms;
}

.transparent-button {
    border: 1px solid white;
    color: white;
    transition-duration: 500ms;
}

.transparent-button:hover {
    background-color: #FFFFFF33;
    color: white;
    transition-duration: 500ms;
}

.transparent-white-button {
    border: 1px solid white;
    color: white;
    transition-duration: 500ms;
}

.transparent-white-button:hover {
    background-color: #FFF;
    color: #5FBADC;
    transition-duration: 500ms;
}

.transparent-bordered-button {
    border: 1px solid  #D2D2D2;
    color: #747679;
    background: transparent;
    transition-duration: 500ms;
}

.transparent-bordered-button:hover {
    color: #2A2A30;
    border: 1px solid  #2A2A30;
    transition-duration: 500ms;
}

.transparent-green-button {
    border: 1px solid #D2D2D2;
    color: #747679;
}

.transparent-green-button:hover {
    background-color: #00B7B7;
    color: white;
    transition-duration: 500ms;
    border: 1px solid transparent;
}

.blinked-down-arrow-button::after {
    content: url('/local/templates/inno-2022/images/icons/arrow-down.svg');
    padding-top: 5px;
    animation-name: blinked-down-arrow-button_blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes blinked-down-arrow-button_blink {
  0%   {padding-top: 5px;}
  50%  {padding-top: 10px;}
  100% {padding-top: 5px;}
}

.white-label {
    padding: 4px 10px;
    border-radius: 5px;
    background: #FFF;
    color: #5AC9C9;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.disc-symbol {
    height: 4px;
    width: 4px;
    background-color: #515458;
    display: inline-block;
    border-radius: 2px;
    margin: 0 4px;
}


.rounded-label {
    padding: 7px 10px;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 3;
}

.rounded-low-label {
    padding: 2px 3px;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.green-gradient-label {
    background: linear-gradient(123deg, #5799F7 20.5%, #58B3DE 44.35%, #59C9C9 89.65%);
    color: white;
}
.green-label {
    background: #5AC6CE;
    color: white;
}
.red-label {
    background: #FF6A61;
    color: white;
}
.blue-label {
    background: #DCF2F2;
    color: #2A2A30;
}

.icon-label {
    color: #181818;    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 0 5px 28px;
    background-position: left;    
    background-repeat: no-repeat;
    margin-right: 10px;
}
.icon-label.icon-label-hat {
    background-image: url('/local/templates/inno-2022/images/icons/hat.svg');
}
.icon-label.icon-label-scissors {
    background-image: url('/local/templates/inno-2022/images/icons/scissors.svg');
}
.icon-label.icon-label-cardio {
    background-image: url('/local/templates/inno-2022/images/icons/cardio.svg');
}
.icon-label.icon-label-share {
    background-image: url('/local/templates/inno-2022/images/icons/share.svg');
}
.icon-label.icon-label-instruments {
    background-image: url('/local/templates/inno-2022/images/icons/instruments.svg');
}
.icon-label.icon-label-impulse {
    background-image: url('/local/templates/inno-2022/images/icons/impulse.svg');
}

.tooltip-item {
    display: none;
    position: absolute;
    left: 0;
    bottom: 40px;
    min-width: 170px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 11px 10px;
    border-radius: 7px;
}

.tooltip-item::after {
    position: absolute;
    left: 3px;
    bottom: -11px;
}

.tooltip-item.tooltip-gray {
    background: #454545;
    color: white;
}
.tooltip-item.tooltip-green {
    background: #5ac9c9;
    color: white;
}

.tooltip-item.tooltip-gray::after {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2218%22%20viewBox%3D%220%200%2021%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.366%2017.5C10.9811%2018.1667%2010.0189%2018.1667%209.63397%2017.5L0.540708%201.75C0.155807%201.08333%200.636932%200.25%201.40673%200.25L19.5933%200.250002C20.3631%200.250002%2020.8442%201.08334%2020.4593%201.75L11.366%2017.5Z%22%20fill%3D%22%23454545%22%2F%3E%3C%2Fsvg%3E ");
}
.tooltip-item.tooltip-green::after {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2218%22%20viewBox%3D%220%200%2021%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.366%2017.5C10.9811%2018.1667%2010.0189%2018.1667%209.63397%2017.5L0.540708%201.75C0.155807%201.08333%200.636932%200.25%201.40673%200.25L19.5933%200.250002C20.3631%200.250002%2020.8442%201.08334%2020.4593%201.75L11.366%2017.5Z%22%20fill%3D%22%235ac9c9%22%2F%3E%3C%2Fsvg%3E ");
}

.tooltip-item.tooltip-blue {
    background: #5799F7;
    color: white;
}

.tooltip-item.tooltip-blue::after {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2218%22%20viewBox%3D%220%200%2021%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.366%2017.5C10.9811%2018.1667%2010.0189%2018.1667%209.63397%2017.5L0.540708%201.75C0.155807%201.08333%200.636932%200.25%201.40673%200.25L19.5933%200.250002C20.3631%200.250002%2020.8442%201.08334%2020.4593%201.75L11.366%2017.5Z%22%20fill%3D%22%235799F7%22%2F%3E%3C%2Fsvg%3E ");
}

.tooltip-container {
    position: relative;
    
}
.tooltip-container:hover .tooltip-item {
    display: block;
}


.title-label {
    border-radius: 30px;
    background: #5AC9C9;
    color: white;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.title-label .icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.icon.icon-book {
    background-image: url('/local/templates/inno-2022/images/icons/book.svg');
}
.icon.icon-scissors-2 {
    background-image: url('/local/templates/inno-2022/images/icons/scissors-2.svg'); 
}


.gallery-container  {
    position: relative;
}

    .gallery-container .gallery-outer {
        overflow: hidden;
        position: relative;
        height: 100%;
        width: 100%;
    }

        .gallery-container .gallery-outer .gallery-inner {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            display: flex;
            transition-duration: 500ms;
        }

.gallery-header {
    padding: 40px 0;
    display: flex;
    align-items: end;
}

.gallery-header > * {
    flex-grow: 1;
}
.gallery-header > .paging-buttons {
    flex: 0 0 90px;
}

.gallery-header h2 {
    margin: 0;
}

.pre-footer-buttons {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}
    .pre-footer-buttons > a {
        flex-grow: 1;
        flex-basis: 0;
    }


.hidden-rows {
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition-duration: 500ms;
}
.unhidden-rows {
    overflow: visible;
    opacity: 1;
    height: auto;
    transition-duration: 500ms;
}

.show-more-button {
    width: 100%;
}


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #00B7B7;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -2em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 2em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}





.popup-shadow-outer .popup-shadow-inner .course-order-form {
    border-radius: 40px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}
    .popup-shadow-outer .popup-shadow-inner .course-order-form .close-button {
        top: 25px;
        right: 25px;
    }
    .popup-shadow-outer .popup-shadow-inner .course-order-form .popup-header {
        padding-bottom: 10px;
    }
    .popup-shadow-outer .popup-shadow-inner .course-order-form .popup-header {
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
    }
        .popup-shadow-outer .popup-shadow-inner .course-order-form .content .text {
            color: #636363;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            padding-bottom: 50px;
        }
        .popup-shadow-outer .popup-shadow-inner .course-order-form .content .date-time {
            font-weight: 400;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .content input {
            height: 40px;
            padding: 10px;
            width: 100%;
            margin-bottom: 40px;
            border-radius: 10px;
            border: 1px solid #D2D2D2;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .content input.error {
            border: 1px solid #f89c9c;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .content input:focus {
            border: 1px solid #AFE2E2;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .content input::placeholder {
            color: #636363;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .buttons {
            display: flex;
            gap: 8px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .buttons > * {
            flex-grow: 1;
            flex-basis: 0;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .legacy-notice {
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: 16px;
            margin-top: 20px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade {
            background: #5AC9C9;
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            z-index: 4;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            color: #FFF;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            padding: 100px;
            transition-duration: 500ms;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade img {
            height: 75px;
            width: 75px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade .title {
            font-size: 46px;
            font-style: normal;
            font-weight: 500;
            line-height: 56px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade .white-close-button {
            height: 26px;
            width: 26px;
            background-image: url('/local/templates/inno-2022/images/icons/close-white.svg');
            position: absolute;
            right: 22px;
            top: 22px;
            background-size: contain;
            cursor: pointer;
            transition-duration: 500ms;
        }


@media (max-width: 1200px) {
    .icon-label {
        line-height: 2.2;
        margin-right: 0;
    }
}

@media (max-width: 818px) {
    .icon-label {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 2.2;
        margin-right: 0;
    }

    h2.course-header {
        font-size: 24px;
        margin-bottom: 0;
    }
    
    h3 {
        font-size: 18px;
    }

    .half-rounded-button {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18.533px;
    }
}

@media (max-width: 622px) {
    .display-622 {
        display: inherit;
    }
    .popup-shadow-outer:has(> .popup-shadow-inner .course-order-form) {
        z-index: 100000;
    }
    .popup-shadow-outer .popup-shadow-inner .course-order-form {
        border-radius: 0;
        height: auto!important;
        bottom: -100%;
        transition-duration: 500ms;
        top: auto;
        padding: 20px 30px;
        border-radius: 30px 30px 0px 0px;
    }
    .popup-shadow-outer .popup-shadow-inner .course-order-form.open {
        bottom: 0;
    }

    .popup-shadow-outer .popup-shadow-inner:has(> .course-order-form) {
        align-items: end;
    }
        .popup-shadow-outer .popup-shadow-inner .course-order-form .popup-header {
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 40px;
            padding: 0;
        }
            .popup-shadow-outer .popup-shadow-inner .course-order-form .content .text {
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px;
                padding-bottom: 30px;
            }
                .popup-shadow-outer .popup-shadow-inner .course-order-form .content .text .date-time {
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 20px;
                }
            .popup-shadow-outer .popup-shadow-inner .course-order-form .content > input {
                margin-bottom: 30px;
            }
    .popup-shadow-outer .popup-shadow-inner .course-order-form .close-button {
        height: 20px;
        width: 20px; 
    }
        .popup-shadow-outer .popup-shadow-inner .course-order-form .post-content {
            margin: 0 -30px;
            padding: 20px 10px 0 10px;
            border-top: 1px solid #D2D2D2;
        }
        .popup-shadow-outer .popup-shadow-inner .course-order-form .legacy-notice {
            margin: 10px;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade {
            padding: 0;
            align-items: center;
        }

        .popup-shadow-outer .popup-shadow-inner .course-order-form .shade .ok-message {
            width: 260px;
        }
}