@charset "utf-8";


html
{
	font-size: 62.5%;
}

html *
{
	box-sizing: border-box;
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 360px;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 15px; font-size: 1.5rem;
	line-height: 22px; line-height: 2.2rem;
	color: #5f5656;
	background-color: #fff5d7;
}
::selection {
	color: #fff;
	background: #005fb8;
}

a, a:visited {
	cursor: pointer;
	text-decoration: none;
	transition: color 200ms ease;
	-webkit-font-smoothing: antialiased;
}

/* ==================================================================== Normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}


/* ================   M E N U   ================================================= */

menu {
	position: fixed;
	z-index: 1001;
	top: -15px;
	left: 0px; 
	width: 100%;
	min-height: 50px;
	padding-left: 0px;
	vertical-align: center;
	background-color: #ff9600;
}

menu menu-center,
menu menu-center-first {
	display: inline-block;
	margin: 0px 0px;
	font-size: 18px;
	vertical-align: top;
	text-align: center;
}

menu menu-center-first a {
	display: block;
	padding: 0;
	margin-left: 125px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	transition: background-color 300ms ease, padding 300ms ease;
}

menu menu-center a {
	display: block;
	padding: 0;
	margin-left: 20px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	transition: background-color 300ms ease, padding 300ms ease;
}

menu menu-center a:hover,
menu menu-center-first a:hover  {
	color: #0000ff;
	transition: color 300ms ease;
}

menu menu-left
	{
	position: relative;
	max-width: 100%;
	text-align: left;
	float: left;
	}
		

/* ================   T A B L E   =============================================== */

.table-section
{
	text-align: center;
	width: 80%;
	margin: auto;
}

.icon-row
{
	text-align: center;
	height: 10%;
	margin: auto;
}

.text-row
{
	vertical-align: top;
	text-align: center;
	height: 40%;
	padding: 0 50px;
}

.text-cell1
{
	background-image: url("../images/lisocim-1lite.png");
	background-size:28%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 50px;
}

.text-cell2
{
	background-image: url("../images/lisocim-2lite.png");
	background-size:30%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 50px;
}
.text-cell3
{
	background-image: url("../images/lisocim-3lite.png");
	background-size:40%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 50px;
}
.text-cell4
{
	background-image: url("../images/lisocim-4lite.png");
	background-size:30%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 50px;
}

.table-bottom
{
	background-color: #204184;  /*  #204184; - синий    #fff5d7; - светло-оранжевый  */
        border-collapse: collapse;
	border-spacing: 0;
        margin: 0;
        padding: 0;
	border: 1px none;

}
.table-bottom td 
{
	margins: 0;
	padding: 0; 
}

.table-bottom tr 
{
	margins: 0;
	padding: 0; 
}

/* ================   S E C T I O N   =========================================== */


.section-attr
{
	background-color: #fff5d7;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}

.section-text
{
	position: sticky;
	top: 50px;
	text-align: center;
	font-size: 25px;
	color: #204284;
	font-weight: bold;
}

.center-section-text
{
	position: absolute;
	top: 13px;
	justify-content: center;
	align-items: center;
	margin-left: 25px;
}


/* ================   T E X T   ================================================= */


h1 {
	text-align: center;
	font-size: 30px; font-size: 3rem;
	margin-bottom: 12px;
	line-height: 34px; line-height: 3.4rem;
	color: #fd7c00;
}

h2 {
	color: #204284;
	text-align: center;
	font-size: 2.5rem;
	line-height: 30px;
}

h2 yel {
	color: #fd7c00;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
}

h4 { 
	color: #204284;
	text-align: center;
	font-size: 20px; font-size: 2rem;
	margin-bottom: 12px;
	line-height: 25px; line-height: 3rem;
}

h4 yel {
	color: #fd7c00;
	text-align: center;
	font-size: 20px; font-size: 2rem;
	margin-bottom: 12px;
	line-height: 25px; line-height: 3rem;
}

h5 { 
	color: #204284;
	text-align: center;
	font-size: 30px; font-size: 3rem;
	margin-bottom: 12px;
	line-height: 34px; line-height: 3.4rem;
}


/* ======================================================================== <1000 */
@media only screen and (max-width: 1000px) {
	menu menu-center a,
	.b_order.desktop {
		padding: 0;
		font-size: 12px; font-size: 1.2rem;
	}

	menu menu-center-first a,
	.b_order.desktop {
		padding: 0;
		margin-left: 20px;
		font-size: 12px; font-size: 1.2rem;
	}
}


