/******************************************************/

#rootList {
	padding-left: 15px;
	padding-top: 2px;
	margin-top: 2px;
	list-style: none;
	text-decoration: none;
}

.cont {
	/*border-width: thin;
	border-color: black;
	border-style: dashed;*/
	max-width: 10000px;
	height: 100%;
}

.cont-left {
	border-width: 2px;
	border-color: #4fa4d4;
	border-style: solid;
	float: left;
	width: 270px;
	margin-right: 10px;
}

.cont-right {
	/*border-width: thin;
	border-color: bisque;
	border-style: solid;*/
	width: 100%;
	float: left;
}

.cont-flt {
	/*border-width: thin;
	border-color: darkslateblue;
	border-style: groove;*/
}

.cont-breadcrumbs {
	margin-top: 2px;
	margin-bottom: 2px;
	/*border-width: thin;
	border-color: firebrick;
	border-style: ridge;*/
}

.cont-flt-reset {
	display: block;
	background-color: #D1D1D1;
	width: 140px;
	float: right;
	align-content: center;
	margin: 0 auto;
	margin-right: 30px;
	text-align: center;
	cursor: pointer;
}

#cont-disk-info {
	padding-bottom: 30px;
}

.cont-disk-info {
	padding-bottom: 30px;
}

#cont-disk-info > p {
	text-indent: 30px;
	text-align: justify;
	font-size: 80%;
	padding-bottom: 7px;
}

.cont-disk-info > p {
	text-indent: 0;
	text-align: justify;
	font-size: 80%;
	padding-bottom: 7px;
}

#cont-disk-info>h1 {
	/*font-size: 90%;*/
	font-size: 1.1em;
}

.content-filter-reset-btn {
	text-decoration: none;
	color: black;
}

.content-filter-reset:hover {
	background: -webkit-linear-gradient(top, #a12f2f, #c91212);
	cursor: pointer;
}

.image-tbn {
	width: 120px;
	height: 90px;
	background-size: contain;
	cursor: pointer;
	margin: 5px;
	border-radius: 3px;
}

.content {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-bottom: 10px;
	/*border-color: blue;
	border-style: dashed;*/
	width: 100%;
}

.content-left-col {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-bottom: 10px;
	/*border-color: aquamarine;
	border-style: dashed;*/
	width: 200px;
	float: left;
	height: auto;
}

.content-title {
	display: block;
	margin: 0px 0px 0px 0px;
	clear: both;
	/*border: aqua;
	border-width: thin;
	border-style: dotted;*/
}

.content-title-text {
	display: block;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 1.1em;
	margin-left: 0px;
	color: hotpink;
	padding-bottom: 15px;
}

.content-title-text-clicable{
	cursor: pointer;
}

.content-title-text-clicable:hover{
	cursor: pointer;
	/* color: #550101; */
	color: #c91212;
}

.content-a {
	background-color: #EEE;
	padding: 20px 0 20px 0;
	float: right;
	width: auto;
}

.content-slf {
	width: 100%;
}

.content-selector {
	float: left;
	/*	width: 70%;*/
}

.content-logo {
	float: right;
	/*	width: 200px;*/
}

.inner-content-logo {
	clear: both;
	margin: 0 auto;
	width: 110px;
	height: 90px;
	min-width: 120px;
}

/* селекторы выбора ... */

.content-selector-sel {
	color: black;
	font-size: 90%;
	/*width: 100%;*/
	margin: 0 0 10px 0;
	padding: 1px 0 1px 0;
	border: 1px solid #FF1452 !important;
}

/* селекторы фильтра */

.content-selector-filter {
	padding: 1px 0 1px 0;
	width: 25%;
	border: 1px solid #279FAD !important;
	border-radius: .15em;
}

.content-filter {
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	/*clear: both;*/
	padding: 3px 0 0 0;
}

.content-statline {
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	clear: both;
}

.content-pics {
	border: solid black 0px;
	background: #EEE;
}


.style-card {
	display: flex;
	flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 7px 7px 7px 7px;
    position: relative;
	font-size: 1.2em;
	margin-left: 20px;
	margin-right: 20px;
}
/* shadow ot hover mousa $) */
.style-card:hover{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	background-color: #279FAD;
	
}

.style-picture {
}

.style-picture-img{
	border-radius: 7px 7px 0px 0px;
	margin-bottom: -8px;
}


/* подпись стиля in vnizu kartochki */
.style-container {
	display: flex;
	align-items: center;
	justify-content: center;
	font-stretch: extra-condensed;
    text-align: center;
	width: 100%;
	height: 40px;
    background-color: lightgray;
    border-radius: 0 0 7px 7px;
    opacity: 0.7;
	color: #006ca1;
}



.rgbi-starter-description{
	margin-left: 40px;
	text-align: justify;
}

#rgbi-starter-content, #rgbi-starter-title{
	display: flex;
	width: 100%;
/* 	border: 1px #FF1452 solid;
 */	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	
}
#rgbi-starter-content {
	justify-content: space-around;
}

#disk-1, #disk-2 {
	cursor: pointer;
}

#rgbi-starter {
	display: block;
}

#rgbi-browser {
	display: none;
}

#header .breadcrumb {
	display: none;
	margin: 0 60px 0 73px;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	background: url('../images/breadcrumb_bg.gif') 0 0 repeat-x;
	overflow: hidden;
	list-style: none;
}

#header .breadcrumb li {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: top;
}

#header .breadcrumb li, #header .breadcrumb li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

#header .breadcrumb li:after {
	content: '>';
	display: inline-block;
	margin: 0 0 0 5px;
}

#header .breadcrumb li:last-child:after {
	content: '';
}

#header .breadcrumb a {
	text-decoration: none;
}

.main_link, .tag_link {
	color: #006ca1;
	font-size: 10pt;
}

.inf-flt {
	padding: 20px 0;
	font-size: 14px;
}