.fr-text-gray {
  color: #AAA !important;
}
.fr-text-red {
  color: #F44336 !important;
}
.fr-text-blue {
  color: #2196F3 !important;
}
.fr-text-green {
  color: #4CAF50 !important;
}
.fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-text-spaced {
  letter-spacing: 1px;
}
.fr-text-uppercase {
  text-transform: uppercase;
}

img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-dib.fr-fil {
  margin-left: 0;
}
img.fr-dib.fr-fir {
  margin-right: 0;
}
img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
img.fr-rounded {
  border-radius: 7px;
}
img.fr-bordered {
  border: 1px solid #ddd;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
img.fr-padded {
  padding: 5px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

img.fr-shadows {
  box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-video {
  text-align: center;
  position: relative;
}
.fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-video.fr-dvi {
  display: inline-block;
}
.fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-video.fr-dvi.fr-fvr {
  float: right;
}
a.fr-strong {
  font-weight: 700;
}

table.fr-solid-borders td,
table.fr-solid-borders th {
  border: 1px solid #dddddd !important;
}

table.fr-dashed-borders td,
table.fr-dashed-borders th {
  border: 1px dashed #dddddd !important;
}

table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

table td.fr-red,
table th.fr-red {
  border: 1px double #F44336 !important;
}
table td.fr-blue,
table th.fr-blue {
  border: 1px double #2196F3 !important;
}
table td.fr-green,
table th.fr-green {
  border: 1px double #4CAF50 !important;
}
table td.fr-thick,
table th.fr-thick {
  border-width: 2px;
}/* --- DLE Расписание выхода аниме --- */
.main-title {
    margin: 0 0 30px;
    font-size: 40px;
}
.top-description {
    line-height: 22px;
    font-size: 16px;
    color: /*#333;*/
    margin-bottom: 25px;
    margin-top: 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;*/var(--bg-darker);
    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);*/var(--tt-fade);
}
.calendar-active {
    border: 1px solid rgba(0,0,0,0.05);
    background: var(--accent);
}
.calendar-active .calendar-date__item-day1 {
    color: /*#1f1f1f;*/white;
}
.calendar-date__item-day1 {
    color: /*#777;*/var(--tt-fade);
    font-weight: 500;
    margin-bottom: 5px;
}
.calendar-date__item-month1 {
    color: /*rgba(31,31,31,.5);*/var(--tt);
    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;*/var(--tt);
    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;*/var(--tt);
}
.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;*/var(--tt);
}
.calendar__item-time {
    line-height: 1.23;
    color: /*#797979;*/var(--tt-fade);
    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;*/var(--tt);
    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);*/var(--tt-fade);
}
.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;*/white;
}
.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;*/var(--tt);
}
/* --- Календарь на главной --- */

.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;
}