﻿.main-container {
    margin-bottom: 120px;
    min-width: 320px;
}

.container {
    max-width: 1189px;
    
    margin: 0 auto;
}

p.breadcrumbs {
    display: none;
}

.container:has(.page-breadcrumbs) {
    margin-bottom: 36px;
}

.page-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
}

    .page-breadcrumbs li {
        white-space: nowrap;
    }

        .page-breadcrumbs li::after {
            display: inline-block;
            content: ">";
            margin: 0 5px;
        }

        .page-breadcrumbs li:last-child::after {
            display: none;
        }

        .page-breadcrumbs li a {
            font-size: 14px;
            font-weight: 400;
            color: inherit;
        }

.red-text {
    color: #F27921;
}

.blue-text {
    color: #4296E9;
}

.no-wrap{
    white-space: nowrap;
}

.page-section {
    /*padding: 60px 20px;   */
    padding: 0 20px;
    margin-bottom: 100px;
}

.page-section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-header {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.section-subheader {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.page-text p {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.3;
    color: #181818;
    margin-bottom: 16px;
}

    .page-text p:last-child {
        margin-bottom: 0;
    }


.banner-section {
    background-image: url("//cdn.specialist.ru/Content/File/layouts/openlearning/img/banner-desktop.png"), 
        linear-gradient(75.92deg, #EAF3FF -1.52%, #C7DFFF 108.84%);    
    background-repeat: no-repeat, no-repeat;
    background-position: center center, top left;
    background-size: cover;
    color: #000;
    padding: 32px 20px 80px 20px;
    min-height: 678px;
    margin-bottom: 0;   
}

.banner-container {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 500px;
}

.banner-content{
    max-width: 600px;    
}

.banner-header {
    font-weight: 700;
    font-size: 54px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 16px;
}

.banner-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;   
    margin-bottom: 32px;
    max-width: 500px;
}

.page-button {
    display: block;
    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;
    width: fit-content;
}

    .page-button:hover {
        background: #d04f00;
        border-color: #d04f00;
        transition: 0.3s;
        color: white;
    }

.second-section {
    transform: translateY(-50%);
}

.about-format-list {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    gap: 22px;
}

.about-format-item {
    border-radius: 16px;
    background: linear-gradient(110.71deg, #F3F5FB 0%, #DBEAFB 100%);
    border: 1px solid #FFFFFF33;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    padding: 32px 32px 32px 34px;
    flex: 1;
    position: relative;
}

    .about-format-item:before {
        display: block;
        content: "";
        width: 1px;
        background:#9CC9FF;
        height: calc(100% - 32px - 32px);
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

.about-format-section-header{
    max-width: 620px;
}

.about-format-section-text{
    margin-bottom: 24px;
}

.about-format-section-text p{
    margin-bottom: 0;
}

.achieves-list{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 80px;
}

.achieve-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    width: 200px;
}

    .achieve-item span {
        font-size: 46px;
        font-weight: 700;
        display: block;
        margin-bottom: 8px;
       
    }

.students-counter-container {
    box-sizing: content-box;
    padding: 32px 60px;
    box-shadow: 0px 0px 60px rgba(26, 111, 173, 0.1);
    border-radius: 24px;
}

.students-counter-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

    .students-counter-block p {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.3;       
        max-width: 480px;
    }

    .students-counter-block .red-text{
        font-weight: 700;
    }

.students-counter-button{
    margin-right: 48px;
}

.learning-process-section {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    background: url("//cdn.specialist.ru/Content/File/layouts/openlearning/img/learning-process.png") center center no-repeat;
    background-size: cover;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

    .learning-process-section::after {
        display: none;
        content: "";
        position: absolute;
        top: 0;
        right: -10px;
        width: 180px;
        height: 180px;
        background: url("//cdn.specialist.ru/Content/File/layouts/career-growth-capsule/img/star1.png") center center no-repeat;
        background-size: contain;
    }

.learning-process-top {
    max-width: 600px;
    margin-bottom: 150px;
}

.preferences-list {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 12px;
}

.preference-item {
    background: #FFFFFF;
    flex: 1 1 400px;
    width: 400px;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

    .preference-item:nth-child(2):after {
        display: block;
        content: "";
        position: absolute;
        top: -140px;
        right: -60px;
        width: 182px;
        height: 182px;
        background: url("//cdn.specialist.ru/Content/File/layouts/career-growth-capsule/img/star2.png") center center no-repeat;
        background-size: contain;
    }

    .preference-item h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .preference-item p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 6px;
    }

.practic-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 32px;
}

    .practic-item::before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 60px;
        height: 60px;
        background: url(//cdn.specialist.ru/Content/File/layouts/freeLearning2024/img/marker.png) center center no-repeat;
        background-size: contain;
    }

.practic-item-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;  
    margin-bottom: 8px;
}

.practic-item-text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}

.workplaces-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    counter-reset: workplaces-list;
    margin-bottom: 48px;
}

.workplace-item {
    display: flex;
    align-items: center;
    gap: 48px;
    box-shadow: 0px 0px 28px 0px #0000001A;
    padding: 22px 24px 22px 12px;
    border-radius: 15px;    
}

.workplace-item::before {
    display: block;
    content: counter(workplaces-list, decimal-leading-zero);
    counter-increment: workplaces-list;
    font-size: 64px;
    font-weight: 700;
    color: #4296E9;
    flex: 0 0 81px;
}

.workplace-text p {    
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;    
}

.workplaces-section-buttons-wrapper{
    display: flex;
    justify-content: center;
}

.responses-section {
    background: linear-gradient(75.92deg, #EAF3FF -1.52%, #C7DFFF 108.84%);
    position: relative;
}

.responses-section-header{
    max-width: 460px;
}

.responses-raw-data{
    width: 0;
    height: 0;
    position: absolute;
    top: -40000px;
    overflow: hidden;
}

.response-card {
    background: linear-gradient(342.79deg, #EDEEF9 -2.64%, #F2F9FC 105.1%);
    padding: 0 24px;
    margin-bottom: 24px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.response-card svg{
    position: absolute;
    top: 8px;
    right: 10px;
}

.response-card-inner {
    background: white;
    padding: 16px 14px;
    height: 280px;   
    transform: translateY(24px);
    border-radius: 12px;
}

.response-content {
    height: 100%;
    overflow: hidden;
}

.response-card-inner p{
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.4;
}

    .response-card-inner p:last-child {
        margin-bottom: 0;
    }
        /* the slides */
.responses-section .slick-slide {
    margin: 0 24px;
}

/* the parent */
.responses-section .slick-list {
    margin: 0 -24px;
}

.responses-section .slick-arrow{
    border: none;
    background: transparent;
}

.responses-section .slick-prev {
    left: -40px;
}

.responses-section .slick-next {
    right: -40px;
}

.responses-section .common-popup-text {
    text-align: unset;
    max-height: 80vh;
    overflow: auto;
}

    .responses-section .common-popup-text p{
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .main-container .loader {
        height: 45px;
        width: 45px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0;
        border: 1px solid #004677;
        border-left-color: transparent;
        border-radius: 50%;
        animation-name: loader;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

.international-flex{
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.international-content{
    max-width: 792px;
}

.international-cert-wrapper{
    width: 248px;
    flex-shrink: 0;
}

.international-cert-wrapper img{
    border-radius: 18px;
}

.cert-img-wrapper{
    margin-bottom: 16px;
}

.guide-scale {
    display: flex;
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    gap: 16px;
    justify-content: center;
    align-items: center
}

    .guide-scale:after {
        display: block;
        content: "";
        width: 24px;
        height: 24px;
        background: url("//cdn.specialist.ru/content/file/layouts/sections2024/img/magnifier.svg") center center no-repeat;
    }

.courses-filter {
    position: relative;
}

    .courses-filter .filter-form-wrapper {
        background: linear-gradient(342.79deg, rgba(237, 238, 249, 0.7) -2.64%, rgba(242, 249, 252, 0.7) 105.1%);
        border-radius: 15px;
        padding: 30px;
        max-width: none;
        margin-bottom: 50px;
    }

    .courses-filter .filters-set {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 32px;
    }

    .courses-filter .filter-input-wrapper {
        display: block;
        margin-right: 0;
        margin-bottom: 0;
        flex: 1;
    }

    .courses-filter .filter-input {
        display: block;
        width: 100%;
        height: 44px;
        border: 1px solid #E6E6E6;
        border-radius: 5px;
        background: white;
        padding: 4px;
    }

    .courses-filter .filter-button {
        padding: 11px 10px;
        width: 198px;
        background: #4296E9;
        border-radius: 5px;
        font-weight: 600;
        font-size: 16px;
        width: 198px;
        height: 44px;
        color: white;
        border: none;
        cursor: pointer;
    }

        .courses-filter .filter-button:disabled {
            background: gray;
        }

        .courses-filter .filter-button:hover {
            background: #004677;
        }


.courses-filter .filter-buttons-wrapper {
    align-items: flex-end;    
}


.courses-filter label {
    font-weight: 400;
    font-size: 15px;
    color: black;
    display: inline-block;
    margin-bottom: 8px;
}

#groupslist .loader{
    display: block;
}

#groupslist{
    position: relative;
}

@media (max-width: 1200px) {
    .responses-section{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1080px){
    .banner-section{
        background-position: left -360px center, top left;
    }
}

@media (max-width: 910px){
    .about-format-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: #F5F9FD;
        margin: 0 20px;
        border-radius: 16px;
    }

    .about-format-item{
        background: transparent;
    }

    .students-counter-block {
        flex-direction: column;
        align-items: flex-start;
    }

        .students-counter-block p{
            max-width: none;
        }

    .students-counter-button{
        margin-right: 0;
    }

    .preferences-list{
        flex-wrap: wrap;
    }

    .preference-item:nth-child(2):after {
        display: none;
    }

    .learning-process-section::after {
        display: block;
        content: "";
        background: url("//cdn.specialist.ru/Content/File/layouts/career-growth-capsule/img/star2.png") center center no-repeat;
        background-size: contain;
        width: 100px;
        height: 100px;
        top: auto;
        bottom: -20px;
        right: auto;
        left: 0;
    }

    .international-flex{
        flex-direction: column;
    }
}

@media (max-width: 792px){
    .workplaces-list {
        grid-template-columns: 1fr;
    }
    
    .courses-filter .filters-set {
        flex-direction: column;
        align-items: stretch;
    }

    

    .preference-item:nth-child(1):after {
        display: block;
        content: "";
        position: absolute;
        top: -80px;
        right: -60px;
        width: 133px;
        height: 133px;
        background: url("//cdn.specialist.ru/Content/File/layouts/career-growth-capsule/img/star1.png") center center no-repeat;
        background-size: contain;
    }

    
   
}

@media (max-width: 500px){
    .section-header{
        font-size: 28px;
    }

    .page-text p{
        font-size: 14px;
    }

    .banner-section{
        min-height: 380px;
        background-position: left center, top left;
    }

    .banner-container{
        min-height: calc(380px - 32px - 80px - 36px);
    }

    .banner-header {
        font-size: 28px;
    }

    .banner-text{
        font-size: 20px;
    }

    .page-button{
        padding: 12px 18px;
        font-size: 14px;
    }

    .second-section{
        transform: translateY(-48px);
    }

    .about-format-list {
        padding: 12px;
        gap: 0;
    }

    .about-format-item {
        padding: 12px;
        font-size: 14px;
       
    }

        .about-format-item:before{
            display: none;
        }

    .achieve-item{
        width: auto
    }

    .students-counter-container{
        padding: 18px;       
    }

    .students-counter-block{
        max-width: 300px;
    }

    .students-counter-block p {
        font-size: 16px;
    }

    .workplace-item {
        gap: 24px;
    }

    .preference-item{
        max-width:100%;
        width: auto;
        flex-basis: auto;
    }

      

    .learning-process-top{
        margin-bottom: 60px;
    }

    .preference-item h3{
        font-size: 20px;
    }

    .preference-item p{
        font-size: 12px;
    }

    .practic-item{
        padding-left: 60px;

    }
        .practic-item::before{
            left: -16px;
        }

    .practic-item-header{
        font-size: 14px;
    }

    .practic-item-text p{
        font-size: 14px;
    }

    .workplace-text p{
        font-size: 14px;
    }

    .workplace-item::before {
        font-size: 36px;
        flex-basis: 46px;
    }
    
}

@media (max-width: 380px ){
    .about-format-list{
        grid-template-columns: 1fr;
    }
        .no-wrap{
        white-space: normal;
    }
}





  


