.old_design {
	font-size:12px!important;
	color:#199BB8!important;
}

.old_design:hover {
	cursor:pointer!important;
	text-decoration:underline!important;
}

body{
	background-color:#F4F5F6;
	padding:0;
	margin:0;
}
th {
	font-weight:normal;
}
.results_divs {
	display:flex;
}
table {
	font-size:13px;
}
a:hover {text-decoration:none; color:inherit; }
.main_body_strategy_page {
	display:flex;
	margin-top:30px;
}
a:active {text-decoration:none; color:#199BB8; }
.main_body_strategy_page {
	display:flex;
	margin-top:30px;
}

.row_table_portfolio_TI {
	text-align:center;
	font-size:13px;
}
.row_table_portfolio_TI td {
	padding:0 10px;
	text-align:center!important;
	font-weight:normal!important;
}
.row_table_portfolio_TI td:nth-child(1) {
	    width:250px;
}
.row_table_portfolio_TI td:nth-child(1) {
	text-align:center;
	display:flex;
	justify-content:space-around;
	padding:0px 10px 0 0;
}
.row_table_portfolio_TI td:nth-child(1) div:nth-child(1) {
	width:35px;
	height:30px;
	padding:0px 5px 0 0;
	margin:1% 0;
	display:flex;
    flex-direction:column;
    justify-content:center;
}
.row_table_portfolio_TI td:nth-child(1) div:nth-child(2) {
	width:35px;
	height:30px;
	padding:0px 5px;
	margin:1% 0;
	display:flex;
    flex-direction:column;
    justify-content:center;
}
.row_table_portfolio_TI td:nth-child(1) div:nth-child(4) {
	background-color:#F4F5F6;
	width:80px;
	text-align:center;
	vertical-align:baseline;
	height:13px;
	max-height:13px;
	padding:1% 0;
	display:flex;
    flex-direction:column;
    justify-content:center;
    align-self:center;
}

.row_table_portfolio_TI td:nth-child(1) div:nth-child(3):hover ~ div {
	opacity:100%;
}

.hide_ticker {
	opacity:0;
}

.row_table_portfolio_TI td:nth-child(1) div:nth-child(3) {
	font-size:13px;
	width:150px;
	padding:0px 5px;
	display:flex;
  flex-direction:column;
  justify-content:center;
}

.f-dir_col {
	display:flex;
	flex-direction:column;
}
.f-dir_row {
	display:flex;
	flex-direction:row;
	align-items:baseline;
}

.table_portfolio_block_TI {
	margin-top:20px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	background-color:white;
}
.table_portfolio_TI {
	width:720px;
}
.title_table_portfolio_TI th {
	width:60px;
	font-size:10px;
	color: #000;
	text-align:right;
	border:1px solid #000;
	padding:4px 10px;
	line-height:12px;
}
.title_table_portfolio_TI th:nth-child(1) {
	text-align:center;
}
.title_table_portfolio_TI th:nth-child(1) {
	width:300px;
	text-align:left;
}
.title_table_portfolio_TI th:nth-child(6) {
	width:120px;
	text-align:center;
}

.table_portfolio_TI table tbody tr:nth-child(1) td {
	color:#000;
  border:0.5px solid #000;
  padding:0 2px;
  text-align:center;
  font-size:10px;
}
.table_portfolio_TI table tbody tr:nth-child(2) td {
	color:#000;
  border:0.5px solid #000;
  padding:0 2px;
  text-align:center;
  font-size:10px;
}

.hide_review {
	display:none;
}
.review_btn_less {
	display:none;
}
.element::-webkit-scrollbar {
  width:7px;
  height:7px;
  border-radius:5px;
  background-color:#f9f9fd;
}

/*Убрать полосу прокрутки для всей страницы*/
::-webkit-scrollbar {
  width:7px;
  height:7px;
  border-radius:5px;
  background-color:#f9f9fd;
}

::-webkit-scrollbar-thumb {
    background-color:#898C94;
    border-radius:10px;
}

.header {
	height:60px;
	box-shadow:0px 0.5px 5px grey;
	width:100%;
	background-color:white;
}


/*Main Style*/
.wrapper_strategy_block {
	width:100%;
	display:flex;
	justify-content:left;
}

/*LEFT MENU*/
.strategy_left_menu {
	background-color:#EFEFEF;
	margin-right:10px;
	margin-left:35px;
	width:170px;
	height:376px;
	position:sticky;
    top:20px;
}
.item-menu-portfolio {
	border:none;
	font-size:10px;
	width:140px;
	background-color:#EFEFEF;
	font-weight:600;
	cursor:pointer;
}

.list-group hr {
	padding:0;
	margin:0;
	background-color:white;
	color:white;
	height:1px;
	width:133px;
	margin-left:auto;
	margin-right:auto;
}

.item-menu-portfolio:hover {
	background-color:#E8E8E8;
}
.item-menu-portfolio:active {
	color:#199BB8;
}

.main_strategy_block {
	width:930px;
	display:flex;
	flex-direction:column;
}

.graph_portfolio_dynamics * table td:nth-child(3) {
    display:none;
}
.graph_portfolio_dynamics div:nth-child(1){
	max-width:none!important;
	width:auto!important;
}

/*INFO STRATEGY*/
.breadcrumb_strategy_wrapper {
	display:flex;
	align-items:baseline;
}
.breadcrumb_strategy {
	font-size:16px;
	color:#093E58;
	margin-right:32px;
}
.breadcrumb_more {
	font-size:8px;
	color:#666666;
	text-decoration:underline;
}

.main_info_block {
	border-radius:2px;
	padding-top:14px;
	padding-right:14px;
	background-color:white;
}
.main_info_block_content {
	display:flex;
	justify-content:flex-start;
}
.main_info_block_text {
	width:503px;
	margin-right:51px;
}
.main_info_block_text > p {
	font-size:15px;
	align-items:flex-start;
}
.strategy_poster {
	font-size:24px
}
.main_info_block_value {
	display:flex;
	flex-direction:column;
	justify-content:space-around;
}
.RF_monitor {
	flex-direction:column;
}
.main_info_block_value div {
	margin-right:25px;
}
.main_info_block_value * p > span {
	font-size:25px;
	margin:0;
}
.main_info_block_value * span {
	font-size:12px;
	color:#909090;
	margin-left:5px;
}

.main_info_block_footer{
	display:flex;
	align-items:flex-end;
}
.more_strategy_info > a{
	font-size:12px;
	color:#199BB8;
	margin-right:15px;
	cursor:pointer;
}
.more_strategy_arrow{
	font-size:15px;
	color:#199BB8;
}
/*TABLE STRATEGY*/
.table_portfolio_block {
	margin-top:20px;
	display:flex;
	justify-content:space-between;
	padding:19px;
	background-color:white;
}
.icons_button_table p {
	color:#093E58;
	font-size:14px;
	font-weight:bold;
}
.icons_button > img:hover {
	cursor:pointer;
}

.table_portfolio {
	width:720px;
}
/*Title table*/
.title_table_portfolio th {
	width:60px;
	font-size:10px;
	color: #000;
	text-align:right;
	border:1px solid #000;
	padding:4px 10px;
	line-height:12px;
}
.title_table_portfolio th:nth-child(1) {
	text-align:center;
}
.title_table_portfolio th:nth-child(1) {
	width:300px;
	text-align:left;
}
.title_table_portfolio th:nth-child(6) {
	width:120px;
	text-align:center;
}
/*Content Table*/
.row_table_portfolio td {
	width:60px;
	font-size:12px;
	text-align:right;
	padding:0px 10px;
	align-items:center;
}
.row_table_portfolio td:nth-child(1) {
	text-align:center;
	display:flex;
	justify-content:space-around;
	padding:0px 10px 0 0;
}
.row_table_portfolio td:nth-child(1) div:nth-child(1) {
	width:35px;
	height:30px;
	padding:0px 5px 0 0;
	display:flex;
    flex-direction:column;
    justify-content:center;
}
.row_table_portfolio td:nth-child(1) div:nth-child(2) {
	width:35px;
	height:30px;
	padding:0px 5px;
	display:flex;
    flex-direction:column;
    justify-content:center;
}


.row_table_portfolio td:nth-child(1) div:nth-child(4) {
	background-color:#F4F5F6;
	width:80px;
	text-align:center;
	opacity:0%;
}

.row_table_portfolio td:nth-child(1) div:nth-child(3):hover ~ div {
	opacity:1;
}

.row_table_portfolio td:nth-child(1) div:nth-child(3) {
	font-size:10px;
	width:150px;
	padding:0px 5px;
}
.row_table_portfolio td:nth-child(1) {
	width:300px;
	text-align:left;
}
.row_table_portfolio td:nth-child(6) {
	width:130px;
	text-align:center;
	display:table-cell;
	height:100%;
}

.actual_performance_block_wrapper {
	margin-right:50px;
	margin-bottom:0;
}
@media (max-width:1200px) {
		.actual_performance_block_wrapper {
			margin-right:0;
			margin-bottom:30px;
		}
}

@media (max-width:805px) {
		.actual_performance_block_wrapper {
			margin-right:0;
			margin-bottom:30px;
		}
}

.row_table_portfolio td:nth-child(6) span:nth-child(2) {
	font-size:8px;
	margin-left:10px;
	position:relative;
	bottom:1px;
}

.footer_table_portfolio {
	color:#199BB8;
	font-size:12px;
	padding-top:10px;
	cursor:pointer;
}

tr.row_table_portfolio:hover {
    background-color:#F4F5F6;
    cursor:pointer;
}

tr.clickTr:hover {
    background-color:#F4F5F6;
    cursor:pointer;
}

tr.row_table_portfolio_TI:hover {
    background-color:#F4F5F6;
    cursor:pointer;
}

.icons_button_table > p {
	width:200px;
}
/*--------------------------------------*/
.start_block {
	flex-direction:column;
}
.block_container {
	width:970px;
	padding:15px;
	background-color:white;
	display:flex;
	margin-bottom:20px;
}
.reviews_items {
	display:flex;
	flex-direction:column;
}
.reviews_items > hr {
	background-color:#898C94;
	padding:0;
	margin:0;
	width:100%;
	margin-top:5px;
	margin-bottom:10px;
}
.reviews_title {
	font-size:14px;
	font-weight:bold;
	color:#093E58;
	width:146px;
}
.review_item {
	width:720px;
	display:flex;
	justify-content:space-between;
}
.icon_review {
	background-color:green;
	width:15px;
	height:15px;
	border-radius:50%;
}
.content_review {
	width:680px;
	display:flex;
	font-size:12px;
	justify-content:space-between;
}
.date_review {
	width:63px;
	color:#093E58;
	font-weight:600;
	font-size:12px;
}
.text_review {
	width:597px;
	font-size:12px;
}
/*------------------------------------------------*/
.block_title {
	font-size:14px;
	font-weight:bold;
	color:#093E58;
	margin-bottom:15px;
}
.items_news {
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-content:space-between;
	align-items:center;
}
.item_news {
	width:210px;
	height:200px;
	box-shadow:0px 0.1px 3px grey;
	margin-bottom:15px;
	margin-right:15px;
}
.image_news {
	width:210px;
	height:100px;
}
.image_news > img {
	width:210px;
	height:100px;
}
.info_news {
	width:190px;
	display:flex;
	justify-content:space-between;
	padding:15px 10px;
}
.info_news_date_ticker {
	display:flex;
	justify-content:space-between;
	width:108px;
	font-size:10px;
}
.info_news_ticker {
	background-color:#F4F5F6;
    text-align:center;
    padding:0 10px;
    height:13px;
}	
.info_news_date {}
.source_news {
	font-size:10px;
	color:#898C94;
	text-decoration:underline;
	text-align:right;
}
.text_news {
	font-size:10px;
	font-family:"Noto Sans";
	padding:0 10px;
}
/*-----------------------------------*/
.universal_table_col5 {
	width:285px;
	margin-left:55px;
	font-size:10px;
}
.universal_table_col5_head th:nth-child(1) {
	width:190px;height:20px;
	color:#000;
	border:0.5px solid #000;
	padding:0 10px;
}
.universal_table_col5_head th:nth-child(2),th:nth-child(3),th:nth-child(4),th:nth-child(5) {
	width:70px;height:20px;
	text-align:right;
	color:#000;
	border:0.5px solid #000;
	padding:0 10px;
}
.universal_table_col5_head th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(6) {
    width:70px;
    height:20px;
    text-align:right;
    color:#000;
    border:0.5px solid #000;
    padding:0 10px;
}
.universal_table_col5_row {
	height:15px;
}
.universal_table_col5_row td:nth-child(1) {
	text-align:left;
	padding:0 10px;
}
.universal_table_col5_row td:nth-child(2),td:nth-child(3),td:nth-child(4),td:nth-child(5) {
	text-align:right;
	padding:0 5px;
}
.universal_table_col5_footer  {
	display:flex;
	justify-content:space-between;
	color:#5D6066;
	height:15px;
}
.universal_table_col5_footer {
	padding:0 5px 0 10px;
}
/*-----------------------------------*/
.actual_performance_block {
	width:285px;
	font-size:10px;
	font-size:13px!important;
  font-weight:normal!important;
}
.actual_performance_block > hr{
	margin:10px 0px;
	padding:0;
}
.actual_performance_table_head th:nth-child(1) {
	width:150px;height:20px;
	color:#000;
	border:0.5px solid #000;
	padding:0 10px;
}
.actual_performance_table_head th:nth-child(2),th:nth-child(3) {
	width:70px;height:20px;
	text-align:right;
	color:#000;
	border:0.5px solid #000;
	padding:0 10px;
}
.actual_performance_table_row td:nth-child(1) {
	text-align:left;
	padding:0 10px;
	font-size:13px;
}
.actual_performance_table_row td:nth-child(2),td:nth-child(3) {
	text-align:right;
	padding:0 5px;
}
.actual_performance_footer > div  {
	display:flex;
	justify-content:space-between;
	color:#5D6066;
	height:15px;
}
.actual_performance_footer {
	padding:0 5px 0 10px;
}
/*-----------------------------------*/
.graph_portfolio_dynamics {
	width:720px;
}
.graph_market_attractiveness_index {
	width:435px;
}
.text_market_attractiveness_index {
	font-size:12px;
	font-family:"Noto Sans";
	width:220px;
	height:172px;
	margin-right:40px;
}
.content_market_attractiveness_index {
	display:flex;
	justify-content:space-between;
}
/*-----------------------------------*/
.backtest_strategy_info {
	display:flex;
	justify-content:space-between;
	width:360px;
	margin-top:20px;
}
.backtest_strategy_info div {
	width:150px;
}
.backtest_strategy_info * span {
	font-size:24px;
}
.backtest_strategy_info * p {
	font-size:12px;
	color:#909090;
}
.graph_portfolio_dynamics {
    width:auto;
}
.client_portfolio_graph_Wd_page {
	width:100%!important;
}
.tv-lightweight-charts {
	max-width:auto!important;
	width:auto;
}

.tv-lightweight-charts table tr td:nth-child(2) div {
    position:relative!important;
}
/* Стили таблицы (backtest_strategy_results_table) */
table.backtest_strategy_results_table{text-decoration:none;border-collapse:collapse;text-align:center; width:535px; }
table.backtest_strategy_results_table th{font-weight:normal;font-size:10px;background-color:#ffffff; }
table.backtest_strategy_results_table th{font-size:10px;color:#000000; }
table.backtest_strategy_results_table th{white-space:pre-wrap;padding:0px 5px;line-height:13px;vertical-align:middle;border:1px solid #c9c9c9; }
table.backtest_strategy_results_table th{color:#000;line-height:12px; }
table.backtest_strategy_results_table th, tr {
	height:20px!important;
}
.backtest_strategy_results_table_content {
	font-size:10px;
}
.backtest_strategy_results_table_content td:nth-child(1){
	text-align:left!important;
}
.backtest_strategy_results_table_content td:nth-child(1),th:nth-child(2),td:nth-child(3),td:nth-child(4),td:nth-child(5) {
	height:20px;
}
.backtest_strategy_results_table_content td:nth-child(1) {
	width:300px;
}
.backtest_strategy_results_table_content th:nth-child(2),td:nth-child(3),td:nth-child(4),td:nth-child(5) {
	width:100px;
}


.accordion {
	overflow-y:scroll;
	height:800px;
}

.accordion .container_accordion {
	cursor:pointer;
	z-index:-1!important;
	position:unset!important;
}

.accordion .label {
  padding:10px 0;
  font-size:12px;
  font-weight:bold;
  color:#01111A;
  position:relative;
  cursor:pointer;
}

.accordion .label::before {
  content:'∨';
  color:black;
  font-size:14px;
  position:absolute;
  top:50%;
  right:-20px;
  transform:translateY(-50%);
}

.accordion .content {
  height:0;
  font-size:12px;
  overflow:hidden;
  transition:0.1s;
}

.accordion hr {
  width:99%;
  margin-left:0;
  border:0.1px solid grey;
}

.accordion .container_accordion.active .content {
  padding:10px 0;
  height:auto;
}

.accordion .container_accordion.active .label::before {
  content:'∧';
  font-size:14px;
  position:absolute;
  top:50%;
  right:-20px;
}

@media (max-width:1200px) {
	.RF_monitor {
		flex-direction:column!important;
	}
	.img_country_flag {
		display:block!important;
	}
	.table_portfolio_TI {
    overflow-x:scroll; width:99%;;
  }

  .table_portfolio_TI::-webkit-scrollbar {
	  display:none; /*chrome*/
	}
	.graph_market_attractiveness_index {
	    width:auto;
	}
	.text_market_attractiveness_index {
    width:auto;
    height:auto;
	}
	.universal_table_col5 {
		margin-left:0;
	}
	.review_item {
		width:100%;
	}
	.content_review {
		width:95%;
	}
	.text_review {
		width:80%;
	}
	.actual_performance_block {
		margin-left:0;
	}
	.icons_button_table > p {
		width:auto;
	}
	.icons_button_table {
	    display:flex;
	}
	.icons_button {
	    margin-left:20px;
	}
	.row_table_portfolio td:nth-child(1) div:nth-child(4) {
	    font-size:8px;
	    width:160px;
	}
	.table_portfolio {
		width:auto;
	}
	.table_portfolio_TI {
    width:auto;
	}
	.info_strategy_block {
		height:auto;
	}
	.table_portfolio_block {
		margin-top:20px;
		display:flex;
		justify-content:space-between;
		flex-direction:column;
		padding:19px;
		background-color:white;
		height:auto;
	}

	.main_info_block_content {
		max-height:initial;
	}

	.main_strategy_block {
		width:570px;
		display:flex;
		flex-direction:column;
	}

	.main_info_block {
		border-radius:2px;
		padding-top:14px;
		padding-right:14px;
		background-color:white;
		margin:2.5px;
		height:auto;
	}

	.row_table_portfolio td:nth-child(1) {
	    width:190px;
	}

	.row_table_portfolio td:nth-child(1) div:nth-child(3) {
	    width:60px;
	}
	.title_table_portfolio th:nth-child(1) {
		width:190px;
	}
	/*--------------------------------------*/
	.block_container {
		width:auto;
		max-width:605px;
		padding:10px;
		background-color:white;
		display:flex;
		margin-right:auto;
		flex-direction:column;
		margin-bottom:20px;
	}

	.block_title {
		margin-bottom:10px;
		width:100%;
	}

	.news_block {
		justify-content:center;
	}
	.backtest_strategy_results {
		overflow-x:scroll;
	}
	.accordion .container_accordion.active .content {
		overflow-x:scroll;
	}
	.graph_portfolio_dynamics {
	    width:auto;
	}
	.client_portfolio_graph_Wd_page {
		width:100%!important;
	}
	.tv-lightweight-charts {
		max-width:auto!important;
	}
}
/*BIG TABLE ACCORDION #1*/
.iksweb tr:nth-child(1) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}
.iksweb tr:nth-child(2) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}

/*

.iksweb tr:nth-child(23) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}
.iksweb tr:nth-child(24) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}

.iksweb tr:nth-child(45) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}
.iksweb tr:nth-child(46) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}

.iksweb tr:nth-child(67) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}
.iksweb tr:nth-child(68) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}

.iksweb tr:nth-child(89) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}
.iksweb tr:nth-child(90) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}

.iksweb tr:nth-child(111) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}
.iksweb tr:nth-child(112) > td{
	color:#000;
    border:0.5px solid #000;
    padding:0 2px;
    text-align:center;
    font-size:10px;
}

*/

.iksweb tr td{
    font-size:10px;
    text-align:center!important;
}
.row_table_accordion {
	height:20px!important;
	font-size:10px!important;
	font-weight:normal;
	z-index:9999999!important;
}

.row_table_accordion:hover {
	background-color:#e1e1e1;
}

.iksweb tr:nth-child(1) > td:nth-child(1) { min-width:150px; }
.iksweb tr:nth-child(1) > td:nth-child(2) { min-width:100px; }
.iksweb tr:nth-child(1) > td:nth-child(3) { min-width:40px; }
.iksweb tr:nth-child(1) > td:nth-child(4) { min-width:40px; }
.iksweb tr:nth-child(1) > td:nth-child(5) { min-width:100px; }
.iksweb tr:nth-child(1) > td:nth-child(6) { min-width:100px; }
.iksweb tr:nth-child(1) > td:nth-child(7) { min-width:105px; }
.iksweb tr:nth-child(1) > td:nth-child(8) { min-width:70px; }
.iksweb tr:nth-child(1) > td:nth-child(9) { min-width:50px; }
.iksweb tr:nth-child(1) > td:nth-child(10) { min-width:60px; }
.iksweb tr:nth-child(1) > td:nth-child(11) { min-width:50px; }

.iksweb tr:nth-child(2) > td:nth-child(1) { min-width:25px!important; max-width:25px!important; width:25px!important; }
.iksweb tr:nth-child(2) > td:nth-child(2) { min-width:25px!important; max-width:25px!important; width:25px!important; }
.iksweb tr:nth-child(2) > td:nth-child(3) { min-width:25px!important; max-width:25px!important; width:25px!important; }

.iksweb tr:nth-child(2) > td:nth-child(4) { min-width:50px; max-width:50px; width:50px; }
.iksweb tr:nth-child(2) > td:nth-child(5) { min-width:50px; max-width:50px; width:50px; }
.iksweb tr:nth-child(2) > td:nth-child(6) { min-width:50px; max-width:50px; width:50px; }
.iksweb tr:nth-child(2) > td:nth-child(7) { min-width:50px; max-width:50px; width:50px; }

.iksweb tr:nth-child(2) > td:nth-child(8) { min-width:35px; max-width:35px; width:35px; }
.iksweb tr:nth-child(2) > td:nth-child(9) { min-width:35px; max-width:35px; width:35px; }
.iksweb tr:nth-child(2) > td:nth-child(10) { min-width:35px; max-width:35px; width:35px; }

.title_table_accordion_1 > td, .title_table_accordion_2 > td {
	height:auto!important;
}

@media (max-width:805px) {
	.actual_performance_block {
		width:auto;
		margin-left:55px;
		font-size:10px;
		font-size:13px!important;
	  font-weight:normal!important;
	}

	.img_country_flag {
		display:block!important;
	}
	.text_market_attractiveness_index {
    margin-bottom:20px;
	}
	.backtest_strategy_info {
		width:auto;
	}
	.accordion .container_accordion.active .content {
		overflow-x:scroll;
	}
	.backtest_strategy_results {
		overflow-x:scroll;
	}
	.review_item {
		width:100%;
	}
	.content_review {
		width:95%;
		flex-direction:column;
		margin-left:15px;
	}
	.text_review {
		width:80%;
	}
	.actual_performance_block {
		margin-left:0;
	}
	.content_market_attractiveness_index {
		display:flex;
		justify-content:space-between;
		flex-direction:column;
	}
	.items_news {
		flex-wrap:nowrap;
	    display:flex;
	    justify-content:start;
	}
	.icons_button_table > p {
		width:auto;
	}
	.icons_button_table {
	    display:flex;
	}
	.icons_button {
	    margin-left:20px;
	}
	.breadcrumb_strategy_wrapper {
	    display:flex;
	    align-items:baseline;
	    flex-direction:column;
	    margin-bottom:20px;
	}
	.main_info_block_content {
		display:flex;
		flex-direction:column-reverse;
		max-height:initial;
	}
	.main_info_block_text {
		width:auto;
		margin-right:0;
	}
	.strategy_left_menu {
		display:none;
	}
	.main_strategy_block {
		width:90%;
		display:flex;
		flex-direction:column;
	}

	.main_info_block {
		border-radius:2px;
		padding-top:5px;
		height:auto;
		padding-right:14px;
		background-color:white;
		margin:2.5px;
	}

	.table_portfolio_block {
		margin-top:20px;
		height:auto;
		display:flex;
		justify-content:space-between;
		padding:19px;
		background-color:white;
		padding:5px;
	}
	.info_strategy_block {
		height:auto;
	}

	.table_portfolio {
        overflow-x:scroll; width:99%;;
  }

  .table_portfolio::-webkit-scrollbar {
	  display:none; /*chrome*/
	}

	.table_portfolio_TI {
    overflow-x:scroll; width:99%;;
  	}

  .table_portfolio_TI::-webkit-scrollbar {
	  display:none; /*chrome*/
	}

	.row_table_portfolio td:nth-child(1) {
	    width:250px;
	}

	.row_table_portfolio_TI td:nth-child(1) {
	    width:250px;
	}
	.row_table_portfolio_TI td:nth-child(1) {
		text-align:center;
		display:flex;
		justify-content:space-around;
		padding:0px 10px 0 0;
	}
	.row_table_portfolio_TI td:nth-child(1) div:nth-child(1) {
		width:35px;
		height:30px;
		padding:0px 5px 0 0;
	}
	.row_table_portfolio_TI td:nth-child(1) div:nth-child(2) {
		width:35px;
		height:30px;
		padding:0px 5px;
	}
	.row_table_portfolio_TI td:nth-child(1) div:nth-child(4) {
		background-color:#F4F5F6;
		width:80px;
		text-align:center;
	}
	.row_table_portfolio_TI td:nth-child(1) div:nth-child(3) {
		font-size:10px;
		width:150px;
		padding:0px 5px;
	}

	.row_table_portfolio td:nth-child(1) div:nth-child(4) {
	    width:60px;
	}

	.row_table_portfolio td:nth-child(1) div:nth-child(3) {
	    width:110px;
	}

	.title_table_portfolio th:nth-child(1) {
		width:250px;
	}
	.block_container {
		padding:10px;
		background-color:white;
		display:flex;
		flex-direction:column;
		margin-bottom:20px;
		margin-left:auto;
		margin-right:auto;
	}

	.items_news {
		overflow-x:scroll; width:99%;
	}

	.item_news {
		margin-right:20px;
	}

	.block_title {
		margin-bottom:10px;
	}

    .block_container::-webkit-scrollbar {
	  display:none; /*chrome*/
	}
	.graph_market_attractiveness_index {
		min-width:initial;
	}

	.graph_portfolio_dynamics {
	    width:auto;
	}

	.graph_portfolio_dynamics * table {
	    width:auto!important;
	}
}