
.metrohome{
    display: -webkit-inline-box;	
	max-width:675px;
	max-height:734px;
	overflow:hidden;
}
#metrohome{
    width: 1800px;
    transform: matrix(2, 0, 0, 2, 46, 120);
}
/*#metrohome{
    width: 1800px;
    position: absolute;
    height: 1500px;
    bottom: -100px;
    left: -50px;
}*/
.NewDescs img {
    margin: auto;
    display: table;
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 200px;
}

.NewDescs a {
    color: black;
}
.itemNameND {
    text-align: center;
    font-weight: 900;
    width: 83%;
    margin: auto;
    margin-bottom: 20px;
}

.desc_new_desc {
    text-align: center;
    width: 80%;
    margin: auto;
    font-weight: normal;
}
.block_title_snip {
    display: table;
    color: black;
}
.block_name_snip {padding: 2px 6px;display: inline-block;background: #fbdfdf;border-radius: 5px;color: black;}
a.news-index .sub_i{font-weight: normal;}
.news-row-index {
    padding: 10px 0px;
    width: 100%;
    display: block;
    border-top: 1px solid #f3f3f3;
    font-weight: normal;
    margin-top: 5px;
}
.secret-index i.pen {
    background: #fff0df url(../i/secret_black.svg);
    width: 0.5em;
    height: 0.5em;
    padding: 10px;
    display: table;
    margin: auto;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.news-ind .block_name_snip {padding: 2px 6px;display: inline-block;background: #e0e5fa;border-radius: 5px;color: black;}
.news-ind i.pen {
    background: #e0e5fa url(../i/pen_black.svg);
    width: 0.5em;
    height: 0.5em;
    padding: 10px;
    display: table;
    margin: auto;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.secret-index .block_name_snip {
    background: #fff0df;
}
.action-index .block_name_snip {
    background: #e3ecd6;
}

.action-index i.pen {
    background: #e3ecd6 url(../i/acdc_black.svg);
    width: 0.5em;
    height: 0.5em;
    padding: 10px;
    display: table;
    margin: auto;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/*Подборки*/
.selectionBlock .btnfixH {
    margin-right: 10px;
    background: #ffffff;
    color: #000000;
    box-shadow: 0px 0px 10px #0000001f;
}
.selectionBlock .btnfixH img {
    float: left;
    width: 28px;
    border-radius: 50px;
    margin-left: -10px;
    margin-right: 10px;
    margin-top: 3px;
    height: auto;
}
.table_top_td_ttl {
    float: left;
}
/*Графики*/
.homechart {
    background: #282e7d;
    color: white;
}
.homechart .dynamic_chart {
    display: flex;
    height: 148px;
    min-width: 18%;
    padding-top: 25px;
    align-items: flex-end;
    width: 73%;
    -webkit-transition: all .3s;
    margin-left: 25px;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    transform: scale(-1, 1);
    margin-right: 33px;
}
.dinamic_block {
    float: left;
    width: calc(50% - 14px);
    padding-right: 14px;
    height: 180px;
    overflow: hidden;
}

.homechart .dynamic_chart_val {
    width: 16px;
    max-width: 13px;
    min-width: 6px;
    background: #515cf6;
    margin-right: 4px;
    border-radius: 9px;
    position: relative;
}
.chart_title {
    transform: scale(-1, 1) rotate(90deg);
    position: relative;
    display: flex;
    color: white;
    margin-top: 26px;
    font-size: 12px;
    z-index: 5;
	display:none;
}
.chartWall {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ffffff21;
}
.dynamic_chart .sub_i{
    position: absolute;
    top: 10px;
    transform: scale(-1, 1);
    right: 10px;
}
.homechart .dynamic_chart_val:hover {
	
	background: #515cf6;
}

.mb.chartWall h3 {
    display: table;
    margin: 10px auto;
}

.chart_desc {
	transform: scale(-1, 1);
    position: absolute;
    display: none;
    z-index: 2;
    background: white;
    box-shadow: 0px 4px 10px #00000026;
    border-radius: 5px;
    padding: 5px;
    left: -45px;
    right: 0;
    margin: auto;
    float: none;
    top: -29px;
}
.dynamic_chart_val:hover .chart_desc {
	display: table;
    width: 90px;
    text-align: center;
}
/*.dynamic_chart_val.chartMax:before {
    position: absolute;
    top: 2px;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    color: white;
    left: 2.9px;
    font-size: 11px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #d50f3b;
	}
	.dynamic_chart_val.chartMin:before {
    position: absolute;
    top: 2px;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    color: white;
    left: 2.9px;
    font-size: 11px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #515cf6;
}*/
.dynamic_chart_val.chartMax {
    background: #f7073b;
}
.dynamic_chart_val.chartMin {
    background: #ffffff;
}
.dinamic_block .date {
    display: table;
    width: 100%;
    text-align: center;
    font-style: italic;
    color: #ffffff94;
}
.dynamic_chart_val:hover .chart_desc {
    display: table;
    width: 90px;
    text-align: center;
    color: black;
}
.chart_desc b {
    display: table;
    width: 100%;
}
.chart_desc .sub_i {
    transform: scale(-1, 1);
    right: 10px;
    display: contents;
    color: #949494;
}
.news-ind {
    max-height: calc(362px - 40px);
}
.action-index, .secret-index{
    height: 362px;
    display: block;
}
.mapMenu_regions {
	position: absolute;
	right: 50px;
	z-index: 5;
	top: 20px;
	font-family: Roboto;
	font-size: 14px;
	height: 40px;
}
.reg_set {
	float: left;
	height: 40px;
	margin-right: 15px;
	padding: 0px 10px;
	line-height: 40px;
	background: white;
	color: black;
	border-radius: 10px;
	box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.06);
	cursor: pointer;
}
.regionHintCounter {
	background: #515cf6;
	display: table;
	width: 100%;
	height: 10px;
	color: white;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 2px;
	border-radius: 5px;
	padding: 0px 2px;
}
.regionHintContent {
	background: white;
	border-radius: 5px;
	text-align: center;
	height: 29px;
	padding: 2px;
	display: flex;
	width: 100%;
	bottom: 0px;
	min-width: 120px;
	line-height: 29px;
	box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.06);
}

.hintRegName {
	float: left;
	display: flex;
	white-space: nowrap;
	font-weight: bold;
}
.hintRegimg {
	float: left;
	display: inline-block;
	padding: 2px;
	margin-right: 5px;
}
.regionHint {
	font-size: 12.5px;
	background: none;
	height: 40px;
	display: table;
}
.hintRegimg img{width:20px;}
.submenuesLI {
	display: none;
	max-height: 600px;
	overflow-x: hidden;
}

.submenuesLI.active {
	display: block;
}
.sub_menu_map {
    display: block;
    background: white;
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    width: 311px;
    padding-left: 30px;
    right: -360px;
    transition: all 0.2s cubic-bezier(0.11, 0.41, 0.51, 1.25);
}
.sub_menu_map.showmenu {
    right: 14px;
	 padding-left: 0px;
	   width: 338px;
    transition: all 0.2s cubic-bezier(0.08, -0.34, 0.2, 1.83);
}

.sub_menu_map.showmenu:hover {
    padding-left: 30px;
    width: 308px;
}
.accenu {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    left: 0;
    width: 30px;
    /* border-right: 1px solid #e7e7e7; */
    height: 100%;
    z-index: 8;
    cursor: pointer;
    background: #f3f3f3;
    box-shadow: inset -5px 0px 4px #22222208;
}
.accenu.active {
	    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    left: 0;
    height: 100%;
    z-index: 8;
    width: 0px;
    opacity: 0;
    cursor: pointer;
    background: #f3f3f3;
    box-shadow: inset -5px 0px 4px #22222208;
}
.sub_menu_map:hover .accenu.active{
    width: 30px;
    opacity: 1;	
	
}
.ttlacc {
    transform: rotate(-90deg);
    position: absolute;
    top: calc(50% - 30px);
    right: -40px;
    left: -41px;
    white-space: nowrap;
}
.submenuesLI .Regloader {
    height: 77px;
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 10px;
    font-weight: bold;
    cursor: pointer;
    display: block;
	position:relative;
}
span.count_zhk {
    display: block;
    position: relative;
    top: 0px;
    left: 30px;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    color: #898989;
}
a.link_geo_map {
    position: absolute;
    top: 27px;
    right: 20px;
    color: white;
    background: #515cf6;
    padding: 1px 5px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: normal;
    display: none;
}
.Regloader:hover a.link_geo_map {
	display: block;
}
.Regloader.noshow {
	display: none;
}
.Regloader:hover, .Regloader.active, .hovermap{
	background: #282e7d;
	color: white;
}
.mapmainmenu {
	display: table;
}
img.logo_reg_map {
    width: 20px;
    position: relative;
    top: 15px;
    margin-right: 10px;
}
span.regloadName {
    margin-top: 20px;
    display: inline-block;
}
.submenuesLI::-webkit-resizer {
	background-repeat: no-repeat;
	width: 4px;
	height: 0;
}
.submenuesLI::-webkit-scrollbar {
	width: 4px;
}
.submenuesLI::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 5px;
	height: 0;
}
.submenuesLI::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0;
	border-radius: 100px;
	background-color: #9a9a9a;
}
.submenuesLI::-webkit-scrollbar-track {
}
.Regloader.loadDone.selecto {
    height: 35.35px!important;
    line-height: 35.35px;
    font-weight: normal;
}
.Regloader.loadDone.selecto:before {
    content: '<';
    font-family: monospace;
    margin-right: 6px;
    font-weight: 900;
    font-size: 18px;
}
.regreg .logo_reg_map {
    width: 16px;
    top: 4px;
}
.Regloader.loadDone.selecto {
    height: 35.35px!important;
    line-height: 35.35px;
    font-weight: normal;
    position: absolute;
    top: 0px;
    width: 100%;
    position: sticky;
    top: 0px;
    background: white;
    z-index: 5;
    color: black!important;
}
.submenuesLI[data-menu="rajon"][data-region="345"], .submenuesLI[data-menu="rajon"][data-region="347"] {
    max-height: 600px;
    overflow-x: hidden;
    position: relative;
}
.table_top_td {
    display: inline-block;
    overflow: hidden;
    float: left;
    border-radius: 10px;
	position: relative;
    margin-bottom: 10px;
    background: #000000;
}

.dop_zag {

	position: absolute;
    top: 300px;
    transition: .3s;
    font-size: 16px;
    text-shadow: 0px 1px 1px #00000091;
    margin: auto;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
}
.table_top_td_ttl {
    float: none;
    font-size: 17px;
    text-transform: uppercase;
    display: table;
    margin: auto;
    position: relative;
    transition: all.5s;
    top: 0;
    font-weight: 900;
}
.left_top_table:nth-child(1) {
    width: 100%;
}

.left_top_table .table_top_td:nth-child(1) {
    width: 100%;
    height: 176px;
}
.left_top_table .table_top_td:nth-child(2){
	margin-right:5px;
}
.left_top_table .table_top_td:nth-child(3){
	margin-left:5px;
}
.left_top_table .table_top_td:nth-child(4){
	margin-right:5px;
}
.left_top_table .table_top_td:nth-child(5), .left_top_table .table_top_td:nth-child(6){
	margin-left:5px;
}
.left_top_table .table_top_td:nth-child(2), .left_top_table .table_top_td:nth-child(3), .left_top_table .table_top_td:nth-child(5), .left_top_table .table_top_td:nth-child(6) {
    width: calc(50% - 5px);
    height: 176px;
}
.left_top_table .table_top_td:nth-child(4){
    width: calc(50% - 5px);
    height: 362px;
}

.table_top_td .table_top_td_img, .table_top_td .table_top_td_img img {
	width: 100%;
    opacity: .75;
    transition: all .5s;
}
.table_top_td:hover img {
    opacity: 1;
}

.table_top_td:hover .table_top_td_ttl {
    top: -300px;
}

.table_top_td:hover .dop_zag {
    top: -1px;
}

.table_top_td_img {
    position: absolute;
    top: -50%;
}
.right_top_table .table_top_td:nth-child(1), .right_top_table .table_top_td:nth-child(2) {
    width: 100%;
    height: 176px;
}
.right_top_table .table_top_td:nth-child(3), .right_top_table .table_top_td:nth-child(4) {
   width: calc(50% - 5px);
   height: 362px;
}
.right_top_table .table_top_td:nth-child(3){
	margin-right:5px;
}
.right_top_table .table_top_td:nth-child(4){
	margin-left:5px;
}

/*Топ блок главная*/
/*Описание*/

.desc_body_iblock {
    margin-top: 76px;
}
.NewDescs {
    background: #00074e;
}
.NewDescs img {
    margin: auto;
    display: table;
    margin-bottom: 30px;
    margin-top: 0px;
    border-radius: 0px;
    opacity: 0.5;
}
.NewDescs .desc {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px;
    color: white;
}

.itemNameND {
    text-align: center;
    font-weight: 900;
    width: 83%;
    margin: auto;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #000;
}

/*Акции
.action-index, .secret-index {
    height: 362px;
    display: block;
    background: #00074e;
}
.descActions {
position: absolute;
    padding: 20px;
    z-index: 5;
    color: white;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.block_title_snip {
    display: table;
    color: white;
}
.action-index img, .secret-index img {
    opacity: 0.5;
}
*/


.table_top_td .table_top_td_img, .table_top_td .table_top_td_img img {
    width: 100%;
    opacity: 1;
    transition: all .5s;
}
.table_top_td_img {
    position: absolute;
    top: 0;
}
.ddd {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 40px);
    height: 33%;
    z-index: 5;
    padding: 20px;
    background: linear-gradient(00deg, #000c278c 33%, #0c004c47 66%, #00000000 100%);
}
.home_fly img, .spcInd img {
	   height: 100%;
    width: auto;
    opacity: 0.9;
    overflow: hidden;
    border-radius: 10px;
	filter: contrast(1.3);
    -webkit-filter: contrast(1.3);
}
.ddd img {
    height: 100%;
    width: auto;
    opacity: 0.9;
    overflow: hidden;
    border-radius: 10px;
}
.videoPlayer {
    background: black;
    border-radius: 10px;
}
.ddd .h1 {
    font-size: 1.8em;
    font-weight: 900;
    color: white;
    margin-top: 56px;
}
.ddd .time_span {
    float: left;
    padding: 2px 5px;
    background: #00000066;
    border-radius: 5px;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0.85em;
}
.ddd .sub_i {
    font-size: 13px;
    color: #ffffff;
    text-transform: lowercase;
}
.home_fly,.spcInd {
    background: black;
}
.ddd .block_title_snip {
    display: table;
    color: white;
    margin-top: 19px;
}
.ddd .b {
    color: white;
    margin-top: 19px;
}

.news-row-index {
	padding: 10px 0px;
    width: 100%;
    display: block;
    border-top: 1px solid #f3f3f3;
    font-weight: normal;
    margin-top: 5px;
    font-size: 13.5px;
}
.table_top_td:hover .table_top_td_ttl {
    top: 0;
}
.table_top_td_ttl {
    float: none;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    margin: unset;
    position: relative;
    transition: all.5s;
    top: 0;
    font-weight: 900;
    color: black;
    right: 10px;
    position: absolute;
    top: 40%!important;
    width: 25%;
}
.left_top_table .table_top_td:nth-child(1) .table_top_td_ttl{
    right: 2px!important;
}
.left_top_table .table_top_td:nth-child(2) .table_top_td_ttl{
width: 35%;
    font-size: 14px;
}
.left_top_table .table_top_td:nth-child(3) .table_top_td_ttl{
    width: 48%;
    font-size: 14px;
    top: 44px!important;
}
.left_top_table .table_top_td:nth-child(4) .table_top_td_ttl{
	width: 94%;
    text-align: center;
    top: 59px!important;
}
.left_top_table .table_top_td:nth-child(5) .table_top_td_ttl{
    width: 48%;
    font-size: 14px;
    top: 62px!important;

}
.left_top_table .table_top_td:nth-child(6) .table_top_td_ttl {
    width: 94%;
    font-size: 14px;
    top: auto!important;
    color: white;
    text-align: center;
    bottom: 20px!important;
    font-size: 17px;
}
.right_top_table .table_top_td:nth-child(1) .table_top_td_ttl  {
    left: 20px;
    width: 40%;
}
.right_top_table .table_top_td:nth-child(2) .table_top_td_ttl  {
    left: 20px;
    width: 40%;
}
.right_top_table .table_top_td:nth-child(3) .table_top_td_ttl {
    width: 94%;
    text-align: center;
    top: 59px!important;
}
.right_top_table .table_top_td:nth-child(4) .table_top_td_ttl {
    width: 94%;
    text-align: center;
    top: 59px!important;
}


.NewDescs2 img {
    margin: auto;
    display: table;
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 200px;
}
.NewDescs2 .desc_body_iblock {
    margin-top: 0px;
}
.NewDescs2 a {
    color: black;
}
.NewDescs2 .itemNameND {
    text-align: center;
    font-weight: 900;
    width: 83%;
    margin: auto;
    color: black;
    margin-bottom: 20px;
    text-shadow: none;
}