

.container.new-container #start_match_content {
	right: 38px !important;
	top: 40px !important;
    width: 245px !important;
    left: 941.5px !important;
}

/* HTML5 display-role reset for older browsers */
.mainpage-content article, .mainpage-content aside, .mainpage-content details,
.mainpage-content figcaption, .mainpage-content figure,
.mainpage-content footer, .mainpage-content header, .mainpage-content footer,
.mainpage-content header,.mainpage-content hgroup,.mainpage-content menu,.mainpage-content nav,
.mainpage-content section, .mainpage-content menu, .mainpage-content nav, .mainpage-content section
{
	display: block;
}
.mainpage-content
{
	font-family: PFDinTextCondPro-Regular;
	line-height: 1;
}
.mainpage-content ol, .mainpage-content ul, .mainpage-content menu
{
	list-style: none;
}
.mainpage-content blockquote, .mainpage-content q
{
	quotes: none;
}
.mainpage-content blockquote:before, .mainpage-content blockquote:after,
.mainpage-content q:before, .mainpage-content q:after
{
	content: '';
	content: none;
}
.mainpage-content table
{
	border-collapse: collapse;
	border-spacing: 0;
}
.mainpage-content button:focus{
}
.mainpage-content .page__line._content{
	background: #101117;
	padding-top: 40px;
	padding-bottom: 40px;
}
.mainpage-content .central {
	margin: 0 auto;
	width: 1164px;
}

.mainpage-content .row {
	font-size: 0;
	margin-left: 0 !important;
}
.mainpage-content .row._table{
	display: table;
	font-size: inherit;
	table-layout: fixed;
	width: 100%;
}
.mainpage-content .row._news {
	padding-bottom: 10px;
}
.mainpage-content .row._table > .row__cell {
	display: table-cell;
}
.mainpage-content .row__cell {
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}
.mainpage-content .row__cell._50{width: 50%}
.mainpage-content .row__cell._33{width: 33.3333333%; height: 285px;}
.mainpage-content .row__cell._34{width: 33.337%}
.mainpage-content .row__cell._66{width: 66.666666%;}
.mainpage-content .row__cell._25{width: 25%}
.mainpage-content .row__cell._75{width: 75%}
.mainpage-content .row__cell._20{width: 20%}
.mainpage-content .row__cell._16{width: 16.6666666%}
.mainpage-content .row__cell._12{width: 12.5%}
.mainpage-content .row__cell._100{width: 100%}

.mainpage-content ._padding-left-none {padding-left: 0px;}
.mainpage-content ._padding-left-7 {padding-left: 7.5px;}
.mainpage-content ._padding-left-15 {padding-left: 15px;}
.mainpage-content ._padding-left-30 {padding-left: 15px;}
.mainpage-content ._padding-right-none {padding-right: 0px;}
.mainpage-content ._padding-right-7 {padding-right: 7.5px;}
.mainpage-content ._padding-right-15 {padding-right: 15px;}
.mainpage-content ._padding-right-30 {padding-right: 15px;}
.mainpage-content ._padding-none {padding: 0}

.mainpage-content ._bottom {vertical-align: bottom;}
.mainpage-content ._top {vertical-align: top;}
.mainpage-content ._middle {vertical-align: bottom;}

.mainpage-content .row__cell._left{
    background-color: #171921;
	padding: 20px;
}
.mainpage-content .row__cell._right{
	padding: 0;
	background-color: #393b44;
}
.mainpage-content .box {
	/* margin: 10px 0; */
	/*display: inline !important;*/
}
.box:after, .box:before { 
    background-color: unset !important;
}

.mainpage-content .box._tourney {
	margin-bottom: 32px;
	position: relative;
}
.mainpage-content .box._tourney .announce._init {
	background-color: white;
	opacity: 0.6;
}
.mainpage-content .box__title {
	padding: 22px 0;
}
.mainpage-content .box__title-name {
	display: inline-block;
	/*margin-left: -7px;
	font-family: 'DINCondensedC';
	padding: 0 22px;
	line-height: 40px;
	letter-spacing: .27em;
	font-size: 24px;
	color: #fff;
	background: #FD4F34;
	text-transform: uppercase;*/
	text-decoration: none;
}

.mainpage-content .box__title-name:hover {
	text-decoration: underline;
}

.mainpage-content .box__title-name:after {

}
.mainpage-content .box__title-sub {
	vertical-align: super;
	font-size: 14px;
	line-height: normal;
	font-family: 'DINCondensedC';
	display: inline-block;
	color: #000;
	margin-left: -2px;
}
.mainpage-content .box._tourney .announce._init .loader {
	text-align: center;
	font-size: 45pt;
	color: #fd4f34;
	margin-bottom: 40px;
}
.mainpage-content .owl-carousel._tourney {
	padding: 0;
}
.mainpage-content .tourney {
	background: #EEF3F6;
}
.mainpage-content .img-increase {
	overflow: hidden;
}
.mainpage-content .tourney__img {
	height: 150px;
	position: relative;
}
.mainpage-content .tourney__icon:before {
	width: 50px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	height: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1;
	background-repeat: no-repeat;
}
.mainpage-content .tourney__icon:after {
	width: 50px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	height: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	background-repeat: no-repeat;
}
.mainpage-content .tourney__img:hover .tourney__icon:after{
	opacity: 1
}
.mainpage-content .tourney__img:hover .tourney__icon:before{
	opacity: 0
}
.mainpage-content .tourney__icon {
	width: 68px;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	background: #FD4F32;
	height: 100%;
}
.mainpage-content .shine {
	overflow: hidden;
	position: relative;
}
.mainpage-content .shine:after {
	content: "";
	display: block;
	position: absolute;
	width: 120%;
	top: -170%;
	left: -10%;
	opacity: 0.6;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0));
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	-webkit-transition: top 0.7s;
	-o-transition: top 0.7s;
	transition: top 0.7s;
}
.mainpage-content .shine:hover:after {
	top: 170%;
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	-ms-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
}
.mainpage-content .btn._blue.shine:hover:after {
	top: 300%;
}
.mainpage-content .img-increase {
	overflow: hidden;
}
.mainpage-content .img-increased{
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .5s;
}
.mainpage-content .img-increase:hover .img-increased {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);

}
.mainpage-content .tourney__title {
	padding: 11px 20px 0 20px;
	min-height: 70px;
}
.mainpage-content .link._tourney-title {
	font-size: 24px;
	line-height: normal;
	font-family: PFDinTextCondPro-Medium;
	text-transform: uppercase;
	color: #122336;
	text-decoration: underline;
}
.mainpage-content .link._tourney-title:hover {
	color: #fd4f32;
}
.mainpage-content .link {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

}

.middle-news-paginator {
    padding-bottom: 25px;
    padding-left: 2px;
    position: relative;
}

.edit_newspen {
    position: relative;
    top: -204px;
    z-index: 10000;
}


.middle-news-paginator .box {
     padding-top: 11px;
 }



.media__desc .link:hover {
	text-decoration: none;
}

.media__desc .link {
	position: relative;
	top: -88px;
	color: #fff !important;
    /*z-index: 100;*/
    height: 75px;
    display: block;
    overflow: hidden;
    font-size: 20px;
}

.tourney__counter {
	font-size: 24px;
	color: #3C3E47;
	display: inline-block;
	vertical-align: middle;
}

.mainpage-content .tourney__counter:before {content: "";display: inline-block;vertical-align: bottom;width: 33px;height: 23px;margin-right: 0;}
.mainpage-content .tourney__counter.teams-icon:before {
	font-family: FontAwesome;
	content: "\f0c0";
}
.mainpage-content .tourney__counter.players-icon:before {
	font-family: FontAwesome;
	content: "\f007";
	text-align: center;
	font-size: 19pt;
}

.mainpage-content .tourney__rate {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #009400;
	margin-left: 32px;
	font-family: PFDinTextCondPro-Medium;
}

.mainpage-content .tourney__btn {
	display: inline-block;
	vertical-align: middle;
}

.mainpage-content .tourney__footer:after {content: "";display: inline-block;width: 100%;}
.mainpage-content .tourney__footer {
	text-align: justify;
	padding: 15px 20px 15px 20px;
}

.mainpage-content  .btn {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: none;
	border-radius: 0;

}
.mainpage-content .btn._base {
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	position: relative;
	letter-spacing: 0.08em;
	display: inline-block;
	height: 50px;
	/* margin-right: 48px;
	font-family: PFDinTextCondPro-Bold;
	border-radius: 6px;
	border-bottom-right-radius: 0; */
	/* border-top-right-radius: 0; */
	padding: 0 56px 0 18px;
	line-height: 50px;
	background-color: #00B9F2;
	box-shadow: inset 3px -5px 4px -3px rgba(0,0,0,0.30);
	border-radius: 6px;
	padding-left: 31px;
	padding-right: 0;
}

.mainpage-content .btn._base:after, .mainpage-content .btn._base:before {
	background-color: #00B9F2;
}

.mainpage-content .btn._base:hover {
	box-shadow: none;
}

.mainpage-content .btn._base:before {content: ">";position: absolute;width: 48px;height: 50px;top: 0;border-bottom-right-radius: 6px;border-top-right-radius: 6px;z-index: 0;box-shadow: inset -3px -5px 4px -3px rgba(0,0,0,0.30);right: 0;background: #FD4F32;text-align: center;line-height: 50px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;}

.mainpage-content .btn._base:hover:before {
	box-shadow: none;
}

.mainpage-content .row._streams {
	margin-top: 36px;
}

.mainpage-content .slide__img {
	height: 150px;
	width: 260px;
	background-position: center;
	background-size: cover;
}
.mainpage-content .slide._stream {
	width: 261px;
}
.mainpage-content .slide._stream .slide__desc {
	font-size: 18px;
	color: #fff;
	font-style: italic;
	line-height: normal;
	background: #132233;
	padding: 20px 14px 18px 14px;
}

.mainpage-content .slide._stream .slide__desc span {
	word-wrap: break-word;
    overflow-wrap: break-word;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.mainpage-content .slide__prof-name {
	font-family: Roboto;
	font-weight: 700;
	text-align: center;
	margin-top: 15px;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.mainpage-content .box._tourney .box__footer a {
	position: absolute;
	right: 43px;
	bottom: 20px;
	z-index: 1;
}
.mainpage-content .link._blue {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-family: PFDinTextCondPro-Bold;
	color: #00b9f2;
	text-decoration: none;
}

.mainpage-content .link._blue:hover {
	color: #fd4f34;
}

.mainpage-content  .link._blue:after {
	content: ">";
	display: inline;
	margin-left: 10px;
	text-decoration: none;
}

.mainpage-content .link._blue span {
	text-decoration: underline;
}

.mainpage-content .hr {
	height: 1px;
	background: #E1E1E1;
	margin: 0 15px;
	width: auto;
	border: none;
}

.mainpage-content .news {
	margin-bottom: 30px;
}

.mainpage-content .news__item._leader .news__title {height: 94px;border-bottom: 2px solid #D7D7D7;}
.mainpage-content .news__item._leader .news__title._big {
	height: 98px;
	margin-top: 10px;
}
.mainpage-content .news__item {
	font-size: 0;
	margin-bottom: 30px;
}

.mainpage-content .news__author {
	width: 50%;
	font-size: 18px;
	display: inline-block;
	text-align: left;
	color: #fd4d30;
	margin-top: 12px;
	vertical-align: top;
}

.mainpage-content .news__date {
	width: 50%;
	display: inline-block;
	color: #848484;
	font-size: 18px;
	margin-top: 13px;
	vertical-align: top;
	text-align: right;
}

.mainpage-content .news__title {
	margin-top: 14px;
}

.mainpage-content .link._news-title {
	color: #393b44;
	font-size: 24px;
	line-height: normal;
	text-decoration: none;
	 word-wrap: break-word;
    overflow-wrap: break-word;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.mainpage-content .link._news-title:hover {
	color: #fd4f34;
}
.mainpage-content .news__title._big {
	margin-top: 4px
}
.mainpage-content .link._news-title._big {
	font-size: 34px;
}
.mainpage-content .news__img {
	height: 200px;
	width: 100%;
}
.mainpage-content .box._news .box__footer {
	margin: 17px 15px 27px 15px;
}
.mainpage-content .box._news .box__footer .btn {
	display: block;
}
.mainpage-content .btn._blue {
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-align: center;
	position: relative;
	letter-spacing: 0.08em;
	display: inline-block;
	height: 40px;
	font-family: PFDinTextCondPro-Bold;
	padding: 0 18px 0 18px;
	line-height: 40px;
	background: #00B9F2;
	box-shadow: inset 3px -5px 4px -3px rgba(0,0,0,0.30);
}
.mainpage-content .btn._blue.shine:after{transform: rotate(-10deg);top: -300%;}
.mainpage-content .btn._blue:hover {
	box-shadow:none;
}
.mainpage-content .box._video .box__title,.mainpage-content .box._photo .box__title {
	padding: 22px 18px;
	margin: 0;
}
.mainpage-content .media__img {
	height: 230px;
	width: 100%;
	background: #000;
	z-index: 0;
	border-right: none;
	position: relative;
}

.mainpage-content  .media__img .img-increased {
	opacity: .5;
}

.mainpage-content .play-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	top: 50%;
	margin-left: -40px;
	background: #00b9f2;
	border-radius: 50%;
	left: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0.8;
}
.mainpage-content .media__img:hover .img-increased {
	opacity: 1;
}
.mainpage-content .play-icon:before {
	content: "";
	border-top: 11px solid rgba(0, 185, 242, 0);
	border-right: 0px solid rgba(0, 185, 242, 0);
	line-height: 40px;
	margin-left: -4px;
	margin-top: -11px;
	z-index: 1;
	border-left: 17px solid rgb(0, 185, 242);
	border-bottom: 11px solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.mainpage-content .play-icon:after {
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	width: 40px;
	content: "";
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.mainpage-content .media__img:hover .play-icon {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	background-color: #FD4F32;
}
.mainpage-content .media__img:hover .play-icon:before{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	border-left-color: #FD4F32;
}
.mainpage-content .media__desc {
	color: #545454;
	font-size: 18px;
	line-height: normal;
	padding: 8px 15px 25px;
}
.mainpage-content .box._video {
	margin-bottom: 18px;
}
.mainpage-content .box._photo {
	background: #eef3f6;
	padding-bottom: 23px;
}
.mainpage-content .box._gik .slide__desc {
	font-size: 18px;
	color: #545454;
	line-height: normal;
	margin-top: 11px;
}
.mainpage-content .box._gik {
	margin-bottom: 30px;
}
.mainpage-content .blogs {
	background: #132233;
	padding-bottom: 32px;
}

.mainpage-content .blogs__item {
	font-size: 0;
}

.mainpage-content .blogs__title:after {content: "";position: absolute;width: 10px;height: 10px;border-left: 1px solid #4A7AB3;border-bottom: 1px solid #4A7AB3;background: #132233;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);

	bottom: -6px;right: 40px;}

.mainpage-content .blogs__title {
	position: relative;
	border-bottom: 1px solid #4A7AB3;
	padding-bottom: 22px;
	margin-top: 12px;
	font-size: 18px;
	height: 90px;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
	overflow: hidden;
}

.mainpage-content .link._blogs-title {
	color: #fff;
	font-style: italic;
	font-size: 18px;
	line-height: normal;
	text-decoration: none;
}

.mainpage-content .link._blogs-title:hover {
	text-decoration: underline;
	color: #00b9f2;
}

.mainpage-content .link._blogs-author {
	font-size: 18px;
	text-decoration: none;
	color: #fd4d30;
}

.mainpage-content .link._blogs-author:hover {
	color: #00b9f2;
}

.mainpage-content .blogs__ava {
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	overflow: hidden;
	border-radius: 25px;
}

.mainpage-content .blogs__ava img {
	width: 100%;
}

.mainpage-content .blogs__ava:hover {
	opacity: .7;
}

.mainpage-content .blogs__author {
	display: inline-block;
	font-size: 18px;
	margin-left: 15px;
	vertical-align: middle;
}

.mainpage-content .link._pdf:before {
	content: "";
	background: url() 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: 23px;
	margin-right: 16px;
}

.mainpage-content .booster {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-bottom: 23px;
}

.mainpage-content .booster._blue {
	background: #00b9f2;
}

.mainpage-content .booster:before {content: "";position: absolute;width: 211px;z-index: 0;left: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);

	height: 211px;top: -109px;    -webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;}

.mainpage-content .booster._blue:before {
	background: rgba(6,134,174,.5);
}
.mainpage-content .booster__inner {
	position: relative;
	display: block;
	text-transform: uppercase;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	color: #fff;
	letter-spacing: 0.16em;
	font-family: DINCondensedC;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 24px;
	box-shadow: inset 0px -3px 6px 0px rgba(0,0,0,0.35);
}

.mainpage-content .booster._yellow {
	background: #FFCB05;
}
.mainpage-content .booster._yellow:before {
	background: rgba(211,172,22,.5);
}

.mainpage-content .booster._orange:before {background: rgba(227,73,46,.8);}
.mainpage-content .booster._orange {background: #FD4F32;}

.mainpage-content .booster:hover:before {
	top: -100px;
}

.mainpage-content .aside-box {
	padding: 0 15px;
	margin-bottom: 23px;
	text-align: center;
}

.mainpage-content .aside-box__title {
	color: #ffcb05;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: .28em;
	font-family: DINCondensedC;
	padding: 15px 0;
	text-decoration: none !important;
}

.mainpage-content .aside-box._profile-video {
	margin-bottom: 58px;
}

.mainpage-content .profile-video__img {
	width: 100%;
	height: 176px;
	position: relative;
}

.mainpage-content .play-icon-2 {
	position: absolute;
	height: 48px;
	width: 48px;
	left: 50%;
	top: 50%;
	margin-top: -24px;
	margin-left: -24px;
	border: 6px solid #fff;
	border-radius: 50%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.mainpage-content .play-icon-2:before {
	content: "";
	border-top: 8px solid rgba(0, 185, 242, 0);
	border-right: 0px solid rgba(0, 185, 242, 0);
	border-left: 7px solid rgb(255, 255, 255);
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2px;
	margin-top: -8px;
}
.mainpage-content .profile-video__img:hover .play-icon-2 {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.3);
}
.mainpage-content .profile-video__link {
	margin-bottom: 14px;
	margin-left: 3px;
}

.mainpage-content .profile-video__content {
	background: #132233;
	padding: 9px 11px 11px 30px;
	font-size: 0;
}

.mainpage-content .link._profile-video {
	color: #fff;
	font-size: 14px;
	line-height: normal;
	letter-spacing: .04em;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mainpage-content .profile-video__ava:hover {
	opacity: .7;
}

.mainpage-content .profile-video__author {
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
}

.mainpage-content .profile-video__ava {
	display: inline-block;
	vertical-align: middle;
}

.mainpage-content .link._profile-video-author {
	font-size: 18px;
	line-height: normal;
	letter-spacing: .04em;
	color: #fd4d30;
	text-decoration: none;
}

.mainpage-content .link._profile-video:hover {
	text-decoration: underline;
}

.mainpage-content .link._profile-video-author:hover {
	color: #00b9f2;
}

.mainpage-content .profile-video__pagination .box {
	color: #11b9f2;
	font-family: PFDinTextCondPro-Bold;
	text-decoration: none;
	margin: 0 6px;
	font-size: 18px;
	display: inline !important;
}
.mainpage-content .profile-video__pagination .box.active {
	color: white;
}

.mainpage-content .profile-video__pagination {
	text-align: center;
	margin-top: 24px;
}

.mainpage-content .pagination {
	margin-bottom: 18px;
}

.mainpage-content .link._pagination:hover {
	color: #fff;
}

.mainpage-content a.link._pagination._start {}
.mainpage-content .chat {
	background: #132233;
	padding: 25px 15px 39px 15px;
}

.mainpage-content ._findteam .index_news {
	width: 100% !important;
	margin-top: 28px;
	font-size: 14pt;
}

.mainpage-content ._findteam .index_news:hover {
	box-shadow: none;
}

.mainpage-content ._findteam .index_news .game-badge > img {
	margin: 11px 11px;
}

.mainpage-content ._findteam .findteam_fixes .masege_news {
	margin-bottom: 29px !important;
}

.mainpage-content ._findteam  .masege_news a {
	color: white !important;
}

.mainpage-content ._findteam  .masege_news .title {
	display: block;
	height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mainpage-content ._findteam .masege_news:before {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 28px;
	top: 100%;
	left: 42px;
	background: url(../../img/masege_news.png) 0 0 no-repeat;
}




@media screen and (min-width: 1200px) {
    .mainpage-content .central {
        max-width: 1164px;
        width: 100%;
    }
}

.mainpage-content .row__cell._left {
    background-color: #171921;
    padding: 20px;
}

.box__title {
    margin-bottom: 20px;
}

.mainpage-content .box__title-name {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 900;
    padding: 10px;
    text-transform: uppercase;
    color: #101117;
    background: #ffc046;
    line-height: 1;
    letter-spacing: normal;
    margin-left: 0;
}

.mainpage-content .box__title-name:after {
    content: none;
}

.mainpage-content .box__title-name:hover {
    color: #101117;
}

.mainpage-content .row._table {
    display: flex;
}

/*.mainpage-content .row {
    margin-left: -15px !important;
}*/

.mainpage-content .box__title {
    padding: 0;
}

.mainpage-content .news__item._leader .news__title {
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    border-bottom: 1px solid #171921;
}

.mainpage-content .news__item._leader .news__title._big {
    height: auto;
}

.mainpage-content .link._news-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    height: auto;
}

.mainpage-content .btn._blue {
    width: 100%;
    height: 60px;
    border: solid 1px #ffc046;
    background: rgba(255, 192, 70, 0.1);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #ffc046;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    line-height: 1;
    text-shadow: none;
}

.mainpage-content .btn._blue:before {
    content: none;
}

.mainpage-content .hr {
    display: none;
}

.mainpage-content .media__img {
    height: 200px;
}

.mainpage-content .media__desc {
    position: absolute;
    bottom: 20px;
    padding: 0 10px;
    pointer-events: none;
}



.mainpage-content .row__cell._33 {
    height: auto;
}

.media._photo {
    position: relative;
}

.media__desc .link {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #ffffff;
    top: 0;
    height: auto;
}

.box {
    margin-bottom: 40px;
}

.mainpage-content .play-icon {
	display: none ;
    /*background: url(play_icon_white.svg);*/
    border-radius: 0;
    background-repeat: none;
    background-position: center;
    width: 85px;
    height: 60px;
    margin: 0;
    transform: translate(-50%,-50%);
}

.mainpage-content .play-icon:before,
.mainpage-content .play-icon:after {
    content: none;
}

.mainpage-content .media__img:hover .play-icon {
    background-color: transparent;
     transform: translate(-50%,-50%) scale(0.8);
}

.mainpage-content .btn._base {
    /*background: url(findteam2.png) no-repeat;*/
    height: 220px;
    font-size: 0;
    box-shadow: none;
}

.mainpage-content .box._video .box__title, .mainpage-content .box._photo .box__title {
    padding: 0;
    margin: auto;
}

.mainpage-content .btn._base:before,
.mainpage-content .btn._base:after {
    content: none;
}


/* carousel items */



.owl-prev:before,
.owl-prev:after,
.owl-next:before,
.owl-next:after {
    background: #fff;
}

.findteam_fixes {
    padding-top: 30px;
}

.findteam_fixes .masege_news {
    height: 170px;
    background-color: #ffc046;
    border-radius: 6px;
    padding: 40px 20px 25px;
    position: relative;
}

.mainpage-content ._findteam .masege_news:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 20px solid #ffc046;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffc046;
    border-bottom: 20px solid transparent;
    left: 30px;
    bottom: -35px;
    background: none;
}

.findteam_fixes .game-badge {
    position: absolute;
    border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #171921;
    border: 6px solid #ffc046;
    text-align: center;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
}

.mainpage-content ._findteam .findteam_fixes .masege_news {
    margin-bottom: 55px !important;
}

.findteam_fixes .game-badge img {
    width: 30px;
    margin: 10px 9px;
}

.mainpage-content ._findteam .masege_news .title {
    font-size: 24px;
    color: #171921 !important;
    font-weight: bold;
}

.findteam_fixes .author img {
    height: 60px !important;
    width: 60px !important;
}

.findteam_fixes .author a.author_name {
    line-height: 1;
    margin-top: 10px;
    color: #ffffff;
}

/*.findteam_fixes .author .wrapper a:last-child {
     opacity: 0.34;
    font-size: 16px;
    line-height: 1.5;
    color: #fff !important;
}*/

/* end of carousel items */

.mainpage-content .blogs {
    background: none;
}

.mainpage-content .blogs__title {
    position: relative;
    border-bottom: 1px solid #1e212b;
    padding-bottom: 22px;
    margin-top: 12px;
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    overflow: hidden;
    height: auto;
    min-height: 140px;
}

.mainpage-content .link._blogs-title {
    font-style: normal;
    line-height: 1.33;
}

.mainpage-content .blogs__title:after {
    content: none;
}

.mainpage-content .blogs__ava {
    width: 48px;
    height: 48px;
}

.mainpage-content .blogs__author {    
    width: calc(100% - 12px - 48px);
    margin-left: 12px;
    
}

.mainpage-content .link._blogs-author {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.container.new-container #start_match_content {
    top: 58px !important;
}

#start_match_content .booster {
    width: 100%;
    display: block;
    height: 60px;
    box-shadow: inset 0 -5px 0 0 #e6ad3f;
    background: #ffc046 !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

#start_match_content .booster__inner {
    height: 60px;
    line-height: 58px;
    font-family: Montserrat;
    letter-spacing: normal;
    font-size: 17px;
    padding-left: 30px;
}

#start_match_content .booster:hover {
    color: #ffffff;
    text-decoration: none;
}

#start_match_content .booster:before {
    content: url(https://click-storm.com/img/new/icon-solder.svg);
    display: block;
    position: absolute;
    top: 15px;
    left: 19px;
    margin: 0;
    padding: 0;
    height: 22px;
    width: 18px;
}

#start_match_content .booster:hover:before {
    top: 15px;
}

.mainpage-content .aside-box__title {
   font-family: Montserrat;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.33;
    color: #ffc046;
    text-transform: uppercase;
    margin: 25px 0;
    letter-spacing: normal;
    padding: 0;
}

.profile-video__img {
    width: 100%;
    height: 147px;
    position: relative;
    background-color: rgba(16, 17, 23, 0.5);
}

.mainpage-content .profile-video__content {
    background-color: #171921;
    padding: 22px;
}

.mainpage-content .pagination,
.mainpage-content .profile-video__link {
    display: none;
}

.profile-video__ava img {
    width: 50px;
    border-radius: 50%;
}

.mainpage-content .link._profile-video-author {
    margin-left: 12px;
    color: #fff;
    font-size: 24px;
}

.mainpage-content .play-icon-2:before {
    content: none;
}

.play-icon-2:after {
    /*content: url(play_icon.svg);*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainpage-content .link._blue {
    margin-top: 15px;
    display: block;
    width: 100%;
    height: 60px;
    border: solid 1px #7a7e91;
    background-color: #353740;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    color: #7a7e91;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: normal;
}

.mainpage-content .link._blue span {
    text-decoration: none;
}

.mainpage-content .link._blue:after {
    content: none;
}



@media screen and (max-width: 480px) {
    
    .mainpage-content .row._table > .row__cell,
    .mainpage-content .central {
        width: 100%;
    }
    
    .mainpage-content .row._table {
        flex-direction: column;
    }
    
    .mainpage-content .news__item {
        width: 100% !important;
    }
    
    .mainpage-content .row__cell._33 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .mainpage-content .btn._base {
        background-size: contain;
        height: 100px;
    }
    
    .mainpage-content .row__cell._25 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .mainpage-content .blogs__title {
        min-height: 0;
    }
    
    .container.new-container #start_match_content {
        position: relative;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        bottom: unset !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 20px;
    }
}

.mainpage-content .row__cell._33 {
position: relative;

}

.edit_newspen {
    position: relative;
    top: 11px;
    z-index: 10000;
}

.mainpage-content .btn._base {
	background-repeat: no-repeat;
	background-position: center;
    /*background: url(findteam2.png) no-repeat !important;*/
    height: 220px;
    font-size: 0;
    box-shadow: none;
}

.mainpage-content .btn._base:hover {
    opacity: 0.7;
}

.mainpage-content .shine:after {
    content: none;
}

.mainpage-content .btn._blue:hover {
    color: #fff;
    background: #ffc046;
}

.info-block__prop {
    font-size: 12px !important;
  
}



    .mainpage-content .central {
        width: 100%;
    }

    

    @media screen and (max-width: 968px) and (orientation: landscape) {
    .mainpage-content .aside-box__title{
         font-size: 12px;
    }

}