header{
    border-bottom: 1px solid #f2f4f7;
    margin-bottom: 94px;
}
.header__content{
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__content-logo{
    display: flex;
    align-items: center;
    gap: 8px;
}
.header__content-logo img{
    max-width: 100%;
    height: auto;
}
.header__content-logo span{
    font-weight: 400;
    font-size: 13px;
    color: #475467;
    max-width: 85px;
}
.header__content-menu__list{
    display: flex;
    gap: 32px;
    align-items: center;
}
.header__content-menu__list a{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #475467;
}
.header__content-social{
    display: flex;
    align-items: center;
    gap: 8px;
}
.header__content-social__list{
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 8px;
}
.header__content-social__list a{
    font-weight: 400;
    font-size: 16px;
    line-height: 88%;
    text-align: right;
    color: #667085;
}
.header__content-messangers{
    display: flex;
    gap: 8px;
}
.fs{
 margin-bottom: 50px;   
}
.fs__content h1{
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #101828;
    text-shadow: 0 4px 4px  rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
}
.fs__subtitle{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #475467;
    max-width: 768px;
    margin: 0 auto;
}
.section-title{
    margin-bottom: 64px;
    font-weight: 600;
    font-size: 36px;
    line-height: 122%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #101828;
}
.works-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px 0;
    padding: 64px 0;
    border-bottom: 1px solid #EAECF0;
    margin-bottom: 40px;
}
.works-item{
    flex: 0 1 25%;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:12px;   
}
.works-item:last-child{
   border: none;
}
.works-item__text{
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #101828;
}
.company{
    padding: 0 0 64px 0
}
.company-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #475467;
    margin-bottom: 64px;
}

.company-block{
    display: flex;
    gap: 30px;
}
.company-block-item{
    flex: 0 1 calc(50% - 15px);
}
.company-block-item p, .company-block-item li{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #475467;
}
.company-block-item ul{
    padding-left:40px ;
    list-style: disc;
    border-left: 1px solid #6941c6;
}
.company-block-item p:not(:last-child){
    margin-bottom:12px ;
}

.services{
    padding: 96px 0;   
    background: #e3ebf3;
}

.services-list{
    display: flex;
    gap: 64px 30px;
    justify-content: center;
    flex-wrap: wrap;   
}
.services-item{
    background: #f4f5f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 0 1 calc(33.333% - 20px);
    text-align: center;
    min-height: 208px;
    justify-content: center;
}
.services-item__text{
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #101828;
}
footer{
    padding-bottom: 48px;
}
.footer__content{
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-logo{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 44px;
}
.footer-logo span{
    font-weight: 400;
    font-size: 13px;
    line-height: 185%;
    color: #475467;
    margin-bottom: 10px;
}
.footer-menu ul{
    display: flex;
    align-items: center;
    gap: 32px;
}
.footer-menu ul a{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #475467;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}
.footer-bottom-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
    max-width: 464px;
}
.footer-bottom-item p > a{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
    font-weight: 700;
}
.footer-bottom-copirite{
    padding-top: 12px;
    margin-bottom: 22px;
}


.beadscrumbs__list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 8px;
    margin-bottom: 13px;
}

.breadscrumbs__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #3e4784;
}
.breadscrumbs__separator {
   font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    color: #3e4784;
}
.detail-title{
    font-weight: 600;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #101828;
}
.detail_fs{
    margin-bottom: 64px;
}
.detail-content{
    padding-top: 48px;
    border-top: 1px solid #EAECF0;
    margin-bottom: 48px;
}
.detail-content > .detail-content__title{
    font-weight: 600;
    font-size: 30px;
    line-height: 127%;
    color: #101828;
    margin-bottom: 24px;
}
.detail-content > *{
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #475467;
}
.detail-content > p{
    margin-bottom: 15px;
}
.detail-content > ol{
    list-style:decimal;
    padding-left: 20px;
    margin-bottom: 15px;
}
.detail-content > ol  ul{
    margin: 48px 0;
    border-left: 1px solid #6941c6;
    padding-left: 20px;
    margin-left: -20px;
}
.detail-content > h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #101828;
    margin-top: 48px;
    margin-bottom: 16px;
}
.detail-anatation{
    background: #e3ebf3;
    border-radius: 16px;
    padding: 32px;
}
.detail-anatation h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 127%;
    color: #101828;
    margin-bottom: 24px;
}
.detail-anatation p{
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #475467;
}
.detail-anatation--info{
    margin-bottom: 48px;
}
.detail-anatation--info a{
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #475467;
    display: block;
}
.detail-anatation--info a:hover{
    text-decoration: underline;
}
.detail-content--info{
    padding-top: 0;
    border: none;
}
.detail-content > .left-line{
    padding-left: 20px;
    border-left: 1px solid #6941c6;
    margin: 48px 0 ;
}
.detail-documents{
    background: #e3ebf3;
    padding: 32px;
    border-radius: 16px;
}
.document-tab{
    border-radius: 12px;
    padding: 6px 8px;
    display: flex;
    gap: 10px;
    max-width: max-content;
}
.detail-documents h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 127%;
    color: #101828;
    margin-bottom: 32px;
}
.document-tab.document-tab--pdf{    
    background: #e93535;
}
.document-tab__icon svg{
    min-width: 16px;
}
.document-tab__title{
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #fff;
}
.documents-list{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.document-tab__icon{
    display: flex;
    align-items: center;
}
.documents-list li{
    display: flex;
    align-items: center;
    gap: 8px;
}
.row--contacts{
    gap: 20px 0;
}
.contacts-item p{
    margin-bottom: 12px;
    max-width: 576px;
}
.contacts-item ul{
    padding-left: 20px;
    
}
.contacts-item .left-line ul{
    margin-left: 20px
}

.contacts-item .left-line{
    border-left: 1px solid #6941c6;
}
.contacts-item *{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #475467;
}
.map{
    margin-top: 64px;
}
.with_dropdown{
    position: relative;
    cursor: pointer;
}
.with_dropdown svg{
    transition: all .2s ease;
}
.with_dropdown.active a svg{
    transform: rotateX(180deg);
}
.dropdown{
    position: absolute;
    left: -200px;
    top: 40px;
    display: none;
}
.dropdown.active{
    display: block;
}
.dropdown-menu__content{
    box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0 12px 16px -4px rgba(16, 24, 40, 0.08);
    background: #fff;
    padding: 20px;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    min-width: max-content;
}
.dropdown-menu__content ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 311px;
   
}
.dropdown-menu__content li{
     display: flex;
    align-items: flex-start;
    padding: 12px;
    max-width: 312px;
    gap: 27px;
}
.menu-icon svg{
    max-width: 40px;
}
/* .menu-icon svg rect{
    fill: white;
}
.menu-icon svg path{
    fill: #717BBC;
} */
@media(min-width:992px){
     .works-item{
        border-right: 1px solid #eaecf0;
    }

}
@media(max-width:991px){
    .dropdown{
        left: -500px;
    }
    .header__content{
        flex-wrap: wrap;
        gap: 20px;
    }
    .header__content-social{
        margin-left: auto;
    }
    .works-item{
        flex: 0 1 50%;
    }
    .works-item:nth-child(odd){
        border-right: 1px solid #eaecf0;
    }
    .works-item:last-child{
        border: none;
    }
    .company-block{
        flex-direction: column;
    }
    .services-item{
        flex: 0 1 calc(50% - 15px);
    }
    .footer-bottom{
        flex-direction: column;
        gap: 20px;
    }
}

@media(max-width:767px){
     .dropdown{
        left: 0;
        right: 0;
        width: 100vw;
        top: unset;
        transform: translateY(10px);
    }
    .with_dropdown{
        position: static;
    } 
    .dropdown-menu__content{
        min-width: 100%;
    }
    .dropdown-menu__content ul{
        max-height: 100%;
    }
    .dropdown-menu__content li{
        max-width: 100%;
    }
}
@media(max-width:575px){
    .header__content{
        flex-direction: column;
        align-items: center;
    }
    .header__content-social {
        margin-left: auto;
        margin-right: auto;
    }
    .works-items{
        flex-direction: column;
        border: none;
    }
    .services-item{
        flex: 1 1 100%;
    }
    .fs__content h1{
        font-size: 39px;
    }
    .company-block-item p, .company-block-item li, .company-text{
        font-size: 16px;
    }
    .documents-list li{
        flex-direction: column;
        align-items: flex-start;
    }
    .detail-documents h2,.detail-anatation h2{
        font-size: 20px;
    }
    
}