

/* Start:/local/templates/illuminator/css/fs.css?17766742913709*/
.fs-block__image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.fs-block__image{
    position: absolute;
    inset: 0;
    filter: brightness(0.75) contrast(1.1);
}
.fs-block{
    margin-top: var(--header_top_height);
    position: relative;
    height: 798px;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    border-radius: 0 0 60px 60px;
    display: flex;
    align-items: flex-end;
}
.fs-block__content{
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 30px 0;
}
.fs-block__title{
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    color: var(--white);
    margin-bottom: 13px;
    max-width: 600px;
}
.fs-block__subtitle{
    font-weight: 400;
    font-size: 30px;
    line-height: 125%;
    color: rgba(255, 255, 255, 0.87);
    max-width: 475px;
    margin-bottom: 35px;
}
.fs-block__text{
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    color: rgba(255, 255, 255, 0.87);
    max-width: 790px;
    margin-bottom: 60px;
}
.fs-block__cards{
    display: flex;
    /* align-items: center; */
    gap: 20px;
}
.fs-block__card{
    border-radius: 30px;
    background: var(--bg);
    padding: 37px 35px;
    flex: 0 1 calc(100% / 3 - 40px / 3);
    position: relative;
}
.fs-block__card-link{
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: space-between;
}
.fs-block__card-link__title{
    font-weight: 500;
    font-size: 18px;
    line-height: 127%;
    color: var(--black);
    padding-right: 38px;
}
.fs-block__card-link__icon{
    position: absolute;
    right: 35px;
    bottom: 40px;
}
.fs-block__card-tabs{
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
}

.fs-block__card-tab{
    border: 1px solid var(--stroke-bg);
    border-radius: 60px;
    padding: 9px 21px;
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
}
.fs-block__card-tab--icon{
    padding: 0;
    border: none;
}
.fs-block__btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: var(--violet-dark);
    padding: 22px;
    max-width:315px;
    border-radius: 60px;
    background: var(--white);
    border: 1px solid var(--white);
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
}
@media(max-width:991px){
    .fs-block__cards{
        flex-direction: column;
    }
    
    .fs-block__card{
        flex: 1 1 100%;
    }
    .fs-block{
        flex-direction: column;
    }
    .fs-block--notags{
        flex-direction: row;
    }
    .fs-block__image{
        position: static;
        height: 650px;
        border-radius: 0 0 25px 25px;
        overflow: hidden;
    }
    .fs-block--notags .fs-block__image{
        height: auto;
        position: absolute;
    }
    .fs-block{
        height: auto;
        border-radius: 0;
    }
    .fs-block__content{
        margin-top: -226px;
        padding-bottom: 0;
    }
    .fs-block--notags .fs-block__content{
        margin-top: 0;
    }
    .fs-block__btn{
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .fs-block--notags .fs-block__title{
        font-size: 57px;
    }
}
@media(max-width:575px){
    .fs-block__title{
        font-size: 57px;
        margin-bottom: 5px;
    }
    .fs-block__subtitle{
        font-size: 20px;
        text-align: center;
        margin-bottom: 50px;
    }
    .fs-block__content {
        margin-top: -170px;
    }
    .fs-block__card{
        padding: 25px;
    }
    .fs-block__card-link__title{
        
        font-size: 17px;
    }
    .fs-block--notags .fs-block__title {
        font-size: 35px;
    }
    .fs-block--notags .fs-block__text{
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/illuminator/css/interview.css?17770369824073*/
.interview-fs{
    background: url('/images/interview/fs_line.png') var(--gray-bg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding-right: 80px;
    justify-content: space-between;
    gap: 40px;
}
.interview-fs__content{
    max-width: 890px;
    display: flex;
    flex-direction: column;
}
.interview-fs__title{
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: var(--violet-dark);
    margin-bottom: 64px;
}
.interview-fs-offers{
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: var(--violet-dark);
    margin-bottom: 8px;
}
.interview-fs-name{
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: var(--violet-dark);
}

.filosofy-block{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.filosofy-block__title{
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: var(--violet-dark);
    margin-bottom: 24px;
}
.filosofy-block__info{
    max-width: 880px;
}
.filosofy-block__info p{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--black);
}
.section-title--interview{
    max-width: 100%;
}
.card-with-tag{
    border-radius: 30px;
    background: var(--gray-bg);
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.card-with-tag__tags{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.card-with-tag__tag{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--black);
    border: 1px solid var(--stroke-gray-bg);
    border-radius: 24px;
    padding: 10px 16px;
    max-width: max-content;
}
.card-with-tag__tag--icon{
    padding: 0;
    border: none;
}
.card-with-tag__content{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--black)
}
.row--tag-card{
    gap: 20px 0;
}
.quote-title{
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    color: var(--violet-dark);
    max-width: 1064px;
    margin: 0 auto 80px auto;
}
.quote-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}
.interview_btn{
    font-size: 16px;
    width: 100%;
    max-width: 307px;
    padding: 24px;
}
.interview_btn_transparent{
    max-width: 280px;
    background: transparent;
    border-color: rgba(94, 68, 127, 0.25);
    color: var(--violet-dark);
    padding: 24px;
}
@media(max-width:1399px){
    .interview-fs{
        padding-right: 40px;
    }
    .interview-fs__title{
        font-size: 38px;
    }
    .interview-fs-offers{
        font-size: 21px;
    }
}
@media(max-width:991px){
    .interview-fs{
        flex-direction: column;
    }
    .interview-image img{
        width: 100%;
        height: auto;
    }
    .interview-fs{
        padding: 40px;
        text-align: center;
        align-items: center;
    }
    .filosofy-block{
        flex-direction: column;
        align-items: flex-start;
    }
    .filosofy-block__image img{
        max-width: 100%;
        height: auto;
    }
}
@media(max-width:767px){
    .quote-title{
        font-size: 30px;
    }
    .quote-buttons{
        flex-direction: column;
        gap: 20px;
    }
    .interview_btn_transparent,.interview_btn{
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width:575px){
    .interview-fs__title {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .interview-fs-offers {
        font-size: 15px;
    }
    .interview-fs-name{
        font-size: 20px;
    }
    .filosofy-block__title{
        font-size: 25px;
    }
    .filosofy-block__info p{
        font-size: 14px;
    }
    .card-with-tag__content{
        font-size: 16px;
    }
    .card-with-tag__tag{
        font-size: 15px;
    }
    .card-with-tag{
        padding: 20px;
    }
    .quote-title {
        font-size: 30px;
    }
}
/* End */


/* Start:/local/templates/illuminator/css/page-no-fs.css?1776674292440*/
.static-header{
    position: static;
    margin-bottom: 20px;
}
.static-header .default_btn{
    color: var(--violet-dark);
    background: transparent;
    border-color: var(--violet-dark);
}
.static-header .default_btn line{
    stroke: var(--violet-dark);
}
.static-header  .header__body-messangers__list a{
    border-color: var(--violet-dark);
}
.static-header  .header__body-messangers__list a path {
    fill:  var(--violet-dark);
}
/* End */
/* /local/templates/illuminator/css/fs.css?17766742913709 */
/* /local/templates/illuminator/css/interview.css?17770369824073 */
/* /local/templates/illuminator/css/page-no-fs.css?1776674292440 */
