.event-reg.container {
    width: auto;
}

    .event-reg.container .row > * {
        padding-right: 12px;
        padding-left: 12px;
    }

.event .list-options,
.interests-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.btn-remove,
.calendar-carousel-holder .slick-arrow,
.event .btn,
.info-block .button,
.info-block .socials ul a,
.page-title .breadcrumb a,
.participants-info-section .accordion-item,
.participants-info-section .accordion-item-top .opener,
.participants-info-section .accordion-item-top .opener:after,
.participants-info-section .accordion-item-top .opener:before,
.participants-info-section .accordion-item.saved-green-check .accordion-item-top .title:after,
.participants-slide a,
.table-info a.button,
.three-columns a,
.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker button.ui-datepicker-current,
input[type=radio]:before {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block
}

img {
    max-width: 100%
}

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
select {
    border: 1px solid #dbdae3;
    background: 0 0;
    border-radius: 1px;
    font-size: 14px;
    padding: 10px 14px;
    height: 50px
}

select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/arrow-select.svg);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: calc(100% - 20px) 50%;
    display: block;
    text-transform: uppercase;
    height: 50px
}

input[type=radio] {
    color: #ced4da;
    border: 3px solid #ced4da;
    font: inherit;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    cursor: pointer
}

    input[type=radio]:before {
        content: "";
        width: 9px;
        height: 9px;
        border-radius: 50%;
        -webkit-transform: scale(0);
        transform: scale(0);
        display: inline-block;
        background-color: #39364f
    }

    input[type=radio]:checked:before {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

label.error {
    color: #a6192e
}

.jcf-number {
    display: inline-block;
    position: absolute;
    top: -7px;
    right: 8px;
    height: 50px;
    width: 100px
}

@media (min-width:768px) {
    .jcf-number {
        position: relative
    }
}

.jcf-number input {
    -moz-appearance: textfield
}

    .jcf-number input::-webkit-inner-spin-button,
    .jcf-number input::-webkit-outer-spin-button {
        -webkit-appearance: none
    }

.jcf-number input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    padding: 3px 52px 3px 2px;
    margin: 0;
    height: 100%;
    text-align: center;
    border-radius: 0;
    background: #fff
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    position: absolute;
    background: #eaeaea;
    width: 49px;
    border-left: 1px solid #ced4da;
    height: 25px;
    right: 1px;
    top: 1px
}

.jcf-number .jcf-btn-dec {
    border-top: 1px solid #ced4da;
    top: auto;
    bottom: 1px
}

    .jcf-number .jcf-btn-dec:hover,
    .jcf-number .jcf-btn-inc:hover {
        background: #e6e6e6
    }

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
    background: #aaa
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    top: 50%;
    left: 50%;
    content: "";
    margin: -4px 0 0 -5px;
    border: 3px solid #707070;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.jcf-number .jcf-btn-dec:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before,
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before {
    opacity: .3
}

.jcf-number.jcf-disabled input {
    background: #ddd
}

.jcf-disabled {
    background: #ddd !important
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after,
    .slick-track:before {
        display: table;
        content: ""
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

#wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.container {
    max-width: 1680px;
    padding: 0 16px
}

@media (min-width:768px) {
    .container {
        padding: 0 20px
    }
}

.container-small {
    max-width: 820px;
    width: 100%
}

.modal-dialog {
    max-width: 358px;
    margin: 0 auto
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 398px
    }
}

.modal-dialog .btn-close {
    background: #667785;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 2;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 0
}

    .modal-dialog .btn-close:after,
    .modal-dialog .btn-close:before {
        width: 13px;
        height: 3px;
        border-radius: 2px;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        -webkit-transform: translate(-50%,-50%) rotate(45deg);
        transform: translate(-50%,-50%) rotate(45deg)
    }

    .modal-dialog .btn-close:after {
        -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        transform: translate(-50%,-50%) rotate(-45deg)
    }

.modal-dialog .modal-content {
    background: #fbfbfb;
    border: 2px solid #707070;
    padding: 30px 0 45px;
    font-size: 14px;
    line-height: 1.428
}

    .modal-dialog .modal-content .modal-title {
        text-align: center;
        color: #0f2d52;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 13px
    }

.ui-datepicker {
    margin-top: 4px;
    width: 100%;
    background: none
}

    .ui-datepicker .ui-datepicker-header {
        background: #0f2d52;
        font-weight: bold;
        color: #fff
    }

    .ui-datepicker .ui-datepicker-buttonpane {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
            margin-top: 10px;
            border: 2px solid #eaeaea;
            border-radius: 6px;
            padding: 4px 14px
        }

    .ui-datepicker table {
        border-top: 0;
        background: #fff;
        border-radius: 6px;
        border: 2px solid #eaeaea;
        border-collapse: separate;
        border-spacing: 0
    }

        .ui-datepicker table tr:last-child td {
            padding-bottom: 10px
        }

    .ui-datepicker thead {
        background: #eaeaea
    }

    .ui-datepicker .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-prev {
        top: 18px
    }

@media (min-width:768px) {
    .ui-datepicker .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-prev {
        top: 15px
    }
}

.ui-datepicker .ui-datepicker-next:hover:after,
.ui-datepicker .ui-datepicker-prev:hover:after {
    opacity: .8
}

.ui-datepicker button.ui-datepicker-current:hover {
    background: #0f2d52;
    border-color: #0f2d52;
    color: #fff
}

.ui-datepicker td {
    border: 0;
    text-align: center;
    padding: 10px 4px
}

@media (min-width:992px) {
    .ui-datepicker td {
        padding: 2px
    }
}

@media (min-width:1400px) {
    .ui-datepicker td {
        padding: 8px 6px 7px
    }
}

.ui-datepicker td.ui-datepicker-today a.ui-state-default {
    border-color: #eaeaea
}

.ui-datepicker td.ui-datepicker-current-day a.ui-state-default {
    background: #0f2d52;
    border-color: #0f2d52;
    color: #fff
}

.ui-datepicker th {
    text-transform: capitalize;
    color: #707070
}

.ui-datepicker a {
    border: 2px solid #fff;
    padding: 2px;
    max-width: 44px;
    margin: 0 auto
}

@media (min-width:1400px) {
    .ui-datepicker a {
        padding: 4px
    }
}

.ui-datepicker a.ui-state-active {
    border-color: #eaeaea
}

.ui-datepicker a:hover {
    background: #0f2d52;
    border-color: #0f2d52;
    color: #fff
}

input[type=checkbox] {
    -webkit-appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #707070;
    position: relative;
    background: #fff
}

    input[type=checkbox]:checked {
        border-color: #0f2d52;
        background: #0f2d52
    }

        input[type=checkbox]:checked:before {
            opacity: 1
        }

    input[type=checkbox]:before {
        opacity: 0;
        content: "";
        position: absolute;
        height: 5px;
        width: 10px;
        top: 50%;
        left: 50%;
        margin: -4px 0 0 -5px;
        border: 2px solid #fff;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.interests-widget {
    padding: 7px 0
}

    .interests-widget h3 {
        color: #0f2d52;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 24px
    }

@media (min-width:768px) {
    .interests-widget h3 {
        margin-bottom: 20px
    }
}

.interests-widget ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
}

@media (min-width:992px) {
    .interests-widget ul {
        padding-left: 20px;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }
}

.interests-widget ul li {
    margin-bottom: 23px
}

@media (min-width:768px) {
    .interests-widget ul li {
        margin-bottom: 4px
    }
}

.interests-widget ul li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.interests-widget ul .label {
    width: calc(100% - 16px);
    display: inline-block;
    color: #0f2d52;
    position: relative;
    top: -3px;
    padding-left: 8px;
    text-transform: none;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal
}

.interests-widget label {
    cursor: pointer
}

.content-box {
    padding: 15px 0
}

@media (min-width:992px) {
    .content-box {
        padding: 70px 0
    }
}

h3.block-title {
    font-size: 21px;
    line-height: 1.3;
    font-weight: bold;
    color: #1c2437;
    padding-bottom: 17px;
    border-bottom: 2px solid #ced4da;
    margin-bottom: 27px
}

.activity-date {
    font-size: 0.75rem;
    position: relative;
    top: -2px;
}

@media (min-width:992px) {
    h3 .block-title {
        font-size: 26px;
        padding-bottom: 14px;
        margin-bottom: 29px
    }
}

.content-box form {
    position: relative
}

.content-box .steps {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #667785;
    margin-bottom: 6px
}

@media (min-width:992px) {
    .content-box .steps {
        top: -32px;
        left: 0;
        margin-bottom: 0;
        position: absolute
    }
}

.content-box .btn-holder,
.content-box .buttons-holder {
    padding-top: 20px;
    text-align: center
}

@media (min-width:992px) {
    .content-box .btn-holder,
    .content-box .buttons-holder {
        text-align: right;
        padding-top: 10px
    }
}

.content-box .btn-holder .btn,
.content-box .buttons-holder .btn {
    padding: 14px 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    width: 110px;
    border-radius: 4px
}

    .content-box .btn-holder .btn.btn-light,
    .content-box .buttons-holder .btn.btn-light {
        color: #707070;
        margin-right: 5px
    }

.order-summary .btn.btn-danger.btn-print,
.order-summary .btn.btn-danger.btn-print {
    width: 100%;
    margin: 1em 0;
}

    .order-summary .btn.btn-danger.btn-print:before,
    .order-summary.btn.btn-danger.btn-print:before {
        width: 16px;
        height: 16px;
        content: "";
        background-image: url(../images/icon-print.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px
    }

.block-order {
    border: 2px solid #ced4da;
    border-radius: 8px;
    overflow: hidden;
    padding: 23px 30px
}

    .block-order .row {
        padding-top: 20px;
        padding-bottom: 32px;
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .block-order .row.inn {
            border-bottom: 2px solid #e6e9ec
        }

        .block-order .row.promo {
            padding-top: 10px;
            padding-bottom: 23px
        }

            .block-order .row.promo .title {
                padding-left: 0;
                margin-bottom: 10px
            }

        .block-order .row.total {
            padding-top: 23px;
            padding-bottom: 28px;
            border-top: 2px solid #e6e9ec
        }

            .block-order .row.total .price,
            .block-order .row.total .title {
                font-size: 18px;
                color: #a6192e;
                padding: 0
            }

            .block-order .row.total .price {
                padding-right: 5px
            }

        .block-order .row .col-6 {
            padding: 0
        }

            .block-order .row .col-6:last-child {
                text-align: right
            }

    .block-order span {
        text-transform: uppercase;
        display: block
    }

    .block-order .price,
    .block-order .title {
        color: #1c2437;
        font-weight: bold;
        font-size: 14px;
        padding-left: 10px
    }

    .block-order .qty {
        padding-left: 10px;
        font-size: 12px;
        color: #667785
    }

        .block-order .qty strong {
            color: #1c2437
        }

    .block-order input {
        border: 2px solid #ced4da;
        border-radius: 2px;
        background: #fff
    }

@media (min-width:768px) {
    .block-order input {
        min-width: 236px
    }
}

@media (min-width:992px) {
    .block-order input {
        min-width: 0
    }
}

.block-order a.apply {
    display: inline-block;
    font-size: 14px;
    color: #1c2437;
    text-decoration: underline;
    margin-top: 28px;
    text-align: right;
    width: 100%
}

@media (min-width:992px) {
    .block-order a.apply {
        margin: 30px 15px 0 0
    }
}

.block-order a.apply:hover {
    text-decoration: none
}

.list-order .top-table-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: none
}

@media (min-width:768px) {
    .list-order .top-table-title {
        display: block
    }
}

.list-order .item-position {
    padding-bottom: 44px;
    font-size: 14px;
    position: relative
}

@media (min-width:768px) {
    .list-order .item-position {
        padding-top: 16px;
        padding-bottom: 88px
    }
}

@media (min-width:768px) {
    .list-order .col-md-1,
    .list-order .col-md-2 {
        text-align: center
    }
}

.list-order .col:nth-child(2) {
    text-align: left
}

.list-order .col:nth-child(3) {
    padding-bottom: 11px
}

@media (min-width:768px) {
    .list-order .col:nth-child(3) {
        padding-bottom: 0
    }
}

.list-order .col {
    padding-left: 35px;
    padding-right: 120px
}

@media (min-width:768px) {
    .list-order .col {
        padding-right: 8px;
        padding-left: 8px
    }
}

.list-order .label {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px
}

@media (min-width:768px) {
    .list-order .label {
        display: none
    }
}

.list-order .title {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    color: #1c2437
}

.list-order .sub-title {
    color: #ff7878;
    display: block;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .list-order .sub-title {
        margin-bottom: 0
    }
}

.list-order .label,
.list-order .num {
    color: #1c2437
}

.list-order .btn-remove {
    top: 3px
}

@media (min-width:768px) {
    .list-order .btn-remove {
        top: -3px
    }
}

.btn-remove {
    position: absolute;
    top: -7px;
    left: 7px;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    background: #ff7878;
    border-radius: 50%
}

@media (min-width:768px) {
    .btn-remove {
        position: relative;
        top: -3px;
        right: 6px
    }
}

.btn-remove:after,
.btn-remove:before {
    width: 10px;
    height: 2px;
    border-radius: 2px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.btn-remove:after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.btn-remove:hover {
    background: #a6192e
}

.three-columns {
    max-width: 780px;
    width: 100%;
    margin-top: 30px
}

@media (min-width:1200px) {
    .three-columns {
        margin-top: 41px
    }
}

.three-columns .col-12 {
    color: #667785;
    font-weight: 700;
    margin-bottom: 9px
}

    .three-columns .col-12 .title {
        color: #1c2437;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 21px
    }

.three-columns a {
    color: inherit;
    text-decoration: none
}

    .three-columns a:hover {
        color: #3a3a3a
    }

.page-info {
    position: relative
}

.btn-holder {
    font-weight: 400
}

.jcf-number {
    top: 0
}

    .jcf-number .jcf-btn-dec,
    .jcf-number .jcf-btn-inc {
        cursor: pointer
    }

.noscript-section {
    padding: 30px 0 0;
    text-align: center
}

    .noscript-section h2 {
        text-transform: uppercase
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

@media (min-width:992px) {
    .details-grid {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-template-rows: repeat(5,-webkit-fit-content);
        grid-template-rows: repeat(5,fit-content);
        grid-column-gap: 0;
        grid-row-gap: 0
    }
}

@media (min-width:992px) {
    .details-grid .grid-left-top {
        grid-area: 1/1/2/9;
        width: unset
    }
}

@media (min-width:1400px) {
    .details-grid .grid-left-top {
        grid-area: 1/1/2/7
    }
}

.details-grid .grid-left-top .image-text-block {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .details-grid .grid-left-top .image-text-block {
        margin-bottom: 26px
    }
}

@media (min-width:992px) {
    .details-grid .grid-right-top {
        grid-area: 1/9/3/13;
        width: unset
    }
}

@media (min-width:1400px) {
    .details-grid .grid-right-top {
        grid-area: 1/7/3/10
    }
}

@media (min-width:992px) {
    .details-grid .grid-left-bottom {
        grid-area: 2/1/5/9
    }
}

@media (min-width:1400px) {
    .details-grid .grid-left-bottom {
        grid-area: 2/1/5/7
    }
}

@media (min-width:992px) {
    .details-grid .grid-right-bottom {
        grid-area: 3/9/4/13
    }
}

@media (min-width:1400px) {
    .details-grid .grid-right-bottom {
        grid-area: 3/7/4/10
    }
}

.button {
    background: #0e8f4c;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    padding: 1em;
    font-weight: 400;
    width: 100%;
    text-decoration: none;
    text-align: center
}

    .button.dark-button {
        background: #3a3a3a
    }

.page-title {
    background: #0f2d52;
    color: #fff;
    padding: 18px 0
}

@media (min-width:576px) {
    .page-title {
        padding: 14px 0
    }
}

.page-title h1 {
    font-weight: bold;
    margin-bottom: 13px;
    font-size: 18px;
    padding: 0 5px
}

@media (min-width:576px) {
    .page-title h1 {
        padding: 0 28px;
        font-size: 20px
    }
}

@media (min-width:768px) {
    .page-title h1 {
        font-size: 22px
    }
}

@media (min-width:992px) {
    .page-title h1 {
        font-size: 25px
    }
}

@media (min-width:1200px) {
    .page-title h1 {
        font-size: 28px
    }
}

@media (min-width:1400px) {
    .page-title h1 {
        font-size: 30px
    }
}

.page-title .breadcrumb {
    font-size: 13px;
    margin: 0;
    padding: 0 5px
}

@media (min-width:576px) {
    .page-title .breadcrumb {
        margin: 0 0 3px;
        padding: 0 28px
    }
}

.page-title .breadcrumb .breadcrumb-item.active {
    color: #d80e3b
}

.page-title .breadcrumb a {
    color: #fff;
    text-decoration: none
}

    .page-title .breadcrumb a:hover {
        color: #707070
    }

.event {
    background: #fff;
    border: 2px solid #ebebeb;
    border-radius: 8px;
    color: #3a3a3a;
    position: relative
}

    .event:hover .panel-info {
        display: none
    }

@media (min-width:992px) {
    .event:hover .panel-info {
        display: block
    }
}

.event .grid-inn {
    position: relative
}

.event .list-inn {
    display: none
}

    .event .list-inn .btn {
        position: static
    }

.event .btn {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -15px;
    right: -8px;
    border: 3px solid #fff;
    color: #fff;
    padding: 4px 20px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 15px;
    z-index: 2
}

@media (min-width:1200px) {
    .event .btn {
        right: -11px;
        font-size: 12px;
        padding: 3px 14px
    }
}

.event .btn:hover {
    -webkit-filter: saturate(200%);
    filter: saturate(200%)
}

.event .btn.btn-warning {
    color: #667785
}

.event .img-holder {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    position: relative;
    height: 175px
}

@media (min-width:576px) {
    .event .img-holder {
        height: auto
    }
}

.event .img-holder img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (min-width:576px) {
    .event .img-holder img {
        position: static
    }
}

.event .text-holder {
    padding: 20px;
    border-bottom: 2px solid #ebebeb
}

.event .botton-holder {
    padding: 15px 20px
}

.event .category {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 4px
}

.event h3 {
    color: #0f2d52;
    font-weight: bold;
    font-size: 20px
}

    .event h3 a {
        text-decoration: none
    }

        .event h3 a:hover {
            text-decoration: underline
        }

.event h4 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 3px
}

    .event h4 a:hover {
        text-decoration: none
    }

.event img {
    width: 100%
}

.event .list-options {
    font-weight: bold;
    font-size: 12px
}

    .event .list-options li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 9px
    }

        .event .list-options li:last-child {
            margin-bottom: 0
        }

        .event .list-options li .icon {
            width: 16px;
            min-height: 18px;
            text-align: center
        }

        .event .list-options li .txt {
            padding: 0 8px
        }

.event .location {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none
}

    .event .location:hover {
        color: rgba(15,45,82,.5)
    }

    .event .location .icon {
        width: 16px;
        min-height: 18px;
        text-align: center
    }

    .event .location .txt {
        padding: 0 8px
    }

.event .panel-info {
    width: 398px;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%);
    right: 15%;
    display: none;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #707070;
    background: #fff;
    padding: 18px;
    font-size: 13px
}

    .event .panel-info h3 {
        margin-bottom: 12px
    }

    .event .panel-info .list-options {
        margin-bottom: 12px;
        font-size: 13px
    }

        .event .panel-info .list-options li {
            margin-bottom: 7px
        }

            .event .panel-info .list-options li .icon {
                width: 17px
            }

.event .img-wrap {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px
}

.events-block .top-holder {
    padding-top: 21px
}

@media (min-width:1400px) {
    .events-block .top-holder {
        padding-top: 41px
    }
}

.events-block .top-holder .over {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 2px solid #e8eaeb
}

.events-block .top-holder .title {
    text-transform: uppercase;
    color: #39364f;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0
}

@media (min-width:1400px) {
    .events-block .top-holder .title {
        font-size: 24px
    }
}

.events-block .title-month {
    text-transform: uppercase;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 24px;
    margin: 26px 0 28px
}

@media (min-width:768px) {
    .events-block .title-month {
        margin: 37px 0 30px
    }
}

.events-block .view-btns {
    margin: -6px
}

@media (min-width:768px) {
    .events-block .view-btns {
        padding: 0 13px 4px 0
    }
}

.events-block .view-btns a {
    margin: 0 6px
}

.events-block .service-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 0 27px
}

@media (min-width:992px) {
    .events-block .service-btns {
        padding: 0
    }
}

.events-block .service-btns a {
    margin: 0 4px
}

    .events-block .service-btns a:last-child {
        margin-right: 0
    }

    .events-block .service-btns a:hover svg path,
    .events-block .service-btns a:hover svg rect {
        fill: rgba(15,45,82,.7)
    }

.events-block a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

    .events-block a svg path,
    .events-block a svg rect {
        -webkit-transition: .3s;
        transition: .3s
    }

    .events-block a.active svg path,
    .events-block a.active svg rect,
    .events-block a:hover svg path,
    .events-block a:hover svg rect {
        fill: #0f2d52
    }

.events-block .list-events.grid-view {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px 16px
}

@media (min-width:576px) {
    .events-block .list-events.grid-view {
        grid-gap: 34px 16px;
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1200px) {
    .events-block .list-events.grid-view {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.events-block .list-events.grid-view .panel-info,
.events-block .list-events.list-view .grid-inn {
    display: none
}

.events-block .list-events.list-view .list-inn {
    display: block
}

.events-block.inn .event .list-inn {
    font-size: 14px
}

.events-block.inn .title-month {
    margin: 5px 0 0;
    background: #0f2d52;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 13px 20px 12px
}

@media (min-width:992px) {
    .events-block.inn .over {
        border-bottom: 0
    }
}

.events-block .title-holder-table {
    display: none;
    background: #eaeaea;
    padding: 16px 0;
    color: #707070;
    font-size: 16px;
    font-weight: bold
}

.events-block .list-events.list-view .title-holder-table {
    display: none
}

@media (min-width:992px) {
    .events-block .list-events.list-view .title-holder-table {
        display: block
    }
}

.events-block .list-events.list-view .event {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #e8eaeb
}

    .events-block .list-events.list-view .event .list-inn .row {
        position: relative;
        padding: 13px 20px 15px 28%
    }

@media (min-width:992px) {
    .events-block .list-events.list-view .event .list-inn .row {
        padding: 0
    }
}

.events-block .list-events.list-view .event .list-inn .row .col {
    padding: 0;
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width:992px) {
    .events-block .list-events.list-view .event .list-inn .row .col {
        padding: 15px 20px 14px
    }
}

.events-block .list-events.list-view .event .list-inn .row .col:nth-child(2) {
    font-weight: bold;
    color: #0f2d52
}

.events-block .list-events.list-view .event .list-inn .row .btn {
    border: 0;
    font-size: 14px;
    padding: 11px 18px;
    margin: 10px 0 3px
}

@media (min-width:992px) {
    .events-block .list-events.list-view .event .list-inn .row .btn {
        font-size: 12px;
        padding: 4px 15px;
        margin: 0
    }
}

.events-block .list-inn .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0
}

    .events-block .list-inn .row .col {
        padding: 0 20px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

        .events-block .list-inn .row .col:first-child {
            width: 25%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            position: absolute;
            top: 13px;
            left: 18px
        }

@media (min-width:992px) {
    .events-block .list-inn .row .col:first-child {
        padding-left: 28px !important;
        width: 25%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: static
    }
}

@media (min-width:1400px) {
    .events-block .list-inn .row .col:first-child {
        width: 15.32%
    }
}

.events-block .list-inn .row .col:first-child span {
    width: 100%
}

@media (min-width:992px) {
    .events-block .list-inn .row .col:first-child span {
        width: 50%
    }
}

.events-block .list-inn .row .col:first-child span.date {
    color: #707070;
    font-weight: bold
}

@media (min-width:992px) {
    .events-block .list-inn .row .col:first-child span.time {
        padding-left: 10px
    }
}

.events-block .list-inn .row .col:nth-child(2) {
    width: 100%
}

@media (min-width:992px) {
    .events-block .list-inn .row .col:nth-child(2) {
        width: 35%;
        padding-left: 20px
    }
}

@media (min-width:1400px) {
    .events-block .list-inn .row .col:nth-child(2) {
        width: 31.22%
    }
}

.events-block .list-inn .row .col:nth-child(2) a {
    text-decoration: none
}

    .events-block .list-inn .row .col:nth-child(2) a:hover {
        text-decoration: underline
    }

.events-block .list-inn .row .col:nth-child(3) {
    width: 100%
}

@media (min-width:992px) {
    .events-block .list-inn .row .col:nth-child(3) {
        width: 40%;
        padding-left: 20px
    }
}

@media (min-width:1400px) {
    .events-block .list-inn .row .col:nth-child(3) {
        width: 36.26%
    }
}

.events-block .list-inn .row .col:nth-child(4) {
    width: 100%
}

@media (min-width:992px) {
    .events-block .list-inn .row .col:nth-child(4) {
        text-align: right;
        width: 100%;
        padding-left: 20px
    }
}

@media (min-width:1400px) {
    .events-block .list-inn .row .col:nth-child(4) {
        width: 17.2%
    }
}

.list-events.grid-view .load-more {
    display: none
}

.list-events.list-view .load-more {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
    padding: 14px 20px
}

@media (min-width:768px) {
    .list-events.list-view .load-more {
        display: none
    }
}

.icon-text-section {
    color: #1c2437;
    max-width: 911px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -8px
}

@media (min-width:768px) {
    .icon-text-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width:992px) {
    .icon-text-section {
        margin-bottom: 35px
    }
}

@media (min-width:1200px) {
    .icon-text-section {
        margin-top: -3px
    }
}

@media (min-width:1200px) {
    .icon-text-section + .image-text-block {
        margin-top: 47px
    }
}

.icon-text-section .image-holder {
    margin-bottom: 20px;
    max-width: 61px;
    width: 100%
}

@media (min-width:768px) {
    .icon-text-section .image-holder {
        margin: 0;
        max-width: 98px;
        padding-right: 37px
    }
}

@media (min-width:768px) {
    .icon-text-section .image-holder + .text-holder {
        width: calc(100% - 61px)
    }
}

.icon-text-section .text-holder {
    font-size: 14px;
    line-height: 1.7
}

    .icon-text-section .text-holder p:last-child {
        margin: 0
    }

.icon-text-section .section-title {
    color: #39364f;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px
}

@media (min-width:992px) {
    .icon-text-section .section-title {
        font-size: 23px;
        margin-bottom: 11px
    }
}

.register-form {
    font-size: 14px
}

    .register-form .col-12 {
        margin-bottom: 21px
    }

@media (min-width:992px) {
    .register-form .col-12:last-of-type {
        margin-bottom: 35px
    }
}

.register-form .col-12 input {
    color: #1c2437;
    padding: 12px;
    height: 50px
}

    .register-form .col-12 input::-webkit-input-placeholder {
        color: inherit
    }

    .register-form .col-12 input::-moz-placeholder {
        color: inherit
    }

    .register-form .col-12 input:-ms-input-placeholder {
        color: inherit
    }

    .register-form .col-12 input::-ms-input-placeholder {
        color: inherit
    }

    .register-form .col-12 input::placeholder {
        color: inherit
    }

@media (min-width:992px) {
    .register-form .col-12:not(.col-lg-6) input {
        width: calc(50% - 8px)
    }
}

.register-form .col-12 + p {
    margin-bottom: 9px
}

@media (min-width:992px) {
    .register-form .col-12 + p {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

@media (min-width:992px) {
    .register-form .col-lg-6 {
        padding: 0 8px
    }
}

.register-form .checkboxes-list {
    list-style-type: none;
    margin: 16px 0 29px
}

@media (min-width:992px) {
    .register-form .checkboxes-list {
        margin-bottom: 35px
    }
}

.register-form .checkboxes-list legend {
    font-size: 14px;
    margin-bottom: 32px
}

@media (min-width:1200px) {
    .register-form .checkboxes-list legend {
        font-size: 14px
    }
}

.register-form .checkboxes-list .checkbox-item {
    margin-bottom: 4px
}

    .register-form .checkboxes-list .checkbox-item:last-child {
        margin: 0
    }

    .register-form .checkboxes-list .checkbox-item label {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-transform: none;
        font-size: 14px;
        font-weight: 400
    }

        .register-form .checkboxes-list .checkbox-item label span {
            padding-left: 13px
        }

.register-form .btn-holder {
    padding-top: 0
}

@media (min-width:992px) {
    .register-form .btn-holder {
        padding-right: 16px
    }
}

.register-form .btn-holder .btn {
    width: auto;
    min-width: 126px
}

    .register-form .btn-holder .btn:first-child {
        margin-right: 17px
    }

.register-form label {
    display: block
}

.image-text-block {
    margin-bottom: 63px
}

@media (min-width:992px) {
    .image-text-block {
        margin-bottom: 36px
    }
}

.image-text-block .image-holder {
    font-size: 0;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 17px
}

@media (min-width:992px) {
    .image-text-block .image-holder {
        margin: 0 0 25px
    }
}

.image-text-block .image-holder img {
    width: 100%
}

.image-text-block .image-holder:last-child {
    margin: 0
}

.image-text-block .text-holder {
    font-size: 14px;
    line-height: 1.7
}

@media (min-width:992px) {
    .image-text-block .text-holder {
        line-height: 1.4
    }
}

.image-text-block .text-holder p {
    margin: 0 0 24px
}

@media (min-width:992px) {
    .image-text-block .text-holder p {
        margin-bottom: 22px
    }
}

.image-text-block .text-holder p:last-child {
    margin: 0
}

.info-block {
    color: #667785;
    border: 2px solid #ced4da;
    font-size: 14px;
    padding: 30px 28px 19px;
    border-radius: 8px;
    margin: 0 0 30px
}

@media (min-width:768px) {
    .info-block:first-child {
        margin-top: 47px
    }
}

.info-block.order-block {
    color: #1c2437;
    padding: 17px 20px;
    font-size: 18px;
    font-weight: 700
}

    .info-block.order-block .order-number:last-child {
        margin: 0
    }

.info-block .button {
    margin-bottom: 12px
}

    .info-block .button:hover {
        background: #096133;
        color: #fff
    }

.info-block .button-text-holder {
    border-bottom: 1px solid #ced4da;
    margin-bottom: 21px;
    padding-bottom: 11px;
    margin-top: -6px
}

    .info-block .button-text-holder .subtitle {
        text-align: center;
        padding: 0 56px;
        line-height: 1.2
    }

@media (min-width:992px) {
    .info-block .button-text-holder .subtitle {
        padding: 0 72px
    }
}

.info-block > .row {
    border-bottom: 1px solid #ced4da;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px
}

    .info-block > .row:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0
    }

.info-block .col-image {
    width: 75px;
    padding: 0 18px 0 3px
}

@media (min-width:992px) {
    .info-block .col-image {
        width: 59px;
        padding: 0 13px
    }
}

.info-block .image-holder {
    text-align: center
}

.info-block .col-text {
    width: calc(100% - 75px)
}

@media (min-width:992px) {
    .info-block .col-text {
        width: calc(100% - 59px)
    }
}

.info-block .subtitle {
    font-size: 12px;
    display: block
}

.info-block .title {
    color: #1c2437;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.info-block .location-row {
    margin-bottom: 14px
}

@media (min-width:1200px) {
    .info-block .location-row {
        min-height: 93px
    }
}

.info-block .socials {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .info-block .socials .title {
        text-transform: none;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: auto;
        margin: 0 0 5px;
        padding: 0 16px 0 0
    }

    .info-block .socials ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: auto
    }

        .info-block .socials ul li.col {
            width: auto;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            margin-bottom: 5px
        }

        .info-block .socials ul a:hover {
            opacity: .8
        }

.ad-block {
    margin-bottom: 43px;
    padding-left: 15px
}

@media (min-width:992px) {
    .ad-block {
        padding-left: 34px
    }
}

@media (min-width:992px) {
    .ad-block:last-child {
        margin: 0
    }
}

.ad-block .title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px
}

.ad-block figure:last-child {
    margin: 0
}

.ad-block figure figcaption {
    color: rgba(28,36,55,.5);
    font-size: 12px;
    font-style: italic;
    margin-top: 2px
}

.five-columns-section .section-title {
    color: #39364f;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.17
}

@media (min-width:768px) {
    .five-columns-section .section-title {
        margin-bottom: 18px
    }
}

.five-columns-table {
    border: 2px solid #ced4da;
    padding: 18px;
    border-radius: 8px
}

@media (min-width:992px) {
    .five-columns-table {
        padding: 31px 34px 53px
    }
}

.five-columns-table .table-title {
    display: none
}

@media (min-width:768px) {
    .five-columns-table .table-title {
        border-bottom: 1px solid #ced4da;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 13px;
        margin-bottom: 17px
    }
}

.five-columns-table .table-title .title {
    color: #39364f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset
}

@media (min-width:768px) {
    .five-columns-table .table-title .title:nth-child(1n) {
        width: 16%
    }
}

@media (min-width:768px) {
    .five-columns-table .table-title .title:nth-child(2n) {
        width: 20.2%
    }
}

@media (min-width:768px) {
    .five-columns-table .table-title .title:nth-child(3n) {
        width: 25.4%
    }
}

@media (min-width:768px) {
    .five-columns-table .table-title .title:nth-child(4n) {
        width: 24.6%
    }
}

.table-info {
    color: #667785;
    font-size: 16px;
    line-height: 1.125;
    font-weight: 700
}

    .table-info .row {
        border-bottom: 1px solid #ced4da;
        padding-bottom: 19px;
        margin-bottom: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

@media (min-width:1200px) {
    .table-info .row {
        padding-left: 9px
    }
}

.table-info .row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

@media (min-width:768px) {
    .table-info .row:last-child {
        border-bottom: 1px solid #ced4da;
        padding-bottom: 19px;
        margin-bottom: 20px
    }
}

.table-info .col {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-bottom: 7px
}

@media (min-width:768px) {
    .table-info .col {
        margin: 0
    }
}

@media (min-width:768px) {
    .table-info .col:nth-child(1n) {
        width: 16%
    }
}

@media (min-width:768px) {
    .table-info .col:nth-child(2n) {
        width: 20.2%
    }
}

@media (min-width:768px) {
    .table-info .col:nth-child(3n) {
        width: 25.4%
    }
}

@media (min-width:768px) {
    .table-info .col:nth-child(4n) {
        width: 24.6%
    }
}

@media (min-width:768px) {
    .table-info .col:nth-child(5n) {
        width: 13.8%
    }
}

.table-info .col p:last-child,
.table-info .col:last-child {
    margin: 0
}

.table-info a.button:hover {
    color: #fff;
    background: #096133
}

.table-info .button {
    max-width: 125px;
    width: 100%;
    margin-top: 12px;
    padding: 1.25em
}

@media (min-width:768px) {
    .table-info .button {
        display: block;
        margin-top: 0
    }
}

.payment-block {
    border: 2px solid #ced4da;
    color: #1c2437;
    border-radius: 8px;
    padding: 26px 17px 12px 55px;
    margin-bottom: 28px;
    font-size: 14px
}

@media (min-width:992px) {
    .payment-block {
        padding: 29px 38px 22px;
        margin-bottom: 8px
    }
}

.payment-block label,
.payment-block select {
    cursor: pointer;
    display: block
}

.payment-block fieldset label {
    color: #39364f;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-left: -37px
}

@media (min-width:992px) {
    .payment-block fieldset label {
        margin-bottom: 33px;
        margin-left: -20px;
        font-size: 24px
    }
}

.payment-block fieldset label span {
    padding-left: 14px;
    vertical-align: middle
}

@media (min-width:992px) {
    .payment-block fieldset label span {
        padding-left: 11px
    }
}

.payment-block .box {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .payment-block .box {
        margin-bottom: 24px
    }
}

.payment-block .boxes-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

    .payment-block .boxes-holder .box {
        padding: 0 10px;
        margin-bottom: 25px
    }

@media (min-width:992px) {
    .payment-block .boxes-holder .box {
        margin-bottom: 14px
    }
}

.payment-block .boxes-holder .box:last-child {
    margin-bottom: 13px
}

.payment-block .boxes-holder input[type=text],
.payment-block .boxes-holder select {
    width: 96px
}

.payment-block p {
    line-height: 1.7
}

.payment-block .title {
    color: #1c2437;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 11px
}

@media (min-width:992px) {
    .payment-block .title {
        font-size: 18px;
        margin-bottom: 8px
    }
}

.payment-block input[type=text],
.payment-block select {
    padding: 12px;
    height: 50px
}

.calendar-carousel-holder {
    position: relative;
    padding-top: 57px;
    margin-bottom: 40px
}

@media (min-width:992px) {
    .calendar-carousel-holder {
        padding-top: 77px
    }
}

.calendar-carousel-holder .slick-arrow {
    width: 26px;
    height: 26px;
    background: url(../images/arrow-slick.svg) center/6px 10px no-repeat #0f2d52;
    position: absolute;
    top: 21px;
    font-size: 0;
    border: 0;
    border-radius: 4px
}

@media (min-width:992px) {
    .calendar-carousel-holder .slick-arrow {
        top: 41px
    }
}

@media (min-width:992px) {
    .calendar-carousel-holder .slick-arrow:hover {
        background-color: #000
    }
}

.calendar-carousel-holder .slick-arrow.slick-prev {
    left: 8px
}

.calendar-carousel-holder .slick-arrow.slick-next {
    left: 36px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.calendar-carousel-holder .slick-arrow.slick-disabled {
    opacity: .8
}

.calendar-carousel {
    position: relative;
    padding-right: 5px
}

    .calendar-carousel .slick-list {
        padding-right: 8px
    }

@media (min-width:1200px) {
    .calendar-carousel .slick-list {
        padding-right: 10px
    }
}

.calendar-carousel .list-events.grid-view .load-more {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 20px;
    margin: -10px 0 0
}

@media (min-width:576px) {
    .calendar-carousel .list-events.grid-view .load-more {
        display: none
    }
}

.calendar-carousel .title-month {
    color: #0f2d52;
    font-size: 18px;
    margin: 0 0 26px
}

.participants-info-section {
    margin: -8px 0 27px
}

@media (min-width:1200px) {
    .participants-info-section {
        margin: 29px 0 33px
    }
}

.participants-info-section.participants-summary-section {
    margin-top: 20px
}

@media (min-width:1200px) {
    .participants-info-section.participants-summary-section {
        margin-top: 50px;
        margin-bottom: 30px
    }
}

.participants-info-section.participants-summary-section .accordion-item {
    padding: 18px
}

@media (min-width:1200px) {
    .participants-info-section.participants-summary-section .accordion-item {
        padding: 26px 37px 3px;
        margin-bottom: 39px
    }
}

@media (min-width:1200px) {
    .participants-info-section.participants-summary-section .accordion-item.saved-green-check {
        padding: 31px 20px 0 39px
    }
}

.participants-info-section.participants-summary-section .accordion-item.saved-green-check .accordion-item-top .title:after {
    opacity: 1
}

@media (min-width:1200px) {
    .participants-info-section.participants-summary-section .accordion-item.saved-green-check .participants-slide {
        margin-top: 18px
    }
}

@media (min-width:1200px) {
    .participants-info-section.participants-summary-section .accordion-item.saved-green-check .participants-slide .participant-item-top .title {
        font-size: 22px
    }
}

.participants-info-section.participants-summary-section .accordion-item .accordion-item-top {
    display: block
}

    .participants-info-section.participants-summary-section .accordion-item .accordion-item-top .order-number {
        font-size: 14px;
        margin: 4px 0 0
    }

@media (min-width:992px) {
    .participants-info-section.participants-summary-section .accordion-item .accordion-item-top .order-number {
        font-size: 20px;
        margin: 18px 0 0
    }
}

.participants-info-section .accordion-item .participants-slide {
    color: #667785;
    margin-top: 18px
}

@media (min-width:1200px) {
    .participants-info-section .accordion-item .participants-slide {
        margin-top: 49px;
        margin-left: 0
    }
}

.participants-info-section .accordion-item .participants-slide .box .title {
    color: #1c2437;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (min-width:992px) {
    .participants-info-section.participants-summary-section .accordion-item .participants-slide .box .title {
        margin-bottom: 20px
    }
}

.participants-info-section .accordion-item .participants-item .participant-display {
    border-bottom: 2px solid #ced4da;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 30px;
    padding-bottom: 19px
}

.participants-info-section .accordion-item .participants-item .panel-body:last-child {
    border-bottom: none;
}

@media (min-width:768px) {
    .participants-info-section.participants-summary-section .accordion-item .participants-item {
        margin: 0 0 30px
    }
}

@media (min-width:1200px) {
    .participants-info-section.participants-summary-section .accordion-item .participants-item {
        padding-bottom: 0;
        margin: 0 0 22px
    }
}

.participants-info-section.participants-summary-section .accordion-item .participants-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.participants-info-section.participants-summary-section .accordion-item .participants-item .participant-item-top {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 17px
}

@media (min-width:1200px) {
    .participants-info-section.participants-summary-section .accordion-item .participants-item .participant-item-top {
        margin-bottom: 31px
    }
}

.participants-info-section.participants-summary-section .accordion-item .participants-item .participant-item-top .title {
    color: #39364f;
    font-size: 15px
}

.participants-info-section.participants-summary-section .accordion-item .participants-item .box {
    font-size: 16px;
    width: 50%;
    padding: 0 10px;
    word-wrap: break-word
}

@media (min-width:768px) {
    .participants-info-section.participants-summary-section .accordion-item .participants-item .box {
        width: 33.33%
    }
}

/*.participants-info-section.participants-summary-section .accordion-item .participants-item .box:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.participants-info-section.participants-summary-section .accordion-item .participants-item .box:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.participants-info-section.participants-summary-section .accordion-item .participants-item .box:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.participants-info-section.participants-summary-section .accordion-item .participants-item .box:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%
}

@media (min-width:992px) {
    .participants-info-section.participants-summary-section .accordion-item .participants-item .box:nth-child(5) {
        width: 33.33%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.participants-info-section.participants-summary-section .accordion-item .participants-item .box:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

@media (min-width:992px) {
    .participants-info-section.participants-summary-section .accordion-item .participants-item .box:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}*/

.participants-info-section.participants-summary-section .accordion-item .participants-item .box .title {
    margin-bottom: 7px
}

@media (min-width:1200px) {
    .participants-info-section.participants-summary-section .accordion-item .participants-item .box .title {
        margin-bottom: 19px
    }
}

.participants-info-section.participants-summary-section .participants-holder {
    margin-bottom: 0
}

@media (min-width:768px) {
    .participants-info-section.participants-summary-section .participants-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }
}

.participants-info-section.participants-summary-section .participants-holder .box {
    font-size: 14px;
    margin-bottom: 17px
}

@media (min-width:768px) {
    .participants-info-section .participants-holder .box {
        width: 33.33%;
        padding: 0 10px
    }
}

@media (min-width:1200px) {
    .participants-info-section .participants-holder .box {
        font-size: 16px;
        margin-bottom: 38px
    }
}

.participants-info-section .participants-holder .box:nth-child(5) {
    margin-bottom: 0
}

@media (min-width:992px) {
    .participants-info-section.participants-holder .box:nth-child(5) {
        margin-bottom: 20px
    }
}

.participants-info-section.participants-summary-section .participants-holder p:last-of-type {
    margin: 0
}

.participants-info-section .box {
    font-weight: 700;
    margin-bottom: 24px
}

    .participants-info-section .box + .title {
        margin-top: 26px
    }

@media (min-width:1200px) {
    .participants-info-section .box + .title {
        margin-top: 24px
    }
}

.participants-info-section .accordion-item {
    color: #39364f;
    border: 2px solid #ced4da;
    border-radius: 8px;
    padding: 10px 18px;
    margin: 0 0 19px
}

@media (min-width:1200px) {
    .participants-info-section .accordion-item {
        padding: 26px 37px 22px 18px;
        margin: 0 0 29px
    }
}

.participants-info-section .accordion-item:first-of-type,
.participants-info-section .accordion-item:last-of-type {
    border-radius: 8px
}

.participants-info-section .accordion-item:last-of-type {
    margin: 0
}

.participants-info-section .accordion-item.acc-active {
    padding: 22px 18px 27px
}

@media (min-width:1200px) {
    .participants-info-section .accordion-item.acc-active {
        padding: 29px 38px 29px 18px
    }
}

.participants-info-section .accordion-item.acc-active .opener {
    width: 24px;
    height: 24px;
    background-color: #667785;
    font-size: 0;
    color: transparent;
    border-radius: 50%
}

@media (min-width:1200px) {
    .participants-info-section .accordion-item.acc-active .opener {
        width: 27px;
        height: 27px
    }
}

.participants-info-section .accordion-item.acc-active .opener:hover {
    background-color: #3a3a3a
}

.participants-info-section .accordion-item.acc-active .opener:after,
.participants-info-section .accordion-item.acc-active .opener:before {
    opacity: 1
}

.participants-info-section .accordion-item.acc-active .opener .edit {
    display: none
}

.participants-info-section .accordion-item.acc-active .opener .close {
    display: block
}
/*.participants-info-section .accordion-item.item-saved {
  opacity: .35
}
.participants-info-section .accordion-item.item-saved .opener {
  opacity: 0;
  visibility: hidden;
  z-index: -1
}*/
.participants-info-section .accordion-item.saved-green-check .accordion-item-top .title:after {
    opacity: 1
}

.participants-info-section .accordion-item.saved-green-check .accordion-item-top .title:after {
    width: 16px;
    height: 16px;
    content: "";
    background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}

@media (min-width:992px) {
    .participants-info-section .accordion-item.saved-green-check .accordion-item-top .title:after {
        width: 24px;
        height: 24px
    }
}

.participants-info-section .accordion-item .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

@media (min-width:992px) {
    .participants-info-section .accordion-item .title {
        font-size: 24px
    }
}

.participants-info-section .accordion-item .participants-item {
    margin: 0 0 40px
}

@media (min-width:992px) {
    .participants-info-section .accordion-item .participants-item {
        margin: 0 0 48px
    }
}

.participants-info-section .accordion-item .participants-item:last-child {
    margin-bottom: 0
}

.participants-info-section .accordion-item .participants-item .title {
    font-size: 14px;
    margin-bottom: 11px;
    text-transform: none
}

@media (min-width:1200px) {
    .participants-info-section .accordion-item .participants-item .title {
        font-size: 18px;
        margin-bottom: 8px
    }
}

.participants-info-section .accordion-item .participants-item .title .red {
    color: #ff7878
}

@media (min-width:768px) {
    .participants-info-section .accordion-item .participants-item select {
        max-width: 235px;
        width: 100%
    }
}

.participants-info-section .accordion-item .participant-item-top .title {
    margin: 0
}

@media (min-width:1200px) {
    .participants-info-section .accordion-item .participant-item-top .title {
        font-size: 22px
    }
}

.participants-info-section .accordion-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .participants-info-section .accordion-item-top .opener {
        color: #667785;
        background-color: transparent;
        font-weight: 700;
        text-decoration: none;
        margin-left: 30px;
        font-size: 14px;
        position: relative
    }

@media (min-width:992px) {
    .participants-info-section .accordion-item-top .opener {
        font-size: 16px
    }
}

.participants-info-section .accordion-item-top .opener:hover {
    color: #3a3a3a
}

.participants-info-section .accordion-item-top .opener:after,
.participants-info-section .accordion-item-top .opener:before {
    width: 2px;
    height: 11px;
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    border-radius: 2px
}

.participants-info-section .accordion-item-top .opener:before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.participants-info-section .accordion-item-top .opener:after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.participants-info-section .accordion-item-top .opener .close {
    display: none
}

.participants-info-section select {
    cursor: pointer
}

.participants-info-section label {
    display: block
}

.participants-slide {
    margin-top: 25px
}

@media (min-width:1200px) {
    .participants-slide {
        margin-top: 20px;
        margin-left: 20px
    }
}

.participants-slide .participants-holder {
    margin-bottom: 54px
}

@media (min-width:1200px) {
    .participants-slide .participants-holder {
        margin-bottom: 33px
    }
}

.participants-slide a {
    text-decoration: none;
    color: inherit
}

    .participants-slide a:hover {
        color: #3a3a3a
    }

.participants-slide .buttons-holder {
    border-top: none; /*2px solid #ced4da;*/
    padding-top: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .participants-slide .buttons-holder .btn {
        min-width: 86px;
        width: auto;
        padding: 14px 26px
    }

        .participants-slide .buttons-holder .btn:only-child {
            margin-left: auto
        }

.participants-item .participant-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .participants-item .participant-item-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:1200px) {
    .participants-item .participant-item-top {
        margin-bottom: 39px
    }
}

.participants-item .participant-item-top .btn-remove {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 30px
}

@media (min-width:992px) {
    .participants-item .participant-item-top .btn-remove {
        margin-left: 7px
    }
}

.per-ticket .buttons-holder .js-btn-add-item {
    visibility: hidden;
}

.progress-bar.bg-info {
    background-color: #A6192E !important;
}

body {
    background-color: #fff !important;
}

.event-reg .card {
    border: none;
}

.event-reg .card-footer {
    border: none;
    background: none;
}

.event-reg .btn-next, .event-reg .btn-back, .event-reg .btn-finish {
    line-height: 21px;
    padding: 15px 14px;
    width: 110px;
    font-weight: bold;
    border: 1px solid;
}

.event-reg .btn-next, .event-reg .btn-finish {
    background-color: #A6192E;
    border-color: #A6192E;
    margin-left: 5px;
}

    .event-reg .btn-next:hover, .event-reg .btn-finish:hover {
        background-color: #851425
    }

.event-reg .btn-back {
    color: #707070;
    margin-right: 5px;
    background-color: #EAEAEA;
    border-color: #EAEAEA;
}

    .event-reg .btn-back:hover {
        border-color: #851425;
        background-color: #b0b0b0;
    }

.event-reg .card-header {
    background: none;
    border: none;
    padding: 0 16px;
}

.event-reg .progress-count {
    font-size: 20px;
    font-weight: normal;
    color: #667785;
}

.event-reg .card-body {
    padding-top: 0;
}

.participants-item .panel-body {
    padding: 0 10px;
}

.participants-summary-section .participant-item-top .btn-edit {
}

.participants-summary-section .buttons-holder, .participants-summary-section .participant-item-top .btn btn-edit, .participants-summary-section .participant-item-top .btn-remove {
    display: none;
}

.participants-summary-section .accordion-item .participants-item:last-child .participant-display {
    border: none;
}

.event-reg .btn-print {
    background-color: #A6192E;
    padding: 14px 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    width: 110px;
    border-radius: 4px;
}

.block-order .row-promo-form .title {
    padding: 0;
}

@media print {

    .event-reg div.card-body > div > div.col-12.col-lg-8.col-xxl-6 > h3 {
        padding-bottom: 15px !important;
    }

    .event-reg .block-title {
        margin-bottom: -0.5rem !important;
        border-bottom: none !important;
    }

    .event-reg .info-block {
        margin: 0 0 15px;
    }

    .event-reg .block-order span {
        padding-left: 0px !important;
    }

    .event-reg .block-order {
        padding: 9px 50px !important;
    }

    .event-reg .card-header {
        display: none;
    }

    .event-reg .fb-form {
        margin-top: 0px !important;
        padding-top: 2px !important;
    }

    .event-reg .image-text-block {
        margin-bottom: 0px !important;
        margin-top: 10px;
    }

    .event-reg .event-reg .btn-print {
        display: none;
    }
}

.no-border {
    border: none !important;
}

.record-notice {
    margin: 0;
    padding: 0;
}

.participants-info-section.participants-summary-section .per-quantity .participants-holder {
    display: block;
}

.no-padding {
    padding: 0 !important;
}

.privacy-act-statement {
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 1em;
}

.record-notice {
    margin: 0;
    padding: 0;
}

.participants-info-section.participants-summary-section .per-quantity .participants-holder {
    display: block;
}

.form-validation-summary {
    position: relative;
    top: -20px;
}
