/* Minification failed. Returning unminified contents.
(92,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(93,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(247,136): run-time error CSS1039: Token not allowed after unary operator: '-gradient1'
 */
/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

/* Links */

a, a:link, a:visited {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

    input::-ms-clear {
        display: none;
    }

    button, input[type="submit"] {
        display: inline-block;
        box-shadow: none;
        background-color: transparent;
        background: none;
        cursor: pointer;
    }

        input:focus, input:active,
        button:focus, button:active {
            outline: none;
        }

        button::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

label {
    cursor: pointer;
}

legend {
    display: block;
}

* {
    --gradient1: linear-gradient(95deg, #002063 -9.18%, #0F91FF 100%);
    --pathToContent: //cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/;
}

.html, body {
    min-width: 320px;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: Montserrat, sans-serif;
    scroll-behavior: smooth;
    line-height: 1.3;
}

main{
    padding: 20px 0;
}

.container{
    max-width: 1200px;
    margin: auto;
   
}

.img{
    display: block;
    max-width: 100%;
}

.red-button {
    display: block;
    border-radius: 10px;
    background: #FF6505;
    text-align: center;
    padding: 14px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #FF6505;
    transition: 0.3s;
}

    .red-button:hover {
        background: #FFF;
        color: #FF6505;
        transition: 0.3s;
    }

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.page-section{
    margin-bottom: 120px;
    padding: 0 20px;
}

.section-header1 {
    color: #2E2E2E;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-header2 {
    color: #2E2E2E;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-header3 {
    color: #2E2E2E;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}

    .section-header3 span {
        color: #737373;
    }

.page-text p {
    color: rgba(46, 46, 46, 0.80);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3; /* 20.8px */
}

.red-text{
    color: #FF6505;
}

.blue-text {
    color: #346CE4;
}

.grey-back {
    border-radius: 30px;
    background: #EFF2F7;
    padding: 55px 0;
    margin-bottom: 100px;
}

.slider-arrows-container{
    white-space: nowrap;
    flex-shrink: 0;
    
}



.only-mobile{
    display: none;
}

@media (max-width: 500px) {
    .page-section {
        margin-bottom: 50px;
    }

    .section-header1 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .section-header3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .page-text p {
        font-size: 14px;
    }

    .grey-back{
        padding: 26px 0;
    }

    .slick-arrow{
        width: 36px;
    }
}

.banner-container {
    background: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/banner-back2.png) center center no-repeat,var(--gradient1);
    padding: 30px 30px 50px 40px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.main-header {
    margin-bottom: 40px;
}

.logo-header{
    display: inline-block;
    
}

.banner-flex {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
}

.banner-content{
    max-width: 520px;
}

.keywords{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;    
}

.banner-keywords {
    margin-bottom: 18px;
}

    .keywords li {
        border-radius: 5px;
        border: 1px solid #FFF;
        padding: 4px 10px;
        color: #FFF;
        font-size: 11px;
        font-weight: 500;     
        line-height: 1.1;
    }

.banner-right{
    flex: 1;
    max-width: 570px;    
}

.banner-img-wrapper {
    border-radius: 30px;
    position: relative;
    width: 100%;
    height: 541px;
    background: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/banner-right.png) center center no-repeat;
}

.banner-right-hours {
    width: 88px;
    height: 88px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/banner-hours-back.png) center center no-repeat;
    background-size: 100% 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    transform: rotate(-20deg);
    color: #346CE4;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
}

.banner-right-hours span{
    display: block;
    width: 56px;
}

.banner-header {
    color: #FFF;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.1;
}

.banner-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2; /* 19.2px */    
    max-width: 390px;
    margin-bottom: 20px;
}

.banner-buttons-row {
    margin-bottom: 30px;
}

.banner-preferenses{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

    .banner-preferenses li {
        border-radius: 20px;
        background-color: rgba(255, 255, 255, 0.150);
        padding: 14px 1px 70px 1px;
        flex: 1;       
        background-repeat: no-repeat;
        background-position: bottom center;
    }

        .banner-preferenses li:nth-child(1) {
            background-image: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/diploma1.png);
        }

        .banner-preferenses li:nth-child(2) {
            background-image: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/diploma2.png);
        }

        .banner-preferenses li:nth-child(3) {
            background-image: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/diploma3.png);
        }

        .banner-preferenses li h3 {
            color: #FAF8F7;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .banner-preferenses li p {
            color: rgba(250, 248, 247, 0.80);
            text-align: center;
            font-size: 12px;
            font-weight: 500;
            
        }

@media (max-width: 920px){
    .banner-container{
        background-size: cover;
    }

    .banner-right {
        display: none;
    }

    .banner-img-wrapper.only-mobile{
        display: block;
        margin-bottom: 24px;
        max-width: 520px;
        height: 350px;
    }

    .banner-content{
        max-width: none;
    }
}

@media (max-width: 500px) {
    .banner-container {
        padding: 15px;
    }

    .main-header {
        margin-bottom: 20px;
    }

    .logo-header {
        display: block;
        width: fit-content;
        margin: auto;
    }

    .banner-keywords {
        justify-content: center;
    }

    .banner-header {
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .banner-text {
        max-width: none;
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
    }

    .banner-right-hours {
        left: -20px;
        top: -20px;
        font-size: 12px;
        width: 78px;
        height: 78px;
    }

    .banner-preferenses {
        flex-wrap: wrap;
    }

        .banner-preferenses li {
            padding-left: 10px;
            padding-right: 10px;
        }



        .banner-preferenses li:nth-child(2) {
            flex: auto;
            width: 100%;
            order: 1;
            background-position: bottom right;
            padding: 15px;
            padding-right: 120px;
        }

    .banner-img-wrapper.only-mobile {        
        height: clamp(192px, 80vw, 350px);        
    }

    .banner-preferenses li h3 {
        font-size: 14px;
    }

    .banner-preferenses li p {
        font-size: 12px;
    }
}

.preferenses-list{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.preferenses-list li{
    flex:1;
}

    .preferenses-list h3 {
        color: #000;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.3; /* 31.2px */
        margin-bottom: 12px;
    }

    .preferenses-list p {
        color: rgba(0, 0, 0, 0.50);
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3; /* 18.2px */        
    }

@media (max-width: 792px){
    .preferenses-list li {
        flex: auto;
        width: 48%;
    }
}

@media (max-width: 500px) {
    .preferenses-list{
        flex-direction: column;
        gap: 15px;
    }

    .preferenses-list li {
        width: 100%;
    }
    
    .preferenses-list h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .preferenses-list p {
        font-size: 14px;
    }
}




.aboutcenter-section-top{
    display: flex;
    gap: 30px 20px;
    justify-content: space-between;
    margin-bottom: 58px;
}

.aboutcenter-section-left, .aboutcenter-section-right{
    flex: 1;
}

    .aboutcenter-section-left{
        max-width: 520px;
    }

.aboutcenter-section-right {
    max-width: 600px;
}
.license-link {
    display: flex;
    align-items: flex-start;
    color: rgba(0, 0, 0, 0.40);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3; /* 20.8px */
    max-width: 460px;
}

    .license-link::before {
        display: block;
        content: '';
        width: 14px;
        height: 18px;
        background: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/file_text.png) center center no-repeat;
        margin-right: 10px;
        flex-shrink: 0;
    }

.aboutcenter-section-text{
    margin-bottom: 28px;
}

.vendors-header {
    color: rgba(0, 0, 0, 0.40);   
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3; /* 15.6px */   
    margin-bottom: 20px;
}

.vendors-list{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.vendors-list li{
    max-width: 110px;
}

.aboutcenter-list {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    color: rgba(0, 0, 0, 0.50);   
    font-size: 16px;
    font-weight: 500;   
    flex-wrap: wrap;
}

    .aboutcenter-list strong {
        display: block;
        color: #2E2E2E;
        font-size: 56px;
        font-weight: 500;        
    }

@media (max-width: 792px) {
    .aboutcenter-section-top {
        flex-direction: column;
    }

    .aboutcenter-list {
        justify-content: flex-start;
    }

    .aboutcenter-list li{
        width: 45%;
    }
}

@media(max-width: 600px){
    .aboutcenter-list li {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .license-link {
        font-size: 10px;
        align-items: center;
    }

    .aboutcenter-list strong {
        font-size: 24px;       
    }

    .aboutcenter-list {
        font-size: 12px;
        gap: 20px;
    }
}
.aboutprofession-block {
    border-radius: 20px;
    background: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/aboutProfessionback.png) center center no-repeat, linear-gradient(95deg, #002063 -9.18%, #0F91FF 100%);
    background-size: cover;
    display: flex;
    justify-content: space-between;
}

    .aboutprofession-block::after {
        display: block;
        content: "";
        width: clamp(200px, 40vw , 628px);
        height: 496px;
        flex-shrink: 0;
        background: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/aboutProfession.png) center bottom no-repeat;
        background-size: contain;
        align-self: flex-end;
    }

.aboutprofession-left{
    padding: 50px 0 50px 40px;
}

.aboutprofession-section-header{
    color: #fff;
}

.aboutprofession-text{
    margin-bottom: 28px;
}

.aboutprofession-text p {
    color: #fff;
    margin-bottom: 15px;
}

.aboutprofession-list{
    display: flex;
    gap: 5px;
}

    .aboutprofession-list li {
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.10);
        text-align: center;
        padding: 17px 14px;
        flex: 1;
        display: flex;
        flex-direction: column;

    }

    .aboutprofession-list h3 {
        color: #FAF8F7;       
        font-size: 16px;
        font-weight: 600;   
        margin-bottom: 10px;
    }

    .aboutprofession-list p {
        color: rgba(250, 248, 247, 0.80);
        font-size: 12px;        
        font-weight: 500;
        margin-bottom: 24px;
    }

.checks-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: auto;
}

.checks-wrapper svg{
    margin-right: -8px;
}

@media (max-width: 992px){
    .aboutprofession-block {
        flex-direction: column;
        padding: 50px 40px 0px 40px;
        gap: 24px;
    }

    .aboutprofession-left{
        padding: 0;
    }

    .aboutprofession-block::after {
        height: clamp(200px, 20vw, 428px);        
        align-self: center;
    }
}

@media (max-width: 500px) {
    .aboutprofession-block {
        border-radius: 20px;
        background: linear-gradient(95deg, #002063 -9.18%, #0F91FF 100%);
        padding: 30px 20px 0 20px;
    }

    .aboutprofession-list {
        flex-direction: column;
    }

    .aboutprofession-block::after {
        width: clamp(200px, 80vw, 428px);
        height: clamp(200px, 60vw, 428px);
        align-self: center;
    }

    .checks-wrapper {
        order: -1;
        margin-top: 0;
        margin-bottom: 16px;
        text-align:left;
    }

    .aboutprofession-list li {
        align-items: flex-start;
    }

    .aboutprofession-list h3 {
        font-size: 16px;
    }

    .aboutprofession-list p {
        margin-bottom: 0;
        text-align: left;
    }
}


.findself-header{
    max-width: 780px;
}

.findself-flex{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.findself-article {
    background-color: #EFF2F7;
    flex: 1;
    border-radius: 30px;
    padding: 30px 30px 70px 30px;
    background-position: bottom right 3px;
    background-repeat: no-repeat;
}

    .findself-article:nth-child(1) {
        background-image: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/findself-article1.png);
        
    }

    .findself-article:nth-child(2) {
        background-image: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/findself-article2.png);
    }


    .findself-article h3 {
        color: #2E2E2E;       
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
    }

.findself-list li {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

    .findself-list li:before {
        display: block;
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        top: 6px;
        left: 0;
        background: #346CE4;
        border-radius: 50%;
    }

.findself-list li:last-child{
    margin-bottom: 0;
    padding-right: 20%;
}

.findself-blue-block {
    background: linear-gradient(113deg, #002063 -43.65%, #0F91FF 114.13%);
    padding: 10px;
    flex: 1.2;
}

.findself-img-wrapper{
    margin-bottom: 18px;
    
}

.blueblock-text{
    padding: 0 10px;
}

.blueblock-text p {
    color: #91B6E3;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3; /* 26px */
}

.blueblock-text strong {
    color: #FFF;
    font-weight: 500;
}

@media (max-width: 920px) {
    .findself-flex {
        flex-direction: column;
    }

    
}

@media (max-width: 500px) {
    .findself-article {
        padding: 20px 20px 60px 20px;
        background-size: auto 80px;
    }

        .findself-article h3 {
            font-size: 16px;
        }

    .findself-list li {
        font-size: 14px;
    }

    .findself-img-wrapper img {
        width: 100%;
    }

    .blueblock{
        padding-bottom: 20px;
    }

    .findself-blue-block {
        padding-bottom: 20px;
    }
}

.salary-flex{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.vacancies-block, .salaries-block {
    border-radius: 20px;
    background: #EFF2F7;
    padding: 30px;
}

.vacancies-block{
    padding-bottom: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.salaries-block {
    flex:2;
    padding-top: 0;
}

.vacancies-header {
    color: #2E2E2E;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 15px;
}
.salary-keywords{
    margin-bottom: 10px;
}

.salary-keywords li {
    border-color: #346CE4;
    color: #346CE4;
}

.vacancies-keywords-list {
    background: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/vacancies-back.png) center top no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 30px 0;
    flex: 1;
}

    .vacancies-keywords-list li {
        border-radius: 10px;
        background: #346CE4;
        text-align: center;
        padding: 10px 15px;
        color: #FFF;
        font-size: 14px;
        font-weight: 500;        
    }

    .vacancies-keywords-list li:nth-child(2n){
        align-self: flex-end;
    }

        .vacancies-keywords-list li:last-child {
            align-self: center;
        }

.salaries-block-top{
  position: relative;
  margin-bottom: 20px;
}

    .salaries-block-top::after {
        display: block;
        content: "";
        width: 220px;
        height: 220px;
        background: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/salary-bowl.png) bottom  center no-repeat;
        position: absolute;
        top: 10px;
        right: -5px;
        background-size:contain;
    }

.salaries-ranges{
    position: relative;
    z-index: 2;
}

.salaries-block-top-content {
    padding-top: 30px;
    padding-right: 190px;
}

.salaries-ranges li{
    margin-bottom: 15px;
}

.salary-range {
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 5px;
}

    .salary-range p {
        border-radius: 10px;
        padding: 18px 20px;
        background: #737373;
        color: #FFF;
        font-size: clamp(12px, 2vw ,24px);       
        font-weight: 500;    
       
    }

    .salary-range.junior p {
        background: #346CE4;
        width: 60%;
    }

    .salary-range.middle p {
        width: 70%;
    }

    .salary-range.senior p {
        width: 90%;
    }

.salary-range-text {
    color: rgba(46, 46, 46, 0.50);
    font-size: 12px;
    font-weight: 500;   
}

@media (max-width: 792px){
    .salary-flex{
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .salaries-block-top::after{
        display:none;
    }
    .salaries-block-top-content{
        padding-right: 0;
        
    }
    .salaries-block .vacancies-header{
        display: flex;
        justify-content: space-between;
        gap: 24px;
        align-items: center;
    }


    .salaries-block .vacancies-header::after {
        display: block;
        content: "";
        width: 62px;
        height: 62px;
        background: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/salary-bowl.png) bottom center no-repeat;
        background-size: contain;
        flex-shrink: 0;
    }
}

    @media (max-width: 500px) {
        .salaries-block-top-content {            
            padding-top: 0;
        }

        .vacancies-block, .salaries-block {
            border-radius: 20px;
            padding: 20px;
        }

        .vacancies-block {
            padding-bottom: 0;
        }

        .vacancies-header {
            font-size: 16px;
        }

        .vacancies-keywords-list li {
            font-size: 12px;
        }

        .salary-range p {
            padding: 15px 20px 15px 8px;
            white-space: nowrap;
        }

        .salary-range.junior p {
            width: 70%;
        }

        .salary-range.middle p {
            width: 80%;
        }
    }

.targetaudience-top {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 34px;
}

.targetaudience-header{
    margin: 0
}

.targetaudience-slider .slick-slide>div {
    height: 100%;
}

.targetaudience-slider article {
    border-radius: 20px;
    background: #EFF2F7;
    padding: 20px;
    padding-bottom: 4px;
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

        .targetaudience-slider article::after {
            display: block;
            content: "";
            width: 95px;
            height: 116px;
            background-image: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/target1.png);
            background-size: contain;
            background-repeat: no-repeat;
            margin-bottom: 0;
            margin-top: auto;
            align-self: flex-end;
        }

.targetaudience-slider article#art-2::after {
    width: 129px;
    height: 112px;
    background-image: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/target2.png);
}

    .targetaudience-slider article#art-3::after {
        width: 124px;
        height: 106px;
        background-image: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/target3.png);
    }

    .targetaudience-slider article#art-4::after {
        width: 149px;
        height: 117px;
        background-image: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/target4.png);
    }

    .targetaudience-slider article h3 {
        color: #2E2E2E;
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .targetaudience-slider article .page-text p {
        font-size: 14px;
    }

@media (max-width: 920px){
    .targetaudience-slider article {
        width: 48%;
        flex: auto;
    }

}

@media (max-width: 500px) {

    .targetaudience-slider article h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .targetaudience-slider article .page-text p {
        font-size: 14px
    }

    .targetaudience-slider article::after {
        height: 80px!important;
        background-position: right bottom;
       
    }
}

.program-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.program-left {
    border-radius: 30px;
    background: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/analytics2.png) bottom left 100px no-repeat, linear-gradient(95deg, #002063 -9.18%, #0F91FF 100%);
    padding: 30px;
    flex: 1;
}

.program-section-header {
    color: #FFF;   
    font-size: 32px;
    margin-bottom: 15px;    
}

.program-left-text{
    margin-bottom: 30px;
}

.program-left-text p {
    color: #FFF;
    font-size: 14px;
}

.program-left-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 
        "a b c"
        "d e e";
    gap: 5px;
    margin-bottom: 14px;
}

    .program-left-list li {
        color: rgba(255, 255, 255, 0.80);
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        padding: 20px;
        border-radius: 20px;
        
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.1)
    }

    .program-left-list li p{
        position: relative;
        z-index: 1;
    }
        .program-left-list li::before {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            backdrop-filter: blur(3px);
            z-index: 0;
            background: rgba(255, 255, 255, 0.1);
        }
        .program-left-list li:last-child {
            grid-area: e;
        }

        .program-left-list li span {
            display: block;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
        }


.program-link {
    display: flex;
    gap: 3px;
}

.program-link-left {
    border-radius: 10px;
    background: #FF6505;
    padding: 13px 15px;
    flex-shrink: 0;
}

.program-link-right {
    border-radius: 10px;
    background: #FFF;
    padding: 6px 10px;
    color: #2E2E2E;
    font-size: 12px;    
    font-weight: 500;    
}

.program-link-text{
    margin-bottom: 3px;
}

.program-link-size {
    color: #8D8D8D;
    font-size: 10px;
}

.program-right {
    flex: 1;
    counter-reset: course-counter;
}

.program-block {
    border-radius: 20px;
    background: #EFF2F7;
    counter-increment: course-counter;
    margin-bottom: 5px;
    -webkit-appearance: none;
}

    .program-block summary {
        list-style: none;
        padding: 15px;
        border-radius: 20px;
        cursor: pointer;
        -webkit-appearance: none;
    }

.program-row{
    display: flex;
    gap: 3px;
    margin-bottom: 12px;
}

    .program-row li {
        color: #346CE4;
        font-size: 12px;
        font-weight: 500;
        padding: 5px 10px;
        border-radius: 5px;
        background: #FFF;
    }

        .program-row li:first-child {
            background: #346CE4;
            color: #FFF;
        }

.program-block-header {
    color: #2E2E2E;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    letter-spacing: -0.48px;
    display: flex;
    justify-content: space-between;
}

.program-block .program-block-header::after {
    display: flex;
    background: #fff;
    border-radius: 50%;
    content: "+";
    color: #346CE4;    
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0;
    line-height: 1;
    
}

details.program-block[open] summary, 
details.program-block:open summary {
    box-shadow: 0px 2px 10px 0px rgba(41, 68, 128, 0.10);
}

details.program-block[open] .program-block-header::after, 
details.program-block:open .program-block-header::after {
    content: "-";
}

details summary::-webkit-details-marker {
    display: none;
}

.program-content-block{
    padding: 30px 30px 20px 30px;
    counter-reset:module-counter;
}

.program-content-module {
    margin-bottom: 30px;
    counter-increment: module-counter;
}

.program-content-module li p{
    margin-bottom: 5px;
}

    .program-content-block h4 {
        color: #2E2E2E;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2; /* 13.2px */
        margin-bottom: 10px;
    }

.program-content-block h4::before {
    display: inline;
    content: "Модуль " counter(module-counter);
    text-transform: uppercase;
}

    .program-content-block ul{
        list-style: disc;
        padding-left: 20px;
       
    }

    .program-content-block li {
        color: rgba(46, 46, 46, 0.50);
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2; /* 13.2px */
        margin-bottom: 5px;
        list-style: disc;
    }

.course-number:after{
    display: inline;
    content: "№"counter(course-counter);
}

@media(max-width: 920px){
    .program-flex {
        flex-direction: column;
    }

    .program-right{
        flex: auto;
        width: 100%;
    }
}

@media(max-width: 500px) {
    .program-left {
        padding: 30px 20px;
        border-radius: 20px;
        background-position: right bottom;
    }

    .program-section-header {
        font-size: 18px;
    }

    .program-left-text p {
        font-size: 14px;
    }

    .program-left-list {
        grid-template-columns: 1fr;
        grid-template-areas: unset;
        margin-bottom: 100px;
    }

        .program-left-list li {
            grid-area: auto !important;
        }

    .program-block-header {
        font-size: 14px;
    }

    .program-content-block h4 {
        font-size: 14px;
    }

        .program-content-block li {
        font-size: 14px;
    }

    .program-content-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .program-row li {
        font-size: 10px;
        padding: 5px 10px;
    }

    
}




.skillsSliderSection-top{
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 34px;
}

.skillsSlider-header{
    max-width: 440px;
    margin-bottom: 0;
}

.slick-prev {
    margin-right: 5px;
}

.slick-arrow {
    border-radius: 4px;
    background: #EFF2F7;
    padding: 4px;
}

.skillsSlider-section .slick-arrow {
    background: #fff;
}

.slick-arrow svg {
    display: block;
}

    .slick-arrow:hover svg *{
        stroke: #0026ff!important;
    }

.slick-slider .slick-slide {
    margin-left: 10px;
}

.slick-slider .slick-list {
    margin-left: -10px;
}

.slick-slider .slick-track {
    display: flex;
}

.slick-slide {
    height: inherit !important;
}

.skills-slider .slick-slide > div, .skills-slider article {
    height: 100%;
}

.skills-slider article {
    border-radius: 20px;
    background: #FFF;
    padding: 30px;
    padding-bottom: 34px;
    margin-right: 10px;
    height: 100%;
    display: block !important;
    position: relative;
    padding-bottom: 90px;
}

    .skills-slider article h4 {
        color: #2E2E2E;      
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3;       
    }

.skills-slider article img{
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 500px){
    .skills-slider article {
        padding: 20px;
        padding-bottom: 44px;
    }
    .skills-slider article h4 {
        font-size: 12px;
    }

    .skills-slider article img{
        height: 60px;
    }
}

.form1-blue-block {
    border-radius: 20px;
    background: linear-gradient(88deg, #002063 -51.89%, #0F91FF 99.89%);
    padding: 40px;
}

.form1-header {
    color: #FFF;
    text-align: center;    
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2; 
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
}

.form1-text{
    margin: 0 auto 40px auto;
    max-width: 560px;
}

.form1-text p{
    color: #FFF;
    text-align: center;
    font-size: 14px;   
    font-weight: 500;
    line-height: 1.3;
}

.form1-flex{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

.form1-flex .input-wrapper{
    flex:1;
}

    .form1-flex input {
        display: block;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #D6D6D6;
        background: #FFF;
        padding: 15px;
    }

    .note {
        color: rgba(255, 255, 255, 0.80);
        text-align: center;
        font-size: 8px;
        font-weight: 400;
        line-height: 1.2;
    }

.form1-button{
    flex: 0 1 200px;
}

@media (max-width: 792px){
    .form1-flex{
        flex-direction: column;
    }

    .form1-button{
        flex-basis: auto;
    }

    .form1-header{
        max-width: none;
    }
}

@media (max-width: 500px) {
    .form1-blue-block{
        padding: 20px;
    }

    .form1-header {
        font-size: 20px;
    }

    .form1-text p{
        font-size: 14px;
    }

    .form1-text{
        margin-bottom: 24px;
    }
}

.afterCourse-section{
    margin-bottom: 0;
}

.after-course-flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.after-course-left, .after-course-right {
    flex: 1;
    border-radius: 20px;
    background: #FFF;
    padding: 30px;
}

.after-course-right{
    background: transparent;
    flex: 2;
    padding: 0;
}

.after-course-h3 {
    color: #2E2E2E;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.after-course-dl{
    margin-bottom: 32px;
}

.after-course-h4 {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.after-course-dl dd {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 500;    
}

.after-course-skills-list li {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2; /* 19.2px */
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

    .after-course-skills-list li:before {
        display: block;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #346CE4;
        position: absolute;
        top: 6px;
        left: 0;
    }

.after-course-process-list{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

    .after-course-process-list li {
        border-radius: 10px;
        background: #346CE4;
        padding: 10px 20px;
        color: #FFF;
        font-size: 14px;
        font-weight: 500;
        border: 1px solid #346CE4;
    }

.after-course-white-block {
    border-radius: 20px;
    background: #FFF;
    padding: 30px;   
}

.after-course-tools-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

    .after-course-tools-list li {
        border-radius: 10px;
        color: #FF7F00;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 500;
        border: 1px solid #FF7F00;
    }

.after-course-tools-more-container{
    position: relative;
}

.after-course-tools-more{
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: rgb(91,91,91);
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 2;
}

.after-course-process, .after-course-tools {
    margin-bottom: 10px;
}

.after-course-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.after-course-row:last-child{
    margin-bottom: 0;
}

.after-course-diplom-block{
    padding-bottom: 0;
    flex: 1;
}

.after-course-jobhelp-block {
    background-image: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/jobhelp.png);
    background-position: bottom 10px right 10px;
    background-repeat: no-repeat;  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex:2;
}

.jobhelp-text{
    padding-right: 110px;
}

    .jobhelp-text p {
        color: rgba(46, 46, 46, 0.70);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2; /* 19.2px */        
    }

.after-course-row .after-course-h3 {
    font-size: 18px;
    margin-bottom: 14px;
}

.after-course-companies-block{
    flex:2;
    display: flex;
    flex-direction: column;
}

.after-course-countries-block{
    flex: 1;
}

.companies-list, .countries-list {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
    margin-top: auto;
    flex-wrap: wrap;
}

@media (max-width: 920px){
    .after-course-flex{
        flex-direction: column;
    }
}

@media (max-width: 650px) {
    .after-course-row{
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .after-course-left, .after-course-right {
        padding: 20px;
    }
    .after-course-right {
        padding:  0;
    }

    .after-course-h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .after-course-dl dd {
        font-size: 16px;
    }

    .after-course-skills-list li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .after-course-h4 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .after-course-dl {
        margin-bottom: 24px;
    }

    .after-course-process-list li {
        font-size: 12px;
        padding: 10px;
    }

    .after-course-tools-list li {
        font-size: 12px;
        padding: 10px;
    }

    .after-course-jobhelp-block{
        background-size: 85px 85px;
    }

    .jobhelp-text {
        padding-right: 0;
        padding-bottom: 62px;
    }

    .jobhelp-text p {
        font-size: 14px;
    }
}



.trainersSliderSection-top {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 34px;
}

.trainersSlider-header {
    max-width: 700px;
    margin-bottom: 0;
}

.trainers-section .slick-arrow {
    background: #EFF2F7;    
}

.trainers-slider .slick-track{
    min-width: 100%;
}


.trainer-card {
    max-width: 284px;
}

.trainer-photo-wrapper{
    position: relative;
    margin-bottom: 20px;
}

.trainer-photo-wrapper img{
    width: 100%;
}
 
.trainer-course {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    background: #FFF;
    padding: 6px 10px;
}

.trainer-name {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.trainer-position {
    color: rgba(46, 46, 46, 0.60);
    font-size: 16px;
    font-weight: 400;   
}

@media(max-width: 500px){
    .trainer-photo-wrapper{
        margin-bottom: 6px;
    }
    .trainer-course {
        font-size: 8px;
        padding: 5px 10px;
        border-radius: 4px;
    }

    .trainer-name {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .trainer-position {
        font-size: 10px;
    }
}




.responsesSliderSection-top {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 34px;
}

.responsesSlider-header {    
    margin-bottom: 0;
}

.response-card {
    border-radius: 20px;
    background: #EFF2F7;
    padding: 30px 17px;
}

    .response-card::before {
        display: block;
        content: "";
        width: 30px;
        height: 21px;
        background: url(//cdn.specialist.ru/Content/File/layouts/landings-spec/i-marketolog/quotes.png) center center no-repeat;
        margin: 0 auto 15px auto;
    }

.response-author {
    color: #346CE4;
    font-size: 16px;
    font-weight: 500;   
    margin-bottom: 15px;
    text-align: center;
}

.response-text p {
    color: #737373;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3; /* 18.2px */    
}

@media(max-width: 500px){
    .response-author {
        font-size: 14px;
    }

    .response-text p {
        font-size: 12px;
    }
}
.form2-block-flex{
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.form2-block-left {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.form2-block-right {
    flex: 1;
}

.form2-header {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2; /* 40px */
    text-align: left;
    max-width: 385px;
}

.price-block{
    margin-bottom: 0;
    margin-top: auto;
}

    .price-block dt {
        color: rgba(255, 255, 255, 0.90);       
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1; /* 17.6px */
        margin-bottom: 10px;
    }

    .price-block dd {
        color: #FFF;
        font-size: 32px;
        font-weight: 600;
        display: flex;
        gap: 12px 20px;
        align-items: flex-end;
        flex-wrap: wrap;
    }

        .price-block dd span {
            white-space: nowrap;
            line-height: 110%;
        }

        .price-block dd .start-price {
            color: #FFF;
            font-size: 28px;
            font-weight: 500;
            line-height: 1.1;
            text-decoration: line-through;
        }

.form2-wrapper {
    border-radius: 20px;
    background: #F4F4F4;
    padding: 30px 45px;
}

    .form2-wrapper .input-wrapper{
        margin-bottom:8px;
    }

    .form2-wrapper input {
        border-radius: 10px;
        border: 1px solid #D6D6D6;
        background: #FFF;
        padding: 15px;
        width: 100%;
    }

    .form2-wrapper .note {
        color: #8D8D8D;
        text-align: left;
        margin-bottom: 20px;
    }

.form2-button{
    width: 100%;
    margin-bottom: 10px;
}

.buy-online-button {
    background: #FFF;
    color: #ff6a00;
    border: 1px solid #FF6505;
    margin-bottom: 0;
}

@media (max-width: 792px) {
    .form2-block-flex {
        flex-direction: column;
    }

    .form2-header{
        max-width: none;
    }
}

@media (max-width: 500px) {
    .form2-header {
        font-size: 20px;
    }

    .price-block dt {
        font-size: 14px;
    }

    .final-price {
        font-size: 24px;
    }


    .price-block dd .start-price {
        font-size: 18px;
    }

    .form2-wrapper {
        padding: 0;
        background: transparent;
    }

        .form2-wrapper .note {
            color:#fff;
        }
}



.faq-section-flex{
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.faq-header{
    max-width: 290px;
}

.faq-section-left{
    flex: 0.8;
}
    .faq-section-right{
    flex: 1.2;
}

.faq-block {
    margin-bottom: 10px;
    border-radius: 20px;
    background: #EFF2F7;
    -webkit-appearance: none;
}

    .faq-block > summary {
        padding: 15px;
        color: #2E2E2E;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2; /* 16px */
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 20px;
        cursor: pointer;
        -webkit-appearance: none;
    }

    .faq-block[open] > summary, 
    .faq-block:open > summary {
        box-shadow: 0px 2px 10px 0px rgba(41, 68, 128, 0.10);
    }
    
    .faq-block > summary::after {
        display: flex;
        content: "+";
        flex-shrink: 0;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        color: rgba(52, 108, 228, 1);
        line-height: 2;
        font-weight: 700;
    }

.faq-block[open] > summary::after, .faq-block:open > summary::after {
    content: "-";
}

.faq-block > summary::marker {
    display: none;
    content: '';
}

.faq-block > summary::-webkit-details-marker {
    display: none;
}

.faq-content {
    padding: 30px 30px 20px 30px;
}

    .faq-content ul, .faq-content p {
        margin-bottom: 6px;
    }

    .faq-content li {
        margin-bottom: 3px;
    }
        .faq-content ul{
        margin-left: 20px;
    }

    .faq-content ul, .faq-content li {
        list-style-type: disc;
        
    }

@media (max-width: 792px) {
    .faq-section-flex{
        flex-direction: column;
        gap: 0;
    }

    .faq-header {
        max-width: none;
    }
}

@media (max-width: 500px) {
    .faq-block > summary {
        font-size: 14px;
    }

    .faq-content ul, .faq-content p, .faq-content li {
        font-size: 14px;
    }

    .faq-content {
       padding: 20px;
    }
}


.footer {
    background: #EFF2F7;
    padding: 40px 20px;
}

.footer-flex{
    display: flex;
    justify-content: space-between;
    gap: 36px 24px;
    margin-bottom: 110px;
}

.footer-part-header {
    color: #2E2E2E;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;       
}

.complexes-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 760px;
}

.complex-item{
    flex: 2 1 calc(50% - 20px);
}

.complex-header {
    color: rgba(46, 46, 46, 0.90);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
}

.complex-address {
    color: rgba(46, 46, 46, 0.90);    
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.contact-item {
    color: rgba(46, 46, 46, 0.90);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-link {
    color: rgba(46, 46, 46, 0.90);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
    white-space: nowrap;
}

.footer-bottom{
    display: flex;
    align-items: flex-end;
    gap: 16px 36px;
    flex-wrap: wrap;
}

.conf-info-link-block, .owner-block {
    color: rgba(46, 46, 46, 0.50);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.1;     
}

.conf-info-link{
    color: rgba(46, 46, 46, 0.50);
}

@media (max-width: 792px){
    .footer-flex{
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .complex-item {
        flex: 1 1 100%;
    }
}




.modal.modal2024 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.modal2024 .modal-shadow {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
}

.modal2024 .modal-body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 105px 48px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    width: 95%;
    max-width: 786px;
}

.modal2024 .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    outline: 0;
    font-size: 32px;
    background: transparent;
    cursor: pointer;
    color: #000;
}

.modal-icon{
    text-align: center;
    margin-bottom: 50px;
}

.modal2024 .modal-text {
   
}

.modal-text p, .common-popup-text, .page .common-popup-text {
    color: #2E2E2E;
    text-align: center;   
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4; /* 30.8px */    
}

.common-popup-error .common-popup-text, .page .common-popup-error .common-popup-text {
    color: darkred;
}

.modal2024 .modal-buttons-wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.modal2024 .modal-button {
    display: block;
    cursor: pointer;
    padding: 15px 20px;
    background: #FF6505;
    border: 1px solid #FF6505;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
}

.corp-button-org {
    background: transparent;
    color: #FF6505;
    transition: 0.3s;
}

.modal2024 .modal-button:hover {
    background: #d04f00;
    color: #FFFFFF;
    transition: 0.3s;
}

@media (max-width: 480px) {
    .modal2024 .modal-buttons-wrapper {
        flex-direction: column;
    }
}

.modal2024 .loader-wrapper {
    display: none;
    position: relative;
    margin-top: 10px;
    height: 32px;
}

.modal2024.modal .loader {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #004677;
    border-left-color: transparent;
    border-radius: 50%;
    animation-name: loader;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    z-index: inherit;
    /*display: inherit;*/
}

.modal2024.modal .loader-wrapper .loader {
    display: inherit;
}

@keyframes loader {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.close-loader-wrapper {
    position: absolute;
    display: none;
    width: 20px;
    height: 20px;
    top: 0;
    right: 20px;
}

    .close-loader-wrapper .loader {
        width: 15px;
        height: 15px;
        display: inherit;
    }

.js-cart-go-to-cart {
    display: none;
}

