* {
	font-family: sans-serif;
}

a {
	color: #005288;
	font-size: 1.5em;
}

body {
	background:#E6E6E6 url(img/shadow.gif) repeat-x top;
	padding:0;
	margin: 0;
}

.template {
	width: 940px;
	background:white url(img/shadow2.gif) repeat-x top;
	margin:auto;
	padding:0;
}

p {
	clear:both;
	padding: 0 1.875em;
	font-size: 1.5em;
	text-indent: 1.25em;
}

p.small {
	clear:both;
	font-size: 1.25em;
	padding: 0 1.875em;
	text-indent: 1.25em;
}

td {
	border:1px solid black;
	padding: 0 10px;
	font-size: 22px;
}

table.table {
	width: 700px;
	margin: 20px 20px;
}

table.options{
	width: 900px;
}

table.options td {
	border: 0;
	width: 25%;
	font-size: 16px;
}

h1 {
	width:178px;
	height:1px;
	display:block;
	padding-top:48px;
	overflow:hidden;
	margin:33px 0 0 40px;
	float:left
}

h2 {
	font-size: 2em;
	font-weight: bold;
	color: #005288;
	margin: 0;
	font-style: normal;
}

h3 {
	font-size:1.75em;
	font-weight:bold;
	text-align: center;
}

.image {
	width:940px;
	height:226px;
	clear:left;
	float:left;
	padding:0 0 20px 0;
	background:url(img/image.gif) no-repeat 0 0;
}

.desktop {
	float:left;
	clear:left;
	padding: 0 20px;
}

.desktop p {
	text-indent: 0;
}

.desktop ul, .api ul {
	padding: 0 30px;
	margin-top: 20px;
	margin-left:0;
	list-style:none;
}

.desktop ul li, .api ul li {
	padding-left: 0;
	margin-left: 1.75em;
	font-size: 1.75em;
	line-height: 1.5em;
	list-style:url(img/bullet.gif);
}

.brand {
	color:#399CBC;
}

.brand strong {
	color:#005288;
	font-style:normal;
}

.footer {
	width: 940px;
	margin: auto;
}

.powered {
	display:block;
	width:270px;
	font-size:14px;
	float:left;
	padding:10px 20px;
}

.powered i {
	float:right;
	font-style:normal;
}

/* Скрываем "не тот" язык */
.en .ru, .ru .en {
	display: none;
}

a#up {
	display: none;
	position: relative;
	padding: 0 0 0 0;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #bbb;
	transition: 1s;
}
a#up:before {
	position: fixed;
	content: url(img/up.png);
	bottom: 0;
}
a#up:hover {
	color: #000;
	background-color: rgba(0,0,0,.3);
}

.gold_button {
	background-color: #FFD700;
	border-radius: 12px;
	color: white;
	padding: 10px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.rubin_button {
	background-color: #9f003d;
	border-radius: 12px;
	color: white;
	padding: 10px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.money_button {
	background-color: #4CAF50; /* Green */
	border-radius: 12px;
	color: white;
	padding: 10px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

/* Стили для отображения товара */
.shop_container {
    position: relative;
    text-align: center;
}

.shop_text {
    position: absolute;
	color: blue;
	-webkit-text-stroke: 2px black;
	font-size: 40px;
	font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu {
	display: table;
	padding: 1em;
	width: 900px;
}

.logo {
	color: #399CBC;
	font-size: 2em;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}

.logo strong {
	color: #005288;
}

.lang-switcher {
  float: right;
  width: 40px;
  padding: 1em;
}
	
/* Кнопка выпадающего списка */
.dropbtn {
	background-color: #ABDAF1;
	color: black;
	font-size: 1.5em;
	font-weight: bold;
	border: none;
	cursor: pointer;
	padding: 0.5em;
	display: table-cell;
	right: 0;
}

/* Контейнер <div> - необходим для размещения выпадающего содержимого */
.dropdown {
	position: relative;
	display: inline-block;
	float: right;
}

/* Выпадающее содержимое (скрыто по умолчанию) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	right: 0;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	z-index: 1;
}

/* Ссылки внутри выпадающего списка */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Изменение цвета выпадающих ссылок при наведении курсора */
.dropdown-content a:hover {
	background-color: #ddd;
}

/* Показать выпадающее меню при наведении курсора */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Изменение цвета фона кнопки раскрывающегося списка при отображении содержимого раскрывающегося списка */
.dropdown:hover .dropbtn {
	background-color: #005288;
}