.main_slider_item {
    display: block;
    position: relative;
}

.main_slider_item_image {
    display: block;
    max-width: 100%;
    width: 100%;
    -webkit-transition: 1.1s ease;
    -o-transition: 1.1s ease;
    transition: 1.1s ease;
}

.main_slider:hover .main_slider_item_image {
    -webkit-transform: scale(1.1) translateZ(0px);
    transform: scale(1.1) translateZ(0px);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.main_slider:hover .main_slider_item_ol {
    background-color: rgba(0, 0, 0, 0.7);
}

.main_slider_item_ol {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 172px;
}

.main_slider_item_title {
    font-size: 24px;
    line-height: 32px;
    font-family: 'TT Runs Trial', sans-serif;
    height: 40px;
    overflow: hidden;
    margin-bottom: 12px;
}

.main_slider_item_caption {
    font-size: 14px;
    line-height: 16px;
    height: 36px;
    overflow: hidden;
}

.main_slider {
    position: relative;
    display: none;
}

.main_slider.slick-slider {
    display: block;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.slick-dotted.no_dot .slick-dots {
    display: none;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 3px;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots button {
    font-size: 0;
    border: none;
    background-color: transparent;
    font-size: 14px;
    line-height: 16px;;
    position: relative;
    color: transparent;
}

.slick-dots button:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    border-radius: 100%;
    border: 2px solid #000;
    opacity: 1;
    content: '';
    position: absolute;
    content: '';
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slick-dots button:hover:before {
    /*opacity: 1;*/
    background-color: #FFD705;
    border-color: #FFD705;
}

.slick-dots li.slick-active button:before {
    background-color: #FFD705;
    border-color: #FFD705;
}

.slick-dots li.slick-active button {
    pointer-events: none;
}

.main_slider .slick-dots {
    position: absolute;
    right: 30px;
    text-align: right;
    bottom: 26px;
    z-index: 20;
}

.home_first_screen_block {
    padding-bottom: 60px;
}

.instagram_block .block_title.invert {
    color: #fff;
}

.in_social_block {
    padding-top: 40px;
    padding-bottom: 20px;
}

.in_social_block .block_title {
    font-family: 'TT Runs Trial', sans-serif;
    font-weight: 700;
    color: #fff;
}

.social_col .social_item_top svg {
    position: relative;
}

.social_col:first-child .social_item_top svg {
    left: -1px;
}

.social_col:nth-child(2) .social_item_top svg {
    left: 4px;
}

.social_col:nth-child(3) .social_item_top svg {

}

.social_col:nth-child(4) .social_item_top svg {
    left: 2px;
}

.social_col:nth-child(5) .social_item_top svg {
    left: 1px;
}

.social_col:last-child .social_item_top svg {
    left: 4px;
}

.social_item {
    overflow: hidden;
    background: transparent;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.social_item:hover {
    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15);
}

.social_item_bot {
    padding: 10px 15px 10px 0;
    background-color: transparent;
}

.social_item_bot_main_link {
    display: block;
    color: inherit;
}

.social_item_title {
    color: #5F6366;
    font-size: 12px;
    line-height: 14px;
    height: 16px;
    overflow: hidden;
}

.social_item_subtitle {
    color: #5F6366;
    font-size: 12px;
    line-height: 14px;
    height: 16px;
    overflow: hidden;
    /*margin-top: 5px;*/
    /*	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;*/
}

/*.social_item:not(:hover) .social_item_subtitle {
	color: rgba(86, 85, 84, 0.5) !important;
}*/
.social_item_link {
    display: inline-block;
    vertical-align: top;
    color: #FFD705;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    margin-top: 12px;
    display: none;
}

a.social_item_link:hover {
    color: #20d65b;
}

.social_item_top {
    color: #000;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.social_item:hover .social_item_top {
    background-color: #FFD705;
}

.social_item_top:before {
    position: absolute;
    bottom: -20px;
    height: 20px;
    left: 0;
    right: 0;
    content: '';
    background: linear-gradient(transparent 0%, #fff 100%);
}

.social_item_top_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .4s;
    transform: translateY(-10px);
    display: none;
}

/*.social_item:hover .social_item_top_bg {
	transform: translateY(0px);
}*/
.social_item_top:after {
    background-color: transparent;
    transition: .4s;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*.social_item:hover .social_item_top:after {
	background-color: #FFD705;
}*/
.social_item:hover .social_item_subtitle,
.social_item:hover .social_item_title {
    color: #FFD705;
}

.social_item_count {
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    transition: .3s;
    display: none;
}

/*.social_item:hover .social_item_count {
	transform: translateY(-3px);
}*/
.social_item_top svg {
    /*display: block;*/
    height: 50%;
    width: auto;
    /*position: absolute;
	bottom: 0;
	left: 20px;
	        transform: translateY(10px);
	transition: .3s;*/
}

/*.social_item:hover .social_item_top svg {
	        transform: translateY(-3px);
}*/
.social_item_top svg path {
    transition: .4s;
}

.social_item .social_item_top svg path {
    fill: #000;
}

.partners_col {
    width: 20%;
    float: left;
}

.partners_item {
    border: 1px solid #EBEBEB;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-bottom: 20px;
    display: block;
}

a.partners_item:hover {
    /*border-color: #21A64D;*/
    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15);
}

.partners_block {
    padding-top: 40px;
    padding-bottom: 20px;
}

.partners_item_image {
    display: block;
    max-width: 100%;
}

.block_w_sidebar .block_title_wrap {
    margin-top: 43px;
}

.inner_matches_wrap .block_title_wrap {
    margin-top: 43px;
}

.home_news_block {
    background-color: #f2f2f2;
}

.inner_content_col.news_list_col {
    background-color: transparent;
}

.inner_wrap_content.sidebar_recalc_content {
    background-color: #fff;
}

.news_list_col {
    margin-bottom: 22px;
}

.news_list_item {
    margin-bottom: 20px;
    display: block;
    background: #FFFFFF;
    /*-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);*/
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news_list_item:hover .news_list_item_content {
    background-color: #FFD705;
    /*-webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15);*/
}

.news_list_item_image {
    max-width: 100%;
    display: block;
    -webkit-transition: 1.1s;
    -o-transition: 1.1s;
    transition: 1.1s;
}

/*.news_list_item:hover .news_list_item_image {
	-webkit-transform: scale(1.1) translateZ(0px);
	        transform: scale(1.1) translateZ(0px);
	-webkit-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
}*/
.news_list_item_content {
    padding-left: 24px;
    padding-right: 20px;
    padding-bottom: 26px;
    padding-top: 35px;
    position: relative;
    z-index: 10;
    background-color: #fff;
    overflow: hidden;
}

/* Убрать при успехе */
/*.news_list_item_content:before {
	bottom: -3px;
	left: 0;
	right: 0;
	height: 7px;
	content: '';
	position: absolute;
	background-color: #ffd705;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news_list_item:hover .news_list_item_content:before {
	-webkit-transform: translateY(-3px);
	    -ms-transform: translateY(-3px);
	        transform: translateY(-3px);
}*/
.news_list_item_content:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
    content: '';
    position: absolute;
    left: 22px;
    top: 0;
}

.news_list_item {
    color: inherit;
}

.news_list_item_image_block {
    position: relative;
    overflow: hidden;
}

.news_list_item_date {
    /*	background: -webkit-gradient(linear, left top, left bottom, color-stop(69.93%, #FFDD00), to(#F2D200));
	background: -webkit-linear-gradient(top, #FFDD00 69.93%, #F2D200 100%);
	background: -o-linear-gradient(top, #FFDD00 69.93%, #F2D200 100%);
	background: linear-gradient(180deg, #FFDD00 69.93%, #F2D200 100%);*/
    background-color: #000;
    color: #fff;
    width: 100px;
    padding-left: 20px;
    line-height: 24px;
    position: absolute;
    font-size: 12px;
    bottom: -2px;
    left: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: 26px;
}

.news_list_item:hover .news_list_item_date {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.news_list_item_title {
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    height: 34px;
    overflow: hidden;
    margin-bottom: 16px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/*.news_list_item:hover .news_list_item_title {
	color: #FFD705;
}*/
.news_list_item_announce {
    font-family: 'TT Commons', sans-serif;
    line-height: 16px;
    font-size: 14px;
    color: #5F6366;
    height: 46px;
    overflow: hidden;
}

.instagram_block {
    position: relative;
    padding-bottom: 20px;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.instagram_block .block_title {
    color: #fff;
}

.instagram_item_col {
    width: 20%;
    float: left;
}

.instagram_item {
    margin-bottom: 20px;
    display: block;
    color: inherit;
}

.instagram_item_image {
    max-width: 100%;
    display: block;
    -webkit-transition: 1.1s;
    -o-transition: 1.1s;
    transition: 1.1s;
}

.instagram_item:hover .instagram_item_image {
    -webkit-transform: scale(1.1) translateZ(0px);
    transform: scale(1.1) translateZ(0px);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.instagram_item_image_block {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.instagram_item_image_block:before,
.instagram_item_image_block:after {
    content: '';
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
}

.instagram_item_image_block:before {
    height: 100px;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.28%, rgba(40, 51, 45, 0.5)), to(rgba(40, 51, 45, 0)));
    background: -webkit-linear-gradient(top, rgba(40, 51, 45, 0.5) 50.28%, rgba(40, 51, 45, 0) 100%);
    background: -o-linear-gradient(top, rgba(40, 51, 45, 0.5) 50.28%, rgba(40, 51, 45, 0) 100%);
    background: linear-gradient(to bottom, rgba(40, 51, 45, 0.5) 50.28%, rgba(40, 51, 45, 0) 100%);
}

.instagram_item_image_block:after {
    height: 40px;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 51, 45, 0.75)), to(rgba(40, 51, 45, 0)));
    background: -webkit-linear-gradient(bottom, rgba(40, 51, 45, 0.75) 0%, rgba(40, 51, 45, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(40, 51, 45, 0.75) 0%, rgba(40, 51, 45, 0) 100%);
    background: linear-gradient(to top, rgba(40, 51, 45, 0.75) 0%, rgba(40, 51, 45, 0) 100%);
}

.instagram_item_profile_block {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    right: 0;
    z-index: 20;
}

.instagram_item_profile_avatar {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    float: left;
}

.instagram_item_profile {
    width: calc(100% - 30px);
    padding-left: 10px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    color: #fff;
    float: left;
    line-height: 30px;
    font-size: 14px;
}

.instagram_item_like {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 34px;
    padding-right: 20px;
    line-height: 30px;
    height: 32px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left 9px center;
    background-image: url(../images/like.svg);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    z-index: 20;
}

.instagram_item_caption {
    color: #FFFFFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
    height: 45px;
    overflow: hidden;
}

.instagram_item_caption .more {
    color: #FFD705;
    opacity: 0;
    margin-left: 5px;
}

.instagram_item_caption.ddd-truncated .more {
    opacity: 1;
}

.instagram_item_caption .hashtag {
    color: #fff;
}

.instagram_item_caption .userprofile {
    color: #fff;
}

.sales_block {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f1f1;
    /* background-position: center; */
    /* background-image: url(../images/sales_bg.jpg); */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
}

.sales_slider_item {
    display: block;
}

.sales_slider_item_image {
    display: block;
    max-width: 100%;
}

.sales_slider {
    display: none;
}

.sales_slider.slick-initialized {
    display: block;
}

.sales_slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 26px;
}

.social_project_block {
    background-color: #F2F2F2;
    padding-bottom: 20px;
}

.social_projects_list_item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 4px;
    overflow: hidden;
}

.social_projects_list_item_ol {
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 6px;
}

.social_projects_list_item_title {
    line-height: 20px;
    font-size: 16px;
    height: 60px;
    overflow: hidden;
}

.social_projects_list_item_announce {
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.social_projects_list_item_first .social_projects_list_item_ol {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 16px;
}

.social_projects_list_item_first .social_projects_list_item_title {
    font-size: 26px;
    line-height: 30px;
}

.social_projects_list_item_image_block {
    overflow: hidden;
}

.social_projects_list_item_image {
    max-width: 100%;
    width: 100%;
    display: block;
    transition: 1.1s ease;
}

.social_projects_list_item:hover .social_projects_list_item_image {
    transform: scale(1.1) translateZ(0px);
    transition: .8s ease;
}

.social_projects_list_item_ol:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: #ffd705;
    height: 6px;
    transition: .2s;
    z-index: 5;
}

.social_projects_list_item_ol:hover:after {
    transform: translateY(-2px);
}

.social_projects_list_item_ol:before {
    background-color: #FFE540;
    right: calc(100% - 15px - 40px);
    position: absolute;
    top: 0;
    left: 15px;
    content: '';
    bottom: calc(100% - 2px);
    z-index: 10;
    animation: social_projects_line_reverse .4s 1;
    animation-fill-mode: forwards;
}

.social_projects_list_item_first .social_projects_list_item_ol:before {
    right: calc(100% - 30px - 80px);
    left: 30px;
    bottom: calc(100% - 4px);
    animation: social_projects_line_first_reverse .5s 1;
    animation-fill-mode: forwards;
}

.social_projects_list_item:hover .social_projects_list_item_ol:before {
    animation: social_projects_line .7s 1;
    animation-fill-mode: forwards;
}

.social_projects_list_item.social_projects_list_item_first:hover .social_projects_list_item_ol:before {
    animation: social_projects_line_first .9s 1;
    animation-fill-mode: forwards;
}

@keyframes social_projects_line {
    0% {
        left: 15px;
        right: calc(100% - 15px - 40px);
        bottom: calc(100% - 2px);
    }
    25% {
        right: calc(100% - 15px - 40px);
    }
    35% {
        left: 0;
        right: calc(100% - 6px);
    }
    60% {
        bottom: calc(100% - 2px);
    }
    72% {
        right: calc(100% - 6px);
    }
    100% {
        left: 0;
        right: calc(100% - 6px);
        bottom: 0;
    }
}

@keyframes social_projects_line_reverse {
    0% {
        left: 0;
        right: calc(100% - 6px);
        bottom: 0;
    }
    28% {
        /*right: calc(100% - 6px);*/
    }
    40% {
        bottom: calc(100% - 2px);
    }
    65% {
        left: 0;
        right: calc(100% - 6px);
    }
    75% {
        right: calc(100% - 15px - 40px);
    }
    100% {
        left: 15px;
        right: calc(100% - 15px - 40px);
        bottom: calc(100% - 2px);
    }
}

@keyframes social_projects_line_first {
    0% {
        left: 30px;
        right: calc(100% - 30px - 80px);
        bottom: calc(100% - 4px);
    }
    25% {
        right: calc(100% - 30px - 80px);
    }
    35% {
        left: 0;
        right: calc(100% - 6px);
    }
    60% {
        bottom: calc(100% - 4px);
    }
    72% {
        right: calc(100% - 6px);
    }
    100% {
        left: 0;
        right: calc(100% - 6px);
        bottom: 0;
    }
}

@keyframes social_projects_line_first_reverse {
    0% {
        left: 0;
        right: calc(100% - 6px);
        bottom: 0;
    }
    28% {
        right: calc(100% - 6px);
    }
    40% {
        bottom: calc(100% - 4px);
    }
    65% {
        left: 0;
        right: calc(100% - 6px);
    }
    75% {
        left: 10px;
        right: calc(100% - 30px - 80px);
    }
    100% {
        left: 30px;
        right: calc(100% - 30px - 80px);
        bottom: calc(100% - 4px);
    }
}

.standings_wrap {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    color: rgba(86, 85, 84, 0.75);
}

.sidebar_col.standings_col {
    height: 100%;
}

.standings_table {
    width: calc(100% - 2px);
    display: table;
    margin-left: 1px;
    margin-right: 1px;
}

.standings_table_head {
    display: table-header-group;
}

.standings_table_body {
    display: table-row-group;
}

.standings_table_row {
    line-height: 24px;
    font-size: 14px;
    transition: .2s;
    position: relative;
    display: table-row;
}

.standings_wrap .standings_table_row {
    padding-top: 6px;
    padding-bottom: 6px;
}

.standings_table_body .standings_table_row:nth-child(odd) .standings_table_col {
    background-color: #F2F2F2;
}

.standings_table_body .standings_table_row:hover .standings_table_col {
    background-color: #f7fbf8;
}

.standings_table_body .standings_table_row.current .standings_table_col {
    color: #000;
}

.standings_table_body .standings_table_row:hover .standings_table_col {
    color: #565554;
}

/*.standings_table_row.current .standings_table_col:first-child:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background-color: #FFDD00;
	content: '';
}*/
.standings_table_body .standings_table_row.current .standings_table_col {
    background: #FFD705;
}

.standings_table_col {
    text-align: center;
    position: relative;
    width: 64px;
    display: table-cell;
    transition: .2s;
}

.standings_wrap .standings_table_col {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 64px;
}

.standing_page_wrap .standings_table_col {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 80px;
}

.standings_table_col:nth-child(1) {
    text-align: left;
    width: 60px;
    padding-left: 24px;
}

.standings_table_col:nth-child(2) {
    text-align: left;
    width: auto;
}

.standing_page_wrap .standings_table_col:nth-last-child(2) {
    text-align: left;
    width: 100px;
    padding-left: 20px;
}

.standings_table_row.current .standings_table_col {
    font-weight: 700;
}

.standings_table_body {
    outline: 1px solid #EBEBEB;
}

.standings_table_head {
    font-weight: 700;
}

.standings_table_head .standings_table_col {
    color: #000;
    font-family: 'TT Commons', sans-serif;
    font-weight: 600;
}

.interview_col2 .interview_form_answers,
.interview_col2 .interview_form_answer_results {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    position: relative;
    z-index: 2;
}

.interview_form_answer {
    display: block;
}

.interview_col2 .interview_form_answer,
.interview_col2 .interview_form_answer_result {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.interview_form_count {
    color: #565554;
    font-size: 14px;
    line-height: 16px;
}

.interview_form_count .value {
    font-weight: 700;
}

.interview_form_answer_result {
    margin-bottom: 20px;
}

.interview_form_answer_result_value {
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 5px;
    height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.interview_wrap_page .interview_form_answer_result_value {
    /*font-size: 14px;*/
}

.interview_form_answer_result_line {
    text-align: center;
    position: relative;
    background-color: rgba(255, 215, 5, 0.25);

}

.interview_form_answer_result_line_progress {
    background-color: #FFD705;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.interview_form_answer_result_line_progress_value {
    position: relative;
    z-index: 5;
    font-size: 14px;
    color: #000;
}

.interview_question {
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 24px;
}

.interview_wrap_page {
    color: inherit;
    /*max-width: 600px;*/
}

.interview_wrap_page_single {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.interview_wrap_page .interview_question {
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 32px;
}

.single_interview_date {
    position: absolute;
    width: 100px;
    text-align: left;
    font-weight: 700;
    opacity: 0.7;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 26px;
}

.radio input {
    display: none;
}

.radio {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    color: rgba(86, 85, 84, 0.75);
    transition: .2s;
    line-height: 16px;
}

.radio:before {
    background: #F2F2F2;
    border: 1px solid #C4C4C4;
    width: 16px;
    height: 16px;
    transition: .2s;
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    border-radius: 100%;
}

.radio:after {
    background: #ffd705;
    width: 10px;
    height: 10px;
    transition: .2s;
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    border-radius: 100%;
    top: 3px;
    left: 5px;
    opacity: 0;
}

.radio.checked:after {
    opacity: 1;
}

.radio:hover:before {
    border-color: #565554;
}

.radio.checked:before {
    border-color: #ffd705;
}

.radio:hover,
.radio.checked {
    color: #565554;
}

.interview_form_answer {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 14px;
}

.interview_wrap_page .interview_form_answer {
    font-size: 14px;
    color: inherit;
    margin-bottom: 20px;
}

.interview_button_wrap {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 30px;
}

.interview_wrap_page .interview_button_wrap {
    text-align: left;
}

.interview_button {
    line-height: 40px;
    padding-left: 38px;
    padding-right: 38px;
    color: #4B4B4B;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #FFE540;
}

.interview_button:hover {
    background-color: #FFE226;
    color: #333;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.interview_button:active {
    background-color: #F2D724;
    color: #333;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.interview_button[disabled] {
    opacity: 0.6;
    pointer-events: none;
}

.interview_content {
    margin-bottom: 30px;
}

.matches_wrap {
    height: 536px;
    /*padding-top: 8px;*/
    border-top: 8px solid #000;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner_matches_wrap .matches_wrap {
    height: 526px;
}

.is_home .matches_wrap {
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.4);
}

.matches_date_slider_item {
    width: 68px;
    height: 72px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    color: #565545;
    font-size: 16px;
    transition: .3s;
    cursor: pointer;
}

.matches_date_slider_item:hover {
    color: #000;
}

.matches_date_slider_item.slick-current,
.matches_date_slider_item.slick-center {
    color: #000;
    background-color: #FFD705;
    width: 80px;
    pointer-events: none;
}

.matches_date_slider_item .day {
    font-size: 24px;
    line-height: 32px;
    font-family: 'TT Runs Trial', sans-serif;
    font-weight: bold;
    display: block;
}

.matches_date_slider_item .day.no_day {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/no_day.svg);
}

.matches_date_slider_item .month {
    font-size: 12px;
    line-height: 16px;
    font-family: 'TT Runs Trial', sans-serif;
    font-weight: bold;
    display: block;
}

.matches_date_slider {
    background-color: #CECECE;
    display: none;
}

.matches_date_slider.slick-initialized {
    display: block;
}

/* Убрать при успехе*/
/*.matches_date_slider:before,
.matches_date_slider:after {
	top: 0;
	bottom: 0;
	content: '';
	position: absolute;
	width: 40px;
	pointer-events: none;
}
.matches_date_slider:before {
	left: 0;
	background: linear-gradient(90deg, rgba(92, 92, 92, 0.35) 0%, rgba(214, 214, 214, 0) 100%);
}
.matches_date_slider:after {
	right: 0;
	background: linear-gradient(90deg, rgba(214, 214, 214, 0) 0%, rgba(92, 92, 92, 0.35) 100%);
}*/
.matches_date_slider_center {
    width: 80px;
    position: absolute;
    top: -8px;
    height: 85px;
    background-color: #FFD705;
    left: calc(50% - 40px);
    border-top: 8px solid #FFD705;
    z-index: 5;
    transition: .2s;
}

.matches_date_slider .slick-list {
    z-index: 10;
}

.matches_date_slider .slick-track {
    transition: .25s;
}

/*.matches_date_slider.no_center .matches_date_slider_item:not(.no_slide) {
	pointer-events: none;
}*/
.matches_date_slider.all_matches_slide .matches_date_slider_center {
    background-color: #FD0;
}

.matches_date_slider_item.all_matches .day {
    font-size: 22px;
    text-transform: uppercase;
}

.matches_announce_slider {
    background-color: #fff;
    display: none;
}

.matches_announce_slider.slick-initialized {
    display: block;
}

.matches_announce_slider_item_info_block {
    position: relative;
    padding-top: 10px;
    padding-bottom: 6px;
    height: 182px
}

/* Убрать при успехе*/
/*.matches_announce_slider:before,
.matches_announce_slider:after {
	top: 0;
	height: 156px;
	content: '';
	position: absolute;
	width: 40px;
	pointer-events: none;
}*/
/*.matches_announce_slider:before {
	left: 0;
	background: linear-gradient(90deg, rgba(92, 92, 92, 0.2) 0%, rgba(214, 214, 214, 0) 100%);
}
.matches_announce_slider:after {
	right: 0;
	background: linear-gradient(90deg, rgba(214, 214, 214, 0) 0%, rgba(92, 92, 92, 0.2) 100%);
}*/
.matches_announce_slider_item_team {
    /*width: 180px;*/
    width: 50%;
    text-align: center;
    float: left;
}

.matches_announce_slider_item_team_1 {
    padding-left: 10px;
    padding-right: 45px;
}

.matches_announce_slider_item_team_2 {
    padding-left: 45px;
    padding-right: 10px;
}

.is_home .matches_announce_slider_item_team_1 {
    padding-left: 10px;
    padding-right: 40px;
}

.is_home .matches_announce_slider_item_team_2 {
    padding-left: 40px;
    padding-right: 10px;
}

.matches_announce_slider_item_team_name {
    font-size: 14px;
    color: #2B2A28;
    height: 28px;
    vertical-align: bottom;
    line-height: 14px;
    margin-bottom: 8px;
    display: table;
    width: 100%;
}

.matches_announce_slider_item_team_name span {
    display: table-cell;
    vertical-align: bottom;
    font-family: 'TT Runs Trial', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.matches_announce_slider_item_team_logo {
    display: block;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}

.matches_announce_slider_item_teams {
    margin-bottom: 8px;
}

.matches_announce_slider_item_info_title {
    padding-left: 20px;
    padding-right: 20px;
    display: table;
    width: 100%;
    height: 32px;
    line-height: 16px;
    text-align: center;
}

.matches_announce_slider_item_info_title span {
    display: table-cell;
    vertical-align: middle;
}

.matches_announce_slider_item_date {
    position: absolute;
    top: 20px;
    width: 100px;
    left: calc(50% - 50px);
    text-align: center;
    line-height: 18px;
    color: #5D5C5B;
    font-size: 13px;
}

.matches_announce_slider_item.no_score .matches_announce_slider_item_date {
    font-size: 14px;
    color: #2B2A28;
    line-height: 22px;
    top: 20px;
}

.matches_announce_slider_item.no_score .matches_announce_slider_item_date .time {
    font-size: 22px;
}

.matches_announce_slider_item.no_score .matches_announce_slider_item_date span {
    display: block;
}

.matches_announce_slider_item_scores {
    position: absolute;
    left: calc(50% - 52px);
    color: #2B2A28;
    line-height: 40px;
    top: 60px;
    text-align: center;
}

.matches_announce_slider_item_score {
    width: 40px;
    float: left;
    font-size: 36px;
    min-height: 1px;
}

.matches_announce_slider_item_score_sep {
    font-size: 24px;
    float: left;
    width: 24px;
}

.matches_announce_slider_item_image_block {
    height: 274px;
    position: relative;
    overflow: hidden;
}

.inner_matches_wrap .matches_announce_slider_item_image_block {
    height: 290px;
}

.matches_announce_slider_item_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
    transition: 1.1s;
}

.matches_announce_slider_item:hover .matches_announce_slider_item_image {
    transform: scale(1.05) translateZ(0px);
    transition: .8s ease;
}

.matches_announce_slider_item_ol {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 4px;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10;
}

.matches_announce_slider_item_place {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    display: table;
    width: 100%;
    height: 36px;
    margin-bottom: 20px;
    overflow: hidden;
}

.matches_announce_slider_item_place span {
    display: table-cell;
    vertical-align: bottom;
}

.matches_announce_slider_item_button {
    display: inline-block;
    color: #4B4B4B;
    font-size: 18px;
    line-height: 48px;
    background-color: #FD0;
    text-transform: uppercase;
    min-width: 160px;
    padding-left: 20px;
    padding-right: 20px;
    transition: .2s;
}

.matches_announce_slider_item_button:hover {
    background-color: #FFE226;
    color: #333;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.matches_announce_slider_item_button:active {
    background-color: #F2D724;
    color: #333;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.matches_announce_slider_item.no_slide .matches_announce_slider_item_button {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.matches_announce_slider_item_ol.no_link .matches_announce_slider_item_place {
    height: 84px;
}

.matches_announce_slider_item_ol.no_link .matches_announce_slider_item_place span {
    vertical-align: middle;
}

.matches_announce_slider_item_ol.no_place {
    padding-top: 40px;
    padding-bottom: 40px;
}

.matches_announce_slider_item.no_slide {
    background: #333;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/matches_no_slide.jpg);
    text-align: center;
    height: 456px;
}

.inner_matches_wrap .matches_announce_slider_item.no_slide {
    height: 446px;
}

.matches_announce_slider_item_scores_add {
    line-height: 18px;
    font-size: 13px;
    color: #5D5C5B;
    text-align: center;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.matches_announce_slider_item_seasons {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-size: 16px;
    line-height: 20px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.matches_announce_slider_item_season {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    color: #fff;
    opacity: 0.6;
}

.matches_announce_slider_item_season:first-child {
    opacity: 0.85;
}

.matches_announce_slider_item_season:hover {
    opacity: 1;
}

.media_item {
    position: relative;
    display: block;
    cursor: pointer;
    color: inherit;
}

.media_item_image_block {
    overflow: hidden;
    position: relative;
}

.media_item_image {
    max-width: 100%;
    display: block;
    transition: 1.1s;
}

.media_item:hover .media_item_image {
    transform: scale(1.1) translateZ(0px);
    transition: .8s ease;
}

.media_item_image_transparent {
    /*visibility: hidden;*/
}

.media_item_image_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.media_item_count {
    max-width: 48px;
    float: right;
    font-size: 10px;
    font-weight: 700;
    background-repeat: no-repeat;
}

.media_item_video .media_item_count {
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    line-height: 18px;
    padding-left: 4px;
    padding-right: 4px;
}

.media_item_gallery .media_item_count {
    background-position: right top;
    text-align: center;
}

.media_item_small .media_item_image_block:before {
    background-color: #FFD705;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 5;
    transition: .3s;
    content: '';
    opacity: 0;
    transform: scale(0.8);
}

.media_item_small.media_item_video:hover .media_item_image_block:before {
    opacity: 1;
    transform: scale(1);
}

.media_item_small.media_item_gallery:hover .media_item_image_block:before {
    opacity: 1;
    transform: scale(1);
    background-color: transparent;
}

.media_item_small.media_item_video .media_item_image_block:before {
    background-image: url(../images/media_block_full_video.svg);
}

.media_item_small.media_item_gallery .media_item_image_block:before {
    background-image: url(../images/media_block_full_gallery.svg);
    background-color: transparent;
}

.media_item_small .media_item_caption {
    margin-top: 10px;
}

.media_item_small .media_item_title {
    color: #5F6366;
    width: calc(100% - 48px);
    float: left;
    font-size: 14px;
    line-height: 16px;
    height: 45px;
    overflow: hidden;
}

.media_invert .media_item_small .media_item_title {
    color: inherit;
}

.media_item_small.media_item_video .media_item_count {
    /*border-color: #21A64D;*/
    border-color: #FFD705;
    /*color: #21A64D;*/
    color: #FFD705;
}

.media_item_small.media_item_gallery .media_item_count {
    width: 20px;
    height: 20px;
    line-height: 16px;
    padding-right: 1px;
    background-image: url(../images/media_count_gallery_preview.svg);
    color: rgba(255, 229, 64, 0.75);
    display: none;
}

.media_item_caption_ol {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.media_item_big:hover .media_item_caption_ol {
    background-color: rgba(0, 0, 0, 0.7);
}

.media_item_mid .media_item_caption_ol {
    padding-top: 8px;
    padding-bottom: 8px;
}

.media_item_big .media_item_title {
    /*padding-left: 38px;*/
    line-height: 19px;
    font-size: 14px;
    overflow: hidden;
    float: left;
    width: calc(100% - 52px);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
    font-family: 'TT Runs Trial', sans-serif;
}

/*.media_item_big.media_item_video .media_item_title {
	background-image: url(../images/media_title_icon_video.svg);
}
.media_item_big.media_item_gallery .media_item_title {
	background-image: url(../images/media_title_icon_gallery.svg);
}*/
.media_item_mid .media_item_title {
    line-height: 20px;
    font-size: 13px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    width: calc(100% - 52px);
    display: table;
    height: 40px;
    float: left;
    font-weight: 700;
}

.media_item_mid .media_item_title .media_item_title_cell {
    vertical-align: middle;
    display: table-cell;
}

.media_item_big .media_item_count {
    max-width: 52px;
}

.media_item_big.media_item_video .media_item_count {
    margin-top: 3px;
}

.media_item_mid.media_item_gallery .media_item_count,
.media_item_big.media_item_gallery .media_item_count {
    width: 22px;
    height: 22px;
    line-height: 24px;
    padding-right: 4px;
    background-image: url(../images/media_count_gallery_full.svg);
    color: #000;
}

.media_item_mid .media_item_count {
    margin-top: 10px;
}

.media_block {
    padding-bottom: 20px;
    background-color: #f2f2f2;
}

.media_block_previews {
    padding-right: 22px;
    position: relative;
    margin-top: 20px;
    display: none;
}

/* Убрать при успехе*/
/*.media_block_previews:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 42px;
	z-index: 10;
	background-color: #333;
}*/
.media_block_previews.slick-initialized {
    display: block;
}

.media_block_previews .media_item {
    padding-right: 20px;
}

.media_block_previews_arrow {
    position: absolute;
    right: 0;
    width: 34px;
    height: 40px;
    z-index: 20;
    transition: .2s;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    cursor: pointer;
}

.media_block_previews_arrow_next {
    top: 40px;
    background-image: url(../images/media_arrow_right.svg);
}

.media_block_previews_arrow_prev {
    top: 0px;
    background-image: url(../images/media_arrow_start.svg);
    opacity: 0;
    visibility: hidden;
    transition: .0s;
}

.media_block_previews.last .media_block_previews_arrow_prev,
.media_block_previews.rewind .media_block_previews_arrow_prev {
    opacity: 0.5;
    visibility: visible;
    transition: .2s;
}

.media_block_previews.last .media_block_previews_arrow_prev {
    top: 40px;
    transition: .1s;
}

.media_block_previews.last .media_block_previews_arrow_next {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .1s;
}

.media_block_previews .media_block_previews_arrow:hover {
    opacity: 1;
}

.media_block_previews_more_count {
    position: absolute;
    right: 0;
    width: 34px;
    height: 40px;
    z-index: 20;
    top: 80px;
    transition: .2s;
    opacity: 0;
    text-align: center;
    color: #999;
    line-height: 16px;
    padding-top: 4px;
    font-size: 12px;
}

.media_block_previews.rewind .media_block_previews_more_count {
    opacity: 1;
}

.media_block_previews.last .media_block_previews_more_count {
    opacity: 0;
}

.media_block_popup_ol {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 800;
    transition: .3s;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}

.media_block_popup_ol:before {
    height: 50px;
    width: 50px;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    position: absolute;
    background-size: 100%;
    background-image: url(../images/loading.svg);
}

.media_block_popup_loaded .media_block_popup_ol:before {
    display: none;
}

.media_block_popup_open .media_block_popup_ol {
    opacity: 1;
    visibility: visible;
}

.media_block_popup_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 20;
}

.media_block_popup_close:before,
.media_block_popup_close:after {
    position: absolute;
    width: 36px;
    height: 2px;
    content: '';
    left: calc(50% - 45px);
    top: calc(50% + 29px);
    background-color: #FFD705;
    transition: .2s;
}

.media_block_popup_close:before {
    transform: rotate(-45deg);
}

.media_block_popup_close:after {
    transform: rotate(45deg);
}

.media_block_popup_close:hover:before,
.media_block_popup_close:hover:after {
    background-color: #fd0;
}

.media_block_popup_open {
    overflow: hidden;
}

.media_block_popup_wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    height: 100%;
    min-width: 1306px;
    min-height: 510px;
}

.media_block_popup {
    border: none;
    min-width: 1306px;
    min-height: 510px;
    max-height: 1400px;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #333;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.media_block_popup_loaded .media_block_popup {
    opacity: 1;
    visibility: visible;
}

.media_block_popup.loading {
    pointer-events: none;
    opacity: 0.9;
    cursor: wait;
}

.media_block_popup_right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 390px;
    /*overflow: hidden;*/
}

.media_block_popup_left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 390px;
    background-color: #222;
}

.media_block_popup.no_sidebar .media_block_popup_right {
    display: none;
}

.media_block_popup.no_sidebar .media_block_popup_left {
    right: 0;
}

.media_block_popup_video_iframe {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}

.media_block_popup_current_info {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 34px;
    padding-bottom: 20px;
    background-color: #000000;
    position: relative;
}

.media_block_popup_current_title {
    display: table;
    min-height: 44px;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    display: table;
    width: 100%;
    display: none;
}

.media_block_popup_current_title span {
    display: table-cell;
    vertical-align: bottom;
}

.media_block_popup_current_line {
    margin-top: 15px;
    color: #CFCFCF;
    font-size: 13px;
    line-height: 20px;
}

.media_block_popup_current_line .line_item:not(:last-child) {
    display: inline-block;
    margin-right: 10px;
}

.media_block_popup_current_line a.line_item {
    color: #FFD705;
    cursor: pointer;
}

.media_block_popup_current_line a.line_item:hover {
    text-decoration: underline;
}

.media_block_popup_current_line_button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fd0;
    padding: 8px 16px;
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.media_block_popup_current_line_button.disabled {
    pointer-events: none;
    background-color: #949494;
}

.media_block_popup_current_line_button:hover {
    background-color: #FFE226;
    color: #333;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.media_block_popup_other_list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.media_block_popup_other_list_inner {
    overflow: hidden;
    height: 100%;
    position: relative;
    background-color: #000;
}

.media_block_popup_other_list_inner:before,
.media_block_popup_other_list_inner:after {
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    z-index: 30;
    height: 40px;
}

.media_block_popup_other_list_inner:before {
    background: linear-gradient(rgba(51, 51, 51, 0) 0%, #333333 100%);
    bottom: 0;
}

.media_block_popup_other_list_inner:after {
    background: linear-gradient(#333333 0%, rgba(51, 51, 51, 0) 100%);
    top: 0;
}

.media_block_popup_other_list_inner .simplebar-track {
    z-index: 40;
}

.media_block_popup_other_list_inner .simplebar-scrollbar {
    right: 4px;
    opacity: 0.3;
}

.media_sidebar_list_item {
    display: flex;
    align-items: center;
    color: inherit;
}

.media_popup_list_item {
    display: block;
    padding: 20px;
    transition: .3s;
    margin: 0;
}

.media_popup_list_item.popup_users_side {
    padding-top: 0;
    padding-bottom: 0;
}

.media_popup_list_item.current,
.media_popup_list_item:hover {
    background-color: #171818;
}

.media_popup_list_item.current {
    pointer-events: none;
}

.media_popup_list_item:first-child {
    margin-top: 20px;
}

.media_popup_list_item:last-child {
    margin-bottom: 20px;
}

.media_sidebar_list_item_image_block {
    margin-right: 12px;
    /*float: left;*/
    width: 178px;
    position: relative;
}

.media_sidebar_list_item_image {
    max-width: 100%;
    width: 100%;
    display: block;
}

.media_sidebar_list_item_wallpaper_image_block {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.media_sidebar_list_item_wallpaper_image {
    display: block;
    max-width: 100%;
}

.media_sidebar_list_item_image_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.media_sidebar_list_item_info {
    /*float: left;*/
    width: calc(100% - 178px);
}

.media_sidebar_list_item_title {
    color: #5F6366;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    min-height: 32px;
    transition: .2s;
}

.media_sidebar_list_item:not(.media_popup_list_item):hover .media_sidebar_list_item_title {
    color: #000;
}

.media_popup_list_item .media_sidebar_list_item_title {
    color: #fff;
}

.media_sidebar_list_item_duration {
    border-radius: 2px;
    border: 1px solid #C4C4C4;
    line-height: 18px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    font-weight: 700;
    color: rgba(86, 85, 84, 0.75);
    float: left;
    margin-top: 8px;
}

.media_popup_list_item .media_sidebar_list_item_duration {
    border-color: #FFD705;
    color: #FFD705;
}

.media_sidebar_list_item_count {
    max-width: 48px;
    float: left;
    font-size: 10px;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 16px;
    padding-right: 2px;
    background-image: url(../images/media_count_side_gallery_preview.svg);
    color: rgba(86, 85, 84, 0.75);
    margin-top: 8px;
    display: none;
}

.media_popup_list_item .media_sidebar_list_item_count {
    color: rgba(255, 229, 64, 0.75);
    background-image: url(../images/media_count_gallery_preview.svg);
}

.media_block_popup_gallery_big {
    height: calc(100% - 80px);
    width: 100%;
}

.media_block_popup_gallery_big.no_thumbs {
    height: 100%;
}

.media_block_popup_gallery_big.fs {
    width: 100vw;
    background-color: #000;
}

.popup_user_line_item {
    padding: 10px;
    border-bottom: 1px solid rgba(96, 86, 30, 0.15);
    color: #fff;
    position: relative;
}

.popup_users_side:first-child .popup_user_line_item {
    border-top: 1px solid rgba(96, 86, 30, 0.15);
}

.popup_user_profile_link {
    color: #FFD705;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    font-size: 13px;
    opacity: 0;
}

.popup_user_profile_link:hover {
    color: #20d65b;
}

.popup_user_line_item:hover .popup_user_profile_link {
    opacity: 1;
}

.media_block_popup_gallery_big_pause,
.media_block_popup_gallery_big_play {
    position: absolute;
    z-index: 30;
    height: 40px;
    width: 40px;
    top: 0;
    right: 16px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 20px;
    background-size: 20px;
    cursor: pointer;
    opacity: 0.5;
    transition: .2s;
}

.media_block_popup_gallery_big_pause:hover,
.media_block_popup_gallery_big_play:hover {
    opacity: 1;
}

.media_block_popup_gallery_big_pause {
    display: none;
}

.media_block_popup_gallery_big.fs .media_block_popup_gallery_big_pause {
    display: block;
}

.media_block_popup_gallery_big_play {
    background-image: url(../images/open_fullscreen.svg);
}

.media_block_popup_gallery_big_pause {
    background-image: url(../images/close_fullscreen.svg);
}

.media_block_popup_gallery_big.fs .media_block_popup_gallery_big_play {
    display: none;
}

.media_block_popup_gallery_arrow {
    position: absolute;
    z-index: 20;
    top: 40px;
    bottom: 40px;
    width: 76px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 68px;
    transition: .2s;
    opacity: 0;
    cursor: pointer;
}

.media_block_popup_gallery_big:hover .media_block_popup_gallery_arrow {
    opacity: 0.6;
}

.media_block_popup_gallery_big:hover .media_block_popup_gallery_arrow:hover {
    opacity: 1;
}

.media_block_popup_gallery_big.fs .media_block_popup_gallery_arrow {
    opacity: 0;
}

.media_block_popup_gallery_big.fs .media_block_popup_gallery_arrow:hover {
    opacity: 1;
}

.media_block_popup_gallery_arrow_prev {
    left: 0;
    background-image: url(../images/popup_arrow_prev.svg);
}

.media_block_popup_gallery_arrow_next {
    right: 0;
    background-image: url(../images/popup_arrow_next.svg);
}

.media_block_popup_gallery_thumbs {
    margin: 10px auto;
    /*width: 580px;*/
}

.media_block_popup_gallery_thumbs:before,
.media_block_popup_gallery_thumbs:after {
    top: 0;
    bottom: 0;
    content: '';
    z-index: 20;
    position: absolute;
    width: 20px;
}

.media_block_popup_gallery_thumbs:before {
    left: 0;
    background-image: linear-gradient(to right, #222 0%, transparent 100%);
}

.media_block_popup_gallery_thumbs:after {
    right: 0;
    background-image: linear-gradient(to left, #222 0%, transparent 100%);
}

.media_block_popup_gallery_big .slick-list,
.media_block_popup_gallery_big .slick-track {
    height: 100%;
}

.media_block_popup_gallery_big_item_img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.media_block_popup_gallery_big_item.user_find_mode .media_block_popup_gallery_big_item_img {
    pointer-events: auto;
    cursor: url(../images/user_cur.cur), pointer;
}

.media_block_popup_gallery_thumb_item {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.media_block_popup_gallery_thumb_item_img {
    display: block;
    max-width: 100%;
    height: 60px;
    transition: .3s;
    opacity: 0.5;
}

.media_block_popup_gallery_thumb_item:hover .media_block_popup_gallery_thumb_item_img {
    opacity: 0.8;
}

.media_block_popup_gallery_thumb_item.slick-current .media_block_popup_gallery_thumb_item_img {
    opacity: 1;
}

.media_block_popup_gallery_big .slick-arrow,
.media_block_popup_gallery_thumbs .slick-arrow {
    position: absolute;
    z-index: 20;
}

.social_share_item {
    display: block;
    background-color: #171818;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    transition: .3s;
    float: left;
    text-align: center;
    line-height: 24px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 12px;
    cursor: pointer;
}

.social_share_wrap.no_popup .social_share_item:not(:hover) {
    color: #fff !important;
}

.social_share_wrap.no_popup .social_share_item:hover {
    background-color: #FFD705;
    box-shadow: 0px 3px 5px rgba(43, 42, 40, 0.5);
}

.social_share_wrap.no_popup .social_share_item:hover:before {
    color: #000;
}

.share_button {
    height: 20px;
    width: 20px;
    position: relative;
}

.share_button_generate {
    position: absolute;
    top: calc(50% - 13px);
    right: calc(50% - 13px);
    width: 26px;
    height: 26px;
    cursor: pointer;
    opacity: 0.5;
    transition: .2s;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/share_general.svg);
}

.is_ios .share_button_generate {
    background-image: url(../images/share_ios.svg);
}

.is_android .share_button_generate {
    background-image: url(../images/share_android.svg);
}

.share_button_generate:before,
.share_button_generate:after {
    width: 16px;
    height: 2px;
    background-color: #333;
    content: '';
    left: calc(50% - 8px);
    top: calc(50% - 1px);
    transition: .2s;
    content: '';
    position: absolute;
    opacity: 0;
}

.share_button_generate:hover {
    opacity: 1;
}

.share_button.open .share_button_generate {
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    background-color: #C4C4C4;
    opacity: 1;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-image: none;
}

.share_button.open .share_button_generate:hover {
    background-color: #e6e6e6;
}

.share_button.open .share_button_generate:before,
.share_button.open .share_button_generate:after {
    opacity: 1;
}

.share_button.open .share_button_generate:before {
    transform: rotate(-45deg);
}

.share_button.open .share_button_generate:after {
    transform: rotate(45deg);
}

.share_button_inner {
    position: absolute;
    top: calc(50% - 20px);
    visibility: hidden;
    opacity: 0;
    /*overflow: hidden;*/
    height: 40px;
    z-index: 100;
}

.share_button.open .share_button_inner {
    opacity: 1;
    visibility: visible;
}

.share_button .social_share_item {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: .15s;
    top: 8px;
    position: absolute;
    float: none;
    /*left: 0;*/
    opacity: 0;
}

.share_button.open .social_share_item {
    opacity: 1;
}

.share_button .social_share_item:hover {
    box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.4);
}

.share_button .social_share_item:before {
    opacity: 0.75;
    transition: .2s;
}

.share_button .social_share_item:hover:before {
    opacity: 1;
}

.share_button.open_right .share_button_inner {
    left: 40px;
}

.share_button.open_left .share_button_inner {
    right: 40px;
}

.share_button.open_right .social_share_item:nth-child(1) {
    transition-delay: .0s;
}

.share_button.open_right .social_share_item:nth-child(2) {
    transition-delay: .05s;
}

.share_button.open_right .social_share_item:nth-child(3) {
    transition-delay: .1s;
}

.share_button.open_right .social_share_item:nth-child(4) {
    transition-delay: .15s;
}

.share_button.open_right .social_share_item:nth-child(5) {
    transition-delay: .20s;
}

.share_button.open_right .social_share_item:nth-child(6) {
    transition-delay: .25s;
}

.share_button.open_right .social_share_item:nth-child(7) {
    transition-delay: .30s;
}

.share_button.open_right .social_share_item:nth-child(8) {
    transition-delay: .35s;
}

.share_button.open_right .social_share_item:nth-child(9) {
    transition-delay: .4s;
}

.share_button.open_right .social_share_item:nth-child(10) {
    transition-delay: .45s;
}

.share_button.open_left .social_share_item:nth-last-child(1) {
    transition-delay: .0s;
}

.share_button.open_left .social_share_item:nth-last-child(2) {
    transition-delay: .05s;
}

.share_button.open_left .social_share_item:nth-last-child(3) {
    transition-delay: .1s;
}

.share_button.open_left .social_share_item:nth-last-child(4) {
    transition-delay: .15s;
}

.share_button.open_left .social_share_item:nth-last-child(5) {
    transition-delay: .20s;
}

.share_button.open_left .social_share_item:nth-last-child(6) {
    transition-delay: .25s;
}

.share_button.open_left .social_share_item:nth-last-child(7) {
    transition-delay: .30s;
}

.share_button.open_left .social_share_item:nth-last-child(8) {
    transition-delay: .35s;
}

.share_button.open_left .social_share_item:nth-last-child(9) {
    transition-delay: .4s;
}

.share_button.open_left .social_share_item:nth-last-child(10) {
    transition-delay: .45s;
}

.media_block_popup_current_info .share_button {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.media_block_popup_gallery_big_item .share_button {
    position: absolute;
    bottom: 22px;
    right: 26px;
    z-index: 20;
}

.articles_filter_line {
    display: flex;
    align-items: center;
}

.articles_filter_left {
    /*float: left;*/
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.articles_filter_right {
    /*float: right;*/
    margin-left: auto;
}

.articles_filter_item {
    /*float: left;*/
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
   /* width: 180px;*/
}

.articles_filter_item.articles_filter_item_checkbox_wrap {
    width: auto;
}

.page_header .articles_filter_item {
    margin-bottom: 10px;
}

.articles_filter_item:first-child {
    margin-left: 0;
}

.articles_filter_item_small {
    width: 140px;
}

.articles_filter_item_big {
    width: 220px;
}

.select_wrap {
    position: relative;
}

.select {
    /*line-height: 40px;*/
    height: 50px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 40px;

    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;

    background-color: #fff;
    outline: none;
    border: 0 !important;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: none;
    width: 100%;


}

.select:focus {
    outline: none;
}

.select_wrap.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.select option {
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: none;
}

.select option:hover {
    background: #FFD705 !important;
}

.select option:checked {
    background: #FFD705 !important;
    color: #000 !important;
}

/*.select_wrap:after,
.select_wrap:before {
	content: '';
	position: absolute;
	width: 40px;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	pointer-events: none;
}
.select_wrap:before {
	background-color: #fff;
}
.select_wrap:after {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/select_arrow.svg);
	opacity: 0.5;
	transition: .2s;
}
.select_wrap:hover:after {
	opacity: 1;
}*/


.articles_filter_left .ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 178px;
    height: 50px;
    line-height: 36px;
    border-radius: 0;
    border: none;
    background: transparent;
    color: #000;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.articles_filter_left .ui-selectmenu-button.ui-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFD705;
    width: 100%;
    height: 3px;
    transition: height linear 0.2s;
}

.articles_filter_left .ui-selectmenu-button.ui-button:hover::before {
    height: 100%;
}

.articles_filter_left .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
    background-color: #FFD705;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #FFD705;
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    color: #000000;
    font-family: "TT Runs Trial";
    font-size: 12px;
    font-weight: bold;
}

.ui-selectmenu-text {
    color: #000000;
    font-family: "TT Runs Trial";
    font-size: 12px;
    font-weight: bold;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 5px 3px 13px;
}

.select .ui-button .ui-icon {
    background-image: none !important;
}

.articles_filter_left .ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
    background-image: url('../images/chevron-down.svg');
    -webkit-background-size: 14px;
    background-size: 14px;
    background-position: center center;
    transition: transform linear 0.2s;
}

.articles_filter_left .ui-selectmenu-button-closed .ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
    transform: rotate(180deg);
}

.articles_filter_left .ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
    transform: rotate(0);
}

.ui-widget.ui-widget-content {
    border: none;
}


.articles_filter_big {
    width: 220px;
}

.articles_filter_mid {
   /* width: 160px;*/
}

.articles_filter_small {
    width: 132px;
}

.articles_filter_clear {
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/filter_clear.svg);
    opacity: 0.5;
    transition: .2s;
    float: left;
    height: 40px;
    display: none;
}

.articles_filter_clear:hover {
    opacity: 1;
}


.pagination_wrap {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination_button {
    font-size: 16px;
    position: relative;
    color: inherit;
    transition: .2s;
    /*margin-bottom: 10px;*/
}

.pagination_button i {
    width: 36px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transition: .2s;
    position: relative;
    top: -1px;
}

div.pagination_button,
a.pagination_button:hover {
    color: #5F6366;
}

a.pagination_button_prev:hover i {
    transform: translateX(-2px);
}

a.pagination_button_next:hover i {
    transform: translateX(2px);
}

/*.pagination_button:before {
	width: 40px;
	top: 0;
	bottom: 0;
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
}*/
.pagination_button:not(:last-child) {
    margin-right: 20px;
}

.pagination_button_prev {
    padding-left: 5px;
    padding-right: 20px;
}

.pagination_button_next {
    padding-left: 20px;
    padding-right: 5px;
}

div.pagination_button {
    pointer-events: none;
    color: rgba(86, 85, 84, 0.5);
}


/*div.pagination_button:before {
	opacity: 0.5;
}*/
/*.pagination_button_prev:before {
	background-image: url(../images/pagination_button_prev.svg);
}
.pagination_button_next:before {
	background-image: url(../images/pagination_button_next.svg);
}*/

.pagination_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /*	margin-top: 10px;
	margin-bottom: 15px;*/
    text-align: center;
}

.pagination_list li {
    display: inline-block;
    vertical-align: middle;
}

.pagination_list_item_link {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: 'TT Runs Trial', sans-serif;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 14px;
    color: #CECECE;
    transition: .2s;
    position: relative;
}

.pagination_list_item_link:hover {
    color: #000;
}

.pagination_list_item_link i {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

div.pagination_list_item_link {
    pointer-events: none;
    opacity: 0.5;
}

.pagination_list_item_link_dots {
    pointer-events: none;
}

.pagination_list_item_link_next,
.pagination_list_item_link_prev {
    display: none;
}

.pagination_button .icon-previouspage,
.pagination_button .icon-nextpage {
    display: none;
}

.pagination_buttons_wrap {
    margin: 0 28px;
}

.pagination_button_prev {
    width: 24px;
    height: 24px;
    background-image: url(../images/pagination_prev.svg);
    -webkit-background-size: cover;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.pagination_button_next {
    width: 24px;
    height: 24px;
    background-image: url(../images/pagination_next.svg);
    -webkit-background-size: cover;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.pagination_button_prev:hover,
.pagination_button_next:hover {
    opacity: 0.4;
}

.inner_banners_wrap {
    padding-top: 41px;
    /*padding-bottom: 40px;*/
}

.inner_matches_col {
    padding-bottom: 40px;
}

.inner_banner_item {
    display: none;
    margin-bottom: 20px;
    border: 1px solid #EBEBEB;
}

.inner_banner_item:last-child {
    margin-bottom: 0;
}

.inner_banner_item.show {
    display: block;
}

a.inner_banner_item:hover {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.15);
}

.inner_banner_item_image {
    max-width: 100%;
    width: 100%;
    display: block;
}

.breadcrumbs_wrap {
    display: table;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 22px;
    line-height: 26px;
    min-height: 52px;
    height: 0;
    display: none;
}

.breadcrumbs {
    font-size: 13px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table-cell;
    vertical-align: bottom;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs a {
    color: #FFD705;
}

.breadcrumbs a:hover {
    color: #20d65b;
}

.breadcrumbs li:not(:last-child):after {
    content: '/';
    margin-left: 9px;
    margin-right: 7px;
}

.inner_heading_bg .breadcrumbs span {
    color: #fff;
}

.inner_heading_bg .breadcrumbs li:after {
    color: #fff;
}

.article_wrap {
    margin-bottom: 38px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.article_content {
    padding: 4px 20px 14px;
    position: relative;
}

.blockquote {
    border-left: 4px solid #FD0;
    padding-left: 16px;
    line-height: 28px;
    font-size: 18px;
    margin-top: 38px;
    margin-bottom: 38px;
}

.article_image {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 600px;
    margin-bottom: 10px;
}

.article_image_block {
    margin-top: 24px;
    margin-bottom: 16px;
}

.article_image_caption {
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    opacity: 0.75;
}

.article_slider {
    margin-top: 24px;
    margin-bottom: 60px;
}

.article_slider .slick-dots {
    position: absolute;
    left: 20px;
    right: 20px;
    text-align: center;
    bottom: -40px;
    z-index: 20;
}

.article_slider_item {
    position: relative;
    text-align: center;
}

.article_slider_item_inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.article_slider_item_inner:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    height: 128px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.article_gallery_item .article_image,
.article_slider .article_image {
    margin-bottom: 0;
}

.read_more_block {
    margin-bottom: 20px;
}

.article_date {
    position: absolute;
    left: 20px;
    bottom: 100%;
    line-height: 36px;
    background: linear-gradient(180deg, #FFDD00 69.93%, #F2D200 100%);
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 20;
}

.article_content_no_slider {
    padding-top: 40px;
}

.article_content_no_slider .article_date {
    bottom: auto;
    top: 0;
}

.article_bottom_block {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 14px;
}

.article_bottom_block_left {
    float: left;
}

.article_bottom_block_right {
    float: right;
}

.article_bottom_block_line {
    margin-bottom: 20px;
    line-height: 24px;
}

.article_bottom_block_line .line_title.sw {
    display: none;
}

.article_bottom_block_line .line_title {
    font-size: 16px;
    margin-right: 4px;
}

.article_bottom_block_line .line_item {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.article_bottom_block_line .line_item:not(:last-child) {
    margin-right: 8px;
}

.article_bottom_block_line a.line_item {
    color: #FFD705;
}

.article_bottom_block_line a.line_item:hover {
    color: #20d65b;
}

.article_top_slider_item_image {
    width: 100%;
    max-width: 100%;
}

.article_top_slider:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    height: 128px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.article_gallery {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.article_gallery_col {
    float: left;
    width: calc(100% / 3);
    padding-left: 5px;
    padding-right: 5px;
}

.article_gallery_item {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.article_gallery_item .article_image {
    transition: 1.1s;
}

.article_gallery_item:hover .article_image {
    transform: scale(1.1) translateZ(0px);
    transition: .8s ease;
}

.article_nav_block {
    /*border-top: 4px solid #ffd705;*/
}

.article_nav_block_item {
    width: 50%;
    float: left;
    padding-top: 36px;
    padding-bottom: 40px;
    position: relative;
    display: block;
    color: inherit;
}

.article_nav_block_item_left {
    padding-left: 20px;
    padding-right: 40px;
    border-right: 1px solid rgba(96, 86, 30, 0.15);
}

.article_nav_block_item_right {
    padding-right: 20px;
    padding-left: 40px;
    float: right;
}

.article_nav_arrow {
    color: rgba(86, 85, 84, 0.5);
    transition: .2s;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
}

.article_nav_block_item:hover .article_nav_arrow {
    color: #565554;
}

.article_nav_arrow i {
    transition: .15s;
    display: inline-block;
    vertical-align: middle;
    color: #565554;
    font-size: 14px;
    position: relative;
    transform: translate(0, -1px);
    /*top: -1px;*/
}

.article_nav_block_item:hover .article_nav_arrow_prev i {
    transform: translate(-2px, -1px);
}

.article_nav_block_item:hover .article_nav_arrow_next i {
    transform: translate(2px, -1px);
}

.article_nav_arrow_prev i {
    margin-right: 10px;
}

.article_nav_arrow_next {
    text-align: right;
}

.article_nav_arrow_next i {
    margin-left: 10px;
}

.news_small_item {
    display: block;
    color: inherit;
}

.news_small_item_image_block {
    float: left;
    width: 120px;
    margin-right: 8px;
    overflow: hidden;
    margin-top: 2px;
}


.news_small_item_image {
    max-width: 100%;
    display: block;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*.news_small_item_block_item:hover .news_small_item_image {
    transform: scale(1.05) translateZ(0px);
    transition: .8s ease;
}*/
.news_small_item_info_block {
    float: left;
    width: calc(100% - 120px - 8px);
    overflow: hidden;
    max-height: 92px;
}

.news_small_item_info_title {
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 20px;
    overflow: hidden;
    max-height: 40px;
}

.news_small_item:hover .news_small_item_info_title,
.article_nav_block_item:hover .news_small_item_info_title {
    /*color: #168000;*/
    color: #FFD705;
}

.news_small_item_info_announce {
    font-size: 13px;
    line-height: 16px;
    max-height: 64px;
}

.news_small_item_wrap {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-bottom: 16px;
}

/*.news_small_item_wrap:not(:last-child) {
	border-bottom: 1px solid #E5E5E5;
}*/

.social_link {
    border-radius: 2px;
    color: #fff;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 15px;
    padding-right: 15px;
    padding-left: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.social_link span {
    display: block;
    position: relative;
    z-index: 10;
}

.social_link:before {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 2px;
    content: '';
    background-color: #fff;
    opacity: 0.2;
    transition: .2s;
}

.social_link:hover:before {
    opacity: 0;
}

.social_link_vk {
    background-color: #4477aa;
}

.social_link i {
    position: absolute;
    width: 36px;
    left: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    line-height: 32px;
    z-index: 10;
    font-size: 18px;
}

.honor_list {
    width: 100%;
    max-width: 1084px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.honor_list_item {
    margin-bottom: 40px;
}

.honor_list_item_image_block {
    width: calc(50% - 10px);
    position: relative;
    overflow: hidden;
    height: 200px;
}

.honor_list_item_image {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.is_ie .honor_list_item_image_block {
    height: auto;
}

.is_ie .honor_list_item_image {
    position: relative;
    bottom: auto;
}

.honor_list_item_info {
    width: calc(50% - 50px);
    line-height: 26px;
    padding-top: 40px;
}

.honor_list_item:nth-child(odd) .honor_list_item_info {
    float: left;
    text-align: right;
}

.honor_list_item:nth-child(odd) .honor_list_item_image_block {
    float: right;
}

.honor_list_item:nth-child(even) .honor_list_item_info {
    float: right;
}

.honor_list_item:nth-child(even) .honor_list_item_image_block {
    float: left;
}

.honor_list_item_info_title {
    margin-bottom: 8px;
    font-size: 20px;
}

.honor_list_item_info_description {
    font-size: 18px;
}

.inner_heading_bg {
    /*background-position: center top;*/
    background-position: center bottom;
    background-repeat: no-repeat;
    /*background-size: auto 700px;*/
    position: relative;
    /*overflow: hidden;*/
    height: 370px;
    background-attachment: unset;
    background-position: center top;
    height: 370px;
}

.inner_heading_bg:before {
    content: '';
    background-color: #000;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 5;
}

.inner_heading_bg_big:before {
    display: none;
}

.inner_heading_bg_image {
    z-index: 2;
    position: absolute;
    bottom: -10px;
    /*left: 50%;*/
    left: 0;
    display: block;
    /*transform: translate(-50%,0);*/
    transform: translateY(0);
    width: 100%;
    max-width: 100%;
}

body:not(.is_ie) .inner_heading_bg {
    background-attachment: fixed;
    background-position: center top;
}

.inner_heading_bg_big {
    /*padding-top: 278px;*/
    padding-top: 448px;
}

.inner_heading_bg .container {
    position: relative;
    /*z-index: 10;*/
}

.inner_wrap {
    /*background-color: #fff;*/
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    overflow: hidden;
}

.inner_wrap.inner_wrap_transparent {
    background-color: transparent;
}

.inner_wrap.sidebar_recalc_content {
    background-color: #fff;
}

.inner_wrap_content {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.inner_heading {
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    padding-top: 60px;
    padding-bottom: 0px;
    position: relative;
    color: #000;
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

.account_wrap .inner_heading {
    padding: 0;
    margin: 0 0 5px 0;
    background-color: transparent;
}

.inner_heading.center {
    text-align: center;
}

.inner_heading.center:before {
    left: calc(50% - 50px);
}

.employee_item {
    text-align: center;
    display: block;
    color: inherit;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.employee_item_image_block {
    /*height: 385px;*/
    padding: 15px 0 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
}

.employee_item_image {
    /*display: block;*/
    max-width: 110%;
    margin-left: auto;
    margin-right: auto;
    transition: .5s ease-in-out;
}

.employee_item_position {
    font-size: 16px;
    line-height: 26px;
}

.employee_item_name {
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.employee_item_info {
    height: 85px;
    transition: .2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .2s;
    padding: 0 15px;
}

.employee_item:hover .employee_item_info {
    background-color: #FFD705;
}

.player_item_name {
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    transition: .3s ease-in-out;
}

.player_item_position {
    font-size: 15px;
    line-height: 24px;
    color: #5F6366;
}

.player_item_birthday {
    font-size: 13px;
    line-height: 24px;
    color: rgba(86, 85, 84, 0.7);
}

/*.employee_item:hover .employee_item_position,*/
.employee_item:hover .player_item_name {
    /*color: #168000;*/
    /*color: #FFD705;*/
}

.chiefs_block {
    /*    padding-left: 60px;
    padding-right: 60px;*/
    display: flex;
    align-items: stretch;
}

.chiefs_block .chiefs_block_col {
    max-width: 275px;
    margin: 0 18px 0 0;
    background-color: #fff;
}

.chiefs_block .chiefs_block_col:last-child {
    margin-right: 0;
}

.chiefs_block .chiefs_block_col .employee_item_image_block {
    margin: 0;
}

.chiefs_block .employee_item_image {
    width: 150%;
    max-width: 150%;
    height: auto;
}

.chiefs_block_inline {
    text-align: center;
}

.chiefs_block_inline .chiefs_block_col {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.chiefs_item_col {
    padding-left: 40px;
    padding-right: 40px;
    float: left;
    width: calc(100% / 3);
}

.chiefs_item {
    margin-bottom: 40px;
}

.employee_block {
}

.employee_block .employee_block_col {
    float: left;
    width: 25%;
    padding-left: 30px;
    padding-right: 30px;
}


.chief_page {
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.employee_page_info_line {
    position: relative;
    z-index: 10;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 20px;
}

.employee_page_info_line strong {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: 700;
    font-family: 'TT Runs Trial', sans-serif;
}

.employee_page_photo {
    position: absolute;
    bottom: 0;
    right: 90px;
    display: block;
    max-width: 90%;
    z-index: 5;
    width: 400px;
}

.employee_page_info_content {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.employee_page_info_content strong {
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    color: #000;
}

.employee_page_info_content ul {
    font-size: 13px;
    line-height: 22px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 2;
}

.employee_page_download_line {
    font-size: 13px;
    line-height: 18px;
}

.employee_page_icon_link {
    font-size: 14px;
    line-height: inherit;
    color: #000;
    line-height: 16px;
    padding: 0px 5px 0 0;
    font-weight: 700;
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
}

.employee_page_icon_link::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -3px;
    right: 0;
    bottom: 0;
    background: #FFD705;
    width: 100%;
    height: 3px;
    transition: height linear 0.2s;
}

.employee_page_icon_link:hover::before {
    height: 15px;
}

.employee_page_download_item {
    display: inline-block;
    vertical-align: middle;
}

.employee_page_download_item:not(:last-child) {
    margin-right: 14px;
}

/*.employee_page_icon_link:hover {
	color: #FFD705;
}*/
.employee_page_icon_link.link_download {
    /*	background-image: url(../images/link_download.svg);
    background-position: left top 5px;
    display: none;*/
}


/*.employee_page_tabs {
	background-color: #333;
}*/
.employee_page_tabs_single {
    padding-top: 20px;
    padding-bottom: 40px;
    display: none;
}

.employee_page_tabs {
    padding: 65px 0 0 0;
}

.employee_page_tabs.employee_page_tabs_show {
    padding-top: 520px;
}

.employee_page_tabs .block_title {
    color: #000;
}

.employee_page_tabs .block_title_wrap {
    max-width: 960px;
    margin: 0 auto;
}


.employee_page_tabs .tab_navs {
    display: flex;
    align-items: flex-start;
    margin: 0 auto 55px;
    max-width: 960px;
}

.tab_link {
    /*width: 178px;*/
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    position: relative;
    margin: 0 16px 0 0;
    z-index: 10;
}

.tab_link::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFD705;
    /*width: 100%;*/
    height: 3px;
    transition: height linear 0.2s;
}

.tab_link.active::before {
    /*	color: #989898;
	pointer-events: none;*/
    height: 20px;
}

.tab_tab {
    padding-bottom: 30px;
    color: #000;
    /*	padding-left: 40px;
	padding-right: 40px;*/
}

/*.employee_page_tabs h1,
.employee_page_tabs h2,
.employee_page_tabs h3,
.employee_page_tabs h4,
.employee_page_tabs h5,
.employee_page_tabs h6,
.employee_page_tabs p,
.employee_page_tabs ul,
.employee_page_tabs .block_title {
	color: #fff;
}*/

.player_statictic_list {
    margin-left: -10px;
    margin-right: -10px;
}

.player_statictic_col {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: calc(100% / 3);
}

.player_statictic_item {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.75);
    padding: 10px;
}

.player_statictic_item_value {
    font-size: 40px;
    line-height: 40px;
    position: relative;
    z-index: 5;
    color: #5C5C5C;
    margin-left: 1px;
}

.player_statictic_item_value_active {
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    color: #FFD705;
    overflow: hidden;
    transition: .8s;
}

.player_statictic_item.animate .player_statictic_item_value_active {
    right: 0;
}

.player_statictic_item_info {
    font-size: 13px;
    line-height: 18px;
}

.player_statictic_item_caption {
    float: left;
}

.player_statictic_item_best_result {
    float: right;
}

.player_statictic_item_best_result.best_result {
    color: #FFEC73;
}

.player_statictic_item_line {
    background-color: #5C5C5C;
    height: 4px;
    position: relative;
    top: -9px;
    z-index: 2;
}

.player_statictic_item_progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #3F8155;
    transition: .8s;
}

.player_statictic_item:not(.animate) .player_statictic_item_progress {
    width: 0 !important;
}

.player_statictic_item.no_progress .player_statictic_item_progress {
    display: none;
}

.player_statictic_item.no_progress .player_statictic_item_value_active {
    display: none;
}

.player_bio_wrap {
    max-width: 960px;
    margin: 0 auto;
}

.player_bio_wrap_toggler {
    color: #FFD705;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
    transition: .2s;
    display: none;
}

.player_bio_wrap_toggler:hover {
    color: #20d65b;
}

.player_bio_wrap_toggler .x {
    display: none;
}

.player_bio_wrap.open .player_bio_wrap_toggler .x {
    display: block;
}

.player_bio_wrap.open .player_bio_wrap_toggler .c {
    display: none;
}

.player_bio_wrap.minimize .player_bio_wrap_toggler {
    display: block;
}

.player_bio_inner {
    max-height: 320px;
    overflow: hidden;
    position: relative;
}

.player_bio_inner :first-child {
    margin-top: 0;
}

.player_bio_wrap.minimize .player_bio_inner:before {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
    position: absolute;
    z-index: 10;
}

.player_bio_wrap.open .player_bio_inner:before {
    display: none;
}

.player_bio_wrap.open .player_bio_inner {
    max-height: none;
}

.single_gallery_item {
    display: block;
    overflow: hidden;
    position: relative;
}

.single_gallery_item_image {
    display: block;
    max-width: 100%;
    transition: 1.1s;
}

.single_gallery_item:hover .single_gallery_item_image {
    transform: scale(1.1) translateZ(0px);
    transition: .8s ease;
}

.single_gallery_item_find_count {
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding-left: 40px;
    padding-right: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    transition: .2s;
}

.single_gallery_item:hover .single_gallery_item_find_count {
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.single_gallery_item_find_count:before {
    position: absolute;
    top: 0;
    left: 16px;
    width: 20px;
    bottom: 0;
    background-repeat: no-repeat;
    content: '';
    background-position: left center;
    background-image: url(../images/photo_item_user.svg);
}

.player_gallery {
    max-width: 960px;
    margin: 25px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.player_gallery_col {
    width: 25%;
    max-width: 228px;
    height: 138px;
    /* padding: 5px; */
    margin: 0 6px 12px;
}

.player_video_list {
    max-width: 960px;
    margin: 25px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.player_video_list_col {
    width: 25%;
    max-width: 228px;
    margin: 0 6px 12px;
}

/*.employee_page_inner,
.chief_page_inner {
	width: 360px;
}*/

.employee_page_inner, .chief_page_inner {
    width: 50%;
}

.employee_page_photo_inner {
    min-height: 440px;
}

.chief_page_inner.employee_page_photo_inner {
    min-height: 173px;
    height: 173px;
}

.player_page_player_list_block {
    background-color: #f2f2f2;
    padding-bottom: 35px;
    position: relative;
    top: -100px;
    z-index: 10;
    padding-top: 133px;
}

.employee_page_tabs + .player_page_player_list_block {
    background-color: #f2f2f2;
    padding-bottom: 35px;
    position: relative;
    top: 0;
    z-index: 10;
    padding-top: 0;
}

.player_page_player_list_block_inner {
    padding-left: 40px;
    padding-right: 40px;
}

.player_slider {
    margin-left: -20px;
    margin-right: -20px;
}

.player_slider .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.player_slider .slick-dots button:before {
    border-color: #565554;
}

.player_slider .slick-dots li.slick-active button:before {
    background-color: #565554;
}

.player_slider_col {
    padding-left: 8px;
    padding-right: 8px;
}

.player_item_nation {
    width: 24px;
    height: 24px;
}

.player_item_top_info {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 10px;
    width: 40px;
    text-align: center;
}

.player_item_top_info_wrap {
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 12px;
    text-align: center;

    color: #000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.player_item_number_wrap {
    background-color: #f2f2f2;
}

.player_item_number {
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 12px;
    text-align: center;
    background-color: #FFD705;
    color: #000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
}

.player_page_inner_wrap {
    width: 360px;
}

.player_page_inner_side {
    float: left;
    width: 84px;
    margin-bottom: 30px;
}

.player_page_inner {
    float: left;
    padding-left: 40px;
    width: calc(100% - 84px);
    margin-bottom: 30px;
}

.player_page_table {
    text-align: center;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f2f2f2;
}

.player_page_table_cell {
    /*padding: 5px;*/
    height: 84px;
    display: table-cell;
    /*border: 1px solid #EBEBEB;*/
    vertical-align: middle;
}

.player_page_table_row {
    display: table-row;
}

.player_page_number {
    line-height: 62px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    background: #FFD705;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    font-family: 'TT Runs Trial', sans-serif;
}

.player_nation {
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}

.player_nation.player_nation_rus {
    background-image: url(../images/nations/rus.svg);
}

.player_page_params {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #F2F2F2;
}

.player_page_params_value {
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.player_page_params_desc {
    color: #5F6366;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
}

.player_page_nation {
    height: 60px;
    width: 60px;
}

.player_page_socials {
    padding-top: 10px;
    padding-bottom: 10px;
}

.player_page_social_item {
    height: 44px;
    display: block;
    width: 44px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.player_page_social_item svg {
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 17px);
    display: block;
    width: 34px;
    height: 34px;
    transition: .2s;
}

.player_page_social_item:hover svg {
    transform: translateY(-2px);
}

.inner_sidebar_announces {
    padding-bottom: 28px;
}

.inner_sidebar_announces .news_small_item {
    display: flex;
    flex-direction: column;
    color: inherit;
}

.inner_sidebar_announces .news_small_item .news_small_item_image_block {
    width: 100%;
}

.inner_sidebar_announces .news_small_item .news_small_item_image {
    height: 183px;
    width: 100%;
}

.inner_sidebar_announces .news_small_item .news_small_item_info_title {
    margin-bottom: 16px;
    line-height: 20px;
    overflow: hidden;
    max-height: 40px;
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
}

.inner_sidebar_announces .news_small_item_info_block {
    float: none;
    width: 100%;
    overflow: hidden;
    height: 154px;
    max-height: 154px;
    background: #fff;
    padding: 30px 22px;
}

.inner_sidebar_announces .news_small_item_wrap {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-bottom: 16px;
    width: 25%;
    max-width: 243px;
    margin: 0 16px;
}

.inner_sidebar_announces .slick-dots {
    display: none;
}

.sidebar_contacts_line {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
}

.sidebar_contacts_link {
    color: inherit;
}

.sidebar_contacts_link:hover {
    color: #FFD705;
}

.sidebar_contacts_link i {
    margin-right: 6px;
}

.sidebar_contacts_wrap {
    margin-bottom: 20px;
}

.sidebar_contacts_wrap_big {
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
}

.inner_sidebar_contacts {
    width: 160px;
    margin: 0 auto;
}

.inner_sidebar_contacts .sidebar_contacts_wrap:first-child {
    margin-top: -40px;
}

.inner_sidebar_contacts .block_title {
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.about_club_top_right {
    width: 100%;
    display: flex;
    align-items: center;
}

.about_club_top_left {
    width: 100%;
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 50px;
}

.about_club_info_caption {
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
}

.about_club_info_line {
    margin-bottom: 20px;
    margin-right: 67px;
}

.about_club_info_line:last-child {
    margin-right: 0;
}

.about_club_info_item {
    margin-bottom: 10px;
}

.about_club_info_year {
    color: #000000;
    font-family: "TT Runs Trial", sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
}

.about_club_info_color_item {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.about_club_info_color_item.color_yellow {
    background-color: #fd0;
}

.about_club_info_color_item.color_black {
    background-color: #000;
}

.about_club_info_color_item:not(:last-child) {
    margin-right: 10px;
}

.about_club_bot_image {
    text-align: right;
}

.about_club_bot_image.a_center {
    text-align: center;
}

.about_club_bot_image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.about_club_bot {
    margin-top: 20px;
}

.about_club_bot_info {
    width: 380px;
    margin-top: -260px;
    position: relative;
}

.about_club_bot_info_inner {
    z-index: 20;
    background-color: #fff;
    min-height: 300px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

.about_club_bot_info_shadow {
    width: 80px;
    height: 270px;
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(10px);
    right: -10px;
    top: 0;
}

.is_ie .about_club_bot_info_shadow {
    right: 0;
}

.about_club_bot_line {
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.context_menu {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: fixed;
    z-index: 20000;
    padding-left: 8px;
    padding-right: 8px;
}

.context_menu_item {
    display: block;
    color: #565554;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 15px 5px 6px;
    cursor: pointer;
    transition: .2s;
}

.context_menu_item:hover {
    background-color: #ebebeb;
}

.context_menu_item:last-child {
    margin-bottom: 8px;
}

.context_menu_item:first-child {
    margin-top: 8px;
}

.context_menu_item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.context_menu_item i {
    margin-right: 4px;
}

.context_menu_item:hover i {
    color: #FFD705;
}

.context_menu_item.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.page_tabs {
    margin-top: 10px;
}

.page_tabs .tab_navs {
    display: flex;
    align-items: flex-start;
    margin: 0 0 55px 0;
}

.page_tabs .tab_link {
    width: 178px;
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    position: relative;
    margin: 0 16px 0 0;
    z-index: 10;
}

.page_tabs .tab_link::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFD705;
    width: 100%;
    height: 3px;
    transition: height linear 0.2s;
}

.page_tabs .tab_link:hover::before {
    height: 20px;
}

.page_tabs .tab_link.active::before {
    height: 20px;
}


.wide_page_wrap {
    padding-bottom: 20px;
}

.wide_page_wrap .tab_navs {
    display: none!important;
}

.wide_page_wrap


.wide_page_wrap .page_header {
    padding-top: 0;
}

.wide_page_wrap .media_page_wallpaper_wrap {
    padding-top: 0;
}

.page_hr {
    background-color: transparent;
    height: 0;
}

.page_hr_full {
    margin-left: -40px;
    margin-right: -40px;
}

.page_hr_no_indent {
    margin-left: 0;
    margin-right: 0;
}

.players_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.tab_tabs .tab_tab .players_list {
    display: initial;
}

.tab_tabs .tab_tab.active .players_list {
    display: block;
}

.players_list_col {
    width: 25%;
    max-width: 291px;
    margin: 0 9px 20px;
    background-color: #fff;
}

.players_list_col .employee_item_image {
    height: auto;
    width: 110%;
}

.page_header_link_wrap {
    float: right;
    margin-top: 25px;
}

.page_header_link {
    color: #FFD705;
    font-size: 13px;
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    transition: .2s;
}

.page_header_link:hover {
    color: #20d65b;
}

.page_header_link_icon {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left 12px center;
}

.page_header_link_icon.link_download {
    background-image: url(../images/link_download.svg);
}

.veteran_list {
    margin-left: -10px;
    margin-right: -10px;
}

.veteran_item {
    display: block;
    color: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
}

.veteran_list_col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% / 3);
}

.veteran_item_image_block {
    width: 180px;
    float: left;
    overflow: hidden;
}

.veteran_item_image {
    display: block;
    max-width: 180px;
    transition: 1.1s;
}

.veteran_item:hover .veteran_item_image {
    transform: scale(1.1) translateZ(0px);
    transition: .8s ease;
}

.veteran_item_info {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: calc(100% - 180px);
}

.veteran_item_info_line {
    margin-bottom: 20px;
    transition: .2s;
}

.veteran_item_info_top {
    line-height: 24px;
    font-size: 15px;
}

.veteran_item_info_bot {
    line-height: 20px;
    font-size: 13px;
}

.veteran_item_name {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    min-height: 48px;
    max-height: 72px;
    margin-bottom: 8px;
    transition: .2s;
}

.veteran_item:hover .veteran_item_name {
    color: #FFD705;
}

.page_header {
    padding-top: 30px;
}

.page_header_filters {
    /*	margin-left: -20px;
	margin-right: -20px;*/
    padding-top: 10px;
}

.page_header_search_wrap {
    float: left;
    width: 45%;
}

.page_header_select_wrap {
    width: 220px;
    margin-top: 12px;
    float: right;
}

.page_header_search_form_input {
    padding-left: 56px;
}

.page_header_search_form_wrap > svg {
    width: 16px;
    height: 16px;
    left: 20px;
    top: calc(50% - 8px);
    content: '';
    position: absolute;
    pointer-events: none;
    display: block;
}

.page_header_search_form_wrap > svg path {
    fill: rgba(43, 42, 40, 0.75);
}

.page_header_search_form_wrap:before {
    content: '';
    height: 1px;
    background-color: #59BC7A;
    bottom: -1px;
    position: absolute;
    pointer-events: none;
    width: 0;
    transition: .4s;
}

.page_header_search_active .page_header_search_form_wrap:before {
    width: 100%;
}

.page_header_search_form_button {
    opacity: 0;
    visibility: hidden;
}

.page_header_search_filled .page_header_search_form_button {
    opacity: 1;
    visibility: visible;
}

.page_header_search_form {
    position: relative;
}

.checkbox {
    display: block;
    line-height: 24px;
    height: 40px;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 44px;
    padding-right: 10px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
}

.checkbox input {
    display: none;
}

.articles_filter_item_checkbox {
    color: #000;
}

.checkbox:before,
.checkbox:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    width: 24px;
    height: 24px;
    transition: .2s;
}

.checkbox:before {
    border: 3px solid #FFD705;
}

.checkbox:after {
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 14px;
    top: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(../images/checkbox.svg);
}

.checkbox.checked:after {
    opacity: 1;
}

.checkbox.checked:before {
    background: #FFD705;
}

.only_home_matches {
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    padding-top: 13px;
    margin-bottom: 0;
}


.articles_filter_tournir {
    width: 220px;
}

.articles_filter_season {
    width: 160px;
}

.matches_page_month_navs {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.matches_page_month {
    display: inline-block;
    vertical-align: middle;
    /*width: 48px;*/
    padding: 20px 30px;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
    transition: .2s;
}

.matches_page_month .month {
    color: #5F6366;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.matches_page_month .year {
    color: #5F6366;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
}

.only_home .matches_page_month.only_away {
    opacity: 0.8;
    pointer-events: none;
}

.matches_page_month .month {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

.matches_page_month .year {
    color: rgba(86, 85, 84, 0.7);
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    transition: .2s;
}

.matches_page_month:hover,
.matches_page_month.active,
.matches_page_month.active .year {
    /*color: #21A64D;*/
}

.matches_page_month.active {
    pointer-events: none;
    background-color: #FFD705;
}

.matches_page_month.active .month {
    color: #000;
}

.matches_page_month.active .year {
    color: #000;
}

.matches_page_tabs .tab_tab {
    padding-top: 30px;
    padding-bottom: 20px;
}

.matches_page_item {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 40px;
    position: relative;
}

.matches_page_item_info {
    float: left;
}

.matches_page_item_link {
    float: right;
    color: inherit;
    background-color: #FD0;
    font-size: 18px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    text-transform: uppercase;
    margin-top: 8px;
}

.matches_page_item_link:hover {
    background-color: #FFE226;
    color: #333;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.matches_page_item_date {
    font-size: 18px;
    line-height: 32px;
}

.matches_page_item_time {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
}

.matches_page_item_stadium {
    font-size: 13px;
    line-height: 24px;
}

.matches_page_item_score {
    float: left;
    width: 40px;
    font-size: 36px;
    height: 40px;
}

.matches_page_item_score_sep {
    float: left;
    width: 24px;
    font-size: 15px;
}

.matches_page_item_scores {
    text-align: center;
    line-height: 40px;
    float: left;
    margin-top: 8px;
    position: relative;
}

.matches_page_item_scores_add {
    line-height: 18px;
    font-size: 13px;
    color: #5D5C5B;
    top: 100%;
    left: -20px;
    right: -20px;
    text-align: center;
}

.matches_page_item_teams {
    position: absolute;
    top: 40px;
    left: calc(50% - 696px / 2);
}

.matches_page_item_team {
    float: left;
}

.matches_page_item_team_1 .matches_page_item_team_name {
    text-align: right;
}

.matches_page_item_team_2 .matches_page_item_team_name {
    text-align: left;
}

.matches_page_item_team_name {
    float: left;
    width: 200px;
    display: table;
    height: 56px;
    line-height: 28px;
    font-size: 18px;
}

.matches_page_item_team_name span {
    display: table-cell;
    vertical-align: middle;
}

.matches_page_item_team_logo {
    float: left;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 20px;
    margin-right: 20px;
}

.matches_page_item_title {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    color: rgba(86, 85, 84, 0.75);
    font-size: 13px;
    line-height: 20px;
}

.matches_page_slide_item {
    background-color: #f8f8f8;
    padding: 40px 60px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    margin-top: 30px;
    transition: .3s;
}

body:not(.is_ie) .matches_page_slide_item {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: translateX(20%) rotateY(15deg) scale(0.8);
}

.matches_page_slide_item_inner {
    opacity: 0.3;
    transition: .2s;
    pointer-events: none;
}

.matches_page_slider_col.slick-current .matches_page_slide_item_inner {
    opacity: 1;
    pointer-events: auto;
}

.matches_page_slider_col.slick-current .matches_page_slide_item {
    background-color: #fff;
    transform: none;
}

body:not(.is_ie) .matches_page_slider_col.slick-current ~ .matches_page_slider_col .matches_page_slide_item {
    transform: translateX(-20%) rotateY(-15deg) scale(0.8);
}

.matches_page_slide_item_info_block {
    width: 330px;
    /*float: left;*/
}

.matches_page_slide_item_top {
    display: flex;
    align-items: flex-start;
}

.matches_page_slide_item_team {
    /*float: left;*/
    margin: 45px 0 0 0;
    width: 160px;
}

.matches_page_slide_item_score_sep,
.matches_page_slide_item_score {
    width: 52px;
    height: 52px;
    float: left;
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 70px;
}

.matches_page_slide_item_score_sep {
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 70px;
}

.matches_page_slide_item_scores {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 70px;
    color: #2B2A28;
    position: relative;
}

.matches_page_slide_item_scores_add {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.matches_page_slide_item_team_logo {
    max-height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
}

.matches_page_slide_item_team_name {
    display: table;
    width: 100%;
    height: 54px;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    color: #000;
    text-transform: uppercase;
}

.matches_page_slide_item_team_name span {
    display: table-cell;
    vertical-align: middle;
}

.matches_page_slide_item_date {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    height: 24px;
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.matches_page_slide_item_day {
    height: 36px;
    margin-bottom: 55px;
    color: #5F6366;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
}

.matches_page_slide_item_info_title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    height: 36px;
    display: table;
    width: 100%;
    color: #5F6366;
}

.matches_page_slide_item_info_stadium {
    color: #5F6366;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    height: 32px;
    display: table;
    width: 100%;
}

.matches_page_slide_item_info_title span,
.matches_page_slide_item_info_stadium span {
    display: table-cell;
    vertical-align: middle;
}

.matches_page_slide_item_button {
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 160px;
    text-align: center;
    background-color: #FD0;
    color: #4B4B4B;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
}

.matches_page_slide_item_button:hover {
    background-color: #FFE226;
    color: #333;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.matches_page_slide_item_bot {
    height: 68px;
    display: block;
}

.matches_page_slider_wrap {
    position: relative;
    padding-bottom: 90px;
    overflow-x: hidden;
    max-width: 100vw;
}

.matches_page_slider_wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 296px;
    z-index: 5;
}

.matches_page_slider {
    z-index: 10;
    position: relative;
}

.matches_page_slider_col {
    padding-left: 20px;
    padding-right: 20px;
    perspective: 600px;
}

.matches_page_slide_nav {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 10;
}

.matches_page_slide_nav_item {
    width: 110px;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 83px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    display: none;
}

.matches_page_slide_nav_item .day {
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 20px;
    background-size: 20px;
    transition: .2s;
}

.matches_page_slide_nav_item .day svg {
    display: block;
    height: 22px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
}

.matches_page_slide_nav_item .day svg path {
    transition: .2s
}

.matches_page_slide_nav_item .day_name {
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    height: 20px;
    transition: .2s;
}

.matches_page_slide_nav_item.current {
    pointer-events: none;
    background-color: #f2f2f2 !important;
}

.matches_page_slide_nav_item:hover .day,
.matches_page_slide_nav_item.current .day,
.matches_page_slide_nav_item.current .day_name {
    color: #000000;
}

.matches_page_slide_nav_item:hover .day svg path,
.matches_page_slide_nav_item.current .day svg path {
    fill: #000000 !important;
}

.matches_page_slide_nav_item.active {
    display: flex;
    background-color: #FFD705;
}

.matches_page_slide_nav_item.no_day .day {
    background-image: url(../images/no_day.svg);
}

.only_home .matches_page_item.match_item_away,
.only_home .matches_page_slide_nav_item.match_item_away {
    display: none;
}

.only_home_matches_header {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-top: 12px;
    opacity: 0.7;
    display: none;
}

.only_home .only_home_matches_header {
    display: block;
}

.history_sliders_wrap {
    height: calc(100vh - 217px);
    min-height: 650px;
    max-height: 1000px;
    position: relative;
    overflow: hidden;
}

.history_slider {
    display: none;
    height: 100%;
}

.history_slider .slick-list,
.history_slider .slick-track {
    height: 100%;
}

.history_slider.slick-initialized {
    display: block;
}

.history_slider_item {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.history_slider_item:before {
    z-index: 5;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.75);
}

.history_slider_item_content {
    position: relative;
    z-index: 10;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 200px;
    height: 100%;
}

.history_slider_item_inner {
    position: relative;
}

.history_slider_item_inner_left {
    padding-right: 10px;
    float: left;
    width: calc(100% - 640px);
    padding-bottom: 100px;
    padding-top: 25px;
}

.history_slider_item_inner_left_content_inner {
    padding-right: 30px;
}

.history_slider_item_inner_right {
    width: 640px;
    background-color: #fff;
    float: right;
    padding: 40px 50px;
    padding-right: 20px;
}

.history_slider_item_inner_right_content {
    overflow: hidden;
    height: 100%;
    font-size: 15px;
    line-height: 24px;
}

.history_slider_item_inner_right_content_inner {
    padding-right: 30px;
}

.history_slider_item_inner_right_content p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 34px;
    margin-bottom: 34px;
}

.history_slider_item_inner_right_content p:first-child {
    margin-top: 0;
}

.history_slider_item_inner_right_content p:last-child {
    margin-bottom: 0;
}

.history_slider_item .container,
.history_slider_item .history_slider_item_content,
.history_slider_item .history_slider_item_inner_left,
.history_slider_item .history_slider_item_inner_right,
.history_slider_item .history_slider_item_inner {
    height: 100%;
}

.history_slider_item_title {
    color: #fff;
    font-size: 56px;
    line-height: 64px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}

.history_slider_item_title:before {
    width: 100px;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FD0;
}

.history_slider_item_announce {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.history_slider_item_inner_left_content {
    max-height: 100%;
    overflow-y: hidden;
}

.history_slider_item_counter {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
}

.history_slider_item_counter_line {
    width: 1px;
    background-color: #C4C4CC;
    top: 0;
    bottom: 0;
    left: 50px;
    position: absolute;
}

.history_slider_item_counter_current {
    color: #fff;
    line-height: 32px;
    font-size: 32px;
    margin-top: 20px;
    width: 40px;
    text-align: right;
    float: left;
}

.history_slider_item_counter_all {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 13px;
    margin-left: 20px;
    float: left;
    width: 40px;
    margin-top: 36px;
}

.history_slider_timeline {
    position: absolute;
    top: 76px;
    left: -820px;
    right: 0;
    z-index: 30;
}

.history_slider_timeline_item {
    width: 280px;
    position: relative;
    height: 100px;
    cursor: pointer;
}

.history_slider_timeline_item_date {
    line-height: 40px;
    vertical-align: bottom;
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    transition: .2s;
}

.history_slider_timeline_item:hover .history_slider_timeline_item_date {
    color: #fff;
}

.history_slider_timeline_item.slick-current .history_slider_timeline_item_date {
    font-size: 40px;
    color: #fff;
    transform: translateY(-5px);
}

.history_slider_timeline_item.slick-current {
    pointer-events: none;
}

.history_slider_timeline_item:after,
.history_slider_timeline_item:before {
    height: 4px;
    position: absolute;
    bottom: 40px;
    left: 14px;
    content: '';
    transition: .2s;
}

.history_slider_timeline_item:before {
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 5;
}

.history_slider_timeline_item:after {
    right: calc(100% - 14px);
    background-color: #FFD705;
    z-index: 7;
}

.history_slider_timeline_item.slick-current:after,
.history_slider_timeline_item.slick-current:before {
    left: 22px;
}

.history_slider_timeline_item.slick-current:after {
    right: calc(100% - 22px);
}

.history_slider_timeline_item:hover:after {
    right: 0;
}

.history_slider_timeline_item:last-child:before,
.history_slider_timeline_item:last-child:after {
    display: none;
}

.history_slider_timeline_item_point {
    border: 4px solid #FFD705;
    width: 16px;
    height: 16px;
    z-index: 10;
    border-radius: 100%;
    position: absolute;
    bottom: 34px;
    left: 0;
    transition: .2s;
}

.history_slider_timeline_item.slick-current .history_slider_timeline_item_point {
    width: 24px;
    height: 24px;
    bottom: 30px;
}

.history_sliders_end_wrap {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    z-index: 30;
    text-align: right;
}

.history_sliders_end_button {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 13px;
    cursor: pointer;
    color: #FFD705;
    transition: .2s;
}

.history_sliders_end_button i {
    transition: .2s;
    display: inline-block;
    vertical-align: middle;
}

.history_sliders_end_button_end:hover i {
    transform: translateX(2px);
}

.history_sliders_end_button_prev:hover i {
    transform: translateX(-2px);
}

.history_sliders_end_button:hover {
    color: #20d65b;
}

.history_sliders_end_button_prev {
    display: none;
}

.history_sliders_wrap.last_slide .history_sliders_end_button_prev {
    display: inline-block;
}

.history_sliders_wrap.last_slide .history_sliders_end_button_end {
    display: none;
}

.history_slider_item_inner_right_content .simplebar-scrollbar {
    background-color: #999999;
}

.history_slider_arrow {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    cursor: pointer;
    z-index: 20;
    display: block;
    color: #fff;
    opacity: 0.5;
    transition: .2s;
    position: absolute;
    top: calc(50% - 20px);
}

.history_slider_arrow:hover {
    opacity: 1;
}

.history_slider_arrow_prev {
    left: 60px;
}

.history_slider_arrow_next {
    right: 60px;
}

.history_slider .history_slider_arrow.slick-disabled {
    display: none !important;
}

.wrap_404 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wrap_404 .container {
    overflow: hidden;
}

.bg_404 {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wrap_404 svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: calc(100vh - 280px);
    min-height: 380px;
}

.wrap_404.is_night {
    background-color: #9fa5b5;
}

.wrap_404.is_night svg #sky {
    fill: #304372;
}

.wrap_404.is_night svg .st18 {
    fill: #9fa5b5;
}

.wrap_404.is_night svg .text_404 {
    fill: #fd0;
}

#svg_cloud_1 {
    -webkit-animation: move 20s linear 6s infinite;
    animation: move 20s linear 6s infinite;
}

#svg_cloud_2 {
    -webkit-animation: move 24s linear infinite backwards;
    animation: move 24s linear infinite backwards;
}

#svg_cloud_3 {
    -webkit-animation: move 18s linear 14s infinite backwards;
    animation: move 18s linear 14s infinite backwards;
}

@-webkit-keyframes move {
    from {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    to {
        -webkit-transform: translateX(900px);
        transform: translateX(900px);
    }
}

@keyframes move {
    from {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    to {
        -webkit-transform: translateX(900px);
        transform: translateX(900px);
    }
}

.match_page_header {
    padding-top: 56px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.match_page_header:before,
.match_page_header:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.match_page_header:before {
    background-color: #333;
    opacity: 0.15;
}

.match_page_header:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.1) 46.46%, rgba(0, 0, 0, 0.1) 60.66%, rgba(0, 0, 0, 0.63) 100%), rgba(51, 51, 51, 0.5);
}

.match_page_header_image {
    z-index: 2;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    transform: translateY(0);
}

.match_page_header_inner {
    padding-left: 110px;
    padding-right: 110px;
    position: relative;
    z-index: 10;
}

.match_page_header_teams {
    padding-left: 138px;
    padding-right: 138px;
    margin-bottom: 72px;
}

.match_page_header_team {
    width: 340px;
    text-align: center;
    position: relative;
}

.match_page_header_team_city {
    opacity: 0.5;
    font-size: 13px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.match_page_header_team_name {
    font-size: 22px;
    line-height: 24px;
    display: table;
    width: 100%;
    height: 48px;
    margin-bottom: 4px;
    opacity: 0.8;
}

.match_page_header_team_name span {
    display: table-cell;
    vertical-align: bottom;
}

.match_page_header_team_logo {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.match_page_header_team_1 {
    float: left;
}

.match_page_header_team_2 {
    float: right;
}

.match_page_header_scores_wrap {
    text-align: center;
    position: absolute;
    top: 84px;
    left: calc(50% - 192px / 2);
}

.match_page_header_score {
    float: left;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 56px;
}

.match_page_header_score_sep {
    font-size: 40px;
}

.match_page_header_scores_top {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 16px;
    overflow: hidden;
    height: 18px;
}

.match_page_header_scores_bottom {
    line-height: 18px;
    font-size: 13px;
    opacity: 0.7;
    overflow: hidden;
    font-weight: 700;
}

.match_page_header_team_goals {
    opacity: 0.7;
    width: 240px;
    display: table;
    height: 172px;
    position: absolute;
    top: 62px;
}

.match_page_header_team_goals_inner {
    display: table-cell;
    vertical-align: middle;
}

.match_page_header_team_goal_line {
    line-height: 16px;
    font-size: 13px;
}

.match_page_header_team_goal_line:not(:last-child) {
    margin-bottom: 10px;
}

.match_page_header_team_goal_time {
    width: 42px;
    font-weight: 700;
    text-align: center;
}

.match_page_header_team_goal_player {
    width: calc(100% - 50px);
}

.match_page_header_team_1 .match_page_header_team_goals {
    right: 250px;
}

.match_page_header_team_1 .match_page_header_team_goal_time {
    float: right;
    margin-left: 8px;
}

.match_page_header_team_1 .match_page_header_team_goal_player {
    float: left;
    text-align: right;
}

.match_page_header_team_2 .match_page_header_team_goals {
    left: 250px;
}

.match_page_header_team_2 .match_page_header_team_goal_time {
    float: left;
    margin-right: 8px;
}

.match_page_header_team_2 .match_page_header_team_goal_player {
    float: left;
    text-align: left;
}

.match_page_bottom_col {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 18px;
}

.match_page_bottom_col:not(:last-child) {
    border-right: 1px solid rgba(235, 235, 235, 0.5);
}

.match_page_bottom_col.match_page_bottom_col_date {
    width: 15%;
    border-right: 4px solid #FFDD00;
}

.match_page_bottom_col_desc {
    width: 35%;
}

.match_page_bottom_col_judge {
    width: 25%;
}

.match_page_bottom_col_program {
    width: 25%;
}

.match_page_bottom_line {
    line-height: 18px;
    height: 18px;
    font-size: 13px;
    margin-bottom: 2px;
    display: block;
    color: #fff;
}

.match_page_bottom_line_date_top {
    font-weight: 700;
    font-size: 15px;
}

.match_page_bottom_line_tournir {
    font-size: 15px;
}

.match_page_bottom_line_icon {
    padding-left: 30px;
    position: relative;
}

.match_page_bottom_line_icon:before {
    width: 20px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .2s;
    line-height: 18px;
}

a.match_page_bottom_line_icon:hover:before {
    transform: translateX(2px);
}

.match_page_bottom_line_icon.icon_referee:before {
    background-image: url(../images/referee.svg);
    content: '';
}

a.match_page_bottom_line {
    display: inline-block;
    vertical-align: middle;
}

a.match_page_bottom_line:hover {
    color: #20d65b;
}

.match_page_backward {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    color: inherit;
    opacity: 0.5;
    font-size: 13px;
    line-height: 20px;
    right: 38px;
    bottom: 100%;
}

.match_page_backward i {
    margin-right: 4px;
}

.match_page_backward:hover {
    opacity: 1;
}

.match_page_arrow {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    top: calc(50% - 44px);
    color: inherit;
    z-index: 10;
    opacity: 0.5;
}

.match_page_arrow:hover {
    opacity: 1;
}

.match_page_prev {
    left: 20px;
}

.match_page_next {
    right: 20px;
}


.match_page_tab_navs {
    text-align: center;
}

.match_page_tab_link_wrap {
    display: inline-block;
    vertical-align: middle;
}

.match_page_tab_link {
    float: left;
    padding-right: 80px;
    padding-left: 80px;
    font-size: 20px;
    line-height: 38px;
    text-transform: uppercase;
    transition: .2s;
    opacity: 0.75;
    padding-top: 30px;
    padding-bottom: 26px;
    position: relative;
}

.match_page_tab_link.active,
.match_page_tab_link:hover {
    opacity: 1;
}

.match_page_tab_link_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    width: 38px;
    height: 38px;
    overflow: hidden;
    line-height: 38px;
}

.match_page_tab_link_icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.match_page_tab_link_icon svg path {
    fill: #565554;
    transition: .2s;
}

.match_page_tab_link.active .match_page_tab_link_icon svg path {
    fill: #ffd705;
}

.match_page .tab_link:before {
    content: '';
    left: 50%;
    right: 50%;
    height: 4px;
    position: absolute;
    bottom: 0;
    transition: .2s;
    background-color: #ffd705;
}

.match_page .tab_link.active:before {
    left: 0;
    right: 0;
}

.match_page_tab_navs {
    background-color: #fff;
}

.match_page_subtabs {
    margin-top: 23px;
}

.match_page_subtabs .tab_navs {
    border-bottom: 1px solid rgba(96, 86, 30, 0.15);
}

.match_page_subtabs_tab_link {
    padding-left: 40px;
    padding-right: 40px;
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .2s;
    opacity: 0.75;
    margin-bottom: -1px;
}

.match_page_subtabs_tab_link.active,
.match_page_subtabs_tab_link:hover {
    opacity: 1;
}

.match_page_subtabs_tab_link.active {
    pointer-events: none;
}

.regular_line_item {
    border-bottom: 1px solid rgba(96, 86, 30, 0.15);
    padding: 10px;
    display: block;
    color: inherit;
}

.regular_line_item:first-child {
    border-top: 1px solid rgba(96, 86, 30, 0.15);
}

.match_page_side_item.match_page_player_line_wrap {
    padding-left: 4px;
}

.match_page_tab_inner {
    padding-bottom: 40px;
}

.match_page .inner_sidebar_col {
    margin-right: 0;
    width: 370px;
}

.match_timeline_wrap {
    margin-top: 30px;
    margin-left: -10px;
}

.match_timeline_item {
    float: left;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

.match_timeline_line {
    position: relative;
    height: 16px;
    line-height: 16px;
}

.match_timeline_line_progress {
    top: 0;
    bottom: 0;
    position: absolute;
}

.match_timeline_main_time {
    background-color: #000;
    left: 0;
    text-align: justify;
}

.match_timeline_main_time:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
}

.match_timeline_main_time:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.match_timeline_add_time {
    background-color: #FFE494;
    right: 0;
    text-align: right;
}

.match_timeline_time {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.match_timeline_time_hidden {
    opacity: 0;
}

.match_timeline_main_time {
    color: rgba(255, 215, 5, 0.7);
}

.match_timeline_add_time {
    color: #8F8157;
}

.match_timeline_item_additional .match_timeline_main_time {
    background-color: #ddd;
}

.match_timeline_item_additional .match_timeline_main_time {
    color: #808080;
}

.match_timeline_actions {
    height: 16px;
    position: relative;
}

.match_timeline_actions_top {
    margin-bottom: 10px;
}

.match_timeline_actions_bot {
    margin-top: 10px;
}

.match_timeline_action {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.match_timeline_team {
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 10px;
}

.match_timeline_team_1 {
    top: 0;
}

.match_timeline_team_2 {
    bottom: 0;
}

.match_timeline_item:not(:first-child) .match_timeline_team {
    display: none;
}

.match_page_pane {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.match_page_regular_content {
    padding-top: 40px;
}

.match_page_pane .media_inner_page_list {
    padding-top: 5px;
    padding-bottom: 5px;
}

.match_page_statistics_teams {
    margin-bottom: 30px;
    margin-top: 20px;
}

.match_page_statistics_team {
    float: left;
    width: 50%;
}

.match_page_statistics_team_logo {
    height: 80px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.match_page_statistics_list {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.match_page_statistics_line {
    margin-bottom: 40px;
    position: relative;
}

.match_page_statistics_item {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 50%;
    position: relative;
}

.match_page_statistics_item_line {
    height: 8px;
    background-color: #F1F7F0;
    position: relative;
}

.match_page_statistics_item_line_progress {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #C4C4C4;
    transition: 1s .3s;
    width: 0;
}

.match_page_statistics_item.active .match_page_statistics_item_line_progress {
    background-color: rgba(26, 153, 0, 0.5);
}

.match_page_statistics_item:first-child .match_page_statistics_item_line_progress {
    right: 0;
}

.match_page_statistics_item:last-child .match_page_statistics_item_line_progress {
    left: 0;
}

.match_page_statistics_wrap:not(.animate) .match_page_statistics_item_line_progress {
    width: 0 !important;
}

.match_page_statistics_line_title {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.match_page_statistics_item_value {
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    color: #8D8D8D;
    bottom: -4px;
    z-index: 4;
}

.match_page_statistics_item.active .match_page_statistics_item_value {
    color: #FFD705;
}

.match_page_statistics_item:first-child .match_page_statistics_item_value {
    left: 10px;
}

.match_page_statistics_item:last-child .match_page_statistics_item_value {
    right: 10px;
}

.notifications_wrap {
    position: fixed;
    bottom: 60px;
    right: 40px;
    width: 320px;
    z-index: 200;
}

.notification_item {
    background-color: #fff;
    padding-left: 24px;
    padding-right: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.notification_item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #fd0;
}

.notification_item:not(:last-child) {
    margin-bottom: 10px;
}

.notification_item_close {
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
}

.notification_item_close:before,
.notification_item_close:after {
    width: 16px;
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
    background-color: #C4C4C4;
    transition: .2s;
}

.notification_item_close:before {
    transform: rotate(-45deg);
}

.notification_item_close:after {
    transform: rotate(45deg);
}

.notification_item_close:hover:before,
.notification_item_close:hover:after {
    background-color: #565554;
}

.notification_item.action {
    cursor: pointer;
}

.notification_item_title {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.75;
    transition: .2s;
}

.notification_item.action:hover .notification_item_title {
    opacity: 1;
}

.notification_item_reload,
.notification_item_content {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}

.notification_item_reload {
    color: #FFD705;
    cursor: pointer;
    transition: .2s;
}

.notification_item_reload:hover {
    color: #20d65b;
}

.match_page_news {
    position: relative;
    border-left: 1px solid rgba(96, 86, 30, 0.15);
    padding-top: 60px;
}

.match_page_news_list_line {
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.match_page_news_list_line_date {
    position: absolute;
    left: -1px;
    top: 0;
    width: 58px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 10px;
}

.match_page_news_list_line_date:before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    position: absolute;
    background-color: #FD0;
}

.match_page_news_list_line_date span {
    display: block;
}

.match_page_news_list_line_date span.day {
    font-size: 24px;
    line-height: 32px;
}

.match_page_news_list_line_date span.month {
    font-size: 16px;
    line-height: 16px;
}

.match_page_news_col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% / 3);
}

.match_page_news_item {
    display: block;
    color: inherit;
    position: relative;
    margin-bottom: 20px;
}

.match_page_news_item_image_block {
    overflow: hidden;
}

.match_page_news_item_image {
    max-width: 100%;
    display: block;
    -webkit-transition: 1.1s;
    -o-transition: 1.1s;
    transition: 1.1s;
}

.match_page_news_item:hover .match_page_news_item_image {
    -webkit-transform: scale(1.1) translateZ(0px);
    transform: scale(1.1) translateZ(0px);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.match_page_news_item_title {
    background-color: rgba(0, 0, 0, 0.45);
    color: #FFFFFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.match_page_news_item_title span {
    display: block;
    font-size: 20px;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
}

.match_page_news_item_title:before {
    background-color: #ffd705;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 6px;
    transition: .2s;
}

.match_page_news_item:hover .match_page_news_item_title:before {
    transform: translateY(-2px);
}

.match_page_filter_line .select {
    background-color: #f2f2f2;
}

.match_page_filter_line .select_wrap:before {
    background-color: #f2f2f2;
}

.match_page_online_col {
    float: left;
    min-height: 24px;
    line-height: 24px;
}

.match_page_online_line_time {
    width: 46px;
    text-align: center;
    font-size: 18px;
    padding-left: 4px;
    position: relative;
}

.match_page_online_line_action {
    background-repeat: no-repeat;
    background-position: center top 4px;
    width: 36px;
}

.match_page_online_line_content {
    width: calc(100% - 36px - 46px);
}

.match_page_online_line {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.match_page_online_line:not(:last-child) {
    border-bottom: 1px solid rgba(96, 86, 30, 0.15);
}

.match_page_online_line.action_line:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #fd0;
    transition: .2s;
}

.match_page_online_tab_content.only_actions .match_page_online_line.action_line:before {
    opacity: 0;
}

.match_page_online_tab_content.only_actions .match_page_online_line:not(.action_line) {
    display: none;
}

.match_page_online_line_action_item {
    float: left;
    font-size: 13px;
    line-height: 24px;
}

.match_page_online_line_action_item:not(:last-child) {
    margin-right: 40px;
}

.match_page_online_line_action_item .action_item_num {
    font-weight: 700;
    opacity: 0.5;
    width: 24px;
    text-align: center;
    float: left;
}

.match_page_online_line_action_item .action_item_name {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 80px;
}

.match_page_online_line_action_item.action_item_icon {
    background-repeat: no-repeat;
    background-position: left 4px center;
    padding-left: 24px;
    background-size: 16px;
}

.match_page_online_content_line {
    overflow: hidden;
    position: relative;
}

.match_page_online_content_line > iframe {
    max-width: 100%;
    max-height: 100vh;
}

.match_page_online_content_line:not(:first-child) {
    margin-top: 20px;
}

.match_page_online_content_ul ul {
    margin: 0;
}

.match_page_online_line_block_content_line > :first-child {
    margin-top: 0;
}

.match_page_online_line_block_content_line > :last-child {
    margin-bottom: 0;
}

.main-content.match_page_online_content_table table {
    margin: 0;
}

.match_page_player_line {
    display: table;
    width: 100%;
}

.match_page_player_col {
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
}

.match_page_player_line_no_wrap .match_page_player_col {
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
}

.match_page_player_line_tag {
    width: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.match_page_player_line_tag_item {

}

.kuban_block .match_page_player_line_tag_item.tag_captain {
    color: #ffd705;
}

.match_page_player_line_tag_item.tag_goalkeeper {
    color: rgba(86, 85, 84, 0.7);
}

.match_page_player_line_num {
    text-align: center;
    width: 24px;
    color: rgba(86, 85, 84, 0.5);
    font-size: 13px;
    font-weight: 700;
}

.match_page_player_line_info {
    padding-left: 10px;
    position: relative;
}

.match_page_rating_line .match_page_player_line_info {
    padding-right: 24px;
}

.match_page_player_line_info_table {
    width: 100%;
    display: table;
}

.match_page_rating_line .match_page_player_line_info_table {
    float: left;
    width: calc(100% - 35px);
}

.match_page_rating_count {
    font-size: 12px;
    line-height: 24px;
    padding: 10px;
    text-align: right;
}

.match_page_rating_count .value {
    font-weight: 700;
}

.match_page_player_line_info_table_cell {
    display: table-cell;
}

.match_page_player_line_player_name {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}

.match_page_player_line_player_name a:hover {
    color: #ffd705;
}

.match_page_player_line_player_action {
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left 2px center;
    background-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    min-height: 23px;
}

.match_page_player_line_player_action_time {
    display: block;
    width: 16px;
    text-align: center;
    font-size: 11px;
    color: rgba(86, 85, 84, 0.7);
}

.match_page_rating_line_rating {
    float: right;
    width: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #c4c3c3;
}

.match_page_rating_line .rating_low {
    color: #EB5757;
}

.match_page_rating_line .rating_mid {
    color: #F2994A;
}

.match_page_rating_line .rating_high {
    color: #219653;
}

.match_page_rating_button {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: rgba(255, 215, 5, 0.7);
    font-size: 13px;
    transition: .2s;
}

.match_page_rating_button_add {
    cursor: pointer;
}

.match_page_rating_button:hover {
    color: #ffd705;
}

.match_page_rating_button_caption {
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
}

.match_page_rating_button_hover_caption {
    height: 24px;
    padding-left: 6px;
    padding-right: 8px;
    background-color: #fff;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.match_page_rating_button_hover_caption i {
    margin-right: 3px;
}

.match_page_rating_line:hover .match_page_rating_button_hover_caption {
    opacity: 1;
    visibility: visible;
}

.match_page_rating_line.rating_send:hover .match_page_rating_button,
.match_page_rating_line.rating_send .match_page_rating_button {
    color: #8c8c8c;
}

.match_page_rating_button_send {
    display: none;
}

.rating_send .match_page_rating_button_add {
    display: none;
    pointer-events: none;
}

.rating_send .match_page_rating_button_send {
    display: block;
}

.match_page_rating_form {
    left: 10px;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #fff;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
}

.rating_open .match_page_rating_form {
    opacity: 1;
    visibility: visible;
}

.match_page_rating_form_values {
    padding-left: 4px;
    padding-right: 4px;
    float: left;
    width: calc(100% - 70px);
    text-align: justify;
}

.match_page_rating_form_values:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
}

.match_page_rating_form_values:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.match_page_rating_form_value {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    transition: .2s;
    opacity: 0.8;
}

.match_page_rating_form_value:hover {
    opacity: 1;
}

.match_page_rating_form_close {
    text-align: center;
    float: right;
    width: 70px;
    cursor: pointer;
    font-size: 13px;
    opacity: 0.5;
    transition: .2s;
}

.match_page_rating_form_close:hover {
    opacity: 1;
}

.match_page_rating_form_close .x {
    display: none;
}

.rating_send .match_page_rating_form_close .x {
    display: block;
}

.rating_send .match_page_rating_form_close .c {
    display: none;
}

.match_page_rating_form_success {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    padding-left: 8px;
}

.rating_send .match_page_rating_form_success {
    opacity: 0.8;
    visibility: visible;
}

.rating_send .match_page_rating_form_values {
    opacity: 0;
    visibility: hidden;
}

.match_page_team_item {
    width: calc(50% - 10px);
}

.match_page_team_1 {
    float: left;
}

.match_page_team_2 {
    float: right;
}

.match_page_team_item_arrange {
    background-color: #219653;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.match_page_team_item_arrange:before {
    top: 0;
    left: 0;
    right: 0;
    height: 92px;
    background: linear-gradient(180deg, #19733F 0%, rgba(25, 115, 63, 0) 100%);
    position: absolute;
    z-index: 10;
    content: '';
}

.match_page_team_item_arrange_inner {
    padding-top: 22px;
    padding-bottom: 20px;
    position: relative;
}

.match_page_team_item_arrange_field {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.match_page_team_item_arrange_grid {
    display: table;
    width: 100%;
    table-layout: fixed;
    z-index: 20;
    position: relative;
}

.arrange_grid_line {
    display: table-row;
}

.arrange_grid_item {
    display: table-cell;
    height: 32px;
    vertical-align: middle;
}

.arrange_grid_player {
    border-radius: 100%;
    background: #BDBDBD;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
    display: block;
    color: inherit;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
}

.kuban_block .arrange_grid_player {
    background-color: #FFE433;
}

.arrange_grid_player_tag {
    width: 12px;
    height: 12px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    position: absolute;
    top: -1px;
    right: -2px;
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    line-height: 12px;
}

.kuban_block .arrange_grid_player_tag_item.tag_captain {
    color: #ffd705;
}

a.arrange_grid_player:hover {
    color: #ffd705;
}

.match_page_team_item_header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.match_page_team_item_logo {
    width: 40px;
    height: 40px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.match_page_team_item_info {
    float: left;
    width: calc(100% - 40px);
    padding-left: 10px;
}

.match_page_team_item_title {
    font-size: 18px;
    line-height: 24px;
}

.match_page_team_item_city {
    font-size: 13px;
    line-height: 16px;
    opacity: 0.7;
}

.match_page_team_item_lists {
    padding-top: 40px;
}

.match_page_team_item_list_item {
    margin-bottom: 30px;
}

.match_page_team_item_list_item_title {
    line-height: 24px;
    font-size: 18px;
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
}

.match_page_team_item_list_item_title:before {
    width: 30px;
    content: '';
    height: 4px;
    background-color: #fd0;
    position: absolute;
    left: 20px;
    bottom: -1px;
}

.match_page_employee_line {
    line-height: 24px;
    font-size: 13px;
    padding-left: 10px;
    color: inherit;
    display: block;
}

a.match_page_employee_line:hover {
    color: #ffd705;
}

.match_page_tour_matches_line {
    font-size: 12px;
    line-height: 16px;
}

.match_page_tour_matches_team {
    /*width: calc((100% - 156px)/2);*/
    width: calc((100% - 174px) / 2);
    float: left;
    display: table;
    height: 32px;
    padding: 0 0 0 10px;
}

.match_page_tour_matches_team.current_team {
    font-weight: 700;
}

.match_page_tour_matches_team span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 14px;
    color: #000;
}

.match_page_tour_matches_team_logo {
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.match_page_tour_matches_scores {
    float: left;
    display: table;
    height: 32px;
    text-align: center;
    width: 52px;
    font-size: 14px;
}

.match_page_tour_matches_scores_cell {
    display: table-cell;
    vertical-align: middle;
}

.match_page_tour_matches_win_line {
    opacity: 0.7;
    font-size: 12px;
    width: 50px;
}

.match_page_tour_matches_score {
    width: 18px;
    text-align: center;
    float: left;

    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

.match_page_tour_matches_score_sep {
    float: left;
    width: 14px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.match_video_list {
    padding-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.match_video_list_col {
    float: left;
    width: calc(100% / 3);
    padding-left: 10px;
    padding-right: 10px;
}

.match_page_sidebar_media_list .match_page_sidebar_media_item:not(:last-child) {
    margin-bottom: 30px;
}

.match_page_old_table_wrap table {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 100%;
}

.match_page_old_table_wrap table tr:nth-child(2n+1) {
    background: rgba(247, 247, 247, 0.75);
}

.match_page_old_table_wrap table tr:nth-child(2) th {
    text-align: center;
}

.match_page_old_table_wrap table th {
    padding: 10px;
    text-align: left;
}

.match_page_old_table_wrap table td {
    padding: 20px 10px 20px 10px;
}

.match_page_old_table_wrap.old_table_players table {
    font-size: 12px;
    line-height: 16px;
}

.match_page_old_table_wrap.old_table_players table th {
    padding: 10px;
    text-align: center;
}

.match_page_old_table_wrap.old_table_players table td {
    padding: 10px;
}

.match_page_old_table_wrap table img {
    margin: 5px 2px 5px 5px;
}

.standing_page_wrap {
    padding-top: 6px;
}

.standing_page_legend {
    padding: 0;
    margin: 0;
    margin-top: 40px;
    padding-left: 0;
    list-style-type: none;
    max-width: 650px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 13px;
    line-height: 24px;
}

.standing_page_legend li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.standing_page_legend_value {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    color: #000;
}

.standing_page_legend_sep {
    /*	text-align: left;
    width: 16px;*/
    font-size: 14px;
}

.standing_page_legend_describe {
    margin-left: 5px;
    font-size: 14px;
}

.players_statistics_wrap {
    margin-left: -20px;
    margin-right: -20px;
}

.statistics_table {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 13px;
    line-height: 20px;
}

.statistics_table_head {
    display: table-row-group;
}

.statistics_table_body {
    display: table-row-group;
}

.statistics_table_line {
    display: table-row;
}

.statistics_table_line.loading {
    opacity: 0.7;
    pointer-events: none;
}

.statistics_table_col {
    display: table-cell;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    transition: .2s;
}

.statistics_table_col.align_left {
    text-align: left;
}

.statistics_table_col.stat_3 {
    width: 70px;
    padding-right: 20px;
    text-align: right;
}

.statistics_table_col.strong {
    color: #00750A;
    font-weight: 700;
}

.statistics_table_head .statistics_table_col {
    font-size: 15px;
    line-height: 24px;
}

.statistics_table_col {
    border-bottom: 1px solid rgba(96, 86, 30, 0.15);
}

.statistics_table_body .statistics_table_line:hover .statistics_table_col {
    background-color: rgba(0, 116, 10, 0.03);
}

.statistics_table_col_auto {
    width: auto;
}

.players_statistics_table_head .players_statistics_table_col:first-child {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.players_statistics_table_player_photo_image {
    display: block;
    width: 40px;
    height: 40px;
}

.players_statistics_table_player {
    display: table;
    width: 100%;
    color: inherit;
}

.players_statistics_table_player_col {
    display: table-cell;
    vertical-align: middle;
}

.players_statistics_table_player_num {
    padding-left: 15px;
    width: 40px;
    font-weight: 700;
    color: rgba(86, 85, 84, 0.5);
    font-size: 13px;
}

.players_statistics_table_player_photo {
    width: 60px;
}

.players_statistics_table_player_photo_image {
    margin-left: auto;
    margin-right: auto;
}

.players_statistics_table_player_name {
    text-align: left;
    font-size: 14px;
}

.player_statistics_table_col_season {
    text-align: left;
    padding-left: 20px;
    width: 115px;
}

.player_statistics_table_col_tournir {
    text-align: left;
    padding-left: 0;
}

.statistics_table_head .player_statistics_table_col_tournir {
    padding-left: 20px;
}

.player_statistics_table {
    margin-bottom: 20px;
}

.sort_table_reset_toggler,
.sort_table_toggler {
    cursor: pointer;
    transition: .2s;
    position: relative;
}

.sort_table_toggler:hover {
    color: #00750A;
}

.players_statistics_table_player:hover {
    color: #00750A;
}

.sort_table_reset_toggler:hover {
    color: #00750A;
}

.sort_table_toggler:before {
    content: '';
    height: 1px;
    transition: .2s;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -1px;
}

.sort_table_toggler.sort_asc:before,
.sort_table_toggler.sort_desc:before {
    height: 3px;
    background-color: #FD0;
}

.sort_table_toggler span {
    display: inline-block;
    position: relative;
}

.sort_table_toggler span:after {
    content: '';
    position: absolute;
    width: 8px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(100% + 2px);
    transition: .2s;
}

.sort_table_toggler.sort_asc span:after {
    background-image: url(../images/sort_asc.svg);
    opacity: 1;
}

.sort_table_toggler.sort_desc span:after {
    background-image: url(../images/sort_desc.svg);
    opacity: 1;
}

.sort_table_col {
    transition: .2s;
}

.sort_table_col.active {
    background-color: rgba(255, 221, 0, 0.05);
}

.sort_table_line:hover .sort_table_col.active {
    background-color: #F7F9EB;
}

.player_statistic_page_header {
    padding-bottom: 46px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}

.player_statistic_page_header_col {
    float: left;
}

.player_statistic_page_top_info_col {
    width: 32px;
    padding-top: 15px;
}

.player_statistic_page_top_info_wrap {
    line-height: 32px;
    height: 32px;
    text-align: center;
}

.player_statistic_page_number {
    font-size: 18px;
}

.player_statistic_page_nation {
    width: 16px;
    height: 16px;
}

.player_statistic_page_photo_col {
    width: 120px;
}

.player_statistic_page_header_photo {
    display: block;
    max-width: 100%;
}

.player_statistic_page_header_profile_link {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #FFD705;
    font-size: 13px;
    line-height: 18px;
    margin-top: 12px;
}

.player_statistic_page_header_profile_link:hover {
    color: #20d65b;
}

.player_statistic_page_backward {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    color: inherit;
    color: #FFD705;
    font-size: 13px;
    line-height: 20px;
    right: 20px;
    top: 0;
}

.player_statistic_page_backward i {
    margin-right: 4px;
}

.player_statistic_page_backward:hover {
    color: #20d65b;
}

.player_statistic_page_header_statistics {
    padding-right: 70px;
}

.player_statistic_page_statistic_col {
    padding-left: 40px;
    padding-top: 20px;
}

.player_statistic_page_header_amplua {
    font-size: 20px;
    line-height: 24px;
}

.player_statistic_page_header_subtitle {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
}

.player_statistic_page_header_statistics_item {
    width: 140px;
    float: left;
}

.player_statistic_page_header_statistics_item .value {
    font-size: 32px;
    line-height: 40px;
}

.player_statistic_page_header_statistics_item .caption {
    font-size: 13px;
    line-height: 18px;
}

.statistics_filter {
    width: 180px;
}

.sidebar_players_statistics_item {
    display: table;
    width: 100%;
}

.sidebar_players_statistics_item_col {
    display: table-cell;
    vertical-align: middle;
}

.sidebar_players_statistics_item_photo_col {
    width: 60px;
    text-align: center;
}

.sidebar_players_statistics_item_num_col {
    font-weight: 700;
    font-size: 13px;
    color: rgba(86, 85, 84, 0.5);
    width: 24px;
}

.sidebar_players_statistics_item_photo {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}

.sidebar_players_statistics_item_name_col {
    font-size: 14px;
    line-height: 20px;
    transition: .2s;
}

.inner_sidebar_players_statistics {
    margin-bottom: 40px;
}

.sidebar_players_statistics_item_line:hover .sidebar_players_statistics_item_name_col {
    color: #FFD705;
}

.scroll_sidebar {
    max-height: 426px;
    overflow: hidden;
    position: relative;
}

.scroll_sidebar:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.8) 100%);
    height: 76px;
    z-index: 20;
    transition: .15s;
    pointer-events: none;
}

.scroll_sidebar.overscrolled:before {
    opacity: 0;
}

.article_match_wrap {
    margin-bottom: 30px;
    margin-top: 30px;
}

.article_match_info {
    text-align: center;
    padding-bottom: 30px;
}

.article_match_info .matches_page_item_teams {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
}

.article_match_date {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.article_match_link_wrap {
    text-align: center;
    margin-top: 20px;
}

.article_match_link {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFD705;
    text-decoration: underline;
}

.article_match_link:hover {
    color: #20d65b;
}

.veteran_page_head_inner {
    float: left;
    width: 420px;
}

.veteran_page_head_photo_block {
    width: 300px;
    height: 300px;
    float: right;
    margin-bottom: 40px;
}

.veteran_page_head_photo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.veteran_side_item {
    display: block;
    color: inherit;
}

.veteran_side_item_photo_block {
    float: left;
    width: 50px;
}

.veteran_side_item_photo {
    display: block;
    max-width: 100%;
}

.veteran_side_item_info_block {
    float: right;
    width: calc(100% - 70px);
}

.veteran_side_item_info_name {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    transition: .2s;
}

.veteran_side_item:hover .veteran_side_item_info_name {
    color: #FFD705;
}

.veteran_side_item_info_position {
    opacity: 0.7;
    font-size: 13px;
    line-height: 24px;
}

.veteran_side_item_info_years {
    font-size: 13px;
    line-height: 20px;
}

.veteran_side_item_line {
    margin-bottom: 38px;
}

.filter_empty_wrap {
    margin-bottom: 60px;
    text-align: center;
}

.content_col .filter_empty_wrap,
.inner_content_col .filter_empty_wrap {
    text-align: left;
}

.filter_empty {
    font-size: 15px;
    line-height: 20px;
    margin-top: 12px;
    opacity: 0.7;
    margin-top: 28px;
}

.inner_wrap:not(.inner_wrap_content) .filter_empty {
    margin-top: 60px;
}

.filter_empty_link {
    color: #FFD705;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 18px;
}

.filter_empty_link:hover {
    color: #000;
}

.filter_depend_side {
    transition: .2s;
}

.filter_depend_side.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.articles_filter_tag {
    color: #FFD705;
    font-size: 15px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.players_statistics_sidebar {
    margin-left: -40px;
    background-color: #fff;
    padding-left: 40px;
    position: relative;
    padding-bottom: 30px;
}

.players_statistics_sidebar:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    background: linear-gradient(90deg, #F2F2F2 0%, rgba(255, 255, 255, 0) 100%);
}

.players_statistics_sidebar_item_info {
    text-align: center;
    padding-top: 46px;
    padding-bottom: 20px;
}

.players_statistics_sidebar_title {
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 18px;
}

.players_statistics_sidebar_result {
    line-height: 32px;
    padding-left: calc(50% - 70px);
    padding-right: 20px;
}

.players_statistics_sidebar_result .result_icon {
    height: 32px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    float: left;
}

.players_statistics_sidebar_result .result_value {
    color: #00750A;
    font-size: 32px;
    float: left;
    width: 70px;
}

.players_statistics_sidebar_result .result_caption {
    display: table;
    font-size: 13px;
    line-height: 16px;
    height: 32px;
    float: left;
    text-align: left;
    width: calc(100% - 100px);
}

.players_statistics_sidebar_result .result_caption span {
    display: table-cell;
    vertical-align: middle;
}

.players_statistics_sidebar .employee_item_image_block {
    margin-left: -30px;
    margin-right: -30px;
}

.players_statistics_sidebar_item {
    display: none;
}

.players_statistics_sidebar_item.show {
    display: block;
}

.media_page_row {
    margin-left: -10px;
    margin-right: -10px;
}

.media_page_col {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-bottom: 20px;
}

.media_page_col_big {
    width: 50%;
}

.media_page_col.no_indent {
    margin-bottom: 0;
}

.media_page_wrap {
    /*	margin-left: -20px;
	margin-right: -20px;*/
}

.media_page_wallpaper_wrap {
    padding-top: 40px;
}

.media_inner_page .inner_heading:before {
    display: none;
}

.media_inner_page_top {
    line-height: 36px;
    font-size: 13px;
    margin-top: 20px;
}

.media_inner_page_date {
    /*	background-color: #FD0;*/
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    float: left;
}

.media_inner_page_tag {
    float: left;
    color: #FFD705;
    font-size: 15px;
}

.media_inner_page_count {
    float: left;
    opacity: 0.7;
    margin-left: 20px;
    position: relative;
    display: none;
}

.media_inner_page_user_count {
    padding-left: 20px;
}

.media_inner_page_user_count:before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 12px;
    top: calc(50% - 6px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/media_inner_page_user_count.svg);
}

.single_gallery_items {
    margin-left: -5px;
    margin-right: -5px;
}

.single_gallery_col {
    padding: 5px;
    float: left;
    width: calc(100% / 3);
}

.media_inner_page_content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.media_inner_page_full {
    margin-left: -40px;
    margin-right: -40px;
}

.search_page_inner {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.search_items_wrap {
    margin-left: -20px;
    margin-right: -20px;
}

.search_page_item {
    color: inherit;
    display: block;
    padding: 20px;
}

.search_page_item_line {
    border-bottom: 1px solid rgba(96, 86, 30, 0.15);
}

.search_page_item_image_block {
    position: relative;
    overflow: hidden;
}

.search_page_item_image {
    max-width: 100%;
    display: block;
    -webkit-transition: 1.1s;
    -o-transition: 1.1s;
    transition: 1.1s;
}

.search_page_item:hover .search_page_item_image {
    -webkit-transform: scale(1.1) translateZ(0px);
    transform: scale(1.1) translateZ(0px);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.search_page_item_image_cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.search_page_item_col {
    float: left;
}

.search_page_item_col_date {
    width: 70px;
    font-size: 13px;
    line-height: 24px;
}

.search_page_item_col_image {
    padding-left: 20px;
    padding-right: 20px;
    width: 226px;
}

.search_page_item_col_info {
    width: calc(100% - 70px - 226px);
    max-height: 106px;
    overflow: hidden;
}

.search_page_item_title {
    font-size: 20px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: .2s;
}

.search_page_item:hover .search_page_item_title {
    color: #ffd705;
}

.search_page_item_announce {
    margin-top: 10px;
    font-size: 13px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    max-width: 620px;
}

.search_page .pagination_wrap {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}

/*.search_page .page_header {
	padding-left: 20px;
	padding-right: 20px;
}*/

.search_page_item_count {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #C4C4C4;
    height: 16px;
    color: rgba(86, 85, 84, 0.7);
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    position: relative;
    border-radius: 2px;
    background-color: #fff;
}

.search_page_item_video .search_page_item_count {
    padding-left: 4px;
    padding-right: 4px;
}

.search_page_item_gallery .search_page_item_count {
    width: 20px;
    height: 20px;
    padding-right: 4px;
    line-height: 16px;
    border: none;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/media_count_side_gallery_preview.svg);
}


/*.page_green_hr {
	height: 4px;
	background-color: transparent;
	margin-left: -40px;
	margin-right: -40px;
}*/
.votings_page {
    padding-bottom: 40px;
}

.votings_page .inner_wrap {
    padding-bottom: 20px;
}

.votings_page .pagination_wrap {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}

.votings_page_list_wrap {
    /*	margin-left: -20px;
	margin-right: -20px;*/
}

.votings_page_list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.votings_page_list_row {
    display: flex;
}

.votings_page_list_col {
    width: 50%;
    max-width: 400px;
    margin: 0 16px 0 0;
    /* display: table-cell; */
    background: #F2F2F2;
}

.votings_page_list_col:first-child {
}

.votings_page_list_col:empty {
    border-bottom: none;
}

.votings_page_list_item {
    padding-top: 22px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 20px;
    min-height: 200px;
    background: #f2f2f2;
}

.votings_page_list_col:first-child .votings_page_list_item {
    padding-right: 40px;
}

.votings_page_list_col:last-child .votings_page_list_item {
    padding-left: 40px;
}

.votings_page .articles_filter_item {
    margin-bottom: 10px;
}

.votings_page_list_item.minimize .interview_form_answer_result:not(.is_max) {
    display: none;
}

.votings_page_list_item.minimize .interview_form_answer_result_line_progress {
    display: none;
}

.votings_list_item_date {
    color: #5F6366;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    position: relative;
    margin-bottom: 10px;
}

/*.votings_list_item_date:before {
	content: '';
	position: absolute;
	left: 0;
	background-color: #FD0;
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
}*/

.votings_list_item_title {
    margin-bottom: 10px;
    color: #000000;
    font-family: 'TT Runs Trial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.votings_page_list_item .interview_form_answer_result_line_progress_value {
    width: 55px;
    padding-left: 10px;
    text-align: left;
    float: left;
}

.votings_page_list_item .interview_form_answer_result_value {
    float: left;
    margin-bottom: 0;
    line-height: 18px;
    height: 18px;
    width: calc(100% - 55px);
    text-align: left;
}

.votings_page_list_item_bottom .interview_form_count {
    float: left;
}

.votings_page_list_item_more {
    float: right;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    color: #FFD705;
    transition: .2s;
}

.votings_page_list_item_more:hover {
    color: #20d65b;
}

.votings_page_list_item .votings_page_list_item_more .c {
    display: none;
}

.votings_page_list_item.minimize .votings_page_list_item_more .x {
    display: none;
}

.votings_page_list_item.minimize .votings_page_list_item_more .c {
    display: block;
}

.votings_list_item_tags {
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
}

/*.votings_page_list_item.minimize .votings_list_item_tags {
	display: none;
}*/
.votings_list_item_tags a {
    margin-left: 8px;
    color: #FFD705;
}

.votings_list_item_tags a:hover {
    color: #20d65b;
}

.media_inner_page {
    padding-bottom: 40px;
}

.page_search_title {
    font-size: 15px;
    line-height: 20px;
    margin-top: 12px;
    margin-top: 10px;
    color: rgba(86, 85, 84, 0.75);
}

.page_search_title span {
    font-weight: 700;
    color: #565554;
}

.page_search_clear_wrap {
    margin-top: 18px;
    margin-bottom: 36px;
}

.page_search_clear {
    color: #FFD705;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.page_header_filter_clear {
    float: right;
    margin-top: 12px;
}

.social_project_page_list {
    padding-top: 40px;
    padding-bottom: 40px;
}

.player_slider_col .social_projects_list_item_ol {
    padding-bottom: 12px;
}

.player_slider_col .social_projects_list_item_title {
    height: 40px;
}

.good_team_page_header {
    margin-bottom: 40px;
}

.good_team_page_header_image_col {
    float: left;
    width: 390px;
}

.good_team_page_header_info_col {
    float: left;
    padding-left: 60px;
    width: calc(100% - 390px);
}

.good_team_page_header_image {
    display: block;
    max-width: 100%;
}

.good_team_page_info_line {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
}

.good_team_page_info_value {
    font-size: 18px;
}

.good_team_page_info_value_big {
    font-size: 40px;
    line-height: 40px;
}

.good_team_page_info_value:not(.sw) {
    font-weight: 700;
}

.page_header_search_form .search_live_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 2px);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding-left: 56px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 10px;
    display: none;
    z-index: 200;
}

.page_header_search_form .search_live_wrap .search_live_show_all {
    display: none;
}

.page_header_search_form .search_live_wrap.search_live_more .search_live_show_all {
    display: block;
}

.page_header_search_active .page_header_search_form .search_live_wrap.search_live_open {
    display: block;
}

.match_page_users_side_inner {
    display: table;
}

.match_page_users_side_inner_cell {
    display: table-cell;
    vertical-align: middle;
}

.match_page_users_side_photo {
    display: block;
    width: 32px;
}

.match_page_users_side_inner_cell.cell_name {
    font-size: 13px;
    line-height: 24px;
    -ms-word-break: break-all;
    word-break: break-all;
    padding-left: 10px;
    padding-right: 10px;
}

.match_page_users_side:hover {
    color: #FFD705;
}

.match_ticket_iframe {
    width: 100%;
    height: 1280px;
    min-height: 100vh;
}

.media_item_pdf {
    position: relative;
}

.media_item_pdf_ol {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    transition: .2s;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
}

.media_item_pdf:hover .media_item_pdf_ol {
    opacity: 1;
    z-index: 10;
}

.media_item_pdf_btn {
    display: inline-block;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 1px;
    min-width: 40px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    transition: .2s;
}

.media_item_pdf_btn:hover {
    background-color: #FFE226;
    color: #333;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.media_item_pdf_btn.media_item_pdf_read {
    padding-left: 8px;
    padding-right: 8px;
    /*margin-right: 10px;*/
    position: relative;
    z-index: 11;
}

.media_item_pdf_btn.media_item_pdf_read::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -3px;
    right: 0;
    bottom: 0;
    background: #FFD705;
    width: 100%;
    height: 3px;
    transition: height linear 0.2s;
}

.media_item_pdf_btn.media_item_pdf_read:hover {
    background: none;
    box-shadow: none;
}

.media_item_pdf_btn.media_item_pdf_read:hover::before {
    height: 15px;
}

.media_item_pdf_download {
    width: 40px;
    margin-top: 10px;
}

.media_item_pdf_btn.media_item_pdf_download:hover {
    background: transparent;
    box-shadow: none
}

.media_item_pdf_btn.media_item_pdf_download:hover svg g {
    fill: #fff;
}

.media_popup_user_frame {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    /*transform: translate(-16px,-16px);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-image: url(../images/user_cur.png);
}

.news_inner_video_wrap {
    margin-top: 24px;
    margin-bottom: 16px;
}

.news_inner_video_item_wrap {
    margin-top: 24px;
}

.www222 {
    padding-top: 448px;
}

.content_up {
    margin: 100px auto 0;
    max-width: 960px;
    padding: 80px 100px;
    z-index: 30;
}

.content_up .inner_wrap {
    padding: 0;
}

.content_up .block_title_wrap {
    max-width: 370px;
}

.content_up .employee_page_photo_inner {
    min-height: 185px;
}

.foot_news {
    position: relative;
    top: 0;
    padding-top: 190px;
    background: #f2f2f2;
    z-index: 20;
}

.foot_news .block_title_wrap {
    align-items: center;
}

.inner_heading_bg.pl_bg_wrap.inner_heading_bg_big.no-bg {
    display: none;
}