/**Общее**/
h2.ci-headers{
    font-size: 24px;
}

.ci-list{
    margin-left: 0;
}

.ci-list-element{
    padding-left: 20px;
    text-indent: -20px;
}

/**Баннер**/
#top-banner{
    background: url('/upload/pics/osist/otchetnost-v-voenkomati/top-banner.png') center top no-repeat white;
    margin-top: -20px;
    height: 636px;
}

.banner-text{
    padding-top: 80px;
}

.banner-text p{
    color: white;
    padding-top: 40px;
    font-size: 18px;
    line-height: 1.8;
}

.banner-text p:nth-of-type(2){
    padding-top: 10px;
}

.top-banner-header{
    font-size: 30px;
    text-transform: uppercase;
    color: #ddc8af;
    line-height: 1.2;
}

/**Возможности**/
.capability{
    border: 1px solid lightgray;
    padding: 25px 0 25px 15px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

#vedenie{
    background: url("/upload/pics/osist/otchetnost-v-voenkomati/vedenie.png");
}

#ecstern{
    background: url("/upload/pics/osist/otchetnost-v-voenkomati/extern.png");
}

.capability:last-of-type{
    border: 1px solid lightgray !important;
    margin-bottom: 30px;
}

.capability-logo {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.capability-text h4.ci-headers{
    margin-top: 0;
}

.features-container{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.features{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.feature{
    display: flex;
    flex-direction: row;
    flex-basis: 48%;
    padding: 30px 15px;
    border: 1px solid lightgray;
}

.feature:nth-child(even){
    margin-left: 30px;
}

.feature-image{
    height: 76px;
    flex-shrink: 0;
}

.feature-content{
    margin-left: 25px;
}

.feature-text{
    margin-top: 1em;
}

.feature-text-circle{
    width: 84%;
    margin-left: 20px;
}

#control-sroki{
    background: url("/upload/pics/osist/otchetnost-v-voenkomati/feature-control-sroki.png") no-repeat top center;
    width: 70px;
}

#datatransfer{
    background: url("/upload/pics/osist/otchetnost-v-voenkomati/feature-datatransfer.png") no-repeat top center;
    width: 70px;
}

/**Футер**/
#footer-block{
    background: #e6e6e6;
    margin-top: 30px;
}

#footer-block-container{
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding: 30px 0 50px 0;
}

#footer-block-color{
    width: 35px;
    background: #3d5438;
}

#footer-block-content{
    background: white;
    padding: 30px 20px 40px 20px;
}

#footer-block-content p{
    font-size: 20px;
    color: #316ca8;
}

.regulators-conteiner{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;

}

.regulator{
    border: 1px solid #316ca8;
    border-radius: 5px;
    padding: 5px 35px 5px 35px;
    margin-right: 5px;
    color: #212121;
    text-decoration: none !important;
}

.regulator:first-of-type{
    margin-left: 0;
}

.regulator:visited{
    color: #212121;
}

.ci-filled-button{
    padding-left: 60px;
    padding-right: 60px;
}

#footer-block-button{
    width: 300px;
    padding-bottom: 50px;
    margin:0 auto;
}