.vecmasugads {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vecmasugads .container-vecmasugads {
    max-width: 1170px;
    margin: 0 auto;
}

.events-month {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    max-width: calc(100% - 220px);
}

.events-month:nth-child(odd) {
    margin-right: auto;
}

.events-month:nth-child(even) {
    margin-left: auto;
}

.events-month::before {
    content: attr(data-month);
    font-size: 20px;
    color: white;
    position: absolute;
    top: -14px;
    left: -12px;
    height: 34px;
    background: #283e7c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 0 16px;
}

.events-month:nth-child(even)::before {
    left: initial;
    right: -12px;
}

.events .event {
    width: 100%;
    background: white;
    margin-bottom: 7px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.events {
    width: 100%;
    padding: 0 32px;
    background: rgb(111,37,103);
    background: -moz-linear-gradient(180deg, rgba(111,37,103,1) 0%, rgba(65,129,197,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(111,37,103,1) 0%, rgba(65,129,197,1) 100%);
    background: linear-gradient(180deg, rgba(111,37,103,1) 0%, rgba(65,129,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f2567",endColorstr="#4181c5",GradientType=1);
}

.container-vecmasugads h1 {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.container-vecmasugads .text {
    font-size: 18px;
    color: white;
}

.events-month:not(:first-of-type) {
    margin-top: 18px;
}

.event-date {
    flex: 1 0 170px;
    max-width: 170px;
    border-right: 1px dashed #283e7c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 23px 15px;
    color: #283e7c;
    text-align: center;
}

.event-date .date {
    font-size: 25px;
    font-weight: bold;
}

.event-date .time {
    font-size: 15px;
    color: #283e7c;
    font-weight: 500;
}

.event-button {
    flex: 1 0 200px;
    max-width: 200px;
}

.event .event-main {
    flex: 1 0 calc(100% - 370.00px);
    max-width: calc(100% - 370.00px);
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.event.no-button .event-main {
    flex: 1 0 calc(100% - 170.00px);
    max-width: calc(100% - 170.00px);
}

.event-main .title {
    color: #283e7c;
    font-size: 19px;
    line-height: 21px;
    width: 100%;
    margin: 24px 0;
}

.event-buttons {
    flex: 1 0 200px;
    max-width: 200px;
    border-left: 1px dashed #283e7c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 0;
}

img.vecmasugads-logo {
    max-width: 450px;
    width: 100%;
}

.vecmasugads-header-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.event.no-button {
    padding-right: 15px;
}

.files {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

a.file-link {
    font-size: 35px;
    color: #283e7c;
    transition: all .2s linear;
}

a.file-link:nth-child(n+2) {
    margin-left: 8px;
}

a.file-link:hover {
    color: #3c5aaf;
}

.event-buttons a {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background: #6c296d;
    border-radius: 5px;
    padding: 4px 21px;
    transition: all .2s linear;
}

.event-buttons a:hover {
    text-decoration: none;
    background: #973d98;
}

.event-buttons a:nth-child(2n){
    margin-top: 10px;
}

.supporters {
    margin-top: 30px;
    margin-bottom: 60px;
}

.supporters .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #283e7c;
    letter-spacing: 13px;
}

.supporters .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    color: #283e7c;
    letter-spacing: 13px;
}

.supporter-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.logos-row {
    text-align: center;
    font-size: 0;
}

.logos-row a,
.logos-row img.no-url {
    flex: 1 0 14.2857%;
    max-width: 14.2857%;
    padding: 0 20px;
}

.logos-row a img {
    max-width: 100%;
}


.page-intro {
    margin-top: 50px;
    margin-bottom: 70px;
}

.container-vecmasugads.events-container {
    padding: 0 15px;
    margin-bottom: 60px;
}

a.event-gallery-button {
    font-size: 35px;
    color: #283e7c;
    transition: all .2s linear;
}

a.event-gallery-button:hover {
    color: #3c5aaf;
}

@media (max-width: 991px){
    .events-month {
        max-width: calc(100% - 50px);
    }
}

@media (max-width: 820px){
    .events-month {
        max-width: 100%;
        margin-bottom: 56px;
    }
    
    .events-month::before, .events-month:nth-child(even)::before {
        left: 0;
        right: 0;
        top: -41px;
    }
}


@media (max-width: 720px){
    .events .event {
        flex-direction: column;
    }
    
    .event-date {
        flex: 1 0 100%;
        max-width: 100%;
        border-right: 0;
        border-bottom: 1px dashed #283e7c;
        padding: 7px 15px;
    }
    
    .event.no-button {
        padding-right: 0;
    }
    
    .events-container .event .event-main {
        max-width: 100%;
        flex: 1 0 100%;
        text-align: center;
        flex-wrap: wrap;
    }
    
    .event .files {
        padding: 0;
        padding-bottom: 15px;
    }
    
    .event-buttons {
        flex: 1 0 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    a.event-gallery-button {
        padding-left: 30px;
        padding-bottom: 15px;
    }
    
    .vecmasugads-header-row {
        display: initial;
        justify-content: normal;
        align-items: normal;
    }
}