.reviews-gallery-header {
    padding-top: 0;
}

.mobile-title-image {
    display: none;
}

.course-header-label {
    padding-bottom: 20px;
}

.separate-block {
    padding-bottom: 100px;
}

.separate-sub-block {
    padding-bottom: 60px;
}

.separate-sub-block:last-child {
    padding-bottom: 0;
} 

.course-description-labels {
    padding-bottom: 40px;
}

.course-info-outer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.course--place {border-radius: 12px;padding:5px 10px;background-color: #fff;display: inline-block;font-size: 14px;margin-top: 10px;}
.course-info .course--place {color:#000}
    .course-info-outer .course-label-outer {
        padding-bottom: 10px;
    }

    .course-info-outer .course-info {
        height: 630px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        border-radius: 30px;
        background: linear-gradient(209deg, #5AC9C9 62.1%, #00B7B7 142.43%);
        color: white;
        padding: 20px 30px 30px 30px;
        flex: 0 0 calc(59% - 10px);
        align-items: flex-start;
    }

    .course-info-outer .course-info.event-near {
        background: linear-gradient(208deg, #5799F7 4.3%, #59C9C9 111.87%);
    }

        .course-info-outer .course-info h1 {
            text-transform: uppercase;
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: 40px;
            text-transform: uppercase;
            margin: 0;
            color:#fff !important;
        }

        .course-info-outer .course-info .key-value {
            margin: 30px 0;
            height: 100%;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .course-info-outer .course-info .key-value > div {
                display: flex;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                margin-bottom: 30px;
                border-bottom: 1px solid #87DCDC;
                padding-bottom: 10px;
            }

            .course-info-outer .course-info .key-value > div:last-child {
                margin-bottom: 0;
            }

                .course-info-outer .course-info .key-value > div > div:first-child {
                    flex: 0 0 250px;
                }

                .course-info-outer .course-info .key-value > div > div:last-child {
                    flex: 0 0 calc(100% - 250px);
                }

        .course-info-outer .course-info .buttons-block {
            display: flex;
            gap: 20px;
        }

            .course-info-outer .course-info .buttons-block > * {
                flex-grow: 1;
                flex-shrink: 0;
            }

    .course-info-outer .course-contacts-outer {
        flex: 0 0 calc(41% - 10px);
        display: flex;
        flex-direction: column;
        gap: 20px;
        color: white;
    }

        .course-info-outer .course-contacts-outer .course-image {
            flex-grow: 1;
            background-size: cover;
            background-position: center;
            border-radius: 30px;
        }

        .course-info-outer .course-contacts-outer .course-contacts {
            height: 197px;
            box-sizing: border-box;
            border-radius: 30px 30px 30px 0;
            background: #5AC9C9;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 18.533px;
            display: flex;
            flex-direction: column;
            padding: 20px 20px 26px 20px;
        }

            .course-info-outer .course-contacts-outer .course-contacts > h2 {
                color: white;
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: 18.533px;
                margin: 0;
                text-transform: none;
            }

            .course-info-outer .course-contacts-outer .course-contacts > .description {
                margin-top: 6px;
                margin-bottom: 14px;
                flex-grow: 1;
            }

            .course-info-outer .course-contacts-outer .course-contacts > .contacts-block {
                height: 60px;
                display: flex;
                align-items: center;
            }

                .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .photos {
                    display: flex;
                    margin-right: 40px;
                }

                    .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .photos > div {
                        width: 40px;
                        height: 60px;
                    }

                        .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .photos > div > div {
                            width: 60px;
                            height: 60px;                            
                            background-size: cover;
                            border-radius: 30px;
                        }

                .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .phones {
                    font-size: 14px;
                    font-weight: 700;
                }

                .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .names {
                    font-size: 14px;
                    padding-left: 23px;
                }
                    .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .phones > *,
                    .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .names > * {
                        padding-bottom: 10px;
                    }
                    .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .phones > *:last-child,
                    .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .names > *:last-child {
                        padding-bottom: 0;
                    }

                    .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .names > li {
                        list-style: disc;
                    }

    .course-info-outer .course-details-outer {
        flex: 0 0 100%;
        margin-top: 20px;
    }

        .course-info-outer .course-details-outer .course-details {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 20px 0;
            border-bottom: 1px solid #E7E7E7;
            position: relative;
            padding-left: 10px;
        }
        .course-info-outer .course-details-outer .course-details:first-child {
            border-top: 1px solid #E7E7E7;
        }
        .course-info-outer .course-details-outer .show-all-dates-button {
            margin-top: 20px;
        }
            .course-info-outer .course-details-outer .course-details > .course-date {
                flex: 0 0 150px;
            }
            .course-info-outer .course-details-outer .course-details > .course-location-and-time {
                flex-grow: 1;
            }
                .course-info-outer .course-details-outer .course-details > .course-location-and-time > .course-location {
                    flex-grow: 1;
                }
                .course-info-outer .course-details-outer .course-details > .course-location-and-time > .course-time {
                    flex: 0 0 140px;
                }
            .course-info-outer .course-details-outer .course-details > .course-labels {
                flex: 0 0 160px;
            }
            .course-info-outer .course-details-outer .course-details > .course-amount-and-button {
                flex: 0 0 436px;
            }
                .course-info-outer .course-details-outer .course-details > .course-amount-and-button > .course-amount{
                    flex-grow: 1;
                }
                .course-info-outer .course-details-outer .course-details > .course-amount-and-button > .course-order-button{
                    flex: 0 0 266px;
                }

                .course-info-outer .course-details-outer .course-details .course-date .course-day {
                    font-size: 38px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 40px;
                }

                .course-info-outer .course-details-outer .course-details .course-date .course-month {
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 20px;
                    display: flex;
                    align-items: center;
                }

                    .course-info-outer .course-details-outer .course-details .course-date .course-month .week-day {
                        color: #515458;
                    }

            .course-info-outer .course-details-outer .course-details .course-location-and-time {
                display: flex;
                align-items: center;
                gap: 20px;
            }
                .course-info-outer .course-details-outer .course-details .course-location-and-time > * {
                    flex-grow: 1;
                }

                    .course-info-outer .course-details-outer .course-details .course-location-and-time .course-location .course-city {
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                    }

                    .course-info-outer .course-details-outer .course-details .course-location-and-time .course-location .course-address {
                        color: #525252;
                        font-size: 13px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                    }

                .course-info-outer .course-details-outer .course-details .course-location-and-time .course-time {
                    color: #525252;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }


            .course-info-outer .course-details-outer .course-details .course-amount-and-button {
                display: flex;
                align-items: center;
                gap: 20px;
            }
                .course-info-outer .course-details-outer .course-details .course-amount-and-button > * {
                    flex-grow: 1;
                    }
                .course-info-outer .course-details-outer .course-details .course-amount-and-button .course-amount {
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }
                .course-info-outer .course-details-outer .course-details .course-amount-and-button .course-order-button {
                    flex: 0 0 266px;
                }

    .course-author-outer .course-author-info {
        padding-top: 40px;
    }

        .course-author-outer .course-author-info {
            padding-top: 40px;
            display: flex;
            gap: 20px;
        }

            .course-author-outer .course-author-info .course-author-description-outer {
                border-radius: 40px 40px 40px 3px;
                border: 1px solid #D2D2D2;
                padding: 30px 28px 20px 28px;
                flex: 0 0 380px;
                min-height: 550px;
                display: flex;
                flex-direction: column;
            }

                .course-author-outer .course-author-info .course-author-description-outer .lector-label {
                    color: #525252;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }

                .course-author-outer .course-author-info .course-author-description-outer h3 {
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 150%;
                }

                .course-author-outer .course-author-info .course-author-description-outer .course-author-description {
                    padding-top: 20px;
                    color: #2A2A30;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 150%;
                    flex-grow: 1;
                }

            .course-author-outer .course-author-info .course-author-photo {
                flex-grow: 1;
                border-radius: 40px;
                background-size: cover;
                background-position: center;
            }

.detailer-slider {
    position: relative;
    min-height: 380px;
}

        .detailer-slider .detailer-slide .detailer-slide-title {
            width: 380px;
            padding: 10px;
            height: 76px;
            box-sizing: border-box;
            border-bottom: 1px solid #F1F1F1;
            cursor: pointer;
            transition-duration: 500ms;
        }

        .detailer-slider .detailer-slide.active .detailer-slide-title {
            border-radius: 10px;
            border-bottom: 1px solid transparent;
            background: #F1F1F1;
        }

            .detailer-slider .detailer-slide .detailer-slide-title .part-num {
                color: #9E9E9E;
                font-size: 13px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .detailer-slider .detailer-slide .detailer-slide-title .part-title {
                color: #2A2A30;
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
            }

            .detailer-slider .detailer-slide .detailer-slide-title .collapse-icon {
                display: none;
            }

        .detailer-slider .content-back,
        .detailer-slider .detailer-slide .detailer-slide-content {
            width: calc(100% - 400px);
            border-radius: 30px;
            padding: 30px 20px 10px 30px;
            position: absolute;
            left: 400px;
            top: 0;
            height: 100%;
        }
        .detailer-slider .content-back {
            z-index: -2;
        }

        .detailer-slider .detailer-slide .detailer-slide-content {
            overflow: hidden;
            opacity: 0;
            transition-duration: 500ms;
            color: #2A2A30;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
        }

        .detailer-slider .detailer-slide.active .detailer-slide-content {
            opacity: 1;
        }

            .detailer-slider .detailer-slide .detailer-slide-content ul li {                
                list-style: disc;
                margin: 5px 0 5px 20px;
            }

            .detailer-slider.theory-slider .content-back {
                background-color: #F1F1F1;
                background-image: url('/local/templates/inno-2025/images/theory-slider-background.png');
                background-size: 100% auto;
                background-repeat: no-repeat;
                background-position: left bottom;
            }

            .detailer-slider .detailer-slide .detailer-slide-content h3 {
                color: #2A2A30;
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px;
                margin-bottom: 20px;
            }

    .courses-banner-outer .courses-banner {
        display: flex;
        justify-content: start;
        padding: 17px 28px 17px 350px;
        align-items: center;
        border-radius: 10px;
        background: #5AC9C9;
        color: white;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }
        .courses-banner-outer .courses-banner .courses-banner-content {
            text-align: left;
            flex-grow: 1;
        }

            .courses-banner-outer .courses-banner .courses-banner-content h3 {
                color: white;
                font-size: 30px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px;
            }

        .courses-banner-outer .courses-banner .courses-banner-timer {
            text-align: right;
            flex: 0 0 155px;
        }

    .courses-banner-outer .courses-mobile-banner {
        display: none;
    }

.red-timer {
    display: flex;
    padding: 7px 14px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    border-radius: 30px;
    background: #FF6A61;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 6px;
}

.red-timer .timer-value-outer {
    position: relative;
    height: 24px;
    overflow: hidden;
}

.red-timer .timer-value-outer.days,
.red-timer .timer-value-outer.hours,
.red-timer .timer-value-outer.minutes,
.red-timer .timer-value-outer.seconds {
    flex: 0 0 21px;
}
.red-timer .timer-value-outer.days-label {
    flex: 0 0 40px;
}

.red-timer .timer-value-outer .value-inner {
    position: absolute;
    left: 0;
    transition-duration: 500ms;
    width: 100%;
}

.red-timer .timer-value-outer.days .value-inner {
    text-align: right;
}

    .detailer-slider.practical-slider .detailer-slide.active .detailer-slide-title {
        background: #DCF2F2;
    }

    .detailer-slider.practical-slider .content-back {
        background-color: #dcf2f2;
        background-image: url('/local/templates/inno-2025/images/practical-slider-background.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .detailer-slider.practical-slider .tooth-slide::before {
        content: "";
        position: absolute;
        left: 570px;
        bottom: 30px;
        height: 70px;
        width: 61px;
        background-image: url('/local/templates/inno-2025/images/tooth.svg');
        background-size: 61px 70px;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .detailer-slider.practical-slider .tooth-slide-1::before {
        transform: rotate(-20deg);
    }

    .detailer-slider.practical-slider .tooth-slide-2::before {
        transform: rotate(-10deg);
    }

    .detailer-slider.practical-slider .tooth-slide-4::before {
        transform: rotate(10deg);
    }

    .detailer-slider.practical-slider .tooth-slide-5::before {
        transform: rotate(20deg);
    }

    .courses-device-outer .courses-device {
        display: flex;
        gap: 20px;
    }
    
        .courses-device-outer .courses-device .course-device-title {
            flex: 0 0 380px;
            padding: 20px 30px 20px 20px;
            background-image: url('/local/templates/inno-2025/images/course_device_background.png');
            background-size: cover;
            background-repeat: no-repeat;
            border-radius: 20px;
            background-color: #DCF2F2;
            color: #5AC9C9;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            display: flex;
            gap: 10px;
            flex-direction: column;
        }
        
            .courses-device-outer .courses-device .course-device-title .course-device-text {
                flex-grow: 1;
            }
        
            .courses-device-outer .courses-device .course-device-title .course-device-image {
                flex: 0 0 210px;
                background-image: url(/local/templates/inno-2025/images/course_device.png);
                background-repeat: no-repeat;
                background-size: auto calc(100% - 10px);
                margin-right: 10px;
                background-position: bottom 10px right 10px;
            }
        .courses-device-outer .courses-device .course-device-title.without-text {
            padding: 20px;
        }
            .courses-device-outer .courses-device .course-device-title.without-text .course-device-image {
                background-position-x: center;
                margin: 0;
            }
    
        .courses-device-outer .courses-device .course-device-description {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            padding: 10px 20px 10px 20px;
        }
    
            .courses-device-outer .courses-device .course-device-description .course-device-description-title {
                font-size: 16px;
                font-weight: 500;
                line-height: normal;
                padding: 0 0 10px 0;
                border-bottom: 1px solid #D2D2D2;
            }
    
            .courses-device-outer .courses-device .course-device-description ul {
                padding-top: 17px;
                padding-left: 7px;
            }
    
                .courses-device-outer .courses-device .course-device-description ul > li {
                    list-style: disc;
                    padding-bottom: 11px;
                }


.certificate-block {
    border-radius: 40px;
    background: #5AC9C9;
    display: flex;
    gap: 50px; 
    height: 530px;
}
    .certificate-block .certificate-image {
        flex: 0 0 420px;
        padding: 25px 0 27px 40px;
        /*background-image: url('/local/templates/inno-2022/images/certificate.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;*/
    }
        .certificate-block .certificate-image img {
            display: block;
            max-height: 100%;
            max-width: 100%;
            object-fit: cover;
        }
    .certificate-block .certificate-description {
        flex-grow: 1;
        margin: 40px;
        display: flex;
        flex-direction: column;
    }
        .certificate-block .certificate-description h3 {
            color: white;
            font-size: 44.471px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
        .certificate-block .certificate-description .certificate-text {
            flex-grow: 1;
            color: white; 
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24.706px;
        }
        .certificate-block .certificate-description .certificate-button .certificate-button {
            max-width: 376px;
            font-weight: 700;
        }

.photo-gallery-header h2:after {
    content: 'Фото с прошедших курсов';
}

.photo-gallery {
    height: 380px;
    width: 100%;
}
    .photo-gallery .gallery-inner {
        gap: 16px;
    }
        .photo-gallery .gallery-item {
            flex: 0 0 280px;
            max-width: 280px;
            box-sizing: border-box;
            border-radius: 10px;
            background-size: auto 100%;
            background-position: center;
            display: flex;
            justify-content: center;
            overflow: hidden;
        }
        .photo-gallery .gallery-item image {
            height: 100%;
        }
            .photo-gallery .gallery-item a {
                display: block;
                height: 100%;
                width: 100%;
            }

.seo-text {
    color: #2A2A30;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 80px 10px;
}

    .seo-text h2 {
        color: #00b7b7;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .seo-text h3 {
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
    }

	.seo-text p,
	.seo-text ul {
        margin-bottom: 1rem;
    }

    .seo-text ul {
        padding-left: 15px;
    }

    .seo-text ul > li {
        list-style: inside;
    }
            
@media (max-width: 1200px) {

    .separate-block {
        padding-bottom: 80px; 
    }

    .separate-sub-block {
        padding-bottom: 10px;
    }
    .course-info-outer {
        gap: 10px;
    }

        .course-info-outer .course-info {
            flex-grow: 1;
        }

        .course-info-outer .course-info .buttons-block > *:first-child {
            flex: 0 0 220px;
        }

        .course-info-outer .course-contacts-outer {
            flex: 0 0 410px;
            gap: 10px;
        }

            .course-info-outer .course-contacts-outer .course-contacts  {
                height: 220px;
            }

            .course-info-outer .course-contacts-outer .course-contacts > .description {
                margin-bottom: 20px;
            }

        .course-info-outer .course-details-outer {
            margin-top: 10px;
        }

            .course-info-outer .course-details-outer .course-details {
                min-height: 175px;
                padding-left: 20px;
            }

                .course-info-outer .course-details-outer .course-details .course-date {
                    align-self: start;
                    flex: 0 0 130px;
                }

                .course-info-outer .course-details-outer .course-details .course-labels {
                    position: absolute;
                    left: 20px;
                    top: 85px;
                    max-width: 120px;
                }
                .course-info-outer .course-details-outer .course-details > .course-amount-and-button {
                    padding-left: 20px;
                    flex: 0 0 430px;
                }

    .courses-banner-outer {
        padding: 30px 0 40px 0;
    }
        .courses-banner-outer .courses-banner {
            padding-left: 400px;
        }

                .courses-banner-outer .courses-banner .courses-banner-content h3 {
                    font-size: 26px;
                }

            .courses-banner-outer .courses-banner .courses-banner-timer {
                display: none;
            }

.course-practical-outer {
    padding-bottom: 40px;
}

        .courses-device-outer .courses-device {
            flex-direction: column;
            gap: 30px;
        }

            .courses-device-outer .courses-device .course-device-title {
                flex: 0 0 120px;
                flex-direction: row;
                align-items: center;
                padding-right: 300px;
                position: relative;
                background-image: none;
            }

                .courses-device-outer .courses-device .course-device-title .course-device-text {
                    flex-grow: 1;
                }

                .courses-device-outer .courses-device .course-device-title .course-device-image {
                    position: absolute;
                    height: 153px;
                    width: 207px;
                    top: -16px;
                    right: 20px;
                }

            .courses-device-outer .courses-device .course-device-description {
                flex-grow: 1;
            }
    
                .courses-device-outer .courses-device .course-device-description ul {
                    padding-left: 15px;
                }


    .certificate-block {
        gap: 30px; 
        height: 462px;
    }
        .certificate-block .certificate-image {
            flex: 0 0 380px;
        }
        .certificate-block .certificate-description {
            flex-grow: 1;
            margin: 40px;
            display: flex;
            flex-direction: column;
        }
            .certificate-block .certificate-description h3 {
                font-size: 32px;
            }
}

@media (max-width: 1032px) {
        .course-info-outer .course-info {
            flex: 1 0 100%;
            box-sizing: border-box;
            height: auto;
        }

        .course-info-outer .course-info .key-value {
            margin: 100px 0;
        }

        .course-info-outer .course-info .buttons-block > *:first-child {
            flex: 0 0 376px;
        }

        .course-info-outer .course-contacts-outer {
            flex: 1 0 100%;
            flex-direction: row;
        }
        .course-info-outer .course-contacts-outer > *,
        .course-info-outer .course-contacts-outer > .course-contacts {
            flex: 0 0 calc(50% - 5px);
            height: 220px;
        }
            .course-info-outer .course-details-outer > .course-details:first-child {
                border-top: none;
            }

            .course-info-outer .course-details-outer .course-details .course-location-and-time {
                gap: 5px;
            }

                .course-info-outer .course-details-outer .course-details .course-location-and-time  .course-time {
                    padding-left: 15px;
                }

                .course-info-outer .course-details-outer .course-details > .course-amount-and-button {
                    flex: 0 0 302px;
                }
                    .course-info-outer .course-details-outer .course-details > .course-amount-and-button > .course-order-button{
                        flex: 0 0 162px;
                    }

    .detailer-slider.theory-slider .content-back,
    .detailer-slider.practical-slider .content-back,
    .detailer-slider.practical-slider .tooth-slide::before {
        background-image: none;
    }

        .courses-banner-outer .courses-banner {
            padding-left: 325px;
            padding-right: 0px;
        }


    .certificate-block {
        gap: 10px; 
        height: 426px;
        padding-left: 0;
    }
        .certificate-block .certificate-image {
            flex: 0 0 360px;
            padding: 28px 0 27px 40px;
            background-size: cover;
        }
}

@media (max-width: 818px) {

    .course-header-label {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .separate-block {
        padding-bottom: 60px;
    }
    .course-info-outer .course-contacts-outer > .course-contacts {
        flex-grow: 1;
        padding-right: 5px;
    }

                    .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .photos {
                        margin-right: 25px;
                    }

        .course-info-outer .course-info .buttons-block > *:first-child {
            flex: 0 0 232px;
        }

    .course-info-outer .course-contacts-outer > .course-image {
        flex: 0 0 222px;
    }

        .course-info-outer .course-details-outer {
            margin-top: 0;
        }
            .course-info-outer .course-details-outer .course-details {
                min-height: 200px;
                align-items: start;
                padding-top: 30px;
                padding-left: 5px;
            }

            .course-info-outer .course-details-outer .course-details .course-date {
                border-radius: 20px;
                background: #D7F1F1;
                padding: 10px;
                flex: 0 0 140px;
            }

            .course-info-outer .course-details-outer .course-details .course-location-and-time {
                flex-direction: column;
                align-items: start;
                padding-top: 10px;
                gap: 8px;
            }


                .course-info-outer .course-details-outer .course-details .course-location-and-time .blinking-line-break {
                    display: none;
                }

                .course-info-outer .course-details-outer .course-details .course-location-and-time  .course-time {
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    flex: auto;
                    padding-left: 0;
                }

            .course-info-outer .course-details-outer .course-details .course-labels {
                position: absolute;
                left: 5px;
                top: 120px;
                max-width: 120px;
            }

                .course-info-outer .course-details-outer .course-details .course-labels .innoeducation-label {
                    padding: 7px 20px;
                }

            .course-info-outer .course-details-outer .course-details .course-amount-and-button {
                flex: 0 0 210px;
                flex-direction: column;
                align-items: end;
            }

                .course-info-outer .course-details-outer .course-details .course-amount-and-button .course-amount {
                    align-self: end;
                    text-align: right;
                    font-size: 38px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                }

                .course-info-outer .course-details-outer .course-details .course-amount-and-button .course-order-button {
                    flex: 0 0 50px;
                    width: 205px;
                }

    .course-author-outer .course-author-info {
        flex-direction: column-reverse;
        padding-top: 20px;
    }

        .course-author-outer .course-author-info .course-author-description-outer {
            min-height: auto;
        }

        .course-author-outer .course-author-info .course-author-description-outer h3 {
            font-size: 18px;
        }

        .course-author-outer .course-author-info .course-author-photo {
            flex: 0 0 300px;
        }

    .detailer-slider {
        height: auto;
    }
        .detailer-slider .detailer-slide {
            border-radius: 10px;
            background: #F1F1F1;
            padding: 20px 14px;
            margin-bottom: 10px;
            position: relative;
        }
        .detailer-slider .detailer-slide:last-child {
            margin-bottom: 0;
        }

            .detailer-slider .content-back {
                display: none;
            }
        .detailer-slider .detailer-slide .detailer-slide-title {
            padding: 0;
            height: auto;
            width: 100%;
            height: 60px;
            padding: 0 45px 0 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-bottom: 1px solid transparent;
        }

        .detailer-slider .detailer-slide .detailer-slide-title .collapse-icon {
            display: block;
            top: 30px;
            right: 20px;
            position: absolute;
            height: 40px;
            width: 40px;
            background-image: url('/local/templates/inno-2025/images/icons/green-plus.svg');
            background-size: contain;
            background-position: center;
        }
        .detailer-slider .detailer-slide.active .detailer-slide-title {
            height: auto;
        }

        .detailer-slider .detailer-slide.active .detailer-slide-title .collapse-icon {
            background-image: url('/local/templates/inno-2025/images/icons/green-minus.svg');
        }
        
        .detailer-slider .detailer-slide .detailer-slide-content {
            width: inherit;
            border-radius: inherit;
            padding: 0;
            position: inherit;
            left: 0;
            top: 0;
            height: auto;
            height: 0;
        }
        .detailer-slider .detailer-slide.active .detailer-slide-content {
            height: auto;
            padding-top: 10px;
        }
        .detailer-slider .detailer-slide .detailer-slide-content h3 {
            display: none;
        }

        .courses-banner-outer .courses-banner {
            padding-left: 320px;
            padding-right: 20px;
            height: 93px;
        }

            .courses-banner-outer .courses-banner .courses-banner-content {
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

                .courses-banner-outer .courses-banner .courses-banner-content h3 {
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: normal;
                }
        .detailer-slider.practical-slider .detailer-slide {
            background: #DCF2F2;
        }

.course-description-block {
    padding-bottom: 10px;
}

        .courses-device-outer .courses-device {
            gap: 50px;
        }

            .courses-device-outer .courses-device .course-device-title {
                flex: 0 0 200px;
                flex-direction: column;
                align-items: start;
                padding: 20px;
                background-image: url('/local/templates/inno-2025/images/course_device_background_mobile.png');
                background-size: 100% 100%;
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
            }

                .courses-device-outer .courses-device .course-device-title .course-device-text {
                    flex-grow: 1;
                }

                .courses-device-outer .courses-device .course-device-title .course-device-image {
                    top: 95px;
                    left: calc(50% - 104px);
                }

            .courses-device-outer .courses-device .course-device-description {
                flex-grow: 1;
            }
    
                .courses-device-outer .courses-device .course-device-description ul {
                    padding-left: 20px;
                }


    .certificate-block {
        gap: 0; 
        height: 422px;
    }
        .certificate-block .certificate-image {
            flex: 0 0 310px;
            padding: 28px 0 27px 20px;
            /*background-image: url('/local/templates/inno-2022/images/certificate-middle.png');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;*/
        }
        .certificate-block .certificate-description {
            flex-grow: 1;
            margin: 40px;
            display: flex;
            flex-direction: column;
        }
            .certificate-block .certificate-description h3 {
                font-size: 24px;
                line-height: normal;
            }
            .certificate-block .certificate-description .certificate-text {
                font-size: 14px;
                line-height: normal;
            }
            .certificate-block .certificate-description .certificate-button .certificate-button {
                max-width: 231px;
            }

    .photo-gallery-header h2:after {
        content: 'Фото с курсов';
    }
}

@media (max-width: 622px) {
    .mobile-title-image {
        display: block;
        height: 274px;
        background-size: cover;
        background-position: center;
        margin: 0 -10px -50px -10px;
    }
    .course-info-outer {
        padding-bottom: 0;
    }

    .course-info-outer .course-contacts-outer {
        margin-bottom: 60px;
    }
    .course-info-outer .course-contacts-outer.archive {
        display: none;
    }
        .course-info-outer .course-info {
            margin: 0 -10px;
        }

            .course-info-outer .course-info h1 {
                font-size: 22px;
                font-weight: 600;
                text-transform: none;
                line-height: normal;
                color:#fff !important;
            }
            .course-info-outer .course-contacts-outer {
                order: 2;
            }
                .course-info-outer .course-contacts-outer .course-contacts {
                    height: auto;
                    padding-right: 20px;
                }
                .course-info-outer .course-contacts-outer > .course-image {
                    display: none;
                }
                .course-info-outer .course-info .key-value {
                    margin: 30px 0 60px 0;
                }
                    .course-info-outer .course-info .key-value > div {
                        flex-direction: column;
                        font-weight: 400;
                        margin-bottom: 20px;
                    }

                    .course-info-outer .course-info .key-value > div > div:first-child {
                        flex: auto;
                        margin-bottom: 10px;
                    }
                    .course-info-outer .course-info .key-value > div > div:last-child {
                        font-weight: 500;
                    }
                .course-info-outer .course-info .buttons-block {
                    flex-direction: column;
                }

                .course-info-outer .course-info .buttons-block > *:first-child {
                    flex: auto;
                }
                
            .course-info-outer .course-details-outer {
                order: 1;
            }

            
            .course-info-outer .course-details-outer .course-details {
                flex-wrap: wrap;
                gap: 10px;
            }
            .course-info-outer .course-details-outer .course-details:last-child {
                border-bottom: none;
            }

                .course-info-outer .course-details-outer .course-details .course-date {
                    flex: 0 0 130px;
                }

                .course-info-outer .course-details-outer .course-details .course-location-and-time {
                    flex: 0 0 calc(100% - 140px);
                    padding-top: 0;
                }

                .course-info-outer .course-details-outer .course-details .course-labels {
                    max-width: none;
                }

                    .course-info-outer .course-details-outer .course-details .course-labels .innoeducation-label {
                        padding: 7px 15px;
                    }

                .course-info-outer .course-details-outer .course-details .course-amount-and-button {
                    flex: 0 0 100%; 
                    padding-left: 0;
                }

                    .course-info-outer .course-details-outer .course-details .course-amount-and-button > * {
                        width: auto;
                    }

                    .course-info-outer .course-details-outer .course-details .course-amount-and-button > .course-amount {
                        font-size: 30px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                    }

                    .course-info-outer .course-details-outer .course-details .course-amount-and-button > .course-order-button {
                        width: 100%;
                    }


                .course-info-outer .course-details-outer .course-details .course-location-and-time .blinking-line-break {
                    display: inherit;
                }
        .course-description-labels {
            display: none;
        }

        .courses-banner-outer .courses-banner {
            display: none;
        }

        .courses-banner-outer .courses-mobile-banner {
            display: block;
            height: 63px;            
            border-radius: 3px;
            padding: 10px 10px 10px 130px;
        }

        .courses-banner-outer .courses-mobile-banner .courses-banner-content {
            line-height: 2;
        }

.course-description-block {
    padding-bottom: 50px;
}

        .courses-device-outer .courses-device {
            gap: 65px;
        }
                .courses-device-outer .courses-device .course-device-title .course-device-image {
                    top: 105px;
                }


    .certificate-block {
        gap: 20px; 
        flex-direction: column;
        height: auto;
    }
        .certificate-block .certificate-image {
            flex: 0 0 310px;
            margin-top: 0;
            padding: 25px 0 0 0;
        }
        .certificate-block .certificate-image img {
            width: 70%;
            max-width: 310px;
            display: block;
            margin: auto;
        }
        .certificate-block .certificate-description {
            margin: 0 40px 40px 40px;
        }
            .certificate-block .certificate-description h3 {
                margin-bottom: 15px;
            }
            .certificate-block .certificate-description .certificate-text {
                margin-bottom: 40px;
            }
            .certificate-block .certificate-description .certificate-button .certificate-button {
                max-width: none;
                width: 100%;
            }
}

@media (max-width: 390px) {
    .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .phones {
        padding-left: 10px;
    }
    .course-info-outer .course-contacts-outer .course-contacts > .contacts-block > .names {
        display: none;
    }
    .course-info-outer .course-details-outer .course-details .course-amount-and-button > .course-amount {
        font-size: 26px;
    }
    .course-info-outer .course-contacts-outer .course-contacts > h2 {
        padding-bottom: 5px;
    }
    .course-info-outer .course-contacts-outer .course-contacts > .description {
        font-size: 14px;
        margin-top: 12px;
    }
    .course-info-outer .course-contacts-outer .course-contacts {
        padding-top: 30px;
    }
}
