
.event-date {
    font-size: 20px;
    color: #83797e;
    font-style: italic;
    text-align: right;
    margin-top: -20px;
    margin-bottom: 10px;
}
.center-c{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

@media (max-width: 992px) {
    .event-date {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.event-calendar {
    position: relative;
    overflow: auto;
    width: 1115px;
    padding-top: 35px;
    text-align: center;
}
.event-calendar::before {
    /*content: '';*/
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150%;
    height: 1px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
}

.ev-years {
    position: relative;
    top: -35px;
    width: 450px;
    margin: 0px auto 0px;
    color: #a66094;
    font-weight: 100;
    padding: 0px 0px 0px;
    font-size: 27px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.3px;
    z-index: 3;
}

.ev-years .slick-list {
    padding-top: 22px !important;
}

.ev-years .slick-slide {
    width: 250px;
    border: 1px solid transparent;
    transition: 0.5s all ease;
    padding: 12px 33px 10px;
    cursor: pointer;
    margin-top: 11px;
    text-align: left;
}

.ev-years .slick-current {
    background: rgba(102, 36, 131, 1);
    font-weight: 700;
    border-color: #fff;
    color: #fff;
    margin-top: 0px;
    transform: translate(0px, -20px);
    cursor: auto;
    text-align: center;
}

.ev-years .disabled {
    opacity: 0;
    height: 0px;
}

.ev-years-nav {
    width: 530px;
    margin: -80px auto 0;
    position: relative;
}

.ev-years-nav svg {
    cursor: pointer;
}

.ev-years-nav svg * {
    fill: #f29fc5;
}

.ev-years-nav svg:hover * {
    fill: #ffcce2;
}

.ev-years-nav .nav-left {
    position: relative;
    transform: rotate(-90deg);
}

.ev-years-nav .nav-right {
    transform: rotate(90deg);
    position: relative;
}

.ev-years-nav.button-disabled-left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
}

.ev-years-nav.button-disabled-right:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
}

.ev-months-wrapper {
    width: 530px;
    margin: 30px auto;
}

.ev-months {
    position: relative;
    color: #a66094;
    font-weight: 100;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.ev-months .slick-slide {
    transition: 0.5s all ease;
    cursor: pointer;
    text-align: center;
    height: 60px;
    padding: 5px 15px 0px;
    width: 176px !important;
}

.ev-months .slick-current {
    font-weight: 700;
    color: rgba(102, 36, 131, 1);
    font-size: 27px;
    cursor: auto;
    padding-top: 0px;
}

.ev-months .disabled {
    opacity: 0.5;
}

.ev-months-nav {
    width: 200px;
    margin: -80px auto 0;
    position: relative;
}

.ev-months-nav svg {
    cursor: pointer;
}

.ev-months-nav svg * {
    fill: #8e2c2c;;
}

.ev-months-nav svg:hover * {
    fill: #8e2c2c;;
}

.ev-months-nav .nav-left {
    position: relative;
    transform: rotate(-90deg);
}

.ev-months-nav .nav-right {
    transform: rotate(90deg);
    position: relative;
}

.ev-date-list {
    display: flex;
    margin-top: 30px;
    gap: 13px;
    flex-wrap: wrap;
}

.ev-date-list .divider {
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
}

.ev-date-list .simple-col {
    position: relative;
    width: 128px;
    min-height: 104px;
    color: #ffffff;
    font-size: 15px;
    background: rgba(166, 96, 148, 0.5);
    padding: 40px 5px 5px 15px;
    transition: 0.3s all ease;
}

.simple-col.col-event-2 {
    width: 269px;
}

.simple-col.col-event-3 {
    width: 410px;
}

.simple-col.col-event-4 {
    width: 551px;
}

.simple-col.col-event-5 {
    width: 692px;
}

.simple-col.col-event-6 {
    width: 973px;
}

.ev-date-list .simple-col.col-event {
    display: flex;
    align-items: center;
    padding: 3px;
}

.ev-date-list .simple-col.col-event.active {
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 1);
}

.ev-date-list .simple-col.col-event {
    font-size: 14px;
    cursor: pointer;
}

.ev-date-list .simple-col.col-event:hover {
    transform: scale(0.98);
}

.ev-date-list .empty-event {
    background: rgba(102, 102, 102, 0.13);
}

.ev-date-list .simple-col.time-cap {
    padding: 35px 0px 0px 0px;
    font-size: 27px;
    background: rgba(126, 64, 150, 0.3);
    text-align: center;
}

.ev-date-list .simple-col.hour-cap {
    background: rgba(104, 49, 139, 0.3) !important;
}

.simple-col.col-event-color-1,.col-ev-full.col-event-color-1:before {
    background: rgba(196, 105, 181, 0.5) !important;
}

.simple-col.col-event-color-2,.col-ev-full.col-event-color-2:before {
    background: rgba(175, 96, 162, 0.5) !important;
}

.simple-col.col-event-color-3,.col-ev-full.col-event-color-3:before {
    background: rgba(152, 78, 140, 0.5) !important;
}

.simple-col.col-event-color-4,.col-ev-full.col-event-color-4:before {
    background: rgba(133, 63, 121, 0.5) !important;
}

.simple-col.col-event-color-5,.col-ev-full.col-event-color-5:before {
    background: rgba(194, 9, 110, 0.5) !important;
}

.simple-col.col-event-color-6,.col-ev-full.col-event-color-6:before,.col-ev-full.col-event-color-7:before,.ev-date-list .simple-col.col-event-color-7 {
    background: rgba(194, 9, 110, 0.5) !important;
}

.ev-date-list .numdate {
    width: 42px;
    height: 34px;
    background: rgba(0, 0, 0, 0.23);
    font-size: 17px;
    font-weight: 100;
    text-align: center;
    padding: 6px 0 0px;
    position: absolute;
    top: 0px;
    right: 0;
}

.ev-date-list .notedate {
    font-size: 10px;
    margin-top: 2px;
    line-height: 1.2;
}

.ev-date-list .simple-col.col-event .notedate {
    font-size: 11px;
    margin-top: 10px;
}

.ev-date-list .holidays {
    background: rgba(180, 86, 156, 0.5);
}

.ev-date-list .count-days {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ev-date-list .count-days span {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

.col-ev-full {
    display: none;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 70px 0px;
    z-index: 1;
    line-height: 1.3;
    width: 100%;
}

.col-ev-full.active {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.col-ev-full:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*opacity: 0.7;*/
}

.col-ev-full .ev-caption {
    color: rgba(255, 255, 255, 1);
    font-size: 38px;
    margin: 15px 0px;
}

.col-ev-full .sub-cation {
    color: rgba(255, 255, 255, 0.6);
    font-size: 27px;
    font-style: italic;
    position: relative;
    letter-spacing: 1.3px;
    display: table;
}

.col-ev-full .sub-cation:after {
    content: '';
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -9px;
    width: 80px;
    height: 18px;
    opacity: 0.3;
    background: url('../../design/cut/../../design/cut/svgn/cbc1c0') no-repeat center;
    background-size: contain !important;
    transform: rotate(180deg);
}

.col-ev-full .thumb {
    max-width: 270px;
    border-radius: 10px;
    border: 3px solid #eaa991;
    margin: 0px 20px 20px 0px;
}

.col-ev-full .ev-note {
    color: #868997;
    font-size: 24px;
    margin-bottom: 15px;
}

.col-ev-full .ev-text {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.col-ev-full .line-left {
    position: relative;
}

.col-ev-full .line-left:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.col-ev-full .geo-info {
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.col-ev-full .geo-info img {
    opacity: 0.5;
}

.col-ev-full .date-xl {
    font-weight: 100;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.col-ev-full .read-more-inner {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    cursor: pointer;
    display: inline-block;
    opacity: 0.5;
}

.col-ev-full .read-more-inner:hover .arrow-down-sm {
    transform: rotate(270deg) translate(0, 3px);
}

.col-ev-full .read-more-inner .arrow-down-sm {
    transform: rotate(270deg);
    position: relative;
    top: 3px;
    display: inline-block;
    width: 20px;
    transition: all 0.3s ease;
}

.col-ev-full .ev-timer {
    display: flex;
    column-gap: 7px;
    color: #fff;
    font-size: 41px;
    font-weight: 100;
    cursor: pointer;
    opacity: 0.5;
    margin-bottom: 12px;
}

.col-ev-full .ev-timer > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.col-ev-full .ev-timer-labels {
    display: flex;
    column-gap: 21px;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    cursor: pointer;
    opacity: 0.5;
}

.col-ev-full .ev-timer-labels > div {
    width: 45px;
    text-align: center;
}

@media (max-width: 1285px) {
    .page-calendar .main-head-nav .social-wrapper::before {
        display: none;
    }

    .page-calendar .main-head-nav .social-wrapper {
        margin-top: 0;
        margin-left: 3px;
    }

    .page-calendar .main-head-nav .social-wrapper svg {
        width: 16px;
    }

    .page-calendar .main-head-nav .social-wrapper li {
        margin: 6px 0px;
    }
}

@media (max-width: 1235px) {
    .ev-date-list-wrapper {
        overflow-x: scroll;
    }

    .ev-date-list {
        width: 1116px;
    }

    .col-ev-full:before {
        left: 0%;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .col-ev-full .ev-caption {
        font-size: 18px;
        margin: 15px 0px;
    }

    .col-ev-full .sub-cation {
        font-size: 17px;
    }

    .col-ev-full .ev-note {
        font-size: 20px;
    }

    .col-ev-full .ev-text {
        font-size: 16px;
    }

    .col-ev-full {
        padding: 30px 15px;
    }

    .col-ev-full .geo-info {
        font-size: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .col-ev-full .date-xl {
        font-size: 22px;
        padding-bottom: 15px;
        margin-bottom: -2px;
    }

    .col-ev-full .read-more-inner {
        font-size: 15px;
    }

    .col-ev-full .read-more-inner .arrow-down-sm {
        top: 4px;
        width: 17px;
    }

    .col-ev-full .date-xl {
        padding-bottom: 6px;
    }
}

@media (max-width: 575px) {
    .ev-years .slick-slide {
        width: 160px;
        padding: 8px 20px 6px;
    }

    .ev-years {
        width: 100%;
        font-size: 18px;
    }

    .ev-years-nav {
        width: 100%;
    }

    .ev-years .slick-current {
        transform: translate(0px, -8px);
    }

    .ev-years-nav {
        margin: -68px auto 0;
    }

    .ev-years-nav svg {
        width: 16px;
    }

    .ev-months-wrapper {
        width: 100%;
        margin: 15px auto 30px;
    }

    .ev-months {
        font-size: 16px;
    }

    .ev-months .slick-current {
        font-size: 19px;
    }

    .ev-months .slick-slide {
        padding: 5px 10px 0px;
        width: 120px !important;
    }

    .ev-months .slick-current {
        width: 200px !important;
    }

    .ev-months-nav svg {
        width: 16px;
    }
}

.col-event-color-bl {
    width: 100%;
    min-height: 104px;
    background: #00000063;
    padding: 10px;
    height: 100%;
}