/* --- DLE Расписание выхода аниме --- */
.main-title {
    margin: 0 0 30px;
    font-size: 40px;
}
.top-description {
    line-height: 22px;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}
.calendar-date {
    margin-top: 30px;
    margin-bottom: 30px;
}
.calendar-date__list {
    display: flex;
    overflow-y: auto;
}
.calendar-date__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}
.calendar-date__item-number {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #f2f2f2;
    font-size: 1.4em;
    color: #1f1f1fab;
}
.calendar-date__item:nth-child(odd) .calendar-date__item-number {
    background-color: #e8e8e8ba;
}
.calendar-date .calendar-date__item.calendar-date__active .calendar-date__item-number {
    color: #f60;
    background-color: rgba(255,102,0,0.08);
    font-weight: 500;
}
.calendar-date .calendar-date__item.calendar-date__active .calendar-date__item-day {
    font-weight: 500;
}
.calendar-date__item-day {
    margin-top: 10px;
    color: rgba(31,31,31,.5);
}
.calendar-date__item:last-of-type {
    margin-right: 0;
}
.calendar-full .calendar__item {
    flex: 0 0 100%;
    max-width: 100%;
}
.calendar-date__item1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 123px;
    height: 70px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f2f2f2;
    cursor: pointer;
    margin-right: 8px;
}
.calendar-date__item1:last-of-type {
    margin-right: 0px;
}
.calendar-date__item1:hover {
    border: 1px solid rgba(0,0,0,0.2);
}
.calendar-active {
    border: 1px solid rgba(0,0,0,0.05);
}
.calendar-active .calendar-date__item-day1 {
    color: #1f1f1f;
}
.calendar-date__item-day1 {
    color: #777;
    font-weight: 500;
    margin-bottom: 5px;
}
.calendar-date__item-month1 {
    color: rgba(31,31,31,.5);
    font-size: 0.85em;
}
.calendar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    width: unset!important;
    text-align: unset!important;
}
.calendar__item {
    flex: 0 0 48%;
    margin-right: 15px;
    max-width: 48%;
}
.visible-calendar {
    border-bottom: solid 1px transparent;
}
.calendar__item-anime:last-of-type {
    border-bottom: none;
}
.calendar__item-number {
    opacity: 0.4;
    font-size: 14px;
    line-height: 1.29;
    color: #1f1f1f;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: -25px;
}
.calendar__item-img  {
    margin-right: 10px;
    width: 40px;
    height: 60px;
    flex-shrink: 0;
}
.calendar__item-img img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}
.calendar__item-names {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding-right: 20px;
    margin-right: auto;
    overflow: hidden;
    padding-top: 3px;
    flex-shrink: 2;
}
.calendar__item-date {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.23;
    color: #797979;
}
.calendar__item-episode {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    text-align: right;
}
.calendar__item-serie {
    font-size: 15px;
    font-weight: 500;
    color: #797979;
}
.calendar__item-time {
    line-height: 1.23;
    color: #797979;
    font-size: 13px;
    margin-top: 5px;
}
.calendar__item-day {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Domine', serif;
}
.calendar__item-month {
    font-size: 13px;
}
.calendar__item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #060077;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
.calendar__item-name:hover {
    color: #f66600;
}
.calendar__item-english-name {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.38;
    color: rgba(31,31,31,0.4);
}
.calendar__item-bookmark,
.top-users__send-msg {
    background-color: #f4f4f4;
    height: 30px;
    width: 30px;
    color: #f66600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #cccccc7a;
    margin-left: 40px;
    cursor: pointer;
    flex-shrink: 0;
}
.calendar__item-weekday h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    text-decoration: none;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
    margin: 7px 0;
}
@media only screen and (max-width:768px){
    .calendar__item {
        max-width: 100%;
    }
    .calendar__item:last-of-type {
        display: none;
    }
    .calendar__item-bookmark {
        margin-left: 30px;
    }
    .calendar__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
	.wblock {padding:unset}
    .calendar__item-anime {margin-left:unset;}
}
@media only screen and (max-width:480px){
    .calendar__item-date {
        display: none;
    }
}
@media only screen and (max-width:380px){
    .calendar__item-episode {
        margin-right: 20px;
    }
}
@media only screen and (max-width:360px){
    .calendar__item-episode {
        margin-right: 10px;
    }
}
.watchlist_btn_success .far.fa-bookmark {
    font-weight: 900;
}
.watchlist_btn_success i {
    color: #f60;
}
.dark .calendar__item-name, .dark .calendar-date__item-day1 {
	color: #ddd;
}
.dark .calendar__item-english-name {
    color: #868e96;
}
.dark .calendar__item-bookmark {
    background-color: hsla(240,5%,48%,.1);
    border-color: #2d3236;
}
.dark .calendar-date__item1 {
    background-color: hsl(240deg 1% 16%);
    color: #ddd;
    opacity: 1;
}
.dark .calendar-date__item-month1 {
    color: #868e96;
}
.dark .main-title {
    color: #fff;
}
.dark .calendar-date__item1 {
    background-color: hsl(240deg 1% 16%);
    color: #ddd;
    opacity: 1;
}
.dark .calendar-date__item1:hover {
    border-color: #2d3236;
}
.dark .calendar-active .calendar-date__item-day1, .dark .calendar__item-name, .dark .top-description {
    color: #ddd;
}
/* --- Календарь на главной --- */

.calendar__item-anime {
    display: flex;
    padding-bottom: 12px;
    margin-top: 12px;
    border-bottom: solid 1px rgba(52,47,144,0.1);
    align-items: center;
    position: relative;
    margin-left: 25px;
}
.show-more-schedules {
    cursor: pointer;
    color: rgba(31,31,31,.5);
}
.watchlist_btn_success i {
    color: #f60;
    font-weight: 900;
}
@media only screen and (max-width:768px){
    .calendar__item {
        max-width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .calendar__item:last-of-type {
        display: none;
    }
    .calendar__item-bookmark {
        margin-left: 30px;
    }
}
.dark .calendar__item-weekday h3 {
    color: #ddd;
}
.dark  .calendar__item-bookmark {
    background-color: hsla(240,5%,48%,.1);
    border-color: #2d3236;
}