.top-head {
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 50px;
}

.top-head h2 {
    font-size: 2.6667em;
    font-weight: 400;
    color: #233038;
    text-align: left;
}

.search-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
}

.search-box .srch-fld {
    position: relative;
    max-width: 550px;
    align-items: center;
    flex: 1 1 0;
}

.search-box .serch {
    border: #075056 1px solid;
    border-radius: 50px;
    padding: 22px 25px;
    width: 100%;
    color: #075056;
    font-size: 16px;
    letter-spacing: 1px;
}

.search-box .srch-btn {
    position: absolute;
    right: 20px;
    top: 0;
    color: #075056;
    content: "";
    font-size: 20px;
    width: 54px;
    padding: 16px 12px;
    cursor: pointer;
}

.evnt-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.evnt-buttons .butn-itm {
    border: #E0E0E0 1px solid;
    border-radius: 10px;
    padding: 15px 20px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0 8px;
    display: flex;
    flex-direction: row;
    gap: 7px;
    margin-bottom: 14px;
}

.evnt-buttons .butn-itm.active {
    background-color: #057a85;
    border-color: #057a85;
    color: #fff;
}

.evnt-buttons .butn-itm span {
    background: #f00;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
}

.evnt-buttons .butn-itm .qu-ans {
    background: #FFE7D9;
}

.evnt-buttons .butn-itm .buk-discn {
    background: #D3DDDE;
}

.evnt-buttons .butn-itm .wrtn-wrkshp {
    background: #FFC6A3;
}

.evnt-buttons .butn-itm .vitul-read {
    background: #E8E8E8;
}

.evnt-clndr {
    margin-top: 50px;
    border: #D3DDDE 1px solid;
    border-radius: 7px;
    margin-bottom: 70px;
}

.evnt-clndr .clndr-head {
    display: flex;
    border-bottom: #D3DDDE 1px solid;
}

.evnt-clndr .clndr-head .clndr-cell {
    width: 14.28%;
    padding: 10px 15px;
    font-size: 16px;
    color: #969696;
    text-transform: uppercase;
}

.evnt-clndr .clndr-head .clndr-cell+.clndr-cell {
    border-left: #ebeded 1px solid;
}

.evnt-clndr .clndr-body {
    display: flex;
    flex-wrap: wrap;
}

.evnt-clndr .clndr-body .clndr-cel {
    cursor: pointer;
    text-decoration: none;
    position: relative;
    width: 14.28%;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-bottom: #ebeded 1px solid;
    background: #fff;
    min-height: 150px;
}

.evnt-clndr .clndr-body .clndr-cel.qu-ans {
    background: #FFE7D9;
}

.evnt-clndr .clndr-body .clndr-cel.buk-discn {
    background: #D3DDDE;
}

.evnt-clndr .clndr-body .clndr-cel.wrtn-wrkshp {
    background: #FFC6A3;
}

.evnt-clndr .clndr-body .clndr-cel.vitul-read {
    background: #E8E8E8;
}

.evnt-clndr .clndr-body .clndr-cel span {
    display: block;
}

.evnt-clndr .clndr-body .clndr-cel.empty {
    cursor: default;
    background: #F8F8F8;
    color: #969696;
}

.evnt-clndr .clndr-body .clndr-cel+.clndr-cel {
    border-left: #ebeded 1px solid;
}

.evnt-clndr .clndr-body .clndr-cel:last-child {
    border-right: #ebeded 1px solid;
}

.evnt-clndr .clndr-body .clndr-cel .date {
    margin-bottom: 40px;
}

.evnt-clndr .clndr-body .clndr-cel .evnt-box .evnt-itm+.evnt-itm {
    margin-top: 10px;
}

.evnt-clndr .clndr-body .clndr-cel .evnt-box .evnt-itm .evnt-nam {
    font-size: 15px;
}

.evnt-clndr .clndr-body .clndr-cel .evnt-box .evnt-itm .authr-nam {
    font-size: 13px;
    color: #a1a1a1;
    font-weight: 500;
}

.evnt-clndr .clndr-body .clndr-cel .evnt-box .evnt-itm .more-evnt {
    font-size: 12px;
    color: #777;
    font-weight: 400;
}

.tr-months {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px 0px 40px;
    overflow: hidden;
    position: relative;
}


.tr-months .tr-monthlist {
    align-items: center;
    overflow-x: auto;
}

.tr-months .tr-monthsbtn {
    text-decoration: none;
    color: #777;
    font-size: 1.71em;
    padding: 6px 8px;
    border-radius: 6px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}


.tr-monthlist .tr-monthsbtn.active {
    font-weight: 600;

}

.tr-months .tr-month-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff1c;
    text-decoration: none;
    margin: 0 8px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.tr-months .tr-month-nav:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 20px rgba(5, 20, 20, 0.12);
    color: #FF914D;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .tr-months .tr-monthsbtn {
        font-size: 1.6em;
    }
}

@media only screen and (max-width:990px) {
    .evnt-clndr .clndr-head {
        display: none;
    }

    .evnt-clndr .clndr-body .clndr-cel.empty {
        display: none;
    }
}

@media (min-width: 783px) and (max-width: 992px) {
    .tr-months {
        padding: 40px 20px 0 20px;
    }

    .tr-months .tr-monthsbtn {
        font-size: 1.4em;
    }
}

@media only screen and (max-width:990px) and (min-width:751px) {
    .evnt-clndr .clndr-body .clndr-cel {
        width: 20%;
    }
}

@media only screen and (max-width:750px) and (min-width:611px) {
    .evnt-clndr .clndr-body .clndr-cel {
        width: 25%;
    }
}

@media (min-width: 633px) and (max-width: 784px) {
    .tr-months {
        padding: 30px 20px 0px 20px;
    }

    .tr-months .tr-monthsbtn {
        font-size: 1.4em;
    }
}

@media (min-width: 513px) and (max-width: 632px) {

    .tr-months {
        padding: 20px 20px 0px 20px;
    }

    .tr-months .tr-monthlist .tr-monthsbtn {
        font-size: 1.3em;
    }
}

@media only screen and (max-width:610px) and (min-width:480px) {
    .evnt-clndr .clndr-body .clndr-cel {
        width: 33.33%;
    }
}

@media (min-width: 421px) and (max-width: 514px) {
    .tr-months {
        padding: 20px 20px 0px 20px;
    }

    .tr-months .tr-monthlist .tr-monthsbtn {
        font-size: 1.3em;
    }

    .tr-months .tr-month-nav {
        width: 50px;
        height: 40px;
    }
}

@media only screen and (max-width:479px) {
    .evnt-clndr .clndr-body .clndr-cel {
        width: 50%;
    }
}

@media (min-width: 381px) and (max-width: 420px) {
    .tr-months {
        padding: 20px 15px 0px 15px;
    }

    .tr-months .tr-monthlist .tr-monthsbtn {
        font-size: 1.3em;
    }

    .tr-months .tr-month-nav {
        width: 50px;
        height: 40px;
    }
}

@media only screen and (max-width:360px) {
    .evnt-buttons .butn-itm {
        width: 100%;
        padding: 10px;
        font-size: 13px;
    }
}

@media (min-width: 301px) and (max-width: 382px) {
    .tr-months .tr-monthlist .tr-monthsbtn {
        font-size: 1.3em;
    }

    .tr-months {
        padding: 20px 15px 0px 15px;
    }

    .tr-months .tr-month-nav {
        width: 50px;
        height: 40px;
    }
}

@media (max-width: 300px) {
    .tr-months .tr-monthlist .tr-monthsbtn {
        font-size: 1em;
    }

    .tr-months {
        padding: 20px 15px 0px 15px;

    }

    .tr-months .tr-month-nav {
        width: 50px;
        height: 40px;
    }
}