body{
    font-family: ;
}

.top-bar {
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.top-bar a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.navbar-brand img {
    max-height: 60px;
}
.search-bar {
    max-width: 400px;
}
.nav-link {
    color: #0a3e87;
    font-weight: 500;
}
.nav-link:hover {
    text-decoration: underline;
}

.title{
    background: #013A81;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 1.2em;
    width: 25%;
}

.block_link{
    background-color: #f2f2f2;
}

a{
    color: #013A81;
    text-decoration: underline;
}

.btn-more{
    color: #013A81;
    border: 2px solid #189dbe;
    font-weight: 600;
}

.footer{
    background-color: #0a1e41;
}

.logo{
    height: 120px;
}

.search-input{
    width: 440px;
}

.btn-search{
    color: #fff;
    background-color: #0a1e41;
    font-weight: 600;
}

.header_color{
    background-color: rgb(221 221 221);
}

.first_header_color{
    background-color: #0a1e41;
}

.card_text {
            text-align: center;
            padding: 40px 20px;
        }

.text-main {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.text-sub {
    font-size: 18px;
    color: #555;
}

.icon_check {
    width: 50px;
    height: 50px;
    background-color: #d32f2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.icon_check i {
    color: #fff !important;
    font-size: 32px !important;
}
.text-title {
            font-size: 48px;
            margin-bottom: 20px;
            color: #1f2a30;
        }     
.card_bg {
    width: 58%;
    height: 411px;
    margin: 0 auto;

    background-image: url('../images/frame.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 20px;
    overflow: hidden;
}

.ticket{
    font-size: 18px;
    font-weight: bold;
}
.ticket_card{
    font-size: 18px;
    color: #726f6f;
}

.ticket,
.ticket_card {
    margin: 0;
}

.ticket_number{
    font-size: 16px;
    color: #d32f2f;
    font-weight: bold;
    margin: 0;
}

.ticker_valid{
    background-color: #d32f2f;
    color: #fff;
    font-size: 13px;

    padding: 3px 8px;   /* ВАЖНО */
    border-radius: 5px;
    margin: 0;

    display: inline-block;

}

.ticker_date{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.ticket_job{
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.ticket_job_en{
    color: #726f6f;
    margin: 0;
}

.ticket_info{
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    color: #555;
}

.ticket_info_en{
    font-weight: normal;
    margin: 0;
    color: #726f6f;
}

.icon_user {
    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #d32f2f;
    color: #fff;
    border-radius: 50%;
    margin-top: 6px;
}

.icon_user i {
    font-size: 11px;
    line-height: 1;
}


.features {
    display: flex;
    margin: 15px 10px 0;
    /* gap: 15px; */
}

.feature {
    display: flex;
    align-items: center;
    /* padding-right: 10px; */
    position: relative;
}
.feature p{
    color: white;
    text-align: start;
    font-size: 13px;
}



/* разделитель */
.feature:not(:last-child):not(.no-line)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 35px;
    background: #ccc;
}

.features .feature:nth-last-child(2)::after {
    display: none !important;
}


.icon_feature {
    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    margin-top: 11px;
}

.icon_feature i {
    font-size: 18px;
    line-height: 1;
}