.container{
    flex-direction: column!important;
    align-items: center;
}

#spinload {
    display: flex;
    width: 35px;
    height: 35px;
    margin-top: 45px;
    border: 3px solid #ffffff;
    border-top: 3px solid #2968b5;
    border-radius: 50%;
    animation-duration: 1.5s;
    animation: spin 1.5s ease-in-out infinite;
}

.main-block {
    display: none;
    margin-bottom: 60px;
    max-width: 950px;
    width: 100%;
    height: 335px;
}

.img-spot {
    width: 100%;
    max-width: 320px;
}

.event-img{
    width: 100%;
    border-radius: 5px;
}

.title{
    color: var(--text-color);
    font-family: Poppins-Regular !important;
    }

.inf-text {
    margin: 2px 0;
    font-size: 15pt;
    color: var(--text-color);
    
    }
    
.address a:before: 
    {content: '📍';
    font-size: 1.2em;
    position: relative;
    margin-right: 5px;
}


.main-information {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}

.link-to-widget:nth-of-type(2n){
    margin-top: 0;
}

.buy-ticket {
    margin-top: 20px;
    width: 400px;
    height: 52px;
    cursor: pointer;
    background: #ffd814;
    border-color: #fcd200;
    border: 1px solid #fcd200;
    border-radius: 8px;
    font-size: 24px;
    font-family: Poppins-Regular;
    font-weight: 600;
    line-height: 37.5px;
    letter-spacing: 0.7px;
    transition: all 0.4s;
}

.no-bank{
    border-color: #4d4d4d;
    height: auto;
    color: #4d4d4d;
    cursor: not-allowed;
}

button.buy-ticket:before {
    content: '🎫';
    margin-right: 10px;
}

.link-to-widget {
    margin-top: auto;
}

.description {
    display: none;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    max-width: 950px;
    color: var(--text-color);
}

.burger{
    display: none;
}

@media screen and (max-width: 1000px){
    .main-block {
        height: auto;
        flex-direction: column;
        align-items: center;
        width: auto;
        margin-bottom: 37px;
    }
    .main-information {
        margin-left: 0;
    }
    .buy-ticket{
        width: 100%;
        max-width: 400px;
        min-height: 52px;
        line-height: 24.5px;
    }
    .event-img{
        margin-bottom: 30px;
    }
    .description {
        padding: 0 3%;
        width: auto;
    }
    .header{
        position: relative;
    }
    .container{
        margin-top: 0px;
    }
    
       .img-spot {
        max-width: 640px;
    }
}

@keyframes spin{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 430px){
    .container{
    margin-bottom: 20px;
        }
        
.event-img {
    border-radius: 0px;
}

    .inf-text {
    margin: 2px 0;
    font-size: 14;
    }
    
    .description {
   font-size: 14px;
    }
    
    .footer_text {
    font-size: 12pt;
    font-family: 'Poppins-Light';
    }
    
    .main-information {
        padding: 0 3%;
    }
}