.wrapper {
    background: #000;
    padding: 30px 25px;
    position: relative;
	padding-top: 10px;
}
.wrapper>div:first-child {
    position: absolute;
    top: -90px;
}
.h2-subtitle {
    color: #f00;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    width: 100%;
}
.tickets-block {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.h2-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
}

.upcoming {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    margin-right: 5px;
}
.h2-block>h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0;
    line-height: 34px;
}
.dates-list {
    margin: 20px 0;
    width: 100%;
    padding: 0;
    color: #fff;
}

.date-row {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px;
    border-bottom: 1px dashed #8a8a8a;
    transition: .3s ease;
}

    .date {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    }

.day {
    font-size: 36px;
    font-weight: 500;
    margin-left: -6px;
    color: #f00;
    letter-spacing: -4px;
    line-height: 34px;
}

.month {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
}
    .year {
    font-size: 16px;
    line-height: 21px;
}
.time {
    font-size: 20px;
    min-width: fit-content;
    font-weight: 500;
}
.date-row>a {
    color: #fff;
    background: red;
    text-decoration: none;
    padding: 15px 15px;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    min-width: 200px;
    text-transform: uppercase;
    transition: .3s ease;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.date-row>a:hover {
    color: #fff!important;
    background: #4169e1;
}
.date-desc {
    font-weight: 400;
    font-size: 12px;
    color: #949494;
    margin-top: 7px;
}
.date-row>div {
    margin-right: 30px;
    max-width: 430px;
}
span.location {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
}
.location>img {
    width: 10px;
}
.ldm {
    color: #fff;
    width: fit-content;
    margin: 0px auto;
    background: #f00;
    padding: 15px 50px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease;
}
.ldm:hover {
    color: #fff!important;
    background: #4169e1;
}
.textnode {
    transition: .5s ease;
}
span.load-anim {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px dotted #fff;
    border-radius: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    animation: 3s loading linear infinite;
    transition: .5s ease;
}
.date-row>img {
    display: flex;
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    margin-right: 30px;
    min-width: 70px;
}
@keyframes loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
@media(max-width:960px) {
    .h2-block {
        padding: 0;
    }
    .date-row {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 125px;
}

.date-desc {
    color: #000;
}
.date-desc a{
    color: #000!important;
}

.day {
    display: flex;
    font-size: 16px!important;
    letter-spacing: 0;
    line-height: 1;
}

.month {
    display: flex;
    font-size: 16px!important;
    color: #f00;
}

.year {
    display: flex;
    font-size: 16px!important;
    
    line-height: 15px;

}

.date {
    display: inline-flex;
    font-size: 16px!important;
    margin: 0!important;
}

.time {
    display: inline-flex;
    font-size: 16px!important;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 0 5px;
}

.date-row>img {
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 0;
    width: 152px;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin-left: 16px;
}

.date-row {
    display: block;
    padding: 12px 0;
    padding-left: 188px;
    border: none;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    min-height: 152px;
    border-radius: 10px;
    color: #000!important;
    box-shadow: 0 0 20px #ffffff42;
}

.date-row>a {
    width: fit-content;
    padding: 7px 25px;
    font-size: 15px;
    margin: 0;
}

.date>div {
    margin: 0 3px;
    margin-bottom: 10px;
}

.venue {
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}

.venue>a {
    color: #000!important;
}

span.location {
    color: #000;
}
.dates-list {
    margin: 35px 0;
    width: 100%;
    padding: 0;
    color: #fff;
}
 }
 @media(max-width:724px) {
	 .tickets-block {
		 padding: 0!important;
	 }

 }
 @media(max-width:550px) {
.time {
    font-size: 15px!important;
    margin: 0!important;
    white-space: nowrap;
}
.day {
    font-size: 17px!important;
}

.month {
    font-size: 17px!important;
}

.year {
    font-size: 17px!important;
}

.venue {
    font-size: 18px!important;
    font-weight: 600;
    margin: 10px 0 10px 0!important;
    text-align: center;
}

span.location {
    color: #000;
}

.date-row>a {
    padding: 10px 35px;
    font-size: 14px;
    margin-top: 5px;
}
.date {
    line-height: 24px;
    margin-right: 5px!important;
}
.date-row {
    min-height: fit-content;
    padding-left: 15px;
    z-index: 0;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.date-row>img {
    width: 67%;
    z-index: -1;
    display: block;
    right: 0px;
    left: auto;
    margin: 0 20px;
    position: static;
    border-radius: 5px;
    margin-bottom: 0px;
    height: 0px;
}

.date>div {
    font-weight: 600;
    margin: 0 3px;
    line-height: 22px;
    }
    }