.perscab-tickets{
    margin-bottom: 145px;
}
.perscab-menu{
    margin-bottom: 30px;
}
.ticket-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    background:#FFF;
    box-shadow: 14px 14px 33px 0px rgba(0, 0, 0, 0.25);
}
.ticket-item .ticket-item__pic{
    line-height: 0;
}
.ticket-item .ticket-item__pic img {
    width: 100%;
    height: 352px;
    object-fit: cover;
}
.ticket-item .ticket-item__block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 44px 22px 24px 15px;
}
.ticket-item .ticket-item__block .ticket-item__ttl{
    margin-bottom: 20px;
}
.ticket-item .ticket-item__block .ticket-item-logo{
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ticket-item .ticket-item__block .ticket-item-logo img {
    width: 60px;
    margin-right: 20px;
}
.ticket-item .ticket-item__block .ticket-item-date{
    font-family: 'Ermilov', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.ticket-item .ticket-item__block .ticket-item-date .ticket-item-date__start span{
    color: #CD2E3D;
    margin-left: 5px;
}
.ticket-item .ticket-item__block-buttons{
    justify-content: flex-end;
}
.ticket-item .ticket-item__block-buttons a:not(:last-child){
    margin-right: 16px;
}
.tickets-future{
    margin-bottom: 55px;
}
.tickets-past .ticket-item .ticket-item__pic img{
    filter: grayscale(1);
}
.tickets-past .ticket-item__ttl{
    color: #141414;
}
.tickets-past .ticket-item .ticket-item__block .ticket-item-date .ticket-item-date__start span {
    color: #C0C0C0;
}
.tickets-past .ticket-item .ticket-item__block .ticket-item-logo img {
    filter: grayscale(1);
}
.tickets-none{
    font-family: 'Innerspace', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.tickets-none a:hover{
    text-decoration: underline;
    transition: all .3s;
}
.personal-contact-block{
    margin-bottom: 80px;
}
.personal-contact-block__wrap .title-3{
    margin-bottom: 20px;
}
.personal-contact-form__contacts .row{
    line-height: 0;
}
.perscab-registration-block form{
    margin-bottom: 20px;
}
.perscab-registration-block a{
    color: #078049;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.perscab-registration-block a:hover{
    text-decoration: underline;
}

.breadcrumbs-wrapper{
    padding: 21px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.breadcrumbs-wrapper .breadcrumbs__separator{
    margin: 0 12px 0 5px;

}
.breadcrumbs-wrapper .breadcrumbs__separator svg{
    width: 6px;
    height: 10px;
}
.breadcrumbs-wrapper .breadcrumbs__item:last-child{
    color: #078049;
}
.perscab-registration-block{
    margin: 50px auto;
    padding: 50px 187px;
    /*width: 282px;*/
    width: 656px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 10px 10px 72px 0px rgba(0, 0, 0, 0.06);
    align-items: center;
    text-align: center;
}
.perscab-registration-block .personal-contact-block__wrap{
    width: 100%;
}
@media (max-width:992px) {
    .perscab-tickets {
        margin-bottom: 30px;
    }
    .ticket-item{
        box-shadow: none;
        margin-bottom: 40px;
    }
    .ticket-item .ticket-item__pic img {
        height: 290px;
    }
    .ticket-item .ticket-item__block{
        padding: 10px 0;
    }
    .ticket-item .ticket-item__block .ticket-item-date{
        margin-bottom: 20px;
    }
    .ticket-item .ticket-item__block-buttons {
        justify-content: center;
    }
}
@media (max-width:768px) {
    .perscab-registration-block{
        padding: 0;
        width: 100%;
        box-shadow: none;
    }
    .ticket-item__pic{
        display: none;
    }
}
@media (max-width:576px) {
    .ticket-item .ticket-item__pic img {
        height: 235px;
    }
    .ticket-item .ticket-item__block-buttons {
        flex-direction: column;
        margin: auto;
        width: 100%;
    }
    .ticket-item .ticket-item__block-buttons a:not(:last-child) {
        margin-right: 0;
    }
    .ticket-item .ticket-item__block-buttons a{
        margin-bottom: 10px;
        width: 100%;
    }
}
