@charset "utf-8";
/* CSS Document */

h2 {
	font-size:16px;
	color: #A41700;
	text-align: center;
}

#bot2 {
	background: #384C6B;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #19283C),
	color-stop(1, #475E80)
);
background-image: -o-linear-gradient(bottom, #19283C 0%, #475E80 100%);
background-image: -moz-linear-gradient(bottom, #19283C 0%, #475E80 100%);
background-image: -webkit-linear-gradient(bottom, #19283C 0%, #475E80 100%);
background-image: -ms-linear-gradient(bottom, #19283C 0%, #475E80 100%);
background-image: linear-gradient(to bottom, #19283C 0%, #475E80 100%);
	padding: 30px 0 60px 0;
	color: #D0D0D0;
	clear: both
}

#bot2 a {
	color: #fff
}

#bot2 ul {
	margin: 0 0 10px 0;
	padding: 0
}

#bot2 ul li {
	display: inline-block;
	margin: 0 20px 0 0
}

#bot2 ul li a {
	font-size: 13pt
}

	.button_zakaz {
		text-align: center
	}
	
	.button_zakaz a {
		display: inline-block;
		padding: 10px 30px 10px 30px;
		background: #0390B8;
		color: #fff !important;
		text-decoration: none;
		border-radius: 10px
	}
	
	.button_zakaz a:hover {
		background: #4F7AC9;
		color: #fff;

	}

#framework {
	width: 100%;
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
}


#nav {
	background: url(img/centmenu.gif); 
	margin: auto; 
	height: 57px;
	border: none;
	width: 100%
}


#nav a, a:visited {
	color:white;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#nav a:hover {
	color: #4AC7F3;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}

#nav a:active {
	color: #4AC7F3;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}

#bot {
	font-size: 11px;
	color: white;
	height: 50px; 
	background:url(img/bot.gif) repeat-x;
	width: 100%;
	border: none;
}

#bot a, a:visited {
	color:white;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#bot a:hover {
	color: #4AC7F3;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

#bot a:active {
	color: #4AC7F3;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

#head strong {
	font-size: 13px;
}

#right_column {
	vertical-align: top;
	max-width: 300px;
}

.prod {
	background-color: #c0c0c0;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px 
}

.prod td {
	background-color: #fff;
}

.phones2017 {
	border: 1px solid #AAAAAA;
	padding: 10px;
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.12);
	border-radius: 10px;
	margin: 20px 0 40px 0
}

.phones2017 #free {
	text-align:center;
	color: #000;
	font-size: 13pt
}

.phones2017 .like_h2 {
	font-size: 14pt;
	text-align:center;
	color: #FF1D20
}

.phones2017 ul {
	list-style: none;
	padding:0;
	font-size: 11pt;
	text-align: center
}

.phones2017 ul li {
	margin: 10px 0 10px 0
}

.phones2017 ul li span {
	font-size: 14pt;
	color: #FF1D20
}

.tele {
	padding: 20px 40px 20px 20px; 
	font-size: 22px;
}

.topper {
	background: url(img/tline.gif) repeat-x top; 
	height: 173px;
	border: none;
	width: 100%
}

.tr_head td {
	background: #D6D6D6
}

.bigh {
	font-size: 16px;
}

.tleft {
	background: url(img/lmenu.gif);
	width: 18px
}

.tright {
	background: url(img/rmenu.gif);
	width: 18px
}

table.real {
	background-color: #c0c0c0; 
	margin: auto
}

table.real td {
	background-color: #fff;
}

#content {
	width: 97%; 
	border-left: 1px dotted #d3d1d1; 
	border-right: 1px dotted #d3d1d1; 
	margin: 10px auto 0 auto; 
	padding-left: 10px
}

#content p {
	text-align: justify;
}

#cent-ban {
	width: 100%;
	margin: auto; 
	background: url(img/centbak.jpg) repeat-x
}


@media screen and (max-width: 600px) {
	#bot2 ul {
text-align: center
}
	
	#bot2 ul li {
		margin-bottom: 10px
	}
	
}