main h2{
    font-size: 26px;
    font-weight: bold;
}

main p{
    margin: 10px 0;
}

.result-header{
    color: #FFFFFF;
    //font-size: 18px;
    font-size: 14pt;
    font-weight: bold;
    padding: 15px;
    background-color: #00a399;
}

.result-item{
    background-color: #FFFFFF;
    padding: 15px 10px;
    margin-bottom: 10px;
}

.result-item a{
    display: block;
    height: 100%;
    text-align: right;
}

.term-table{
    display: table;
    width: 100%;
}

.table-row{
    display: table-row;
}

.table-row .table-cell:first-child, .table-row .table-header:first-child{
    border-right: 0;
    vertical-align: middle;
}


.table-row .table-cell:nth-child(2), .table-row .table-header:nth-child(2), .table-row .table-cell:nth-child(3), .table-row .table-header:nth-child(3){
    border-left: 15px solid #fce8ef;
    vertical-align: middle;
}

.table-row .table-cell:nth-child(3){
    padding: 10px 33px 10px 33px;
}

button.add-to-plan{
    background: none;
    border: none;
    color: #e62063;
    font-size: 30px;
}

.table-cell, .table-header{
    display: table-cell;
    width: 49%;
    text-align: center;
    margin: 5px;
    padding: 15px 15px 10px 15px;
    font-size: 18px;
}

.table-header{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #00a399;
    font-size: 14pt;
}

.table-cell{
    background-color: #FFFFFF;
    border-bottom: 3px solid #fce8ef;
}

.card{
    border: 0;
    margin: 20px 0;
    font-size: 16px;
    border-radius: 20px;
    background-color: #fff;
    text-align: left;
}

.block-card{
    height: 90%
}

.card-header{
    background-color: #00358f;
    color:#fff;
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
    padding: 8px 0 6px 30px;
}

.card-header:first-child {
    border-radius: 20px 20px 0 0;
}

.card .card-header h2, .card .block-header, .card .block-header label {
    color:#fff;
    margin: 6px 0 0 0;
    padding: 0.1rem 0 0 0;
}

.card .block-header, .card .block-header label{
    font-size: 26px;
    font-weight: bold;
    font-family: RobotoCondensed, Arial, Sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
}

.card .card-header img{
    width: 40px;
}

.card-body{
    margin-bottom: 3px;
    background: #FFFFFF;
    padding: 0;
    background: none;
    text-align: left;
    font-size: 18px;
    display: grid;
    align-content: center;
}


.card .block-body{
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.card .block-filter-body{
    padding: 10px;
}

div.card p {
    margin:5px 0;
}

.block-body .section-icon{
    float: right;
    width: 55px;
}

.block-body .section-details{
    display: inline-block;
}

.result-header-icon{
    float: right;
    width: 55px;
}

.result-header-label{
    display: inline-block;
    width: calc(100% - 60px);
}

.card-body .form-button{
    margin: 0;
}

.card-body hr{
    margin: 0;
}

.card-body .litle-label{
    font-weight: bold;
    display: block;
}

.white-card{
    padding: 10px 15px;
    font-size: 16px;
}


.result-item img{
    position: relative;
    top: 33%;
}

.title-ua-flag{
    height: 30px;
    vertical-align: bottom;
}

.title-ua-flag-2{
    height: 40px;
    vertical-align: bottom;
}

.plan-title{
    font-size: 22px;
    margin-top: 10px;
    display: inline-block;
}

.red-notice-results, .red-notice{
    font-weight: bold;
    color: #e62063;
}


.card-body img {
    max-width:100%;
    height:auto;
    margin:0;
}

.card-body hr {
    //background-color: #eff6fb;
    background-color: #e4ebf1;
}
.card-body div:last-of-type hr{
    display: none;
}

.event{
    padding: 15px 15px 15px 25px;
    display: inline-block;
    width: calc(100% - 60px);
}

.event h3{
    font-size: 20px;
    font-weight: bold;
}

.circle1{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #F7BD7B;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
}
.arrow-right {
    margin: auto;
    padding-right: 8px;
    text-align: center;
    width: 55px;
    float: right;
    display: grid;
    align-content: center;
    height: 98%;
}

.arrow-right img{
    width: 15px;
}

.registration-info{
    display: block;
    margin-bottom: 8px;
}
.registration-info div {
    margin-top: 5px;
}

.content h1{
    padding-left: 0;
    padding-top: 30px;
}
.translation-info{
    font-size: 16px;
    font-style: italic;
}

span.panel{
    display: block;
}



@media all and (max-width: 520px) {
    .text-end{
        padding: 0;
    }
}

@media all and (min-width: 0px) {

    main h2 {
        font-size: 24px;
    }

    select#term_date{
        margin-bottom: 0;
    }
    select#term_hour{
        margin-top: 10px;
    }

    .result-item img{
        top: 30%;
    }

    .term-table{
        display: none;
    }

    button.form-button {
        font-size: 14pt;
        line-height: 22px;
    }

    .card div.long-title{
        font-size: 26px;
    }
}


@media all and (min-width: 768px) {
    select#term_date{
        margin-bottom: 10px;
    }

    .term-table{
        display: block;
    }

    .term-table .table-cell{
        font-size: 16px;
        padding: 10px 10px 8px 10px;
    }
    .term-card{
        display: none;
    }

    .card div.long-title{
        font-size: 18px;
    }
}


@media all and (min-width: 860px) {
    main h2 {
        font-size: 26px;
    }

    button.form-button {
        font-size: 20px;
        line-height: 26px;
    }

    .term-table .table-cell{
        font-size: 18px;
        padding: 15px 15px 10px 15px;
    }
}

@media all and (min-width: 900px) {
    .card div.long-title{
        font-size: 22px;
    }
}