﻿.red-text {
    color: #FF6505!important;
}

.blue-text {
    color: #2681C4!important;
}

.red-label {
    border-radius: 10px;
    background: #FF6505;
    padding: 10px 12px;
}

h1.page-main-title__blue {
    display: none;
}

.page-section article {
    margin-bottom: 32px;
}


.banner-section{
    background: none;
    min-height: 0;
}

.banner {
    min-height: 414px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}

    .banner:has(img) {
        min-height: 0;
        padding: 0;
    }

.banner-content {
    width: 670px;
}

    .banner-content p {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        color: #fff;
    }

.page .banner-header {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.page-section, .page-section.blue-block {
    margin-bottom: 60px;
}

.page .section-header {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 24px;
    color: #000;
}

.page .section-subheader{
    font-size: 28px;
}

.page .small-section-header {
    font-size: 24px;
    margin-bottom: 12px;
    text-transform: none;
    text-align: left;
}


.page .page-text, .page .page-text p, .page .page-text li {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

    .page .small-page-text, .page .small-page-text p {
        font-size: 17px;
    }

.page .page-text p {
    margin: 0 0 24px 0;
}

    .page .page-text a {
        color: #0E88F2;
    }


    .page .page-text p:last-child {
        margin-bottom: 0;
    }


.step-block {
    margin-bottom: 48px;
}

.page .step-header {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #2681C4;
    margin-bottom: 24px;
}

.blue-section {
    background: #EFF2F7;
    padding: 32px;
    border-radius: 14px;
}

    .blue-section h2 {
        font-size: 19px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        color: #1A1A1A;
    }

    .blue-section .page-text {
        margin-bottom: 24px;
    }

    .blue-section p {
        text-align: center;
    }

.blue-block {
    background: #EFF2F7;
    padding: 20px;
    margin: 32px 0;
    border-radius: 18px;
}

.blue-block-flex{
    display: flex;
    gap: 10px 32px;
    align-items: center;
}

.blue-block-img-wrapper{
    width: 260px;
    max-width: 100%;
    height: 260px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 18px;
}

.page .blue-block-small-text {
    font-size: 14px;
    font-weight: 600;
    color: #535353;
    margin: 0;
}

.page .blue-block-header {
    font-size: 34px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.page .small-blue-block-header{
    font-size: 20px;
}

.blue-block-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blue-block-text ul{
    list-style-type: disc;
    margin-bottom: 17px;
}

.blue-block-text p, .blue-block-text li {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    color: #181818;
}

.page .left-arrow-link {
    display: inline-flex;
    color: #0E88F2;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

    .page .left-arrow-link:before {
        display: block;
        content: '';
        width: 20px;
        height: 17px;
        background: url(//cdn.specialist.ru/content/image/mcredesign2023/arrow-link.svg) center center no-repeat;
        margin-right: 10px;
    }

.page .page-button, .page a.page-button {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 20px 40px;
    background: #FF6505;
    border: 1px solid #FF6505;
    border-radius: 4px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    max-width: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.blue-block-button-wrapper{
    padding-top: 8px;
}

.page .blue-block-button-wrapper .page-button {
    margin: 0;
    padding: 14px 32px;
    font-size: 17px;
}

    .page .blue-block-button-wrapper .page-button.small-button{
        padding: 10px 32px;
    }

.page .big-round-list {
    padding-left: 0;
}

.big-round-item {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
}

    .big-round-item::before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: -10px;
        width: 60px;
        height: 60px;
        background: url(//cdn.specialist.ru/content/file/layouts/freeLearning2024/img/marker.png) top center no-repeat;
        background-size: contain;
    }


.page .circle-markers-list {
    padding-left: 0;
}

.circle-markers-list li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 24px;
}

    .circle-markers-list li::before {
        display: block;
        content: "";
        width: 28px;
        height: 28px;
        background: url(//cdn.specialist.ru/content/file/layouts/CorpCustomersPage/img/marker.png) center center no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
    }

.circle-markers-list1 li::before {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    background: url(//cdn.specialist.ru/Content/File/layouts/news/img/20241009/arrow-left.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.page .arrows-list{
    padding-left: 0;
}

.arrows-list li {
    padding-left: 56px;
    color: #33393E;
    position: relative;
    margin: 0 0 24px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

    .arrows-list li:before {
        display: block;
        content: "";
        background: url(//cdn.specialist.ru/content/image/mcredesign2023/arrow.svg) no-repeat;
        background-size: contain;
        width: 34px;
        height: 16px;
        position: absolute;
        top: 3px;
        left: 0;
    }

.page .note-text p {
    color:#747474;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2; /* 18px */
}

.page .note-text summary {
    color: #747474;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 300;
    cursor: pointer;
}

.page .numbers-list {
    counter-reset: numbers-list;
    margin-bottom: 48px;
    padding-left: 0;
}

.page .number-item {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 16px 0;
    color: #181818;
}

.number-item::before {
    display: block;
    content: counter(numbers-list, decimal-leading-zero);
    counter-increment: numbers-list;
    font-size: 36px;
    font-weight: 700;
    color: #2681C4;
    flex-shrink: 0;
    width: 46px;
    
}

.number-item h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3; /* 24.7px */
    margin: 0;
}

.page .articles-list {
    padding-left: 0;
}

.page .article-item{
    margin: 0 0  24px 0;
}

.one-click-modal-body {
    max-width: 685px;
}

.modal-header.one-click-modal-header {
    font-weight: 400;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    color: #1A1A1A;
    margin-top: 0;
    margin-bottom: 24px;
}

.one-click-input-wrapper {
    margin-bottom: 24px;
}

    .one-click-input-wrapper input {
        display: block;
        width: 100%;
        background: #F8F8F8;
        border: 1px solid #E3E7ED;
        border-radius: 4px;
        font-weight: 400;
        font-size: 18px;
        height: 52px;
        padding: 6px 6px 6px 12px;
    }

        .one-click-input-wrapper input:focus {
            outline: 1px solid #0F5BA8;
        }

        .one-click-input-wrapper input::placeholder {
            color: #1a1a1a;
        }

.order-form-block {
    margin-bottom: 24px;
}

.order-form-block-header {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #1A1A1A;
    margin: 0 0 20px 0;
}

.order-form-block .checkboxes-box {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 36px;
}

.order-form-block .checkbox-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}

    .order-form-block .checkbox-wrapper input {
        height: 22px;
        width: 22px;
    }

    .order-form-block .checkbox-wrapper label {
        font-weight: 400;
        font-size: 15px;
        color: #33393E;
    }

.one-click-checkbox-wrapper {
    display: flex;
}

.checkbox-label {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.one-click-checkbox-wrapper input {
    width: 26px;
    height: 26px;
    margin-right: 14px;
    flex-shrink: 0;
    border: 1px solid #E3E7ED;
}

.one-click-send {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #FF6500;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    padding: 12px;
}

    .one-click-send:hover {
        background: #cc5000;
    }

.one-click-modal-text p {
    text-align: left;
    line-height: 1.3;
}

.one-click-modal-body a {
    text-decoration: underline;
}

.js-after-send {
    display: none;
}

.modal2024 .one-click-input-wrapper .loader {
    height: 45px;
    width: 45px;
    position: relative;
    display: none;
}

.blue-center-section h2{
    margin-bottom: 16px;

}

.text-block{
    padding: 16px 0;
}

.text-block h4{
    text-align: left;
    text-transform: none;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

    @keyframes loader {
        from {
            transform: translateX(-50%) rotate(0deg);
        }

        to {
            transform: translateX(-50%) rotate(360deg);
        }
    }

    #js-news-modal.active {
    display: block;
}

.page .blue-cards-flex{
    display: flex;
    gap: 15px;
    justify-content: space-between;    
    padding-left: 0;
}

.blue-card {
    width: 32%;
    border-radius: 10px;
    background: #EFF2F7;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blue-card-top{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 46px;
    align-items: center;
}

.page .blue-card-header {
    border-radius: 10px;
    background: #FFF;
    margin: 0;
    align-items: flex-start;
    width: fit-content;
    padding: 5px 40px;
    text-align: center;
}

.page .blue-card-text p {
    font-size: 14px;
    font-weight: 500;    
    color: black;
    margin: 0;
}

.blue-card-top .number {
    color: rgba(46, 46, 46, 0.20);
    text-align: right;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-flex{
    display: flex;
    justify-content: space-between;
    gap: 36px;
}

.article-blue-block{
    margin: 0 0 16px 0;
}

    .article-blue-block .blue-block-flex {
        align-items: stretch;
    }

.article-blue-block .blue-block-img-wrapper {
    height: auto;
}

    .article-blue-block .blue-block-header {
        font-size: 32px;
    }

.article-blue-block .blue-block-content {
    justify-content: space-between;
    padding: 6px 0;
}

section.blue-block {
    padding: 30px 40px;
}

    section.blue-block p {
        margin-bottom: 24px;
        font-size: 19px;
        font-weight: 400;
    }

    .page section.blue-block .blue-block-header {
        font-size: 24px;
    }

.header-370{
    max-width: 370px;
}

.page .keywords-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 30px;
}

.page .keywords-list li{
    margin: 0;
}

.keywords-list a {
    display: block;
    border-radius: 10px;
    background: #EFF2F7;
    padding: 10px 20px;
    color: #315FAC;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4; /* 30.4px */
}

.page .blue-block-info-text {
    color: #315FAC;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4; /* 30.4px */    
}

.page .blue-block-info-text a{
    text-decoration: underline;
}

.blue-block-flex svg, .blue-block-flex img{
    flex-shrink: 0;
}

.page .vendors-list{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;    
    gap: 10px;
}

.page .vendors-list li{
    margin: 0;
}

    .page .vendors-list li a {
        display: block;
        font-size: 0;
    }

.case-block {
    padding: 30px;
    margin-bottom: 40px;
    background:#EFF2F7;
}

    .case-top{
        margin-bottom: 40px;
    }

.page .case-num{
    margin-bottom: 24px;
}

.page .case-header {
    font-size: 24px;
    font-weight: 600;   
    display: flex;
    
    gap: 16px;
    max-width: 550px;
}

    .page .case-header::before {
        display: block;
        content: "";
        width: 25px;
        height: 23px;
        flex-shrink: 0;
        background: url(//cdn.specialist.ru/Content/File/layouts/news/img/20250226/hat.png) center center no-repeat;
        background-size: contain;
        position: relative;
        top: 3px;
    }

.case-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

.case-flex:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.case-white-block {
    border-radius: 30px;
    background: #FFF;
    padding: 25px 30px;
}

.case-left .case-white-block {
    margin-bottom: 20px;
}

.case-left .case-white-block:last-child{
    margin-bottom: 0;
}

.page .case-white-block h4 {
    color: rgba(24, 24, 24, 0.80);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    text-align: left;
    text-transform: none;
    margin: 0 0 15px 0;
}

.page .case-text p {
    font-size: 16px;
    font-weight: 500;
}

.page .case-program-list {
    padding-left: 0;
    border-top: 1px solid rgba(49, 95, 172, 0.30);
    max-width: 700px
}

    .page .case-program-list li {
        border-bottom: 1px solid rgba(49, 95, 172, 0.30);
        padding: 15px 0;
    }

        .page .case-program-list li a {
            color: #181818;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.3; /* 20.8px */
        }

.case-company-block{
    flex-shrink: 0;
    width: 330px;
    max-width: 100%;
    
}

.two-column-flex{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.news-table-wrapper {
    border-radius: 30px;    
    background: #EFF2F7;
    padding: 30px;
   
}

.news-table {
    border-collapse: separate;
    border-spacing: 5px;
}

    .news-table td, .news-table th {
        border-radius: 10px;
        background: #FFF;
        padding: 16px;
        text-align: center;
        color: #627698;
        font-size: 16px;
        font-weight: 600;        
    }

    .news-table th {
        background: #C3CEDF;
    }

.page .dot-markers-list{
    padding-left: 0;
}

.dot-markers-list li {
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
}

    .dot-markers-list li::before {
        display: block;
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #395B93;
        position: absolute;
        top:9px;
        left: 0;
    }

.blue-block-links-list {
    list-style-type: disc;
}

    .blue-block-links-list li.page-text {
        /*color: #346CE4;*/
    }

.flex-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 48px;
    margin-bottom: 34px;
}

    .flex-list li {
        margin-bottom: 0;
    }

.arrows-list.flex-list li {
    padding-left: 0;
}

    .arrows-list.flex-list li:last-child::before {
        display: none;
    }

.as-button {
    display: block;
    border-radius: 10px;
    border: 1px solid #6B7786;
    padding: 12px 14px;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    background: transparent;
}

.arrows-list.flex-list li::before {
    left: auto;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}





    @media(max-width: 960px) {
        .blue-cards-flex {
            flex-direction: column;
        }

        .blue-card {
            width: 100%;
        }

        .section-flex {
            flex-direction: column;
        }

        .header-370 {
            max-width: none;
        }

        .page .number-item {
            align-items: flex-start;
        }

        .number-item > div {
            padding-top: 6px;
        }
    }

    @media (max-width: 860px) {
        .case-flex {
            flex-direction: column;
        }

        .case-company-block {
            order: -1;
        }

        .two-column-flex {
            flex-direction: column;
        }
    }



    @media (max-width: 792px) {
        .blue-block-flex {
            flex-direction: column;
            align-items: flex-start;
        }
    }


    @media (max-width: 480px) {
        .banner {
            padding-left: 20px;
            padding-right: 20px;
        }

        .page .banner-header {
            font-size: 24px;
        }

        .page .section-header {
            font-size: 22px;
        }

        .page .blue-block-header {
            font-size: 24px;
        }

        .page .small-section-header {
            font-size: 20px;
        }

        .page .page-text, .page .page-text p, .page .number-item, .blue-block-text p, .arrows-list li, section.blue-block p, .page .page-text li {
            font-size: 14px;
        }

        .arrows-list li {
            padding-left: 36px;
        }

            .arrows-list li:before {
                width: 20px;
                height: 14px;
            }

        .number-item::before {
            font-size: 30px;
        }

        .big-round-item {
            padding-left: 40px;
        }

            .big-round-item::before {
                width: 30px;
                height: 30px;
                top: 0;
            }

        .keywords-list a {
            font-size: 14px;
            padding: 5px 10px;
        }

        .page .blue-block-info-text {
            font-size: 15px;
        }

        .case-block {
            padding: 15px;
            border-radius: 10px
        }

        .case-white-block {
            padding: 15px;
            border-radius: 10px
        }

        .page .case-header {
            font-size: 18px;
        }


        .page .case-program-list li a {
            font-size: 14px;
        }

        .page .vendors-list li {
            width: 48%;
        }

        .news-table-wrapper{
            padding: 10px;
            border-radius: 10px;
            width: 100%;
            overflow: auto;
        }

        .news-table td, .news-table th{
            padding: 10px;
            font-size: 13px;

        }

        .page .page-button{
            font-size: 14px;
            padding: 10px 12px;
        }

        section.blue-block{
            padding: 20px;
        }

        .flex-list{
            gap: 16px 24px;
        }

        .arrows-list.flex-list li::before {
            right: -22px;
        }

        .as-button{
            font-size: 12px;
            padding: 10px 12px;
        }

        .page .small-blue-block-header{
            font-size: 16px;
        }
    }

.discount-list, .page .discount-list {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    padding-left: 0;
}

.discount-item, .page .discount-item {
    flex: 1;
    background: #FFFFFF;
    box-shadow: 0px 10px 12px rgba(0, 70, 119, 0.1);
    border-radius: 12px;
    padding: 36px;
    margin: 0;
}

.discount-num, .page .discount-num {
    font-weight: 700;
    font-size: 64px;
    color: #4296E9;
    margin-bottom: 24px;
}

.discount-subheader, .page .discount-subheader {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #212121;
    margin-bottom: 16px;
    text-transform: none;
    text-align: left;
}

.discount-item p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #1A405E;
    margin: 0;
}

.page .no-markers-list{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.page .no-markers-list>li {
    margin: 0 0 20px 0;
}

.page .ol-list{
    padding-left: 20px;
}

.page .ol-list>li {
    margin: 0 0 20px 0;
}

.page .ol-list>li::marker{
    font-weight: 700;
}



@media (max-width: 992px) {
    .discount-list {
            flex-wrap: wrap;
        }

        .discount-item {
            flex: 2 0 calc(50% - 12px);
        }
    }

    @media (max-width: 500px) {
        .discount-item, .page .discount-item {
            padding: 24px;
        }

        .discount-num, .page .discount-num {
            font-size: 48px;
            margin-bottom: 12px;
        }

        .discount-subheader, .page .discount-subheader {
            font-size: 14px;
            margin-bottom: 12px;
        }

        .discount-item p, .page .discount-item p {
            font-size: 14px;
        }
    }

.green-notes-block {
    border-radius: 20px;
    background: #E9F4ED;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 28px;
    margin:40px 0;
}

    .green-notes-block:before {
        display: block;
        content: "";
        width: 86px;
        height: 84px;
        border-radius: 10px;
        flex-shrink: 0;
        background: url("//cdn.specialist.ru/Content/File/layouts/news/img/20250618/green-arrow.svg") center center no-repeat;
        background-size: contain;
    }

@media (max-width: 792px) {
    .green-notes-block {
        padding: 30px 20px;
    }
}

    @media (max-width: 480px) {
        .green-notes-block {
            padding: 20px;
            flex-direction: column;
        }
    }

    .blue-arrows-list {
        list-style-type: none;
    }

        .blue-arrows-list > li {
            position: relative;
            margin-bottom: 20px;
        }

            .blue-arrows-list > li::before {
                display: block;
                content: "";
                width: 30px;
                height: 30px;
                background: url("//cdn.specialist.ru/Content/File/layouts/news/img/20250618/blue-check-marker.svg") center center no-repeat;
                background-size: contain;
                position: absolute;
                top: -6px;
                left: -40px;
            }

    .page .hyphen-marker-list {
        padding-left: 10px;
    }

    .hyphen-marker-list li::marker {
        content: "- ";
    }

    .page .achieves-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        max-width: 1100px;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .page .achieve-item {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        color: #1B1B1B;
        padding: 10px clamp(10px, 2vw, 40px);
        border-right: 1px solid #939393;
        margin: 0;
    }

        .page .achieve-item:first-child {
            padding-left: 0;
        }

    .achieve-item:last-child {
        border-right: none;
    }

    .page .achieve-volume {
        display: block;
        font-size: 48px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 16px;
    }

    @media (max-width: 950px) {
        .page .achieves-list {
            grid-template-columns: repeat(2, 1fr);
            gap: 32px 0;
        }

        .page .achieve-item {
            padding: 0 12px;
        }

            .page .achieve-item:nth-child(2n) {
                border-right: none;
            }
    }

.page .hat-markers-list{
    margin-bottom:24px;
    margin-left: 0;
    padding-left: 0;
}

    .hat-markers-list li {
        display: flex;
        gap: 16px;
        margin-bottom: 16px;

    }

    .hat-markers-list li:before {
        display: block;
        content: "";
        width: 25px;
        height: 23px;
        flex-shrink: 0;
        background: url(//cdn.specialist.ru/Content/File/layouts/news/img/20250226/hat.png) center center no-repeat;
        background-size: contain;
        position: relative;
        top: 3px;
    }

.check-list li{
    padding-left: 20px;
}
.check-list li::marker {
    content: "✔";
}


.cards-block{
    margin-bottom: 36px;
}

.page .news-courses-cards-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style-type: none;
    padding: 0;
    margin-left: 0;
}

.page .news-course-card {
    border-radius: 20px;
    background: #F4F4F4;
    padding: 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: calc(32%);
}

.news-course-card-type {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    display:flex;
    align-items:center;
    gap: 6px;
    margin-bottom: 10px;
}

    .news-course-card-type:before {
        display: block;
        content: "";
        width: 24px;
        height: 24px;
        background: url(//cdn.specialist.ru/content/file/layouts/news/img/20250716/course-icon.png) center center no-repeat;
        background-size: contain;
        flex-shrink: 0;
    }

    .news-course-card-type.news-dp:before {
        background-image: url(//cdn.specialist.ru/content/file/layouts/news/img/20250716/dp-icon.png);
    }

    .news-course-card-type.news-cp:before {
        background-image: url(//cdn.specialist.ru/content/file/layouts/news/img/20250716/cp-icon.png);
    }

.page .news-course-title {
    color: #2E2E2E;
    font-size: 19px;
    font-weight: 600;
    line-height: 130%; /* 24.7px */
    margin: 0 0 16px 0;    
}

.page a.news-course-card-button, .page .news-course-card-button {
    display: block;
    width: fit-content;
    border-radius: 8px;
    background: #346CE4;
    padding: 8px 28px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #346CE4;
    transition: 0.3s;
    margin-bottom: 0;
    margin-top: auto;
   
}

    .page a.news-course-card-button:hover, .page .news-course-card-button:hover{
        color: rgba(52, 108, 228, 1);
        background: #fff;
        transition: 0.3s;
        border: 1px solid #F4F4F4;
    }

@media (max-width: 840px){

    .page .news-course-card{
        width: 48%;
    }
}

@media (max-width: 560px) {
    .page .news-course-card {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page .news-course-card {
        padding: 20px;
    }

    .news-course-card-type{
        font-size: 12px;
    }

    .page .news-course-title {
        font-size: 16px;
    }
}

.page .infografic-list1 {
    border-radius: 16px;
    background: #F4F4F4;
    padding: 32px;
    list-style-type: none;
    counter-reset: info-counter;
    display: flex;
    flex-direction: column;
    gap:10px;
   
}

.infografic-list1 li {
    display: flex;
    gap: 40px;
    counter-increment: info-counter;
    align-items: center;
    position: relative;
    width: fit-content;
    margin: 0;
}

.infografic-list1 li .info-card {
    padding: 8px 8px 8px 19px;
    border-radius: 6px;
    background: #2E2E2E;
    display: flex;
    gap: 16px;     
    align-items: center;    
}


       

        .infografic-list1 li::after {
            display: block;
            content: "";
            width: 44px;   
            height: 18px;
            background: url(//cdn.specialist.ru/content/file/layouts/news/img/20250912/arrow.svg) center center no-repeat;           
        }

        .infografic-list1 li:last-child::after {
            display: none;
        }

.infografic-list1 .info-card::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: counter(info-counter, decimal-leading-zero);
    border-radius: 4px;
    background: #346CE4;
    padding: 5px 20px;
    color: #FFF;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6; /* 30.4px */
    align-self: stretch;
    flex-shrink: 0;
}

        .infografic-list1 li h3 {
            color: #FFF;
            font-size: 19px;
            font-weight: 600;
            line-height: 1.4; /* 30.4px */
            margin-top: 0;
            margin-bottom:2px;
        }

        .page .infografic-list1 li p {
            color: rgba(255, 255, 255, 0.70);
            font-size: 14px;
            font-weight: 600;
            line-height: 1.3; /* 18.2px */
            margin: 0;
            max-width: 270px;
        }


/*Скорее всего, это разовые стили*/
.infografic-list1 li:nth-child(2) {
    left: 176px;
}

.infografic-list1 li:nth-child(3) {
    left: 496px;
}


.infografic-list1 li:last-child {
    left: 100%;
    transform: translateX(-100%);
}

@media(max-width: 1240px) {
    .infografic-list1 li:nth-child(2) {
        left: 9vw;
    }

    .infografic-list1 li:nth-child(3) {
        left: 34vw;
    }
}

@media(max-width: 983px) {
    .infografic-list1 li:nth-child(2) {
        left: 9vw;
    }

    .infografic-list1 li:nth-child(3) {
        left: 24vw;
    }
}

@media(max-width: 792px) {
    .page .infografic-list1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .infografic-list1 li {
        gap: 20px;
    }

        .infografic-list1 li:nth-child(2) {
            left: 4vw;
        }

        .infografic-list1 li:nth-child(3) {
            left: 17vw;
        }

    .infografic-list1 li {
        gap: 20px;
    }

        .infografic-list1 li::after {
            width: 24px;
            background-size: contain;
        }
}

@media(max-width: 680px) {
    .page .infografic-list1 {
        padding-left: 20px;
        padding-right: 20px;
    }  

    .infografic-list1 li:nth-child(2) {
        left: 4vw;
    }

    .infografic-list1 li:nth-child(3) {
        left: 14vw;
    }
}

@media(max-width: 600px) {
    .page .infografic-list1{
        gap: 10px;
    }
    .infografic-list1 li {
        left: 0 !important;
        transform: none !important;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
    }

        .infografic-list1 li::after {
            display: none;
            align-self: center;
            margin-right: 10px;
        }

        .infografic-list1 li .info-card{
            justify-content: space-between;
        }


}

/*Конец Скорее всего, это разовые стили*/

.blue-block2 {
    border-radius: 3px;
    border-left: 4px solid #346CE4;
    padding: 0px 16px;
}

.cards-two-colunns-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:12px;
}

.card-block {
    border-radius: 14px;
    background-color: #F4F4F4;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.card-block img{
    display: block;
    width: 40%;
    align-self: flex-start;
    flex-shrink: 0;
    max-width: 234px;
}

.card-content{
    padding: 32px 0 32px 32px;
    display: flex;
    flex-direction: column;
}

.card-block h3 {
    color: #2E2E2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1; /* 26.4px */  
    margin: 0 0 15px 0; 
}

.card-block .card-text {
    margin-bottom: 28px;
}

.card-block p {
    color: #757575;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3; /* 20.8px */
    margin: 0;
}

.card-buttons-wrapper {
    margin-bottom: 0;
    margin-top: auto;
}

.page .small-button, .page a.small-button {
    font-size: 16px;
    padding: 10px 30px;
}

.card-buttons-wrapper a.small-button{
   margin: 0;
}

@media (max-width: 992px) {
    .card-block {
        flex-direction: column;
        padding: 20px;        
    }

    .card-content{
        order: 1;
        padding: 0;
    }
}

@media (max-width: 792px) {
    .cards-two-colunns-grid {
        grid-template-columns: 1fr;
    }

    .card-block img {
        max-width: 200px;
    }
}

.form2-block {
    background: url(//cdn.specialist.ru/content/file/layouts/getCoursesCatalog/img/back-form.png) center center no-repeat;
    background-size: cover;
    border-radius: 8px;
    padding: 32px;
}

.page .form2-block-header {
    color: #FFF;
    margin-bottom: 6px;
    margin-top:0;
}

.page-section .form2-block-text {
    margin: 0 0 32px 0;
}

.page-section .form2-block-text p {
    color: #FFF;
    font-weight: 500;
   
}

.form2-flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "a b c d";
    gap: 4px;
   
}

    .form2-flex input {
        display: block;
        padding: 16px 6px 16px 20px;
        border-radius: 8px;
        border: none;
    }

.page .form2-block .page-button {
    padding: 10px 20px;
    font-size: 16px;
    width: 100%;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .form2-flex {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "a b"
            "c d"
            
    }
}

@media (max-width: 500px) {
    .form2-block{
        padding: 20px;
    }

    .form2-flex {
        grid-template-columns: 1fr;
        grid-template-areas:
            "a"
            "b"
            "c"
            "d"
    }

   
}

.page .blue-block-small-text.white {
    background: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    width: fit-content;
    font-weight: 500;
    display: block;
    color: #565656;
}

.blue-block-links-box{
    display: flex;
    gap: 10px;
}

    .blue-block-links-box a, .blue-block-links-box span {
        color: #346CE4;
        font-family: Montserrat;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    .blue-block-links-box a{
        text-decoration: underline;
        transition: 0.3s;
    }

        .blue-block-links-box a:hover {
            text-decoration: none;
            transition: 0.3s;
        }

.page .blockquote-simple {
    color: #666;
    font-style: italic;
    margin-bottom: 24px;
}

.blue-block3 {
    border-radius: 16px;
    padding: 24px 16px;
}

.page .blue-block3-header {
    color: #2E2E2E;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6; /* 35.2px */
    margin: 0;
}

.page .blue-block3-info-text {
    color: #2E2E2E;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6; /* 30.4px */
    margin: 0;
}

@media(max-width: 480px) {
    .page .blue-block3-header {
        font-size: 16px;
    }

    .page .blue-block3-info-text {
        font-size: 14px
    }

    .blue-block-links-box a, .blue-block-links-box span {
        font-size: 12px;
    }
}