.player-photos {
    padding: 32px 0 50px;
    background: #32363f;
}
.player-photos > .top-notify,
.player-photos > .wrp {
    background: #32363f !important;
}
@media only screen and (max-width: 1023px) {
    .player-photos {
        padding-bottom: 39px;
    }
}
@media only screen and (max-width: 634px) {
    .player-photos {
        padding-top: 34px;
    }
}
.player-photos.person_banner {
    text-align: center;
}
.player-photos__title {
    margin-bottom: 26px;
    font-size: 22px;
}
@media only screen and (max-width: 634px) {
    .player-photos__title {
        font-size: 19px;
    }
}
@media only screen and (max-width: 634px) {
    .player-photos__title {
        margin-bottom: 46px;
    }
}
@media only screen and (max-width: 480px) {
    .player-photos__title {
        margin-bottom: 28px;
    }
}
.player-photos__list {
    opacity: 1;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.player-photos__list.m-loaded {
    background: url(../img/preloader_dark.gif) center center no-repeat;
}
.player-photos__list.m-hidden {
    opacity: 0;
}
.player-photos__item {
    margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
    .player-photos__item {
        margin-bottom: 40px;
    }
}
.player-photos__link {
    display: block;
    color: #009ee1;
}
.player-photos__link:hover {
    color: #009ee1;
}
.player_photo__date {
    display: block;
}
.player_photo__date > .blocktag {
    display: inline-block;
    height: 10px;
    margin-top: -3px;
    margin-left: 9px;
    padding: 2px 9px 1px;
    vertical-align: top;
    line-height: 1;
}
.player-photos__frame {
    display: block;
    padding-bottom: 13px;
    border: 1px solid #43464e;
    background: #353840;
}
.player-photos__image {
    position: relative;
    display: block;
    overflow: hidden;
    height: 150px;
    margin: -1px -1px 0;
    background: inherit;
    line-height: 0;
}
@media only screen and (max-width: 1099px) {
    .player-photos__image {
        height: auto;
        max-height: 150px;
    }
}
@media only screen and (max-width: 480px) {
    .player-photos__image {
        height: auto;
        max-height: 92px;
    }
}
.player-photos__image > img {
    width: 100%;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.player-photos__item:hover .player-photos__image > img {
    opacity: 0.8;
}
.player-photos__item-description {
    display: block;
    overflow: hidden;
    height: 60px;
    padding: 16px 18px 0;
    color: #b2b2b2;
    font-size: 14px;
    line-height: 20px;
}
@media only screen and (max-width: 1023px) {
    .player-photos__item-description {
        height: 142px;
    }
}
@media only screen and (max-width: 634px) {
    .player-photos__item-description {
        height: 80px;
    }
}
.player-photos__item:hover .player-photos__item-description {
    color: #009ee1;
}
@media only screen and (max-width: 480px) {
    .player-photos__item-description {
        height: 100px;
        padding: 16px 10px 0;
    }
}
.player-photos__pagination {
    margin-bottom: 34px;
}
@media only screen and (max-width: 1023px) {
    .player-photos__pagination {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 634px) {
    .player-photos__pagination {
        margin-bottom: 0;
    }
}

.player-photos__title {
    margin-bottom: 26px;
    font-size: 22px;
}
@media only screen and (max-width: 634px) {
    .player-photos__title {
        font-size: 19px;
    }
}
@media only screen and (max-width: 634px) {
    .player-photos__title {
        margin-bottom: 46px;
    }
}
@media only screen and (max-width: 480px) {
    .player-photos__title {
        margin-bottom: 28px;
    }
}

.player-photos .padded-wrapper,
.player-videos .padded-wrapper {
    overflow: hidden;
}
.player-videos {
    padding: 32px 0 50px;
    background: #252a31;
}
@media only screen and (max-width: 1023px) {
    .player-videos {
        padding-bottom: 40px;
    }
}
.player-videos__title {
    margin-bottom: 26px;
    font-size: 22px;
}
@media only screen and (max-width: 634px) {
    .player-videos__title {
        font-size: 18px;
    }
}
.player-videos__list {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.player-videos__list.m-loaded {
    background: url(../img/preloader_dark.gif) center center no-repeat;
}
.player-videos__list.m-hidden {
    opacity: 0;
}
.match-video__item,
.player-videos__item {
    margin-bottom: 25px;
}
.m-bordered.match-video__item,
.player-videos__item.m-bordered {
    margin-bottom: 30px;
    padding-bottom: 13px;
    border-bottom: 1px solid #3b4046;
}
.player-videos__link {
    display: block;
    color: #b2b2b2;
}
.player-videos__link:hover {
    color: #009ee1;
}
.player-videos__date {
    display: block;
    color: #009ee1;
}
.match-video__image,
.player-videos__image {
    position: relative;
    display: block;
    height: 0;
    margin-bottom: 16px;
    padding-bottom: 65.21739%;
    background: #fff;
    line-height: 0;
}
.match-video__image > img,
.player-videos__image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.player-videos__link:hover .match-video__image > img,
.player-videos__link:hover .player-videos__image > img {
    opacity: 0.8;
}
.player-videos__image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.player-videos__image-overlay > .play-block {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: #2c2c2c;
    line-height: 28px;
}


.match-video__list,
.player-media__list {
    zoom: 1;
    margin: 0 -30px 0 0;
    padding: 0;
    list-style-type: none;
}
.match-video__list:after,
.match-video__list:before,
.player-media__list:after,
.player-media__list:before {
    display: block;
    overflow: hidden;
    height: 0;
    content: "\0020";
}
.match-video__list:after,
.player-media__list:after {
    clear: both;
}
.m-loaded.match-video__list,
.player-media__list.m-loaded {
    background: url(../img/preloader_dark.gif) center center no-repeat;
}



.match-video__item,
.player-media__item {
    float: left;
    width: 230px;
    margin-right: 30px;
}
.match-video__item:nth-child(4n + 1),
.player-media__item:nth-child(4n + 1) {
    clear: both;
}
@media only screen and (max-width: 1099px) {
    .match-video__item,
    .player-media__item {
        width: 21%;
        margin-right: 4%;
    }
    .match-video__item:nth-child(4n),
    .player-media__item:nth-child(4n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 634px) {
    .match-video__item,
    .player-media__item {
        width: 44.6%;
    }
    .match-video__item:nth-child(4n + 1),
    .player-media__item:nth-child(4n + 1) {
        clear: none;
    }
    .match-video__item:nth-child(2n + 1),
    .player-media__item:nth-child(2n + 1) {
        clear: both;
    }
}
@media only screen and (max-width: 480px) {
    .match-video__item,
    .player-media__item {
        width: 43.6%;
        margin-right: 3%;
        margin-bottom: 40px;
    }
}


.padded-wrapper {
    padding: 0 30px;
}
@media only screen and (max-width: 1023px) {
    .padded-wrapper {
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 634px) {
    .padded-wrapper {
        width: 88%;
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    .padded-wrapper.m-resizer {
        overflow: hidden;
        width: 92%;
    }
}
@media only screen and (max-width: 767px) {
    .padded-wrapper.m-player-statistic {
        overflow: hidden;
        width: 100%;
        padding: 0;
    }
    .padded-wrapper.m-player-statistic .compare-block-container,
    .padded-wrapper.m-player-statistic .compare-title,
    .padded-wrapper.m-player-statistic .stats-filter,
    .padded-wrapper.m-player-statistic .stats-title {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 480px) {
    .padded-wrapper.m-resizer {
        overflow: hidden;
        width: 92%;
    }
}
.general-subtitle + .all-character,
.match-media__title + .all-character,
.match-poll__title + .all-character,
.match-video__title + .all-character,
.matchpage-chat__title + .all-character,
.matchpage-online__title + .all-character,
.matchpage-parallel__title + .all-character,
.matchpage-stats__title + .all-character,
.matchpage-teams__team-name + .all-character,
.matchpage-teams__title + .all-character,
.parallel-match__date + .all-character {
    margin-top: 26px;
}

.general-subtitle.m-white, .m-white.match-media__title, .m-white.match-poll__title, .m-white.match-video__title, .m-white.matchpage-chat__title, .m-white.matchpage-online__title, .m-white.matchpage-parallel__title, .m-white.matchpage-stats__title, .m-white.matchpage-teams__team-name, .m-white.matchpage-teams__title, .m-white.parallel-match__date {
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .p-matchpage .m-bottom-news {
        margin-left: 0;
    }
    .p-matchpage .match-video__image {
        margin-bottom: 19px;
    }
    .p-matchpage .padded-wrapper {
        width: 91%;
    }
    .p-matchpage .match-photo__item {
        width: 26%;
        margin: 0 11% 34px 0;
    }
    .p-matchpage .match-instagram__item {
        width: 31%;
        margin-right: 3.3%;
        margin-bottom: 24px;
    }
    .p-matchpage .match-instagram__link-all {
        margin-top: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .matchpage-chat .padded-wrapper {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {
    .matchpage-parallel .padded-wrapper {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
@media only screen and (max-width: 1099px) {
    .match-video.m-full-width .padded-wrapper {
        width: auto;
        margin-right: -3%;
    }
    .match-video.m-full-width .padded-wrapper .match-video__list_wide .match-video__item {
        width: 20%;
    }
}
@media only screen and (max-width: 1023px) {
    .match-video.m-full-width .padded-wrapper {
        margin-left: 2%;
    }
}
@media only screen and (max-width: 767px) {
    .match-video.m-full-width .padded-wrapper {
        width: auto;
        margin-right: -5%;
        margin-left: 0;
        padding-right: 0;
    }
    .match-video.m-full-width .padded-wrapper .match-video__list_wide .match-video__item {
        width: 40%;
        margin-right: 10%;
    }
}
@media only screen and (max-width: 634px) {
    .match-video.m-full-width .padded-wrapper {
        width: 97%;
        margin-right: 0;
        margin-left: 6%;
    }
}
@media only screen and (max-width: 480px) {
    .matchpage-teams.m-filled .padded-wrapper {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .padded-wrapper {
        width: 95%;
        padding: 0;
    }
}
.padded-wrapper .home-statistics__ad {
    margin-bottom: 60px;
    padding: 0;
}
.padded-wrapper {
    padding: 0 30px;
}
@media only screen and (max-width: 1023px) {
    .padded-wrapper {
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 634px) {
    .padded-wrapper {
        width: 88%;
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    .padded-wrapper.m-resizer {
        overflow: hidden;
        width: 92%;
    }
}
@media only screen and (max-width: 767px) {
    .padded-wrapper.m-player-statistic {
        overflow: hidden;
        width: 100%;
        padding: 0;
    }
    .padded-wrapper.m-player-statistic .compare-block-container,
    .padded-wrapper.m-player-statistic .compare-title,
    .padded-wrapper.m-player-statistic .stats-filter,
    .padded-wrapper.m-player-statistic .stats-title {
        padding: 0 15px;
    }
}

.player-photos__pagination {
    margin-bottom: 34px;
}
@media only screen and (max-width: 1023px) {
    .player-photos__pagination {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 634px) {
    .player-photos__pagination {
        margin-bottom: 0;
    }
}

.match-photo .player-pagination > a.inactive,
.match-photo .stats-page-results__paging > a.inactive,
.match-photo .team-results__paging > a.inactive,
.match-video .player-pagination > a.inactive,
.match-video .stats-page-results__paging > a.inactive,
.match-video .team-results__paging > a.inactive,
.player-photos .player-pagination > a.inactive,
.player-photos .stats-page-results__paging > a.inactive,
.player-photos .team-results__paging > a.inactive,
.player-videos .player-pagination > a.inactive,
.player-videos .stats-page-results__paging > a.inactive,
.player-videos .team-results__paging > a.inactive {
    color: #757575;
}


.player-pagination,
.stats-page-results__paging,
.team-results__paging {
    text-align: center;
    font-size: 14px;
}
.player-pagination > a,
.stats-page-results__paging > a,
.team-results__paging > a {
    display: inline-block;
    min-width: 14px;
    padding: 8px 8px 8px;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
}
.player-pagination > a.page,
.stats-page-results__paging > a.page,
.team-results__paging > a.page {
    color: #b2b2b2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.player-pagination > a.page:hover,
.stats-page-results__paging > a.page:hover,
.team-results__paging > a.page:hover {
    color: #fff;
    background: #282828;
}
.player-pagination > a.next,
.player-pagination > a.prev,
.stats-page-results__paging > a.next,
.stats-page-results__paging > a.prev,
.team-results__paging > a.next,
.team-results__paging > a.prev {
    color: #0852a3;
}
.bootstrap-datetimepicker-widget table tr:first-child .player-pagination > a.next > .ic-chevron-left,
.bootstrap-datetimepicker-widget table tr:first-child .player-pagination > a.next > .ic-chevron-right,
.bootstrap-datetimepicker-widget table tr:first-child .player-pagination > a.prev > .ic-chevron-left,
.bootstrap-datetimepicker-widget table tr:first-child .player-pagination > a.prev > .ic-chevron-right,
.bootstrap-datetimepicker-widget table tr:first-child .stats-page-results__paging > a.next > .ic-chevron-left,
.bootstrap-datetimepicker-widget table tr:first-child .stats-page-results__paging > a.next > .ic-chevron-right,
.bootstrap-datetimepicker-widget table tr:first-child .stats-page-results__paging > a.prev > .ic-chevron-left,
.bootstrap-datetimepicker-widget table tr:first-child .stats-page-results__paging > a.prev > .ic-chevron-right,
.bootstrap-datetimepicker-widget table tr:first-child .team-results__paging > a.next > .ic-chevron-left,
.bootstrap-datetimepicker-widget table tr:first-child .team-results__paging > a.next > .ic-chevron-right,
.bootstrap-datetimepicker-widget table tr:first-child .team-results__paging > a.prev > .ic-chevron-left,
.bootstrap-datetimepicker-widget table tr:first-child .team-results__paging > a.prev > .ic-chevron-right,
.player-pagination > a.next > .icon,
.player-pagination > a.prev > .icon,
.stats-page-results__paging > a.next > .icon,
.stats-page-results__paging > a.prev > .icon,
.team-results__paging > a.next > .icon,
.team-results__paging > a.prev > .icon {
    margin-top: -16px;
    margin-right: -13px;
    margin-left: -15px;
}
.player-pagination > a.next:active,
.player-pagination > a.next:hover,
.player-pagination > a.prev:active,
.player-pagination > a.prev:hover,
.stats-page-results__paging > a.next:active,
.stats-page-results__paging > a.next:hover,
.stats-page-results__paging > a.prev:active,
.stats-page-results__paging > a.prev:hover,
.team-results__paging > a.next:active,
.team-results__paging > a.next:hover,
.team-results__paging > a.prev:active,
.team-results__paging > a.prev:hover {
    color: #2b2b2b;
}
.player-pagination > a.inactive,
.stats-page-results__paging > a.inactive,
.team-results__paging > a.inactive {
    opacity: 0.3;
    cursor: default;
    color: #282828;
}
.match-photo .player-pagination > a.inactive,
.match-photo .stats-page-results__paging > a.inactive,
.match-photo .team-results__paging > a.inactive,
.match-video .player-pagination > a.inactive,
.match-video .stats-page-results__paging > a.inactive,
.match-video .team-results__paging > a.inactive,
.player-photos .player-pagination > a.inactive,
.player-photos .stats-page-results__paging > a.inactive,
.player-photos .team-results__paging > a.inactive,
.player-videos .player-pagination > a.inactive,
.player-videos .stats-page-results__paging > a.inactive,
.player-videos .team-results__paging > a.inactive {
    color: #757575;
}
.player-pagination > a.inactive.m-dots,
.stats-page-results__paging > a.inactive.m-dots,
.team-results__paging > a.inactive.m-dots {
    opacity: 1;
}
.player-pagination > a.current,
.stats-page-results__paging > a.current,
.team-results__paging > a.current {
    color: #fff;
    background: #044fa2;
}
.player-pagination > a.current:hover,
.stats-page-results__paging > a.current:hover,
.team-results__paging > a.current:hover {
    background: #044fa2;
}
@media only screen and (max-width: 767px) {
    .player-pagination,
    .stats-page-results__paging,
    .team-results__paging {
        overflow: hidden;
        padding: 0 15px;
    }
    .player-pagination > a,
    .stats-page-results__paging > a,
    .team-results__paging > a {
        display: none;
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 40px;
    }
    .operamini .player-pagination > a,
    .operamini .stats-page-results__paging > a,
    .operamini .team-results__paging > a {
        height: 20px;
        padding: 10px 0;
    }
    .player-pagination > a.next,
    .player-pagination > a.prev,
    .stats-page-results__paging > a.next,
    .stats-page-results__paging > a.prev,
    .team-results__paging > a.next,
    .team-results__paging > a.prev {
        display: block;
        color: #fff;
        background: #2e509e;
    }
    .player-pagination > a.next:hover,
    .player-pagination > a.prev:hover,
    .stats-page-results__paging > a.next:hover,
    .stats-page-results__paging > a.prev:hover,
    .team-results__paging > a.next:hover,
    .team-results__paging > a.prev:hover {
        color: #fff;
    }
    .player-pagination > a.next.inactive,
    .player-pagination > a.prev.inactive,
    .stats-page-results__paging > a.next.inactive,
    .stats-page-results__paging > a.prev.inactive,
    .team-results__paging > a.next.inactive,
    .team-results__paging > a.prev.inactive {
        opacity: 1;
        background: #e6e6e6;
    }
    .player-pagination > a.next > span,
    .player-pagination > a.prev > span,
    .stats-page-results__paging > a.next > span,
    .stats-page-results__paging > a.prev > span,
    .team-results__paging > a.next > span,
    .team-results__paging > a.prev > span {
        margin-top: -14px;
        font-size: 50px;
    }
    .player-pagination > a.prev,
    .stats-page-results__paging > a.prev,
    .team-results__paging > a.prev {
        float: left;
    }
    .player-pagination > a.prev > span,
    .stats-page-results__paging > a.prev > span,
    .team-results__paging > a.prev > span {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
    .player-pagination > a.next,
    .stats-page-results__paging > a.next,
    .team-results__paging > a.next {
        float: right;
    }
    .player-pagination > a.next > span,
    .stats-page-results__paging > a.next > span,
    .team-results__paging > a.next > span {
        margin-right: -10px !important;
        margin-left: -5px !important;
    }
}
.wrp {
    position: relative;
    width: 1070px;
    margin: 0 auto;
}
@media only screen and (max-width: 1099px) {
    .top-notify,
    .wrp {
        width: auto;
    }
}


.bootstrap-datetimepicker-widget table tr:first-child .ic-chevron-left,
.bootstrap-datetimepicker-widget table tr:first-child .ic-chevron-right,
.eventCalendar-wrap .arrow.next > span,
.eventCalendar-wrap .arrow.prev > span,
.general-select .jq-selectbox__trigger-arrow,
.home-calendar .calendar-header > .arrow.next > span,
.home-calendar .calendar-header > .arrow.prev > span,
.home-matchday__teaminfo.m-matchpage > .score-holder > .penalti-block > .subscore > .dot,
.home-matchday__teaminfo > .score-holder > .main > .dot,
.home-matchday__teaminfo > .score-holder > .subscore > .dot,
.home-matchinfo > .main > a .score > i.dot,
.home-statistics__ad > .btn_close > span,
.home-statistics__stats__block .jq-selectbox__trigger-arrow,
.icon_arrow_bottom,
.icon_arrow_left,
.icon_arrow_right,
.icon_arrow_title,
.icon_arrow_up,
.icon_ball,
.icon_birthday,
.icon_check,
.icon_close,
.icon_comment,
.icon_diez,
.icon_dots,
.icon_eye_forum,
.icon_fullscreen,
.icon_mobilemenu,
.icon_other,
.icon_pencil,
.icon_photo,
.icon_plane,
.icon_quote,
.icon_rating-down,
.icon_rating-up,
.icon_star,
.icon_stats,
.icon_tickets,
.icon_tv,
.icon_twitter,
.icon_video,
.login-select .jq-selectbox__trigger-arrow,
.triangled-select .jq-selectbox__trigger-arrow {
    text-transform: none;
    font-family: icomoon;
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    speak: none;
}
.icon_arrow_left:before {
    content: "\e602";
}
.icon_arrow_left_w_png,
.no-fontface .bootstrap-datetimepicker-widget table tr:first-child .w.ic-chevron-left,
.no-fontface .eventCalendar-wrap .arrow.prev > span.w,
.no-fontface .home-calendar .calendar-header > .arrow.prev > span.w,
.no-fontface .icon_arrow_left.w {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(../img/fallback.min.png);
    background-position: 0 -175px;
}

.icon_arrow_left_png,
.no-fontface .bootstrap-datetimepicker-widget table tr:first-child .ic-chevron-left,
.no-fontface .eventCalendar-wrap .arrow.prev > span,
.no-fontface .home-calendar .calendar-header > .arrow.prev > span,
.no-fontface .icon_arrow_left {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(../img/fallback.min.png);
    background-position: 0 -140px;
}
.no-fontface .icon_arrow_left {
    width: 35px !important;
    height: 35px !important;
}

.bootstrap-datetimepicker-widget table tr:first-child .inlined.ic-chevron-left,
.bootstrap-datetimepicker-widget table tr:first-child .inlined.ic-chevron-right,
.bootstrap-datetimepicker-widget table tr:first-child .newslist__item.media-old .newsblock__date .ic-chevron-left,
.bootstrap-datetimepicker-widget table tr:first-child .newslist__item.media-old .newsblock__date .ic-chevron-right,
.eventCalendar-wrap .arrow.next > span,
.eventCalendar-wrap .arrow.prev > span,
.home-calendar .calendar-header > .arrow.next > span,
.home-calendar .calendar-header > .arrow.prev > span,
.icon.inlined,
.newslist__item.media-old .newsblock__date .bootstrap-datetimepicker-widget table tr:first-child .ic-chevron-left,
.newslist__item.media-old .newsblock__date .bootstrap-datetimepicker-widget table tr:first-child .ic-chevron-right,
.newslist__item.media-old .newsblock__date .icon {
    display: inline-block;
    height: 21px;
    margin: -12px 0 -12px;
    vertical-align: middle;
    line-height: 21px;
}
.blue-link,
a {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #009ee1;
}
.bootstrap-datetimepicker-widget table tr:first-child .ic-chevron-right:before, .eventCalendar-wrap .arrow.next > span:before, .home-calendar .calendar-header > .arrow.next > span:before, .icon_arrow_right:before {
    content: "\e603";
}
