/** Общее **/
.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/biologically-active-additive/top-banner.png') center top no-repeat #f4f4f4;
    margin-top: -20px;
    height: 500px;
}

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

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

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

.dates-container{
    margin-bottom: 30px;

}

.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;
    gap: 30px;
}



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

.date-container__marked-text{
    color: #109992;
    font-weight: bolder;
    font-size: 20px;
    padding-bottom: 15px;
}

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

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

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

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

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

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

.common-table-divider-dashed{
    border: none;
    width: 74%;
    color: #969696;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    border-bottom: dashed 1px;
}

.product-type{
    flex-basis: 450px;
    width: 450px;

}

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

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

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

.product-type-dashed{
    flex-basis: 550px;
    width: 550px;
    border-bottom:1px dashed #acacac;

}

.tn-ved-dashed{
    flex-basis: 200px;
    width: 200px;
    border-bottom: 1px dashed #acacac;
}