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

.ci-center-text{
    text-align: center;
    margin-top: 20px;

}

.requests-button{
    width: 250px;
}

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

}

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

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

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

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

.main-text-block .dates-container:last-child, .main-text-block .dates-container:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.date-container{
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
    gap: 30px;


}

.date-container__date{
    flex-basis: 250px;
    min-width: 250px;

}

.date-container__marked-text{
    color: #109992;
    font-weight: bolder;
    font-size: 20px;
    align-content: center;
}

.dates-container p{
    margin-bottom: 1.5rem;
}

.important-info-container{
    padding: 20px;
    border: 2px solid #009992;
    border-radius: 30px;
    margin-bottom: 1.5rem;
}

.important-info-container p{
    margin-bottom: 0;
}

.important-text{
    color: #444444;
    font-weight: 600;
    font-size: 20px;
}

/** Продукты, подлежащие маркировке **/
.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-columns-container h3.ci-headers{
    margin-top: 15px;
}

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

.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;
}

.common-table-divider{
    border: none;
    width: 100%;
    height: 1px;
    background: #969696;
}

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

.tn-ved{
    flex-basis: 190px;
    width: 190px;
    align-content: center;
}

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

.center-table-cell{
    display: flex;
    align-items: center;
}

#not-marked{
    margin-top: 50px;
}

.circle-inline-block{
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
}

.circle-inline-block .ci-checked-circle{
    margin-right: 1rem;
    flex-basis: 28px;
    flex-shrink: 0;
}