header.header {
    border-bottom: 1px solid #E8E8EB;
    margin-bottom: 20px;
}

:root {
    --hex-color-a: #232327;
    --hex-color-span: #B8B8BC;
    --hex-min-height: 20px;
    --hex-max-width-h: 570px;
    --width-parent-slide: 260px;
    --hex-color-ttl: #000;
}

.defmarg {
    margin-top: 60px;
}

#appkk_caterogy_page {
    box-sizing: border-box;
    width: auto !important;
    margin: 0px auto;
    max-width: 1160px;
    font-family: 'Inter-Regular', sans-serif;
    font-style: normal;
}

#caterogy_page_breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
    align-items: center;
    min-height: 60px;
    gap: 10px;
    padding: 20px 0px;
    opacity: 0.8;
    margin-bottom: 20px;

    .bx-breadcrumb-item {
        margin-right: 5px;

        >a span,
        span {
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color: var(--hex-color-a);
        }

        >span {
            color: var(--hex-color-span);
        }

        i {
            margin-left: 5px;
            margin-right: 0;
            opacity: 0.5;
        }

        i:before {
            content: "/";
            font-family: "Inter-Regular";
            font-size: 13px;
        }
    }
}

#caterogy_page_hero {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 10px;

    #caterogy_page_h {
        background: #F3F6F3;
        min-height: var(--hex-min-height);
        min-width: calc(100% - 390px);
        padding: 32px 40px;
        border-radius: 30px;
        flex-direction: column;
        display: flex;
        gap: 30px;

        h1 {
            font-family: "Inter-Bold";
            font-style: normal;
            font-weight: 400;
            font-size: 42px;
            line-height: 46px;
            color: #193346;
            margin: 0;
            width: var(--hex-max-width-h)
        }

        >div {
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 28px;
            color: #193346;
            opacity: 0.6;
            width: var(--hex-max-width-h)
        }

        >a {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 20px 28px;
            gap: 0px;
            height: 65px;
            background: #FF865A;
            border-radius: 8px;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 16px;
            color: #FFFFFF;
            margin-top: 30px;
            width: var(--hex-max-width-h)
        }
    }

    #caterogy_page_pic {
        border-radius: 30px;
        overflow: hidden;
        min-width: 380px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: start;
        background: linear-gradient(304.85deg, #D66E48 0.17%, #FF865A 99.82%);
                position: relative;
    }
    #caterogy_page_pic::after{
        position: absolute;
        display: block;
        width: 380px;
        height: 246px;
        content: '';
        background: url('images/pic27.png') bottom right no-repeat;
        bottom: 0;
        right: 0;        
    }
}

#caterogy_page_advantages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px;
    gap: 10px;
    align-self: stretch;
    margin-top: 60px;

    >div {
        width: 380px;
        min-height: 151px;
        background: #EFF5F3;
        border-radius: 16px;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        padding: 85px 24px 24px 24px;
        position: relative;
    }

    >div::before {
        position: absolute;
        width: 36px;
        height: 36px;
        top: 24px;
        left: 24px;
        content: '';
        display: block;
    }

    >div:first-child:before {
        background: url('images/icon01.png') top center no-repeat;
        background-size: 100%;
    }

    >div:nth-child(2):before {
        background: url('images/icon02.png') top center no-repeat;
        background-size: 100%;
    }

    >div:last-child:before {
        background: url('images/icon03.png') top center no-repeat;
        background-size: 100%;
    }
}

#caterogy_page_banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 0px;
    background: #F5FDFA;
    border: 1px solid #34404e33;
    border-radius: 20px;
    gap: 30px;

    .banner_body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 40px;
        gap: 10px;

        .banner_title {
            font-family: 'Inter-Bold', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 32px;
            line-height: 36px;
            color: var(--hex-color-ttl);
        }

        .banner_description {
            font-weight: 400;
            font-size: 20px;
            line-height: 28px;
            color: #000000;
            opacity: 0.6;
        }

        .banner_timer {
            display: flex;
            flex-direction: row;
            gap: 10px;

            .banner_timer_txt {
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                color: #8D8D9D;
            }

            .banner_timer_conteiner {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 6px 8px;
                gap: 0px;
                width: auto;
                height: 28px;
                background: #FF865A;
                border-radius: 30px;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 16px;
                color: #FFFFFF;

                .timer__hours_or,
                .timer__minutes_or,
                .timer__seconds_or {
                    letter-spacing: 0.3px
                }

                .timer__days_or {
                    padding-right: 3px;
                }

                .timer__days_title_or {
                    padding-right: 7px;
                }

                .timer__hours_or,
                .timer__minutes_or {
                    position: relative;
                    padding-right: 5px;
                }

                .timer__hours_or::after,
                .timer__minutes_or::after {
                    content: ":";
                    display: block;
                    width: 5px;
                    height: auto;
                    top: 0;
                    right: 0;
                    position: absolute;
                }
            }
        }
    }

    .banner_pic {
        display: flex;
        flex-direction: column-reverse;

        img {
            max-height: 226px;
        }
    }
}

#caterogy_page_dir_study {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    background: #FFFFFF;

    .ttl,
    h2 {
        font-family: 'Inter-Bold';
        font-style: normal;
        font-weight: 400;
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -0.01em;
        color: #193346;
        margin-bottom: 0;

        >span {
            display: block;
            color: #5EAF97;
        }
    }

    .dir_study {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        padding: 0px;
        gap: 10px;
        width: 100%;

        >div {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 20px 60px 20px 20px;
            gap: 8px;
            isolation: isolate;
            width: calc(100%/3 - 10px/1.5);
            height: 260px;
            border-radius: 16px;
        }

        >div>a {
            width: 130px;
            height: 45px;
            border: 1px solid #FFFFFF;
            border-radius: 6px;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 45px;
            color: #FFFFFF;
            text-align: center;
            display: inline;
            z-index: 10;
        }

        >div>div:first-child {
            font-style: normal;
            font-weight: 400;
            font-size: 24px;
            line-height: 32px;
            color: #FFFFFF;
            z-index: 10;
            max-width: 250px;
        }

        >div>div:nth-child(2) {
            flex: 1;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color: #193346;
            opacity: 0.7;
            z-index: 10;
        }

        .dir_def {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #BDE0F9 0%, #95EEF9 100%);
            position: relative;
        }

        .dir_pedagogical {
            background: radial-gradient(83.46% 149.25% at 69.87% 83.46%, #136EA9 0%, #51A3C8 43%, #37D1E3 100%);
            position: relative;
        }

        .dir_def::before,
        .dir_pedagogical::before,
        .dir_sport::before,
        .dir_psychology::before,
        .dir_state::before,
        .dir_accounting::before {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            content: '';
            z-index: 5;
            border-radius: 16px;
        }

        .dir_def::before {
            background: url("images/def09.png") bottom right no-repeat;
        }

        .dir_def {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #F5EB61 0%, #D6FC45 43%, #78F8EB 100%);
            position: relative;

            a {
                border-color: #102311;
                color: #102311;
            }

            >div:first-child {
                color: #193346;
            }
        }        

        .dir_pedagogical::before {
            background: url("images/pedagogical09.png") bottom right no-repeat;
        }

        .dir_sport {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #F5EB61 0%, #D6FC45 43%, #78F8EB 100%);
            position: relative;

            a {
                border-color: #321F01;
                color: #321F01;
            }

            >div:first-child {
                color: #074E39;
            }
        }

        .dir_sport::before {
            background: url("images/sport09.png") bottom right no-repeat;
        }

        .dir_psychology {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #132354 0%, #13357A 43%, #0A677A 100%);
            position: relative;

            a {
                border-color: #FF865A;
                color: #FF865A;
            }

            >div:nth-child(2) {
                color: #FFF;
                opacity: 0.7;
            }
        }

        .dir_psychology::before {
            background: url("images/psychology10.png") bottom right no-repeat;
        }

        .dir_state {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #344C61 0%, #4B748C 43%, #539EAE 100%);
            position: relative;

            a {
                border-color: #F2E8D9;
                color: #F2E8D9;
            }

            >div:nth-child(2) {
                color: #FFF;
                opacity: 0.7;
            }
        }

        .dir_state::before {
            background: url("images/4.png") bottom right no-repeat;
        }

        >div>div.dir_state:first-child {
            max-width: 220px;
        }

        .dir_accounting {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #BDE0F9 0%, #95EEF9 100%);
            position: relative;

            a {
                border-color: #102133;
                color: #102311;
            }

            >div:first-child {
                color: #193346;
            }

            >div:nth-child(2) {
                color: #193346;
                opacity: 0.7;
            }
        }

        .dir_accounting::before {
            background: url("images/accounting09.png") bottom right no-repeat;
        }
    }


}

#caterogy_page_fos {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 40px;
    background: linear-gradient(309.45deg, #137A5B 9.91%, #EDF6F3 178.32%);
    border-radius: 40px;

    .fos_img {
        width: calc(100% - 600px);
        display: flex;
        flex-direction: row;
        align-items: flex-end;

        img {
            width: 100%;
        }
    }

    .fos_txt {
        width: 560px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 50px;
        gap: 42px;

        .fos_ttl {
            font-family: 'Inter-Bold', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 32px;
            line-height: 36px;
            color: #FFFFFF;
        }

        .fos_description {
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 28px;
            color: #fff;
            opacity: 0.6;
        }

        >a {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: flex-end;
            padding: 29px 28px;
            gap: 10px;
            background: #FF865A;
            border-radius: 16px;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 16px;
            color: #FFFFFF;
            width: 100%;
        }
    }
}

#caterogy_page_seo {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;

    .seo_ttl,
    h2 {
        font-family: 'Inter-Bold', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -0.01em;
        margin-bottom: 0;
        color: #3D3D44;
    }

    .seo_txt {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #323232;
    }
}

#caterogy_page_consultation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    gap: 10px;
    background: #EFF5F3;
    border-radius: 30px;

    .consultation_fields {
        width: 500px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;

        .consultation_ttl {
            font-family: 'Inter-Bold', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 42px;
            line-height: 46px;
            letter-spacing: -0.01em;
            color: var(--hex-color-ttl);
        }
    }

    .consultation_img {
        width: calc(100% - 510px);
        text-align: right;

        img {
            border-radius: 30px;
            max-width: 440px;
        }
    }
}

#caterogy_consultation_form {

    input[type=text],
    input[type=email],
    input[type="submit"],
    input[type="button"] {
        padding: 16px 20px;
        background: #FFFFFF;
        border: 1px solid #9BCEB8;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        margin-top: 10px;
    }

    .promo-agree_wrap {
        margin-top: 40px;
    }

    .need-help__agree {
        margin-top: 10px;
    }

    .need-help__agree {
        font-size: 12px;
    }

    input[type="submit"],
    input[type="button"] {
        text-align: center;
        padding: 20px 28px;
        background: #158856;
        border: 0;
        border-radius: 8px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #F5FDFA;
    }

    input[type=text]::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=text]::-moz-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=text]:-ms-input-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=text]:-moz-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=email]::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=email]::-moz-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=email]:-ms-input-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=email]:-moz-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }
}

#caterogy_page_consultation_bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px;
    gap: 10px;
    isolation: isolate;
    background: linear-gradient(309.45deg, #00805A 9.91%, #EDF6F3 178.32%);
    border-radius: 25px;

    .consultation_bottom_fields {
        max-width: 455px;
        margin: 70px 40px 55px 40px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        z-index: 10;

        .consultation_bottom_ttl {
            font-family: 'Inter-Bold', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 32px;
            line-height: 36px;
            color: #FFFFFF;
        }

        .consultation_bottom_txt {
            font-weight: 400;
            font-size: 20px;
            line-height: 120%;
            color: #fff;
            opacity: 0.6;
        }
    }
}

#caterogy_page_consultation_bottom::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 5;
    background: url("images/consultationB01.png") bottom right no-repeat;
    background-size: auto 100%;
    border-radius: 25px;
}

#caterogy_consultation_bottom_form {

    input[type=text],
    input[type=email],
    input[type="submit"],
    input[type="button"] {
        padding: 16px 20px;
        background: #FFFFFF;
        border: 1px solid #C7D1CE;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        /*color: #000;
        opacity: 0.6;*/
        margin-top: 10px;
    }

    input:first-child {
        margin-top: 0;
    }

    .promo-agree_wrap {
        margin-top: 20px;

        input {
            border: 1px solid #C7D1CE;
        }

        input[type="checkbox"].checkbox-input:checked {
            background: url("images/checked.png") center center no-repeat;
        }

        .checkbox-label {
            font-size: 12px;
            color: #F5FDFA;
        }
    }

    .need-help__agree {
        margin-top: 10px;
        font-size: 12px;
        color: #F5FDFA;

        a {
            font-size: 12px;
            color: #F5FDFA;
        }
    }

    input[type="submit"],
    input[type="button"]  {
        text-align: center;
        padding: 20px 28px;
        background: #FF865A;
        border: 0;
        border-radius: 8px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #F5FDFA;
    }

    input[type=text]::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=text]::-moz-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=text]:-ms-input-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=text]:-moz-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=email]::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=email]::-moz-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=email]:-ms-input-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

    input[type=email]:-moz-placeholder {
        font-size: 18px;
        line-height: 120%;
        color: #000;
        opacity: 0.6;
    }

}

#caterogy_page_dir_courses {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;

    #items_lazyload{
        min-width: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 0px;
        align-self: stretch;
        gap: 0;          
        width: 100%;
        padding: 0px 28px;
        height: 65px;
        background: #158856;
        border-radius: 8px;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 65px;
        color: #F5FDFA;
        text-align: center; 
        cursor: pointer;             
    }

    .dir_item_more {
        min-width: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        align-self: stretch;
        gap: 0;

        a {
            width: 100%;
            padding: 0px 28px;
            height: 65px;
            background: #158856;
            border-radius: 8px;
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: 65px;
            color: #F5FDFA;
            text-align: center;
        }
    }

    .ttl,
    h2 {
        font-family: 'Inter-Bold';
        font-style: normal;
        font-weight: 400;
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -0.01em;
        margin-bottom: 0;
        color: #193346;

        >span {
            display: block;
            color: #5EAF97;
        }
    }

    .dir_courses {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        padding: 0px;
        gap: 20px;
        width: 100%;

        .dir_item {
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 16px;
            gap: 16px;
            width: calc(100%/3 - 14px);
            max-width: 600px;
            background: #FFFFFF;
            border: 1px solid #9BCEB8;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            border-radius: 16px;

            .hint_wrapper {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-content: flex-start;
                padding: 0px;
                gap: 2px;

                p {
                    padding: 0 6px;
                    width: fit-content;
                    background: #fff;
                    border: 1px solid #E8E8E8;
                    border-radius: 4px;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 24px;
                    height: 24px;
                    letter-spacing: -0.02em;
                    color: #A4A4B1;
                    margin: 0;
                }

                .new {
                    /*background: #BFED99;
                    border: 1px solid #9BCEB8;*/
                    padding-left: 30px;
                    position: relative;
                    /*color: #3A851C;*/
                }

                .new::before {
                    display: block;
                    content: '';
                    width: 30px;
                    height: 24px;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    background: url("images/new.png") center center no-repeat;
                    background-size: 12px 12px;
                }
            }

            .conteiner_item {
                display: flex;
                flex-direction: column;
                gap: 10px;
                flex: 1;

                .ttl {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 21px;
                    color: #232327;

                    a {
                        color: #232327;
                    }
                }

                .description {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 21px;
                    color: #8D8D9D;
                }

                .price {
                    flex-direction: row;
                    display: flex;
                    gap: 10px;

                    >div {
                        display: flex;
                        flex-direction: column;
                        width: calc(50% - 5px);
                        align-items: flex-start;
                        padding: 8px;
                        gap: 5px;
                        min-width: 140px;
                        background: #FFFFFF;
                        border: 1px solid #0000000d;
                        border-radius: 10px;

                        .course_price_old {
                            font-style: normal;
                            font-weight: 400;
                            font-size: 12px;
                            line-height: 100%;
                            text-decoration-line: line-through;
                            color: #323232;
                            opacity: 0.7;
                        }

                        .course_price {
                            font-style: normal;
                            font-weight: 700;
                            font-size: 24px;
                            line-height: 32px;
                            letter-spacing: -0.01em;
                            color: #116D45;
                            display: flex;
                            flex-direction: row;
                            align-items: center;
                            gap: 5px;

                            span {
                                font-style: normal;
                                font-weight: 400;
                                font-size: 12px;
                                line-height: 100%;
                                letter-spacing: -0.02em;
                                color: #72727F;
                            }
                        }

                        .course_price_desc {
                            font-style: normal;
                            font-weight: 400;
                            font-size: 12px;
                            line-height: 12px;
                            color: #8D8D9D;
                        }
                    }
                }

                .inner {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    flex: 1;
                    justify-content: end;

                    .more_about_course,
                    .course_question {
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                        padding: 16px 8px;
                        background: #158856;
                        border-radius: 10px;
                        font-style: normal;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 14px;
                        color: #F5FDFA;
                    }

                    .course_question {
                        background: #fff;
                        border: 1px solid #158856;
                        color: #116D45;
                        padding: 15px 8px;
                    }
                }
            }
        }

    }

}

#caterogy_page_students {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 40px;
    position: relative;

    .students_ttl,
    h2 {
        font-family: 'Inter-Bold', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -0.01em;
        width: calc(100% - 220px);
        margin-bottom: 0;
        color: var(--hex-color-ttl);
    }

    .caterogy_page_link_more{
        display: flex;
        flex-direction: row;
        gap: 0;

        >a{
            display: inline-block;
            background-color: #FF865A;
            border-radius: 16px;
            padding: 26px 32px;
            width: 100%;
            text-align: center;
            font-size: 20px;
            line-height: 120%;
            color: #FFFFFF;
        }
    }

    .students_items {
        .slick-track {
            align-items: baseline;
        }

        .item {
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            padding: 24px 14px;
            gap: 20px;
            background: #FFFFFF;
            border: 1px solid #9BCEB8;
            border-radius: 20px;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color: #323232;
            max-width: 720px;

            .item_block_left {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;

                .item_blokc_name {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 120%;
                    text-align: center;
                }

                .item_blokc_date {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    padding: 4px 8px;
                    gap: 10px;
                    height: 20px;
                    border: 1px solid #FFB69C;
                    border-radius: 30px;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 10px;
                    line-height: 120%;
                    color: #FF865A;
                }
            }

            .item_blokc_right {
                display: flex;
                flex-direction: column;
                gap: 10px;

                .item_blokc_link {
                    font-style: normal;
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 14px;
                    color: #FF865A;
                    padding-right: 40px;
                    background: url("images/students_arr.png") center right no-repeat;
                }
            }
        }

        .slick-slide {
            margin: 0 5px;
        }
    }

    .students_nav {
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 10px;
        width: 159px;
        height: 52px;
        background: #EFF5F3;
        border-radius: 30px;
        top: 0;
        right: 0;

        .students_nav_left_arrow,
        .students_nav_right_arrow {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: var(--hex-color-ttl);
            padding: 0;
            border: none;
        }

        .noactive {
            opacity: 0.6;
            cursor: default;
        }

        .students_nav_left_arrow::before,
        .students_nav_right_arrow::before {
            content: '';
            background-image: url(/local/templates/appkk-green--agalarov/images/main_page/slick_arrow.png);
            background-position: center center;
            background-repeat: no-repeat;
            width: 32px;
            height: 32px;
            display: block;
            margin: 0 auto;
        }

        .students_nav_right_arrow::before {
            transform: rotate(180deg);
        }

        .students_nav_num {
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 120%;
            color: #666666;
            flex: 1;
            text-align: center;
        }
    }
}

#caterogy_page_partners {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 40px;
    position: relative;


    .partners_ttl,
    h2 {
        font-family: 'Inter-Bold', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -0.01em;
        width: calc(100% - 220px);
        margin-bottom: 0;
        color: var(--hex-color-ttl);
    }

    .partners_items {
        display: flex;
        flex-direction: row;
        gap: 20px;
        
        .slick-track {
            gap: 30px;
            margin-left: -30px;
        }

        .item {
            flex: 1 1 0px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            gap: 10px;
            /*max-width: var(--width-parent-slide);*/

            .item_img {
                position: relative;
                border-radius: 10px;
                padding: 42px 30px;
                /*max-width: var(--width-parent-slide);*/
                background: #eff5f3;
                text-align: center;
                min-height: 120px;

                img {
                    margin: 0 auto;
                }
            }

            .item_img::before {
                content: "";
                border: solid transparent;
                position: absolute;
                top: 100%;
                right: 40px;
                border-top-color: #eff5f3;
                border-width: 10px;
                margin-right: -1px;
            }

            .item_title {
                font-weight: 400;
                font-size: 14px;
                line-height: 120%;
                color: #000;
                margin-top: 5px;
                width: var(--width-parent-slide);
            }

            .item_count {
                display: flex;
                justify-content: space-between;
                width: var(--width-parent-slide);

                .item_count_reviews {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 120%;
                    color: rgba(0, 0, 0, 0.6);
                }

                .item_count_mark {
                    display: flex;
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 120%;
                    color: #ff9800;

                    .item_count_star {
                        margin-left: 20px;
                    }
                }
            }

        }

        .item:last-child {
            padding-right: 0;
        }
    }

    .partners_nav {
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 10px;
        width: 159px;
        height: 52px;
        background: #EFF5F3;
        border-radius: 30px;
        top: 0;
        right: 0;

        .partners_nav_left_arrow,
        .partners_nav_right_arrow {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: var(--hex-color-ttl);
            padding: 0;
            border: none;
        }

        .noactive {
            opacity: 0.6;
            cursor: default;
        }

        .partners_nav_left_arrow::before,
        .partners_nav_right_arrow::before {
            content: '';
            background-image: url(/local/templates/appkk-green--agalarov/images/main_page/slick_arrow.png);
            background-position: center center;
            background-repeat: no-repeat;
            width: 32px;
            height: 32px;
            display: block;
            margin: 0 auto;
        }

        .partners_nav_right_arrow::before {
            transform: rotate(180deg);
        }

        .partners_nav_num {
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 120%;
            color: #666666;
            flex: 1;
            text-align: center;
        }
    }
}

#caterogy_page_dir_slide {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 40px;
    position: relative;


    .dir_ttl,
    h2 {
        font-family: 'Inter-Bold', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -0.01em;
        width: calc(100% - 220px);
        position: relative;
        margin-bottom: 0;
        color: #193346;

        .dir_nav {
            font-family: 'Inter-Regular', sans-serif;
            position: absolute;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 10px;
            gap: 10px;
            width: 159px;
            height: 52px;
            background: #EFF5F3;
            border-radius: 30px;
            bottom: 0px;
            right: -220px;

            .dir_nav_left_arrow,
            .dir_nav_right_arrow {
                width: 32px;
                height: 32px;
                border-radius: 50%;
                background-color: var(--hex-color-ttl);
                padding: 0;
                border: none;
            }

            .noactive {
                opacity: 0.6;
                cursor: default;
            }

            .dir_nav_left_arrow::before,
            .dir_nav_right_arrow::before {
                content: '';
                background-image: url(/local/templates/appkk-green--agalarov/images/main_page/slick_arrow.png);
                background-position: center center;
                background-repeat: no-repeat;
                width: 32px;
                height: 32px;
                display: block;
                margin: 0 auto;
            }

            .dir_nav_right_arrow::before {
                transform: rotate(180deg);
            }

            .dir_nav_num {
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 120%;
                color: #666666;
                flex: 1;
                text-align: center;
            }
        }

    }

    .dir_items {
        .item {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 20px 60px 20px 20px;
            gap: 8px;
            isolation: isolate;
            width: 380px;
            height: 260px;
            border-radius: 16px;
            margin-right: 10px;

            >a {
                width: 130px;
                height: 45px;
                border: 1px solid #FFFFFF;
                border-radius: 6px;
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 45px;
                color: #FFFFFF;
                text-align: center;
                display: inline;
                z-index: 10;
            }

            >div:first-child {
                font-style: normal;
                font-weight: 400;
                font-size: 24px;
                line-height: 32px;
                color: #FFFFFF;
                z-index: 10;
                max-width: 250px;
            }

            >div:nth-child(2) {
                flex: 1;
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 21px;
                color: #193346;
                opacity: 0.7;
                z-index: 10;
            }

        }

        .item:last-child {
            margin-right: 0px;
        }

        .dir_def {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #BDE0F9 0%, #95EEF9 100%);
            position: relative;
        }

        .dir_pedagogical {
            background: radial-gradient(83.46% 149.25% at 69.87% 83.46%, #136EA9 0%, #51A3C8 43%, #37D1E3 100%);
            position: relative;
        }

        .dir_def::before,
        .dir_pedagogical::before,
        .dir_sport::before,
        .dir_psychology::before,
        .dir_state::before,
        .dir_accounting::before {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            content: '';
            z-index: 5;
            border-radius: 16px;
        }

        .dir_def::before {
            background: url("images/def09.png") bottom right no-repeat;
        }

        .dir_def {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #F5EB61 0%, #D6FC45 43%, #78F8EB 100%);
            position: relative;

            a {
                border-color: #102311;
                color: #102311;
            }

            >div:first-child {
                color: #193346;
            }
        }
                
        .dir_pedagogical::before {
            background: url("images/pedagogical01.png") bottom right no-repeat;
        }

        .dir_sport {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #F5EB61 0%, #D6FC45 43%, #78F8EB 100%);
            position: relative;

            a {
                border-color: #321F01;
                color: #321F01;
            }

            >div:first-child {
                color: #074E39;
            }
        }

        .dir_sport::before {
            background: url("images/sport01.png") bottom right no-repeat;
        }

        .dir_psychology {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #132354 0%, #13357A 43%, #0A677A 100%);
            position: relative;

            a {
                border-color: #FF865A;
                color: #FF865A;
            }

            >div:nth-child(2) {
                color: #FFF;
                opacity: 0.7;
            }
        }

        .dir_psychology::before {
            background: url("images/psychology01.png") bottom right no-repeat;
        }

        .dir_state {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #344C61 0%, #4B748C 43%, #539EAE 100%);
            position: relative;

            a {
                border-color: #F2E8D9;
                color: #F2E8D9;
            }

            >div:nth-child(2) {
                color: #FFF;
                opacity: 0.7;
            }
        }

        .dir_state::before {
            background: url("images/state01.png") bottom right no-repeat;
        }

        >div>div.dir_state:first-child {
            max-width: 220px;
        }

        .dir_accounting {
            background: radial-gradient(60.77% 87.41% at 40.92% 60.77%, #BDE0F9 0%, #95EEF9 100%);
            position: relative;

            a {
                border-color: #102133;
                color: #102311;
            }

            >div:first-child {
                color: #193346;
            }

            >div:nth-child(2) {
                color: #193346;
                opacity: 0.7;
            }
        }

        .dir_accounting::before {
            background: url("images/accounting01.png") bottom right no-repeat;
        }
    }

}

#caterogy_page_docs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 20px;
    background: #EFF5F3;
    border-radius: 24px;

    .docs_ttl,
    h2 {
        font-family: 'Inter-Bold', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 0px;
        color: #232327;
    }

    .docs_description {
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        line-height: 28px;
        color: #8D8D9D;
    }

    .docs_container {
        display: flex;
        flex-direction: row;
        padding: 0px;
        gap: 40px;

        .container_right {
            width: 290px;
        }

        .container_left {
            display: flex;
            flex-direction: column;
            padding: 0px;
            gap: 32px;

            .container_left_ttl {
                font-style: normal;
                font-weight: 600;
                font-size: 24px;
                line-height: 32px;
                color: #116D45;
            }

            .container_left_more {
                width: 100%;

                >a {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    padding: 16px 32px;
                    height: 54px;
                    background: #116D45;
                    border: 1px solid #158856;
                    border-radius: 8px;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 20px;
                    text-align: center;
                    color: #F5FDFA;
                }
            }

            .container_left_items {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                padding: 0px;
                gap: 25px;
                flex-wrap: wrap;

                .item {
                    max-height: 190px;

                    >a {
                        img {
                            height: 190px;
                            width: auto;
                        }
                    }

                    div.name {
                        display: none;
                    }
                }
            }
        }
    }
}

#caterogy_page_docs {
    .slick-dots {
        position: absolute;
        bottom: -15px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    .slick-dots li button::before {
        font-size: 7px;
        line-height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 20px;
        height: 20px;
        content: "•";
        text-align: center;
        opacity: 1;
        color: #6FB798;
    }

    .slick-dots li.slick-active button::before {
        color: #083622;
    }

    .slick-prev,
    .slick-next {
        width: 32px;
        height: 32px;
        background: #585862;
        color: #fff;
        border-radius: 32px;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }


    .slick-prev::before,
    .slick-next::before {
        font-family: 'Inter-Regular', sans-serif;
        line-height: 32px;
        color: #fff;
        font-size: 14px;
    }

    .slick-prev::before {
        content: '⟵';
    }

    .slick-next::before {
        content: '⟶';
    }

    .container_right {
        .slick-next {
            right: -2px;
            z-index: 90;
        }

        .slick-prev {
            left: -2px;
            z-index: 90;
        }

        .item {
            /*max-width: 220px;*/
            margin: 0 auto;
            text-align: center;
            display: flex;
            gap: 10px;
            flex-direction: column;
            justify-content: center;

            a{
                max-width: 220px;
                margin: 0 auto;                

                img {
                    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
                }    
            }
        }

        .slick-dots {
            bottom: -25px;
        }
    }
}


@media screen and (max-width: 1180px) {
    #appkk_caterogy_page {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1140px) {
    #caterogy_page_docs {
        .docs_container {
            .container_left {
                gap: 20px;

                .container_left_ttl {
                    margin-bottom: 10px;
                }

                .container_left_items {
                    gap: 10px;

                    .item {
                        max-height: 140px;
                        margin-bottom: 15px;

                        >a {
                            img {
                                height: 140px;
                                width: auto;
                            }
                        }
                    }

                }
            }
        }
    }
}

@media screen and (max-width: 1075px) {
    #caterogy_page_consultation {
        padding: 20px;
        align-items: flex-start;

        .consultation_fields {
            width: 430px;
        }

        .consultation_img {
            width: calc(100% - 440px);
            text-align: right;

            img {
                border-radius: 30px;
                max-width: 440px;
            }
        }
    }

    #caterogy_consultation_form {
        .promo-agree_wrap {
            margin-top: 10px;
        }
    }

    #caterogy_page_partners {
        .partners_items {
            .slick-track {
                gap: 30px;
                margin-left: 0px;
            }
        }
    }
}

@media screen and (max-width: 1055px) {
    #caterogy_page_dir_courses {
        .dir_courses {
            .dir_item {
                width: calc(100%/2 - 14px);
            }
        }
    }
}

@media screen and (max-width: 1049px) {
    #appkk_caterogy_page {
        margin-left: 20px;
        margin-right: 20px;
    }

    #caterogy_page_hero {

        #caterogy_page_h {
            padding: 32px;

            h1,
            >div,
            >a {
                width: auto
            }
        }

        #caterogy_page_pic {
            min-width: 280px;
        }
        #caterogy_page_pic::after{
            background-position:  bottom right -100px ;
        }        
    }

    #caterogy_page_advantages {
        >div {
            padding-bottom: 50px;
        }
    }

    #caterogy_page_banner {
        .banner_pic {
            img {
                max-width: 268px;
                max-height: 100%;
            }
        }
    }

    #caterogy_page_consultation_bottom::after {
        background: url("images/consultationB01.png") bottom right -85px no-repeat;
    }
}

@media screen and (max-width: 960px) {
    #caterogy_page_dir_study {
        .dir_study {
            >div {
                width: calc(100%/2 - 5px);
            }

            /*.dir_pedagogical::before {
                background: url("images/pedagogical02.png") bottom right no-repeat;
            }

            .dir_sport::before {
                background: url("images/sport02.png") bottom right no-repeat;
            }

            .dir_psychology::before {
                background: url("images/psychology02.png") bottom right no-repeat;
            }

            .dir_state::before {
                background: url("images/state02.png") bottom right no-repeat;
            }

            .dir_accounting::before {
                background: url("images/accounting02.png") bottom right no-repeat;
            }*/
        }
    }

    #caterogy_page_fos {
        gap: 0px;

        .fos_img {
            width: calc(100% - 520px);
        }

        .fos_txt {
            width: 520px;
            padding: 24px 20px 20px 0px;
            gap: 20px;

            .fos_description {
                font-size: 14px;
                line-height: 21px;
            }

            >a {
                margin-top: 20px;
                padding: 25px 28px;
            }
        }
    }

    #caterogy_page_consultation_bottom {
        .consultation_bottom_fields {
            max-width: 400px;
            margin: 40px;
        }

    }

    #caterogy_page_consultation_bottom::after {
        background: url("images/consultationB01.png") bottom right -75px no-repeat;
        background-size: auto 83%;
    }

    #caterogy_page_docs {
        .docs_container {
            .container_left {
                .container_left_more {
                    >a {
                        font-size: 16px;
                    }
                }
            }
        }
    }

}

@media screen and (max-width: 959px) {
    #caterogy_page_hero {
        flex-direction: column;

        #caterogy_page_pic {
            max-height: 140px;

            img{
                width: 100vw;
            }
        }
        #caterogy_page_pic::after{
            background: none;
        }         

        #caterogy_page_h {
            padding: 32px 36px;

            h1 {
                font-size: 32px;
                line-height: 36px;
            }

            >div {
                font-size: 18px;
                line-height: 24px;
            }

            >a {
                font-size: 14px;
                line-height: 14px;
                margin-top: 10px;
            }
        }
    }

    #caterogy_page_dir_study {
        .ttl,
        h2 {
            font-size: 32px;
            line-height: 36px;

            >span {
                display: inline;
            }
        }

        .dir_study {

            .dir_pedagogical::before,
            .dir_sport::before,
            .dir_psychology::before,
            .dir_state::before,
            .dir_accounting::before {
                background-position: bottom right 65%;
            }
        }
    }

    #caterogy_page_consultation {
        .consultation_fields {
            width: calc(100% - 440px);
        }

        .consultation_img {
            width: 430px;

            img {
                max-width: 430px;
            }
        }
    }

    #caterogy_page_docs {
        padding-bottom: 20px;

        .docs_container {
            flex-direction: column;

            .container_right {
                margin: 0 auto;
            }
        }
    }

}

@media screen and (max-width: 850px) {
    #caterogy_page_fos {
        flex-direction: column-reverse;
        border-radius: 20px;

        .fos_img {
            img {
                height: 321px;
                width: auto;
            }
        }

        .fos_txt {
            width: 100%;
            padding: 24px 20px 20px;
        }
    }

    #caterogy_page_consultation {
        flex-direction: column;
        gap: 0;

        .consultation_fields {
            width: 100%;
            gap: 25px;

            .checkbox-label,
            .need-help__agree {
                font-size: 10px;
            }

            .consultation_ttl {
                font-size: 32px;
                line-height: 36px;
            }
        }

        .consultation_img {
            width: 100%;
            text-align: center;

            img {
                max-width: 560px;
                margin-top: 10px;
                border-radius: 16px 16px 30px 30px;
            }
        }
    }

    #caterogy_page_consultation_bottom {
        .consultation_bottom_fields {
            max-width: 100%;
        }
    }

    #caterogy_page_consultation_bottom::after {
        background-position: bottom -30px right -500px;
    }

    #caterogy_page_partners{
        .partners_items {
            .item {   
                .item_img{
                    padding: 42px 10px;
                }
                .item_title,
                .item_count{
                    width: 100%;
                }
            }
        }        
    }
}

@media screen and (max-width: 790px) {
    #caterogy_page_dir_courses {
        gap: 30px;

        .ttl,
        h2 {
            font-size: 32px;
            line-height: 36px;

            >span {
                display: inline;
            }
        }

        .dir_courses {
            .dir_item {
                width: 100%;
                max-width: unset;

                .conteiner_item {
                    gap: 15px;

                    .description {
                        font-size: 12px;
                        line-height: 18px;
                    }

                    .price {
                        >div {
                            max-width: 200px;

                            .course_price_old {
                                font-size: 10px;
                                line-height: 100%;
                            }

                            .course_price {
                                font-size: 20px;
                                line-height: 24px;
                            }

                            .course_price_desc {
                                font-size: 10px;
                                line-height: 100%;
                            }
                        }
                    }

                    .hint_wrapper {
                        p {
                            font-size: 10px;
                        }
                    }

                    .inner {

                        .more_about_course,
                        .course_question {
                            font-size: 12px;
                            line-height: 14px;
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 759px) {
    #caterogy_page_students {
        .students_ttl,
        h2 {
            font-size: 32px;
            line-height: 36px;
        }

        .students_items {
            .item {
                max-width: 560px;
                font-size: 12px;

                .item_block_left {
                    .item_blokc_name {
                        font-size: 10px;
                    }
                }

                .item_blokc_right {
                    .item_blokc_link {
                        font-size: 10px;
                        font-weight: 500;
                    }
                }
            }
        }
    }

    #caterogy_page_partners {
        .partners_ttl,
        h2 {
            font-size: 32px;
            line-height: 36px;
        }
    }

    #caterogy_page_dir_slide {
        .dir_ttl,
        h2 {
            font-size: 32px;
            line-height: 36px;
        }
    }

    #caterogy_page_docs {
        .docs_ttl,
        h2 {
            font-size: 24px;
            line-height: 28px;
        }

        .docs_description {
            font-size: 14px;
            line-height: 21px;
        }

        .docs_container {
            .container_left {
                .container_left_ttl {
                    font-size: 20px;
                    line-height: 24px;
                }
            }
        }
    }
}

@media screen and (max-width: 750px) {
    #caterogy_page_advantages {
        flex-direction: column;

        >div {
            justify-content: flex-start;
            align-items: center;
            display: flex;
            width: 100%;
            min-height: 56px;
            font-size: 16px;
            line-height: 20px;
            padding: 10px 16px 10px 80px;
        }

        >div::before {
            top: 10px;
            left: 16px;
        }
    }

    #caterogy_page_banner {
        gap: 0;

        .banner_body {
            padding: 20px;

            .banner_title {
                font-size: 20px;
                line-height: 24px;
            }

            .banner_description {
                font-size: 14px;
                line-height: 21px;
            }

            .banner_timer {
                .banner_timer_txt {
                    font-size: 14px;
                    line-height: 21px;
                }

                .banner_timer_conteiner {
                    height: 26px;
                    font-size: 14px;
                    line-height: 14px;
                }
            }
        }

        .banner_pic {
            img {
                max-width: 150px;
            }
        }
    }

    #caterogy_page_seo {
        .seo_ttl,
        h2 {
            font-size: 32px;
            line-height: 36px;
        }

        .seo_txt {
            font-size: 18px;
            line-height: 24px;
        }
    }

    #caterogy_page_docs {
        .docs_container {
            .container_left {
                .container_left_items {
                    gap: 14px;
                }
            }
        }
    }
}

@media screen and (max-width: 640px) {
    #caterogy_page_hero {

        #caterogy_page_h {
            padding: 32px 20px;

            h1 {
                font-size: 24px;
                line-height: 28px;
            }

            >div {
                font-size: 14px;
                line-height: 21px;
                opacity: 0.6;
            }

        }
    }

    #caterogy_page_breadcrumb {
        .bx-breadcrumb-item {

            >a span,
            span {
                font-size: 12px;
                line-height: 18px;
            }

            i:before {
                font-size: 12px;
                line-height: 18px;
            }
        }
    }

    #caterogy_page_dir_study {
        .dir_study {
            flex-direction: column;
            width: 100%;

            >div {
                width: 100%;
                max-height: 185px;
            }

            >div>div:first-child {
                font-size: 20px;
                line-height: 24px;
            }

            >div>div:nth-child(2) {
                font-size: 12px;
                line-height: 18px;
            }

            /*.dir_pedagogical::before {
                background: url("images/pedagogical04.png") bottom right no-repeat;
            }

            .dir_sport {
                max-height: 161px;
            }

            .dir_sport::before {
                background: url("images/sport04.png") bottom right no-repeat;
            }

            .dir_psychology {
                max-height: 181px;
            }

            .dir_psychology::before {
                background: url("images/psychology04.png") bottom right no-repeat;
            }

            .dir_state {
                max-height: 209px;
            }

            .dir_state::before {
                background: url("images/state04.png") bottom right no-repeat;
            }

            .dir_accounting::before {
                background: url("images/accounting04.png") bottom right no-repeat;
            }*/
        }
    }

    #caterogy_page_consultation {
        .consultation_img {
            img {
                width: 100%;
            }
        }
    }

    #caterogy_consultation_bottom_form {
        .need-help__agree {
            font-size: 10px;

            a {
                font-size: 10px;
            }
        }

        .promo-agree_wrap {
            .checkbox-label {
                font-size: 10px;
            }
        }
    }

    #caterogy_page_docs {
        .docs_container {
            .container_left {
                .container_left_more {
                    >a {
                        font-size: 14px;
                    }
                }
            }
        }
    }

    #caterogy_page_fos {
        .fos_txt {
            >a {
                padding: 24px 28px;
            }
        }
    }

    #caterogy_page_partners{
        .partners_items {
            flex-direction: column;
        }        
    }
}

@media screen and (max-width: 599px) {
    #caterogy_page_students {
        .students_ttl,
        h2 {
            width: 100%;
            order: -2;
        }

        .students_items {
            .item {
                max-width: calc(100vw - 50px);
                flex-direction: column;

                .item_block_left {
                    display: grid;
                    grid-template:
                        "f i i"
                        "f x x";
                    justify-items: center;
                    align-items: initial;
                    grid-gap: 10px;

                    .item_blokc_img {
                        grid-area: f;
                    }

                    .item_blokc_name {
                        grid-area: i;
                        height: auto;
                        display: flex;
                        flex-direction: row;
                        align-items: self-end;
                    }

                    .item_blokc_date {
                        grid-area: x;
                    }
                }
            }
        }

        .students_nav {
            position: relative;
            margin: 0 auto;
            order: -1;
        }
    }

    #caterogy_page_partners {
        .partners_ttl,
        h2 {
            width: 100%;
            order: -2;
        }

        .partners_items {
            .slick-track {
                gap: 0px;
            }

            .item {
                max-width: unset;

                .item_img,
                .item_title,
                .item_count {
                    /*max-width: 155px;*/
                    max-width: unset;
                    /*width: 95%;*/
                }

                .item_img {
                    padding: 42px 10px;
                }
            }
        }

        .partners_nav {
            position: relative;
            order: -1;
        }
    }

    #caterogy_page_dir_slide {
        gap: 30px;

        .dir_ttl,
        h2 {
            width: 100%;
            padding-bottom: 70px;

            .dir_nav {
                right: 0;
            }
        }
    }

    #caterogy_page_docs {
        .docs_container {
            width: 100%;

            .slick-slide img {
                margin: 0 auto;
            }

            .container_left {
                gap: 0;

                .container_left_ttl {
                    margin-bottom: 25px;
                    text-align: center;
                }

                .container_left_items {
                    .item {
                        max-height: 100%;

                        div.name {
                            display: block;
                            margin: 0 auto;
                            text-align: center;
                            margin-top: 15px;
                        }
                    }
                }


            }
        }
    }

}

@media screen and (max-width: 499px) {
    #caterogy_page_banner {
        flex-direction: column;

        .banner_body {
            .banner_timer {
                align-items: center;

                .banner_timer_txt {
                    font-size: 10px;
                    line-height: 16px;
                }
            }
        }

        .banner_pic {
            align-items: center;

            img {
                max-width: 100%;
            }
        }
    }

    #caterogy_page_fos {
        overflow: hidden;

        .fos_img {
            img {
                max-height: 280px;
                width: auto;
            }
        }

        .fos_txt {
            gap: 15px;

            .fos_ttl {
                font-size: 20px;
                line-height: 24px;
            }

            >a {
                border-radius: 16px;
                font-size: 0px;
                line-height: 0px;
                font-size: 0;
                margin-top: 15px;
            }

            >a::before {
                content: "Получить консультацию";
                font-size: 14px;
                line-height: 14px;
            }

        }
    }

    #caterogy_page_seo {
        .seo_txt {
            font-size: 12px;
            line-height: 18px;
        }
    }

    #caterogy_page_consultation_bottom {
        .consultation_bottom_fields {
            margin: 40px 20px 280px 20px;

            .consultation_bottom_ttl {
                font-size: 24px;
                line-height: 28px;
            }

            .consultation_bottom_txt {
                font-size: 16px;
                line-height: 120%;
            }
        }
    }

    #caterogy_page_consultation_bottom::after {
        background-position: bottom right;
        background-size: 280px auto;
    }


    #caterogy_page_dir_slide {
        .dir_items {
            .item {
                width: 320px;
            }
        }
    }
}

@media screen and (max-width: 400px) {
    #caterogy_page_dir_study {
        .ttl,
        h2 {
            >span {
                display: block;
            }
        }

        .dir_study {
            .dir_def::before {
                background-position: bottom -10px right -80px;
            }

            /*.dir_pedagogical::before {
                background: url("images/pedagogical05.png") bottom right no-repeat;
            }

            .dir_sport::before {
                background: url("images/sport05.png") bottom right no-repeat;
            }

            .dir_psychology::before {
                background: url("images/psychology05.png") bottom right no-repeat;
            }

            .dir_state::before {
                background: url("images/state05.png") bottom right no-repeat;
            }

            .dir_accounting::before {
                background: url("images/accounting05.png") bottom right no-repeat;
            }*/
        }
    }
}

@media screen and (max-width: 375px) {
    #caterogy_page_hero {
        #caterogy_page_h {
            padding: 32px 20px;

            >a {
                font-size: 12px;
                line-height: 12px;
                padding: 20px;
            }

        }
    }

    #caterogy_page_advantages {
        >div {
            min-height: 56px;
            font-size: 12px;
            line-height: 18px;
            padding-left: 65px;
        }

        >div::before {
            top: 10px;
            left: 16px;
        }
    }

    #caterogy_page_partners {
        .partners_items {
            .item {

                .item_img,
                .item_title,
                .item_count {
                    width: 92%;
                }
            }
        }
    }

    #caterogy_page_docs {
        gap: 10px;
        padding: 32px 20px 20px 20px;

        .docs_ttl,
        h2 {
            font-size: 20px;
            line-height: 24px;
        }

        .docs_container {
            .container_left {
                .container_left_ttl {
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 400;
                    margin: 10px auto 30px auto;
                }

                .container_left_more {
                    margin-top: 5px;
                    margin-bottom: 5px;
                }

                .slick-next {
                    right: 0;
                    z-index: 90;
                }

                .slick-prev {
                    left: 0;
                    z-index: 90;
                }

            }
        }
    }

    #caterogy_page_fos {
        .fos_txt {
            >a {
                padding: 20px 10px;
            }
        }
    }
}

@media screen and (max-width: 360px) {
    #caterogy_page_dir_study {
        .dir_study {
            .dir_pedagogical::before {
                background-position: bottom right 45%;
            }

            .dir_sport::before {
                background-position: bottom right 35%;
            }

            .dir_psychology::before {
                background-position: bottom right 30%;
            }

            .dir_state::before {
                background-position: bottom right 40%;
            }

            .dir_accounting::before {
                background-position: bottom right 55%;
            }
        }
    }

    #caterogy_page_seo {
        padding-left: 0;
        padding-right: 0;
    }

    #caterogy_page_consultation {
        .consultation_img {
            img {
                margin-top: 5px;
            }
        }
    }

    #caterogy_page_dir_courses {
        .dir_courses {
            .dir_item {
                .conteiner_item {
                    .price {
                        flex-direction: column;

                        .course_full_price,
                        .course_installment_price {
                            max-width: 100%;
                            width: 100%;
                        }

                    }
                }
            }
        }
    }

    #caterogy_page_partners {
        .partners_items {
            .item {

                .item_img,
                .item_title,
                .item_count {
                    max-width: 100%;
                    width: 100%;
                }

                .item_img {
                    padding: 42px 10px;
                }
            }
        }
    }

    #caterogy_page_dir_slide {
        .dir_items {
            .item {
                width: 280px;
                padding: 20px 20px 20px 20px;
            }
        }
    }

    #caterogy_page_docs {
        .docs_container {
            .container_left {
                .container_left_more {
                    >a {
                        font-size: 12px;
                        padding: 16px 10px;
                    }
                }
            }

            .container_right {
                width: 100%;

                .item{
                    a{
                        max-width: 170px;
                    }
                }

                .slick-slide img {
                    width: 100%;
                }
            }
        }
    }
}

.main_page_trust {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mp_trust_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}

.mp_trust_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    color: #193346;
    margin-bottom: 0;
}

.mp_trust_arrows {
    display: flex;
    border-radius: 30px;
    padding: 10px;
    background: #eff5f3;
    align-items: center;
}

.mp_trust_left_arrow,
.mp_trust_right_arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #585862;
    padding: 0;
    border: none;
}

.mp_trust_left_arrow:before,
.mp_trust_right_arrow:before {
    content: '';
    background-image: url(/local/templates/appkk-green--agalarov/images/main_page/slick_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.mp_trust_right_arrow:before {
    transform: rotate(180deg);
}

.mp_trust_num {
    padding: 0 20px;
}

#mp_trust_blocks:not(.slick-initialized) {
    display: flex;
    justify-content: space-between;
}

.mp_trust_wrap_block {
    display: block;
}

.mp_trust_block {
    margin-right: 20px;
}

.mp_trust_block_img {
    position: relative;
    border-radius: 10px;
    padding: 42px 10px;
    background: #eff5f3;
    margin-bottom: 16px;
    text-align: center;
}

.mp_trust_block_img img {
    display: inline-block !important;
}

.mp_trust_block_img:before {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    right: 40px;
    border-top-color: #eff5f3;
    border-width: 10px;
    margin-right: -1px;
}

.mp_trust_block_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin-bottom: 12px;
}

.mp_trust_block_count {
    display: flex;
    justify-content: space-between;
}

.mp_trust_block_count_reviews {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.6);
}

.mp_trust_block_count_mark {
    display: flex;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #ff9800;
}

.mp_trust_block_count_star {
    margin-left: 20px;
}

@media screen and (max-width: 639px) {
    .main_page_trust {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mp_trust_top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 36px;
        flex-direction: column;
    }

    .mp_trust_title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    #mp_trust_blocks:not(.slick-initialized) {
        display: block;
        overflow: hidden;
    }

    #mp_trust_blocks:not(.slick-initialized) .mp_trust_wrap_block {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #mp_trust_blocks:not(.slick-initialized) .mp_trust_block {
        margin-right: 0;
    }
}

@media screen and (max-width: 374px) {
    .main_page_trust {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
