/**/
.form-layout__items_center {
    align-items: center;
}

.form-layout__items_center .form-layout__action {
    margin-left: 60px;
}

.c-title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 25px;
    display: block;
    color: #616161;
}
.header-nav__dropdown.is-open{
    z-index: 999;
}
.finance__desc b{
    font-size: 1rem;
    font-weight: 500;
}
.c-doc {
    padding: 64px;
    background-color: #EFEFF2;
    width:64.8%;
    margin-bottom: 20px;
}
.c-doc:last-of-type {
    margin-bottom: 100px;
}

.c-doc__title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #D0043C;
}
.modal__content.modal__content_edit{
    padding-bottom: 20px!important;
}
.c-doc-item__content {
    display: none;
    line-height: 1.4;
    padding-left:20px;
    padding-right: 20px;
    font-size: 16px;
    padding-bottom: 20px;
}
.c-doc-item__header{
    padding-right: 50px;
    display: flex;
    padding-top: 24px;
    cursor: pointer;
    padding-bottom: 24px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    position: relative;
    
}
.c-doc-item{
    border-bottom: 3px solid #fff;
}
.c-doc-links{
    border-top: 1px solid #000;
    margin-top: 10px;
    padding-top: 20px;
}
.c-doc-item.active .c-doc-item__header:after {
    top: 34px;
    transform: rotate(132deg);
}
.c-doc-link{
    display: block;
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
}
.c-doc-link:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #000;
    left: -20px;
    top: 10px;
}
/*
.c-doc-item__header:after{
    content: '';
    width: 14px;
    height: 14px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    right: 0;
    top:27px;
    transform: rotate(-45deg);
}*/

.c-doc-wr {
    max-width: calc(75% + 2rem);
}
@media (max-width:1400px) {
    .c-doc{
        width: 100%;
    }
}
@media (max-width:990px) {
    .c-doc-item__header{
        font-size: 14px;
    }
    
    .c-doc{
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .c-doc-wr{
        max-width: 100%;
    }
    .form-layout__items_center .form-layout__action {
        margin-left: 13px;
    }
}

@media (max-width:650px) {
.c-doc-item__header{
    flex-wrap: wrap;
}
.c-doc-item__title{
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
}
}

@media (min-width:990px) {
    .select2-container {
        z-index: 999!important;
    }
}

.finance{
    margin-top: 50px;
}