.ipsWidget.ipsWidget_horizontal:not( .ipsWidgetHide ) {
    margin-bottom: 0;
}

#mainIndex_row {
 	display: inline-block; 
  	width: 100%;
  	margin-bottom: 24px;
  	-webkit-font-smoothing: antialiased;
  	position: relative;
}

div#mainIndex_wrapper {
 	 background:#fff;
  	padding:24px;
  	display: inline-block;
  	width:100%
}
div.mainIndex_switchers > a > span {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-align: center;
    background: #E5E5E5;;
    padding: 7px 18px;
    margin-right: 6px;
    display: inline-block;
    border-radius: 8px;
    line-height: 20px;
}

div.mainIndex_switchers {
 	margin-bottom: 24px; 
}

div.mainIndex_switchers > a > span.newsActive {
    border-radius: 8px;
	background: #EF3F29;
    color: #fff;
    font-weight: 700;
}
.newPicture {
    width: 220px;
	height: 160px;
    background-size: cover !important;
    float: left;
    margin-right: 24px;
    position: relative;
  	border-radius: 10px;
	border: 1px solid #000;
	background: #D8D8D8;
  	background-position: center center !important
}

.newPicture:hover {
 	opacity:.9 
}

.mainIndex_body h4 {
 	color: #0D0D0D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 12px 0;
    line-height: 1.2;
}

.mainIndex_body {
 	display: grid 
}

.mainIndex_body h4:hover {
 	color:#EF3F29 
}

.infoLine {
    position: relative;
    left: 0;
    
    width: 100%;
}
.infoLine > div:not(.ipsPos_right) {
    display: inline-block;
    position: relative;
  	padding-left:20px;
  	margin-right: 12px;
  	color: rgb(13 13 13 / 40%);
  	font-size: 14px;
  	line-height: 16px;
    height: 16px;
}
.infoLine > div a {
 	 color: rgb(13 13 13 / 40%);
}

.infoLine > div a:hover {
 	color: #0D0D0D;
}

.newCategory:before {
 	    content: '';
    position: absolute;
    background: url(/images/category.svg);
    width: 12px;
    height: 13.5px;
    left: 0;
    background-size: cover;
  	top:1px;
}
.newDate:before {
 	    content: '';
    position: absolute;
    background: url(/images/time.svg);
    width: 14px;
    height: 14px;
    left: 0;
    background-size: cover;
  	top:1px;
}

.newComments:before {
 	content: '';
    position: absolute;
    background: url(/images/comments.svg);
    width: 14px;
    height: 13px;
    left: 0;
    background-size: cover;
  	top:1px;
}
.newDescription {
 	color: #0D0D0D;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  	margin-bottom: 16px;
}
.videosCover, .articlesCover {
 	min-height: 464px;
  	width: 100%;
  	background-size: cover !important;
  	border-radius: 8px;
}
.mainIndex_videoRow, .mainIndex_articleRow {
 	border: 1px solid #E5E5E5;
  	border-radius: 8px;
}
.mainIndex_videoRow .mainIndex_body, .mainIndex_articleRow .mainIndex_body {
 	padding: 16px;
    padding-top: 5px; 
}
.viewsCount:before {
 	content: '';
    position: absolute;
    background: url(/images/eye.svg);
    width: 14px;
    height: 14px;
    left: 0;
    background-size: cover;
  	top:1px;
}
.mainIndex_videoRow .youtube {
    background: url(/images/youtube.svg);
    width: 82px;
    height: 78px;
    position: absolute;
        top: calc(50% - 67px);
    z-index: 1;
    left: calc(50% - 37px);
    background-size: cover;
}
.mainIndex_videoRow:hover .youtube {
    background: #ef3f29 url(/images/youtube.svg);
    border-radius: 100%;
    background-size: cover;
}
html[dir="ltr"] .videoPopup .ipsDialog_close 
{
 	right: -45px 
}
.videoPopup .ipsEmbeddedVideo, .mainIndex_videoRow .ipsEmbeddedVideo
{
 	max-width: none 
}

.ipsEmbeddedVideo > div {
 	border-radius: 7px; 
}

.mainIndex_sideBox h3 {
 	color: #0D0D0D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  	margin:0;
  	margin-bottom:16px;
}

.sideBox {
 	border-radius: 10px;
	border: 1px solid #E5E5E5;
  	padding:24px;
  	margin-bottom:24px;
}

.ipsApp .ipsGrid .mainIndex_mainBox {
 	width: calc(100% - 384px); 
}
.ipsApp .ipsGrid .mainIndex_sideBox {
 	 width: 360px;
  	margin-left: 24px !important
}

/* START Лидеры дня */

.leadersColumns > div {
 	width: calc(33.333% - 12px);
    float: left;
}

#leadersOfTheDay .leaderPhoto {
    text-align: center;
    position: relative;
}

#leadersOfTheDay img {
    max-width: 90px;
    z-index: 2;
    position: relative;
}

.leaderPhoto_logo {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    width: 50px;
    height: 50px;
    background-size: cover !important;
}

#leadersOfTheDay .leaderName {
        padding: 10px 8px;
    border-radius: 10px;
    text-align: center;
    margin-top: -5px;
    z-index: 2;
    position: relative;
}
.leadersColumns_colimn1 .leaderColorize {
    background: #202B3F;
}
.leadersColumns_colimn2 .leaderColorize {
    background: #6045AB;
}
.leadersColumns_colimn3 .leaderColorize {
    background: #353B68;
}
[data-role="tableRows"] {
 	position: relative; 
}
.loadingNews:before {
 	opacity: .8;
    content: '';
    background: #fff;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#leadersOfTheDay .leaderName a {
    display: block;
  	color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  	word-break: break-all;
  	    overflow: hidden;
}

#leadersOfTheDay .leaderName a:hover {
 	text-decoration: underline 
}

.leadersColumns_colimn2 {
 	margin: 0 16px; 
}
.leaderScore, .leaderSelect, .leaderTransfer {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}
.leadersColumns > div .leaderScore:before, .leadersColumns > div .leaderSelect:before {
    content: "";
    position: absolute;
    bottom: -1px;
    border: 0.5px solid #E5E5E5;
    width: 63px;
    left: 18px;
}
.leaderScore > div, .leaderSelect > div, .leaderTransfer > div {
    color: #0D0D0D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  	    margin-bottom: 4px;
}
.leaderScore > span, .leaderSelect > span, .leaderTransfer > span {
    opacity: 0.4;
    color: #0D0D0D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.leaderRespect > div {
    color:#fff;
  	font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.leaderRespect > span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.leaderRespect {
 	border-radius: 10px; 
  	padding: 12px 10px;
}

/* END Лидеры дня */

.respectIndex h3 span {
    color: #0D0D0D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  	opacity:.4
}
.ipsStatsPtoho {
 	position: relative; 
}
.respectIndex .leaderPhoto_logo {
 	width: 56px;
    height: 56px; 
}
.respectIndex {
 	background: #FFFFF0;
  	font-size: 14px;
}
.respectIndex .ipsStatsPtoho img {
 	max-width: 100px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.respectIndex .ipsGrid_span12 > div {
 	 border-bottom: 1px solid #D9D9D9;
  	padding: 5px 12px;
}
.respectIndex .ipsGrid_span12 > div.ipsStatsPtoho {
 	border:0;
  	padding:0;
}
.respectIndex .ipsGrid_span12 > div.ipsGrid > div {
 	min-height: auto;
}
.respectIndex .ipsGrid_span12:first-child {
 	margin-bottom:16px; 
}
.respectIndex .ipsGrid_span12 > div:last-child {
 	border:0; 
}
.ipsApp .ipsGrid > .ipsGrid_span12:first-child .firstStatsRow {
 	border-radius: 10px 10px 0px 0px;
	background: #42AD4A;
  	border:0;
  	color:#fff;
}
.ipsApp .ipsGrid > .ipsGrid_span12:last-child .firstStatsRow {
 	border-radius: 10px 10px 0px 0px;
	background: #E71A18;
  	border:0;
  	color:#fff;
}
.ipsApp .ipsGrid > .ipsGrid_span12:first-child .firstStatsRow a,
.ipsApp .ipsGrid > .ipsGrid_span12:last-child .firstStatsRow a
{
 	color:#fff;
  	font-weight: 700
}
.respectIndex .ipsGrid_span12 > div.ipsGrid > div.statNumber {
 	text-align: right 
}
.respectIndex_link a, .addStatusFooter a {
 	border-radius: 8px;
    background: #E5E5E5;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: center;
    margin-top: 16px;
  	font-size: 16px;
}
/* Аналитик недели */
.analystWeek {
 	color: #0D0D0D;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
}
.analystWeek_rep {
  	margin-left:auto
}	
.analystWeek .ipsUserPhoto_tiny,
.statusesBox .ipsUserPhoto_tiny,
.recentForumsIndex .ipsUserPhoto_tiny
{
 	width: 40px;
    height: 40px; 
}
.analystWeek_photo {
 	margin-right: 12px; 
}
.analystWeek ul li {
 	border-bottom: 1px solid #D9D9D9;
  	margin-bottom:8px;
  	padding-bottom:8px;
}
.analystWeek ul li:last-child {
 	border:0;
  	margin-bottom:0px;
  	padding-bottom:0px;
}
.analystWeek_rep > a, .analystWeek_rep > span {
 	border-radius: 10px;
    background: #42AD40;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 3px 6px; 
}
.analystWeek ul li:first-child .ipsUserPhoto {
 	border: 2px solid #FFBE03; 
}
.analystWeek ul li:first-child .ipsUserPhoto:before,
.analystWeek ul li:nth-child(2) .ipsUserPhoto:before,
.analystWeek ul li:nth-child(3) .ipsUserPhoto:before
{
	content: '1';
    position: absolute;
    right: -9px;
    background: #FFBE03;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 10px;
  	display: flex;
    align-items: center;
    justify-content: center;
}

.analystWeek ul li:nth-child(2) .ipsUserPhoto:before {
 	 background: #C2D1DD;
  	content: '2';
}

.analystWeek ul li:nth-child(3) .ipsUserPhoto:before {
 	 background: #CF9C6D;
  	content: '3';
}

.analystWeek ul li:nth-child(2) .ipsUserPhoto {
 	border: 2px solid #C2D1DD; 
}
.analystWeek ul li:nth-child(3) .ipsUserPhoto {
 	border: 2px solid #CF9C6D; 
}


/* Положение команд */
.commandStands .ipsTabs {
 	background: transparent;
  	padding: 0;
    margin: 0 !important;
}
.commandStands .ipsTabs_withIcons .ipsTabs_item {
  	color: #0D0D0D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  	padding: 7px 16px;
  	border: 1px solid #E5E5E5;
  	cursor: pointer
}
.commandStands #standings_tabbar > ul > li:first-child a {
 	border-radius: 15px 0px 0px 15px;
  	border-right:0;
}

.commandStands #standings_tabbar > ul > li:last-child a {
 	border-radius: 0px 15px 15px 0px;
}
.commandStands .ipsTabs_item {
 	color: black !important 
}
.commandStands .ipsTabs_activeItem {
 	background: #EF3F29;
  	color:#fff !important;
  	border: 1px solid #EF3F29;
}
#standings_panels img {
 	width: 24px;
	height: 24px; 
}
#standings_panels .ipsGrid {
 	    color: #0D0D0D;
    text-overflow: ellipsis;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  	padding:8px;
  	border-bottom: 1px solid #D9D9D9;
}
#standings_panels .ipsGrid > div {
 	min-height: auto; 
}
#standings_panels .ipsGrid:not(.ipsGrid_headers) > div.ipsGrid_span2 {
 	 width: 27px;
}
#standings_panels .ipsGrid:last-child {
 	border:0; 
}
#standings_panels .ipsGrid .ipsGrid_span8 {
 	width: calc(100% - 85px); 
}
#standings_panels .ipsGrid.ipsGrid_headers .ipsGrid_span8 {
 	    width: calc(100% - 52px); 
}
#standings_panels .ipsGrid.ipsGrid_headers {
 	border-radius: 10px 10px 0px 0px;
	background: #EDEDED;
  	font-weight: 700;
  	margin-top:16px;
}
#standings_panels .ipsGrid_colorize,
#standings_panels .ipsGrid_colorize_alt
{
 	background: #e1ffcd;
  	border-left:1px solid #D9D9D9;
  	border-right:1px solid #D9D9D9;
}

#standings_panels .ipsGrid_colorize_alt {
 	 background: #ffffdb;
}

.statusesBox {
 	color: #0D0D0D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  	-webkit-font-smoothing: antialiased;
}
.statusesBox .ipsType_richText,
.recentForumsIndex .ipsType_richText
{
 	 border-radius: 0px 8px 8px 8px;
    background: #EDEDED;
    padding: 8px 12px;
    line-height: 18px;
  	margin-top: 5px;
}
.statusesBox .ipsType_blendLinks,
.recentForumsIndex .ipsType_blendLinks {
 	opacity:.8;
	color: #0D0D0D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
  	margin-top:5px;
  	display: flex;
    justify-content: space-between;
}
.statusesBox .ipsDataItem_main,
.recentForumsIndex .ipsDataItem_main
{
 	padding:0;
  	padding-bottom:16px;
}

.recentForumsIndex ul > li:last-child .ipsDataItem_main,
.statusesBox ul > li:last-child .ipsDataItem_main
{
 	padding-bottom:0; 
}


.statusesBox .ipsDataItem_icon,
.recentForumsIndex .ipsDataItem_icon {
 	padding-left:0;
  	padding-right: 12px !important;
  	padding-top: 0;
}
.statusesBox h3 {
 	line-height: 30px; 
}
a.moreNews {
 	color: #0D0D0D;
    text-align: center;
        font-size: 13px !important;
    font-style: normal;
    font-weight: 700 !important;
    padding: 15px 25px !important;
    border-radius: 8px !important;
    background: #E5E5E5;
    margin: 0;
    display: flex !important;
    width: max-content;
}

a.loadNews {
 	 padding: 16px 16px 0 16px!important;
}

a.moreNews:hover {
 	color: inherit;
  	background: #ebebeb
}
.published_on {
 	color: #0D0D0D;
    font-size: 14px;
    font-style: normal;
    font-weight: 300; 
}
.loadingVideoMain:hover {
 	cursor: pointer 
}











@media screen and (max-width: 979px) {
 	 .infoLine .newDate {
        width: auto !important;
    }
  	.ipsApp .ipsGrid .mainIndex_mainBox,
    .ipsApp .ipsGrid .mainIndex_sideBox
    {
      width: 100%; margin-left: 0 !important;
    }
  	.ipsApp .ipsGrid .mainIndex_sideBox {
      margin-top:24px;   
    }
  	html[dir="ltr"] .mainIndex_sideBox .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main {
   	   margin-left: var(--sp-10);
  	}
}

@media screen and (max-width: 767px) {
  	.mainIndex_videoRow .youtube {
          width: 52px;
      height: 50px;   
    }
  	div.mainIndex_switchers>a>span { padding:7px 10px}
 	.newPicture {
      width: 100px;
      height: 80px;
      margin-right: 16px;
    }
  	#standings_panels .ipsGrid.ipsGrid_headers .ipsGrid_span8 {
        width: calc(100% - 72px);
    }
  	#standings_panels .ipsGrid .ipsGrid_span8 {
        width: calc(100% - 105px);
    }
  	.sideBox .ipsTabs [role="tablist"] > li {
      flex-grow: 1   
    }
  	.sideBox .ipsTabs [role="tablist"] {
      display: flex;   
    }
  	.sideBox .ipsTabs_item:not( .ipsTabs_activeItem ) {
   	   display: block !important
 	}
  	div#mainIndex_wrapper {
      padding:16px;   
    }
  	.mainIndex_body h4 {font-size: 14px;}
  	.infoLine > div {font-size: 13px;}
  	#mainIndex_row:not(.mainIndex_videoRow) .mainIndex_body h4 {margin-top:0;margin-bottom:8px}
  	#mainIndex_row {margin-bottom:10px;}
  	a.moreNews {
      justify-content: center;
      width: 100%
    }
  	.videosCover, .articlesCover {
      min-height: 200px;
    }
}













