/** Общее **/
h2.torgi-headers{
    color: #d9213b !important;
    text-transform: none !important;
}

li {
    margin-bottom: 1em; /* Расстояние снизу */
}
.ci-list{
    margin: 30px 0 0;
}

.container-common{
    margin-top: 40px;
}

.container-common:last-of-type{
    margin-bottom: 40px;
}

/** Баннер **/
#top-banner{
    background: url('/upload/pics/torgi/kvalifitsirovannaya-podpis-dlya-fizicheskikh-lits/top-banner.png') center top no-repeat #a5d8fb;
    margin-top: -20px;
    height: 296px;
}

.banner-text{
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 670px;
    color: #363636;
}

h2.ci-headers {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    color: #363636;
    font-size: 22px;
}

/** Где используется **/
.directions-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.direction{
    border: 2px solid rgba(128, 128, 128, 0.22);
    padding: 30px;
    flex: 0 0 400px;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.22);
}

.direction-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid rgba(128, 128, 128, 0.22);
    padding-bottom: 20px;
}

.direction-header .ci-headers{
    font-weight: bolder;
    font-size: 18px;
    margin-top: 0;
}

.direction-header__logo{
    flex: 0 0 70px;
    height: 70px;
    margin-right: 30px;
}

#direction-work{
    background: url('/upload/pics/torgi/kvalifitsirovannaya-podpis-dlya-fizicheskikh-lits/direction-work.png') center top no-repeat white;
}

#direction-private{
    background: url('/upload/pics/torgi/kvalifitsirovannaya-podpis-dlya-fizicheskikh-lits/direction-private.png') center top no-repeat white;
}

/** Тарифы **/
.services-icons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.service-block{
    border: 2px solid rgba(128, 128, 128, 0.22);
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
    flex: 0 0 185px;
}

.service-block:hover{
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.22);
}

.service-block .ci-headers{
    margin-top: 0;
}

.service-price{
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 15px;
}