﻿.main-container {
    padding-top: 30px;
}

.breadcrumb {
    display: flex;
    list-style-type: none;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
    .breadcrumb li{
        white-space: nowrap;                  
    }

    .breadcrumb li a {
        color: black !important;
        font-size: 14px;
    }

    .breadcrumb li::after {
        display: inline-block;
        content: ">";
        margin-right: 5px;
    }

    .breadcrumb li:last-child::after {
        display: none;
    }
.container {
    max-width: 1189px;
    margin: 0 auto;
}

.page-section {
    margin-bottom: 62px;
}

.page-section p {
    color: #33393E;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 32px;
}

    .page-section p:last-child {
        margin-bottom: 0;
    }
.page-section-header {
    color: var(--neutral-black, #1A1A1A);
    font-size: 34px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 48px;
}

.banner-section {
    margin-bottom: 44px;
}

.banner {
    min-height: 414px;
    background-image: url('//cdn.specialist.ru/content/image/astrapage/banner-desktop-notext.png');
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.banner0923 {
    background-image: url('//cdn.specialist.ru/content/image/astrapage/banner-desktop-notext0923.png');
}

.banner-content{
    max-width: 650px;
}

.banner-top{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.banner-date {
    border-radius: 0px 30px 30px 0px;
    background: #0E88F2;
    padding: 15px 67px 15px 64px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    margin-right: 20px;
}

.banner-astra-logo {
    width: 190px;
    height: 62px;
    background-image: url('//cdn.specialist.ru/content/image/astrapage/astra-logo.png');
    background-position: center bottom 3px;
    background-repeat: no-repeat;
    font-size: 0;
    flex-shrink: 0;
}

.banner-header {
    padding-left: 64px;
    color: #FFF;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.banner-text {
    padding-left: 64px;
}

.banner-text-top {
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.banner-discount-count {
    color: #0E88F2;
    font-size: 44px;    
    font-weight: 700;
    line-height: 1.5;
    margin-right: 10px;
}

.banner-discount-unit {
    color: white;
    font-weight: 500;
    font-size: 44px;
}

.second-section-block {
    border-radius: 8px;
    background: linear-gradient(270deg, #EDEEF9 1.23%, #F2F9FC 100%);
    padding: 32px;
}

.second-section-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .second-section-flex:after {
        display: block;
        content: '';
        width: 172px;
        height: 134px;
        background: url('//cdn.specialist.ru/content/image/astrapage/second-section-icon.png') center center no-repeat;
        flex-shrink: 0;   
        margin-left: 45px;
    }

.second-section-left{
    max-width: 908px;
}

.second-section-header {
    color: #1A1A1A;
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
}

.second-section-text span {
    color: #0E88F2;
    font-weight: 600;
}

.get-profession-block{
    display: flex;
    justify-content: space-between;
}

.get-profession-left, .get-profession-content{
    width: 49%;
}

.get-profession-left{
    margin-right: 20px;
}

.get-profession-header {
    margin-bottom: 32px;
}

.get-profession-text {
    max-width: 584px;
    margin-bottom: 32px;
}

.page-section .page-button {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding: 15px 20px;
    border-radius: 4px;
    border: 1px solid #FF6505;
    background: #FF6505;
    width: 200px;
}

.why-learn-section {
    padding: 64px 0;
    background: linear-gradient(270deg, #EDEEF9 1.23%, #F2F9FC 100%);
}

.why-learn-text{
    margin-bottom: 48px;
}

.salary-list{
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin-bottom: 48px;
}

    .salary-list li {
        width: 32%;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 10px 12px 0px rgba(0, 70, 119, 0.10);
        padding: 40px 20px;
    }

    .salary-list h3 {
        color: #0E88F2;
        font-weight: 700;
        font-size: 25px;
        text-align: center;
        margin-bottom: 10px;
    }

    .salary-list p {
        color: #1A1A1A;
        text-align: center;
        font-size: 22px;
        font-family: Montserrat;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
    }

.notes p {
    color: #33393E;
    font-size: 15px;
    font-family: Montserrat;
    line-height: 1.4;
}

.our-courses-header{
    text-align: center;
}

.our-courses-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

    .our-courses-list li {
        width: 32%;
        padding: 32px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 10px 12px 0px rgba(0, 70, 119, 0.10);
    }

    .our-courses-list h3 {
        color: #33393E;
        font-size: 22px;
        font-family: Montserrat;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 40px;
    }

.our-courses-text{
    text-align: center;
    margin-bottom: 48px;
}

    .our-courses-text span {
        display: block;
        color: #0E88F2;
        font-weight: 700;
        font-weight: 700;
    }

.our-courses-button-wrapper .page-button{
    margin: auto;
    width: 238px;
}

.conditions-header {
    color: #33393E;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 48px;
}

.conditions-box{
    height: 220px;
    overflow: hidden;
    position: relative;
}

    .conditions-box::after {
        display: block;
        content: '';
        width: 100%;
        height: 200px;
        background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
    }

.conditions-box.active {
    height: auto;
    overflow: visible;
    margin-bottom: 48px;
}

    .conditions-box.active::after {
        display: none;
    }

.all-conditions-button {
    display: block;
    border-radius: 4px;
    background: #F1F6FC;
    width: 100%;
    border: none;
    padding: 15px;
    color: #33393E;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.conditions-list {
    list-style-type: none;
    color: #33393E;
    font-size: 19px;
    line-height: 1.47;
    counter-reset: section;
}

.conditions-list li{
    margin-bottom: 24px;
    position: relative; 
    padding-left: 100px;
}
    .conditions-list li::before {
        display: block;
        color: #005586;
        font-size: 19px;
        font-weight: 600;
        counter-increment: section; 
        content: counters(section, ".") " .";
        position: absolute;
        top: 0;
        left: 0;
    }

.inner-conditions-list{
    padding-top: 12px;
}

.inner-conditions-list li{
    margin-bottom: 12px;
}
 
.h2_block {
    display: none;
}

.timesheet-section{
    margin-bottom: 48px;
}

@media (max-width: 1230px) {
    .container {
        padding: 0 20px;
    }
}

@media (max-width: 1100px){
    .salary-list{
        flex-wrap: wrap;
    }

        .salary-list li{
            width: 49%;
            margin-bottom: 20px;
        }

    .our-courses-list{
        flex-wrap: wrap;     
    }

        .our-courses-list li {
            width: 49%;
            margin-bottom: 20px;
        }
}

@media (max-width: 830px) {
    .get-profession-block{
        display: block;
    }

    .get-profession-content{
        width: 100%;
    }

    .get-profession-text{
        max-width: none;
    }

    .banner {
        background-image: url('//cdn.specialist.ru/content/image/astrapage/banner-tablet-notext.png');
        min-height: 290px;
    }

    .banner-header, .banner-text {
        padding-left: 40px;
    }

    .banner-content{
        max-width: 400px;
    }

    .banner-top{
        margin-bottom: 14px;
    }

    .banner-date {
        padding: 10px 26px 10px 40px;
        margin-right: 14px;
        font-size: 14px;
    }

    .banner-astra-logo{
        width: 142px;
        height: 46px;
        background-size: contain;
    }

    .banner-header {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .banner-text-top{
        font-size: 15px;
    }

    .banner-discount-count, .banner-discount-unit {
        font-size: 32px;
    }
}



@media (max-width: 716px) {

    .salary-list li {
        width: 100%;       
    }

    .our-courses-list li {
        width: 100%;        
    }

    .second-section-flex:after{
        display: none;
    }

    .conditions-list li {
        padding-left: 40px;
    }
}


@media (max-width: 560px){
    .page-section p {
        font-size: 15px;
    }

    .page-section-header {
        font-size: 28px;
    }

    .banner {
        background: linear-gradient(115deg, #002063 0%, #0F91FF 100%);
        min-height: 0;
        padding-top: 20px;
        display: block;
        padding-bottom: 40px;
    }

    .banner-content {
        max-width: 260px;
    }
    
    .banner-top {
        display: block;
    }

    .banner-date {
        padding-left: 20px;
        max-width: 200px;
        margin-bottom: 10px;
    }

    .banner-astra-logo {
        margin-left: 20px;
    }

    .banner-header, .banner-text {
        padding-left: 20px;
    }

    .banner-header{
        margin-bottom: 10px;
    }
    .conditions-list{
        font-size: 15px;
    }

    .our-courses-list li{
        padding: 20px;
    }

    .second-section-block{
        padding: 20px;
    }
   
}


 
