#calendar-plan_content{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    /*font-family: 'Inter', sans-serif;*/
}

@font-face {
    font-family: 'Yanone Kaffeesatz';
    src: url('../fonts/YanoneKaffeesatz-Regular.eot');
    src: url('../fonts/YanoneKaffeesatz-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/YanoneKaffeesatz-Regular.woff') format('woff'),
    url('../fonts/YanoneKaffeesatz-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: local("Inter Regular"), local("Inter-Regular"), url("../fonts/Inter-Regular.woff2") format("woff2"),
		url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Inter";
	src: local("Inter Bold"), local("Inter-Bold"), url("../fonts/Inter-Bold.woff2") format("woff2"),
		url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

.header-container{
    background: #FFFFFF;
    border-bottom: 1px solid #EBEBEB;
    padding: 39px 0;
}

.header-container .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu{
    display: flex;
    align-items: center;
}

.header-menu-item{
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9D9D9D;
    margin-left: 80px;
    text-decoration: none;
}

.header-menu-item:hover, .header-menu-item.active{
    color: #555555;
}

.header-logo{
    width: 100%;
}

@media (max-width: 991px){
    .header-menu-item {
        margin-left: 60px;
    }
}

@media (max-width: 767px) {
    .header-menu-item {
        margin-left: 28px;
        font-size: 12px;
    }
}

@media (max-width: 510px) {
    .header-container .container{
        flex-direction: column;
    }

    .header-menu{
        flex-direction: column;
    }

    .header-menu-item {
        margin-left: 0;
        font-size: 16px;
        margin-top: 25px;
    }
}

.calendar-title-container{
    padding: 45px 0 29px;
}

.calendar-title{
    font-family: 'Yanone Kaffeesatz';
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #555555;
}

.calendar-title span{
    display: block;
    background: #D30029;
    width: 29px;
    height: 3px;
    margin-top: 15px;
}

.calendar-year-nav-container{
    width: 267px;
}

.calendar-year-slider{
    display: flex!important;
    align-items: center;
}

.calendar-year-nav-container .slick-prev, .calendar-year-nav-container .slick-next{
    width: 32px;
    height: 32px;
    padding: 0;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-items: center;
}

.calendar-year-nav-container .slick-prev{
    margin: 0 25px 0 0;
}

.calendar-year-nav-container .slick-next{
    margin: 0 0 0 25px;
}

.calendar-year-nav-container .slick-prev::before{
    content: url("../images/calendar/arrow_prev.svg");
    margin-top: 8px;
}

.calendar-year-nav-container .slick-next::before{
    content: url("../images/calendar/arrow_next.svg");
    margin-top: 8px;
}

.calendar-year-item{
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #555555;
    display: flex!important;
    justify-content: center;
    cursor: pointer;
}

.calendar-month-nav-container{
    margin: 27px 0 30px;
}

.calendar-month-item{
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    border-radius: 50px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #9D9D9D;
    padding: 6px 15px;
    cursor: pointer;
    margin-right: 15px;
    display: flex!important;
    flex-direction: column;
    align-items: center;
}

.calendar-month-item:last-child{
    margin-right: 0;
}

.calendar-month-item:hover, .calendar-month-item.active{
    color: #333333;
    padding: 6px 15px 0px;
}

.calendar-month-item:hover .red-line, .calendar-month-item.active .red-line{
    display: block;
}

.red-line{
    width: 10px;
    height: 4px;
    background: #DE3F5E;
    border-radius: 2px;
    margin-top: 2px;
    display: none;
}

.calendar-month-slider .slick-list{
    padding: 10px 0!important;
}








.calendar-nav-container{
    background: #FFFFFF;
    padding: 26px 0 14px;
}

.calendar-nav-container .container{
    position: relative;
}

@media (max-width: 520px){
    .calendar-nav-flex .calendar-nav-month{
        display: none;
    }

    .calendar-nav-flex .calendar-nav-month.active{
        display: block!important;
    }

    .calendar-nav-month-mobile .calendar-nav-month{
        width: 90%;
    }

    .calendar-nav-container .container{
        padding: 0;
    }

    .calendar-year-nav-container{
        margin: 0 auto;
    }

    .calendar-month-item{
        width: 150px;
    }

}

.calendar-month-container{
    margin-bottom: 100px;
}

.calendar-top-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4E4E4E;
}

.calendar-container{
    margin-top: 53px;
}

.calendar-days{
    display: flex;
    width: 100%;
}

.calendar-day-item{
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #555555;
    padding: 6px 35px;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    width: 14%;
}

.calendar-day-item:first-child{
    border-left: 1px solid #C4C4C4;
}

.calendar-date-row{
    display: flex;
    width: 100%;
}

.calendar-date-item{
    width: 14%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 4px;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    cursor: pointer;
    position: relative;
    overflow-y: auto;
	scrollbar-width: thin;        
	scrollbar-color: #53ACB2 #fff;
}

.calendar-date-item::-webkit-scrollbar {
  width: 7px;               
}
.calendar-date-item::-webkit-scrollbar-track {
  background: #fff;        
}
.calendar-date-item::-webkit-scrollbar-thumb {
  background-color: #53ACB2;  
  border-radius: 10px;       
  border: 2px solid #fff;  
}

.calendar-date-item:first-child{
    border-left: 1px solid #C4C4C4;
}

.calendar-date-disabled{
    background: #F3F6F8;
}

.calendar-date-num{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #53ACB2;
}

.event-item{
    width: 100%;
    margin-top: 5px;
    z-index: 2;
    text-decoration: none;
    display: block;
}

.available-event-pink{
    background: #FFF5F5;
}

.available-event-pink .event-item-status{
    border-bottom: 1px solid #FFABAB;
}

.available-event-yellow{
    background: #FFF9EA;
}

.available-event-yellow .event-item-status{
    border-bottom: 1px solid #FFB61D;
}

.event-item-status{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #555555;
    padding: 4px 10px;
}

.event-item-status img{
    margin-right: 5px;
}

.event-status-img-hover{
    display: none;
}

.event-item-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    padding: 4px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-item:hover{
    /*background: #FFF2D5;*/
    box-shadow: 0px 4px 15px rgba(96, 97, 112, 0.2);
    /*position: absolute;*/
    /*width: 140%;*/

	position: static;
	width: 100%;
    left: -20%;
}

.event-item:hover .event-item-status{
    /*border-bottom: 1px solid #FFB61D;*/
}

/*.event-item:hover .event-item-status .event-status-img{
    display: none;
}*/

/*.event-item:hover .event-item-status .event-status-img-hover{
    display: block;
}*/

.event-item:hover .event-item-title{
    display: block;
}

.soon-event{
    background: #E8F6FF;
}

.soon-event .event-item-status{
    border-bottom: 1px solid #4390C4;
}

.calendar-day-mobile{
    display: none;
}

.calendar-date-num-mobile{
    display: none;
}

@media (max-width: 1199px){
    .calendar-day-item{
        padding: 6px 14px;
    }
}

@media (max-width: 991px){
    .calendar-day-item{
        font-size: 14px;
        padding: 6px;
    }
}

@media (max-width: 767px){
    .calendar-day-desktop{
        display: none;
    }

    .calendar-day-mobile{
        display: block;
    }

    .event-item-status{
        font-size: 8px;
        padding: 4px;
    }

    .event-item-status img {
        margin-right: 3px;
    }

    .event-item-title{
        font-size: 10px;
        padding: 4px;
    }
}

@media (max-width: 520px){
    .calendar-date-num-desktop{
        display: none;
    }

    .calendar-date-num-mobile{
        display: block;
    }

    .calendar-date-item{
        height: 41px;
        align-items: center;
        padding: 1px;
    }

    .event-item-status{
        border-bottom: none!important;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .event-item-status span{
        display: none;
    }

    .event-item-title{
        display: none;
    }

    .event-item{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        margin: 0;
    }

    .calendar-date-num{
        z-index: 3;
    }

    .event-item:hover{
        /*background: #FFF2D5;*/
        box-shadow: 0px 4px 15px rgba(96, 97, 112, 0.2);
        position: absolute;
        width: 140%;
        height: auto;
        left: -20%;
        z-index: 4;
    }

    .event-item:hover .event-item-status span{
        display: block;
    }

    .event-item:hover .event-item-title{
        display: block;
    }

    .event-item:hover .event-item-status{
         /*border-bottom: 1px solid #FFB61D!important;*/
     }

    .soon-event:hover .event-item-status{
        border-bottom: 1px solid #4390C4!important;
    }

    .available-event-pink:hover .event-item-status{
        border-bottom: 1px solid #FFABAB!important;
    }

    .available-event-yellow:hover .event-item-status{
        border-bottom: 1px solid #FFB61D!important;
    }

    .event-item:hover .event-item-title{
        display: block;
    }

    .calendar-month-item.slick-current{
        padding-bottom: 0;
    }

    .calendar-month-item.slick-current .red-line{
        display: block;
    }
}

.footer-container{
    padding: 54px 0 48px;
    background: url("img/footer_bg.png"), #264252;
    background-size: cover;
}

.footer-menu{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-menu-item{
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    margin-left: 64px;
    text-decoration: none;
}

.footer-menu-item:first-child{
    margin-left: 0;
}

.footer-menu-item:hover{
    color: #FFFFFF;
}

.footer-logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.footer-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0 50px;
}

.event-mobile-link{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 767px){
    .footer-logo-container{
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer-logo:last-child{
        order: 1;
        width: 100%;
    }

    .footer-logo:first-child{
        order: 2;
        margin-top: 28px;
    }

    .footer-text{
        order: 3;
        width: 80%;
        margin: 23px 0 0 12px;
    }

    .footer-menu-item{
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 490px){
    .footer-menu-item{
        margin-left: 35px;
    }
}