/** Общее **/
.ci-center-headers{
    text-align: center;
}

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

.banner-text{
    font-size: 16px;
    padding-top: 80px;
    padding-bottom: 40px;
}

.action-block{
    margin-top: 30px;
}

/** Даты маркировки **/

.dates-container{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #acacac;
}

.dates-container:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/** Табачная продукция, подлежащая маркировке **/
.wide-block-with-background h2.ci-headers{
    margin-top: 0;
    margin-bottom: 30px;
}

.wide-columns-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.wide-column:first-child{
    margin-right: 5rem;
}

.wide-columns-container h3.ci-headers{
    margin-top: 15px;
}

.common-table-container{
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.common-table-cell, .common-table-header{
    padding: 0.5rem;
}

.common-table-cell:first-child, .common-table-header:first-child{
    padding-left: 0;
}

.common-table-header{
    font-size: 18px;
    color: #a4a4a4;
    font-weight: 700;
}

.product-type{
    flex-basis: 250px;
    width: 250px;
}

.tn-ved{
    flex-basis: 130px;
    width: 130px;
}

.okpd-2{
    flex-basis: 100px;
    width: 100px;
}

.circle-inline-block{
    display: inline-block;
}

.ci-circle-text{
    display: inline-block;
    vertical-align: middle;
}

.circle-inline-block .ci-checked-circle{
    margin-right: 1rem;
}