.group-content__price__table {
    display: table;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 35px;

    position: relative;
    padding-left: 150px;
}

@media screen and (max-width: 780px) {
    .group-content__price__table {
        padding-left: 0px;
    }
}

.group-content__price__table.c_1 {
/ /
}

.group-content__price__table.c_2 {
/ /
}

.group-content__price__table.c_3 {
/ /
}

.group-content__price__table.c_4 {
/ /
}

.group-content__price__table.c_5 {
/ /
}

.group-content__price__table.c_6 {
/ /
}

.group-content__price__table.-empty-desc .column__desc {
    height: 0px !important;
}

.group-content__price__table.-empty-desc .column__header {
    height: 160px;
}

.price__table__column {
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 500px) {
    .price__table__column {
        display: block;
        width: 100% !important;
        margin-bottom: 5px;
    }
}

.group-content__price__table.c_1 .price__table__column.column--ticket {
    width: 100%;
}

.group-content__price__table.c_2 .price__table__column.column--ticket {
    width: 50%;
}

.group-content__price__table.c_3 .price__table__column.column--ticket {
    width: 33.3%;
}

.group-content__price__table.c_4 .price__table__column.column--ticket {
    width: 25%;
}

.group-content__price__table.c_5 .price__table__column.column--ticket {
    width: 20%;
}

.group-content__price__table.c_6 .price__table__column.column--ticket {
    width: 16.6%;
}

/
/
.price__table__column:nth-child(n+2) {
/ / border-right-width: 0;
/ /
}

.price__table__column.column--primary {
    border-color: #ED2638;
}

.price__table__column.column--options {
    border-color: transparent;
    width: 150px;

    position: absolute;
    margin-left: -149px;
}

@media screen and (max-width: 767px) {
    .price__table__column.column--options {
        display: none;
    }
}

.price__table__column.column--options .column__options .column__option {
    text-align: right;
    font-size: 12px;
}

.price__table__column .column__header {
    height: 200px;
}

.column__options {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

@media screen and (max-width: 500px) {
    .price__table__column .column__header {
        height: auto;
    }
}

.price__table__column .column__header .column__title {
    display: table;
    line-height: 1.3em;
    font-size: 1.2rem;
    background: #5a5c74;
    color: #fff;
    text-align: center;
    height: 60px;
    width: 90%;
    margin: auto;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
. price__table__column
}

.column__title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #5a5c74;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

@media screen and (max-width: 500px) {
    .price__table__column .column__header .column__title {
    / /
    }
}

.price__table__column .column__header .column__title span {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.price__table__column .column__header .column__title.column__title--empty {
    background: transparent;
}

.price__table__column .column__header .column__cost {
    display: table;
    color: #000;
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1em;
    width: calc(100% - 2px);
    height: 70px;
    font-weight: 600;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.price__table__column .column__header .column__cost span {
    display: table-cell;
    vertical-align: top;
}

.price__table__column .column__header .column__desc {
    display: table;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #8a8a8a;
    width: calc(100% - 2px);
    height: 40px;
    line-height: 0.8rem;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.price__table__column .column__header .column__desc span {
    display: table-cell;
    vertical-align: top;
}

.price__table__column .column__options .column__option {
    padding: 0 10px 0 0;
    height: 40px;
    line-height: 13px;
    text-align: center;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;

}

.column__option__title {
    display: none;
}

@media screen and (max-width: 500px) {
    .column__option__title {
        display: block;
        margin-bottom: 10px;
        line-height: 1.2rem;
    }

    .price__table__column .column__options .column__option {
        height: auto;
        padding: 8px 10px 2px 10px;
        margin-bottom: 10px;
    }
}

.price__table__column .column__options .column__option i.odsc-tickets-icon-option {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px;
}

.price__table__column .column__options .column__option i.odsc-tickets-icon-option.odsc-tickets-icon-option--y {
    background: url(../images/check-y-16x16.png);
}

.price__table__column .column__options .column__option i.odsc-tickets-icon-option.odsc-tickets-icon-option--unknown {
    background: red;
}

.price__table__column .column__options .column__option i.odsc-tickets-icon-option.odsc-tickets-icon-option--n {
    background: none;
}

.price__table__column .column__options .column__option i.odsc-tickets-icon-option.odsc-tickets-icon-option--n:before {
    content: '-';
}

.price__table__column .column__actions {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.price__table__column .column__actions .button {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;

    font-size: 0.9em;
    font-weight: 700;
    text-decoration: none;
    box-shadow: none;

    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    background-color: #00bcdd;

    transition: all 0.3s ease-out;
}

.price__table__column .column__actions .button:hover {
    color: #00bcdd ;
    border: 1px solid  #00bcdd;
    background-color: #fff;
}
