/** Общее **/
.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/soft-drinks/top-banner.png') center top no-repeat white;
    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;
    padding-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;
    align-items: center;
    margin-bottom: 1.5rem;
}

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

/** Важная информация **/
.important-info-container{
    padding: 20px;
    border: 2px solid #009992;
    border-radius: 30px;
}

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

.important-info-additional-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.important-info-additional-block:first-child{
    margin-right: 60px;
}

.important-info-additional-block:nth-child(2){
    margin-right: 30px;
}

/** Безалкогольные напитки, подлежащие маркировке **/
.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: 130px;
    width: 130px;
}

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

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

.ci-circle-text{
    display: inline-block;
    vertical-align: top;
    max-width: 210px;
}

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