

/* Start:/local/templates/illuminator/css/about-us-cd.css?17766742901340*/
.page-first-block__content-title{
    text-transform: uppercase;
    font-weight: 600;
}
.trust-content__card-images--about{
    flex: 1 1 33%;
    align-items: flex-end;
}
.trust-content__card-images--about .trust-content__card-image img{
    /* width: 100%; */
}
.trust-content__card.trust-content__card--bg{
    align-items: flex-start;
}
.trust-content__card--bg.trust-content__card-images--about{
    background: url("/images/trust/image (1).png") right bottom / 80% no-repeat, var(--accent-light);
}
.page-first-block__content-bottom-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 147%;
    color: var(--black);
}
.trust-content__right-cards{
    position: sticky;
    top: 10px;
}

@media(max-width:1399px) and (min-width:992px){
    .page-first-block__content-title{
        font-size: 47px !important;
    }
}
@media(max-width:1199px){
    .trust-content__card{
        min-height: 100%;
    }
}
@media(max-width:575px){
    .trust-content__card--bg.trust-content__card-images--about {
        background: url("/images/trust/image (1).png") right bottom / 50% no-repeat, var(--accent-light);
        min-height: 45vw;
    }
    .trust-content__card{
        min-height: 254px;
    }
}
@media(max-width:400px){
    .trust-content__card--bg.trust-content__card-images--about {
          min-height: 50vw;
    }
}
/* End */


/* Start:/local/templates/illuminator/css/page-first-block.css?17766742927825*/
.page-first-block__content-text.page-first-block__content-text--sertificat{
    font-size: 20px;
    line-height: 115%;
    letter-spacing: -0.01em;
    color: var(--violet-dark);
    margin-bottom: 25px;
    max-width: 480px;
}
.page-first-block__content-list.page-first-block__content-list--sertificat{
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;   
    margin-bottom: 40px;
}
.page-first-block__content-list.page-first-block__content-list--sertificat li{
    font-weight: 400;
    font-size: 16px;
    line-height: 147%;
    color: var(--black);
}
.page-first-block__content-under-btn{
    font-weight: 400;
    font-size: 14px;
    line-height: 147%;
    text-align: center;
    margin-top: 10px;
    color: var(--black);
}
.page-first-block{
    margin-top: 20px;
}
.page-first-block__content{
    border-radius: 25px;
    background: var(--white);
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--stroke-gray-bg);
}
.page-first-block__content-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 105%;
    letter-spacing: -0.01em;
    color: var(--violet-dark);
    margin-bottom: 70px;
}
h1.page-first-block__content-title{
    margin-bottom: 25px;
    font-size: 47px;
}
.page-first-block__content-title--special{
    max-width: 426px;
}
.btn--first-page{
    margin-top: auto;
    max-width: 407px;
}
.row--page-first-block{
    gap: 20px 0;
}
.page-first-block__image img{
    width: 100%;
    height: auto;
    border-radius: 25px;
}
.page-first-block__image{
    border-radius: 25px;
    overflow: hidden;
    position: sticky;
    top: 10px;
}
.page-first-block__content-offer{
    font-weight: 600;
    font-size: 26px;
    line-height: 97%;
    color: var(--black);
    margin-bottom: 25px;
}
.page-first-block__content-info{
    display: flex;
    flex-direction: column;
    gap:12px;
    margin-bottom:20px;
}
.page-first-block__content-info-item{
    display: flex;
    align-items: center;
    gap: 5px;
}
.page-first-block__content-info-item__name{
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #888;
}
.page-first-block__content-info-item__value{
    font-weight: 600;
    font-size: 16px;
    line-height: 105%;
    color: var(--black);
}
.page-first-block__content-buttons{
    margin-top: auto;
    display: flex;
    align-items: center;
    gap:20px ;
}
.page-first-block__content-buttons .btn{
    max-width: 50%;
}
.btn--transparent{
    background: transparent;
    color: var(--violet-light);
    border-color: rgba(96, 68, 138, 0.25);
}
.page-first-block__image--special{
    height: auto;
    top: 10px;
    position: sticky;
}
.page-first-block__content-info--special{
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(212, 203, 225, 0.4);
}
.page-first-block__content-work{
    font-weight: 500;
    font-size: 18px;
    line-height: 97%;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 35px;
}
.page-first-block__content-info--special .page-first-block__content-info-item{
    align-items: flex-start;
}
.page-first-block__content-info--special .page-first-block__content-info-item__name{
    line-height: 105%;
}
.page-first-block__content-rating{
    position: absolute;
    right: 49px;
    top: 40px;
    display: flex;
    gap: 30px;
}
.page-first-block__content--special{
    position: relative;
}
.skills-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
    color: var(--violet-dark);
    margin-bottom: 15px;
}
.skills-list {
    list-style: disc;
    padding-left: 20px;
}
.skills-list li{
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: var(--black);
}
.btn--special{
    position: absolute;
    bottom: 20px;
    max-width: calc(100% - 40px);
    margin: 0 20px;
    left: 0;
    border-radius: 10px;
}
.service-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 25px;
}
.service-list li{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
}
.page-first-block__content-slogan {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: var(--violet-dark);
}
.btn--service {
    max-width: 100%;
}
.page-first-block__content-buttons .btn--first-page-sert{
    /* max-width: 100%; */
    margin: auto;
}
.page-first-block__default-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 147%;
    color: var(--black);
    margin-bottom: 40px;
}
.page-title--documents{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.page-first-block__content-bottom-text p{
    margin-bottom: 15px;
}
.page-first-block__content-bottom-text p:last-child{
    margin-bottom: 0;
}
.page-first-block__content-title--special{
    text-transform: uppercase;
    max-width: 50%;
}
.page-first-block__content-rating::after {
    /* content: ''; */
    position: absolute;
    left: 93px;   /*правлю для страницы специалиста*/
    width: 1px;
    height: 12px;
    background-color: var(--gray-bg);
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 1399px) {
    .page-first-block__content-title, h1.page-first-block__content-title{
        font-size: 35px;
    }
    .btn--first-page {
        max-width: 340px;
    }
    .page-first-block__content-buttons--vacancy{
        flex-direction: column;
    }
    .page-first-block__content-buttons--vacancy .btn{
        max-width: 100%;
    }
    .page-first-block__image{
        top: 10px;
        position: sticky;
    }
    .page-first-block__content-rating::after{
        left: 94px;
    }
    .page-first-block__content-title--special{
        
    }
}
@media(max-width:1199px){
    /* .page-first-block__content--special{
        padding-top: 90px;
    } */
    .page-first-block__content-rating{
        position: relative;
        margin-bottom: 15px;
        left: 0;
        top: 0;
    }
     .page-first-block__content-title--special{
        order: -1;
        max-width: 100%;
    }
    .btn--first-page{
        max-width: 290px;
    }
}
@media(max-width:991px){
    .page-first-block__content-buttons--vacancy{
        flex-direction: row;
    }
    .page-first-block__content-info{
        margin-bottom: 35px;
    }
}
@media(max-width:767px){
    .page-first-block__content-title,h1.page-first-block__content-title{ 
        font-size: 29px ;
    }
    .page-first-block__content-buttons{
        flex-direction: column;
    }
    .page-first-block__content-buttons .btn{
        max-width: 100%;
    }
    .page-first-block__content-info-item{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .page-first-block__content p.page-first-block__content-under-btn{
        font-size: 14px;
    }
   
    .btn--first-page{
        max-width: 100%;
    }
    .page-first-block__content-info-item{
        gap: 2px;
    }
    .page-first-block__content-info{
        gap: 15px;
    }
    .page-first-block__content--special{
        padding-top: 40px;
    }
    
    .page-first-block__content-work{
        font-size: 17px;
    }
}
@media(max-width:575px){
    .page-first-block__content p,h1.page-first-block__content-title{
        /* font-size: 23px ; */
    }
    .page-first-block__content-offer{
        font-size: 20px;
    }
    .page-first-block__content-rating{
        /* flex-wrap: wrap; */
        gap: 10px;
    }
    .page-first-block__content-title--special{
        max-width: 100%;
    }
    .page-first-block__content .page-first-block__default-text{
        font-size: 14px;
    }
    .page-first-block__content-rating::after {
        left: 79px;
    }
    .page-first-block__content{
        padding: 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 */


/* Start:/local/templates/illuminator/css/document.css?17766742911370*/
.documents-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.document-item{
    display: flex;
    align-items: center;
    flex: 0 1 calc(50% - 10px);
    border-radius: 30px;
    background: var(--bg);
    padding: 30px 20px;
}
.document-item__icon{
    position: relative;
    margin-right: 40px;
}
.document-item__icon::after{
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    background-color:  var(--stroke-bg);
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.document-item__title{
    font-weight: 500;
    font-size: 23px;
    color: var(--black);
    margin-right: 20px;
}
.document-item__save{
    margin-left: auto;
    border: 1px solid var(--stroke-bg);
    border-radius: 15px;
    padding: 24px;
}
@media(max-width:1199px){
    .document-item__title{
        font-size:17px ;
    }
}
@media(max-width:991px){
    .document-item{
        flex: 1 1 100%;
        padding: 15px;
        border-radius: 16px;
    }
}
@media(max-width:575px){
    .document-item__title{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 15px;
    }

    .document-item__save{
        padding: 15px;
    }
    .document-item__icon svg{
        max-width: 40px;
        height: auto;
    }
}
/* End */
/* /local/templates/illuminator/css/about-us-cd.css?17766742901340 */
/* /local/templates/illuminator/css/page-first-block.css?17766742927825 */
/* /local/templates/illuminator/css/page-no-fs.css?1776674292440 */
/* /local/templates/illuminator/css/document.css?17766742911370 */
