/* Таблица стилей для редактора TinyMCE
 * Заголовки
 * Списки
 * пользовательское оформление
 */
.lightview{}

/* * * вертикальная оцентровка * * */
.valign_middle
{
	display: table;
	overflow: hidden;
	#position: relative;
}
.valign_middle > div
{
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}
.valign_middle > div > div
{
	#position: relative;
	#top: -50%;
}
hr
{
	border-color: #53565b;
	clear: both;
}
.blue-table
{
	color: #ccccff;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;
	max-width: 450px;
	margin-bottom: 10px;
}
.blue-table td { padding: 3px; }
.clearfix {}
.h1 {}
.slider ul, .slider li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

  .lft {
    background: #e2dfdf; /* Цвет фона */
    color: #fff; /* Цвет текста */
    padding: 10px; /* Поля вокруг текста */
    border-radius: 5px; /* Уголки */
   }
  
a.button24 {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #FDBE33 #000 #D77206;
  border-radius: 6px;
  background: linear-gradient(#F3AE0F, #E38916) #E38916;
  transition: 0.2s;
} 
a.button24:hover { background: linear-gradient(#f5ae00, #f59500) #f5ae00; }
a.button24:active { background: linear-gradient(#f59500, #f5ae00) #f59500; }

a.button3{
  position: relative;
  display: inline-block;
  height: 1.8em;
  padding: 0.5em 1.4em;
  line-height: 0.5em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff;
  outline: none;
  border: 2px solid #F64C2B;
  border-radius: 5px;
  box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
  background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);
}
a.button3:active {
  top: .1em;
  left: .1em;
  box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}

.recl {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(212,75,56); /* фон кнопки */
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
} 

.ln { 
    width: 150px; 
    padding: 5px;
    padding-right: 10px; 
    border: solid 0px; 
    float: left;
   }


.tableimg {
width: 100%;
//height:150px;
min-height:500px;
max-height:540px;
background: url("http://lts.net.ua/downloads/oborud/sh_gran.jpg") no-repeat;
background-size: contain;
//background-size: cover;
background-position: center;
}



/* начало блоки на главной и картинки*/
.blok__image--coal {
  background-image: url(https://ltscoal.com/downloads/coal-background.jpg);
  background-size: 100%;
  height: 200px;
  max-width: 100%;
  vertical-align: middle;
}

.broks{
	width: 100%;
	//display: flex;
	//flex-wrap: wrap;
	//gap: 10px;
}
.rcard{
	height: 200px;
	max-width: 650px;
	background-color: #7EFFB2;
	flex: 1 0 210px;
}
.brock-ob{
	//min-height: 100%;
	//display: flex;
	//display: inline-block;
	flex-direction: column;
	flex: 1 0 220px;
	//height: 100%;
	//padding: 10px;
	border: 2px solid #dfdbdb;
	position: relative;
	padding: 2px;
	margin: 0 0 15px 0;
	max-width: 670px;
	min-width: 300px;
	//width: 30%;
	mix-blend-mode: darken;
}
.brock-image{
	width: 100%;
	height: auto;
	padding: 0 0 2px 0;
}
.brock-title{
	text-transform: uppercase;
	font-size: 15px;
	font-family: Тahoma, sans-serif;
	line-height: 25px;
	padding: 10px 5px;
	color: #ffffff;
	background-color: #242f3f;

}
.brock-des{
	font-size: 14px;
	font-family: Тahoma, sans-serif;
	font-weight: 500;
	line-height: 25px;
	padding: 10px 5px 50px;
}
.brock-button{
	//display: flex; 
	//justify-content: right;
	//vertical-align: bottom;
	position: absolute;
	bottom: 2px;
	right: 2px;
}

/* конец блоки на главной и картинки*/


/* начало таблица*/
#customers {
	//font-family: Arial, sans-serif;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	margin: 30px 0 10px 0;
background-color: #f2f2f2;
}

#customers td, #customers th {
	//border: 1px solid #ddd;
	padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #242f3f;
	color: white;
}
/* конец таблица*/

.header__languages { margin: 60px -130px 0 0; float: right; }