/* Основная таблица стилей */
* {
  margin: 0:;
  padding: 0;
}
	
a {
	color: #c70a0a; 
	text-decoration: none;
}

li {
  text-decoration: none;
  list-style: none;
}

body {

  font-family:  sans-serif, arial, Verdana;
}
hr {
	border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

/* полосы прокрутки */
::-webkit-scrollbar { width: 8px; } 
::-webkit-scrollbar-track { 
  background: #ededed; 
  border-radius: 5px; 
} 
::-webkit-scrollbar-thumb { 
  background: #a5a2a2; 
  border-radius: 5px; 
}

.utilit { /* Блок для сообщений */
    z-index: 999;
    position: fixed;
    right: 10px;
    top: 20px;
}

.zagkor /* Сообщение о загрузке корзины*/
{
	z-index: 999;
	text-align:center;
	font-family: Arial; 
    font-size: 110%;
	color: #404040; 
	font-size: 1em; 
	width: 180px; 
	height: 100px;
    padding: 5px 5px 5px 5px;
     border-radius: 2px;
    cursor: pointer;
	background:#f8f9fa;
	border-style: solid;
	border-width: 1px;
	border-color:#f2f6fb;
	box-shadow: 0 4px 7px #919599;
}

.user { /* Блок для личного кабинета */
    z-index: 888;
    position: absolute;
    right: 15px;
    top: 20px;
}

.zaglk /* Сообщение о Личном кабинете*/
{
	z-index: 999;
	text-align:center;
	font-family: Arial; 
    color: #424242; 
    font-size: 110%;
	font-size: 1em; 
	width: 320px; 
	height: 400px;
    padding: 5px 5px 5px 5px;
     border-radius: 2px;
	background:#f8f9fa;
	border-style: solid;
	border-width: 1px;
	border-color:#f2f6fb;
	box-shadow: 0 4px 7px #919599;
}

.prmn { /* Блок применяемости */
    z-index: 888;
    position: fixed;
    left: 50%;
    top: 50%;
	margin-left:-30px; 
	margin-top:-230px; 
}
.zagprm /* Сообщение о ПРИМЕНЯЕМОСТИ*/
{
	z-index: 999;
	text-align:center;
	font-family: Arial; 
    color: #424242; 
    font-size: 110%;
	font-size: 1em; 
	width: 320px; 
/*	height: 640px; */
    padding: 5px 5px 5px 5px;
     border-radius: 2px;
	background:#f8f9fa;
	border-style: solid;
	border-width: 1px;
	border-color:#f2f6fb;
	box-shadow: 0 4px 7px #919599;
}

.top /* ТОП таблица */
{
	text-align:center;
	margin:0;
	width: 100.5%;
	font-family: Arial; 
    color: #424242; 
    font-size: 80%;
	background:#FFEBE6;
	position: relative;
	height:30px;
	top: -7px;
    left: -4px;
}

.tablogo /* Основная таблица */
{
	margin:0 auto;
}

.tabblokov  /* таблица блоков */
{
/*	background:#FFEBE6;  
	border-style: solid; 
    border-width: 1px; 
    border-color: #999;  */
}
.norma /* таблица в теле основная*/
{
	margin:0;
	text-align:left;
	vertical-align: top;
	font-size: 100%;
	line-height: 125%;
	}

}
.norma a { 
	color: #c70a0a;
    font-size: 100%;
    text-decoration: none;   
	}
.norma a:hover {
	color: #c70a0a; 
	font-size: 100%;
	text-decoration:underline; 
  }

.small /* маленький шрифт */
{
    font-family: Arial; 
    color: #424242; 
    font-size: 80%;
}

.graficlogo {
  background: url(../img/logo.png);
  background-size: 150px auto;
  background-repeat:no-repeat; /* не дублируя*/ 
 /* padding: 0 0px 0 0px; */
  width:250px;
  height:55px;
  min-width:150px;
}

.poiskforma /* сама форма поиска */
{
	text-align:right;
}

.formpole1
{
	text-align:right;
}

/*Начало формы поиска в таблице*/
.poisktab /* div с формой поиска в таблице выбора*/
{
	width: 90%;
	text-align:right;
}
/* Что это*/
.poisktab input, textarea {
    font-family: Arial; 
    color: #424242; 
    font-size: 100%;
    width: 70%;
    padding: 3px 0px 0px 0px;
    text-decoration: none; 
    cursor: default; 
    border-radius: 2px;
    border-style: solid; 
    border-width: 1px; 
    border-color: #999;
    outline: none;
}

.poisktab #imgp /* лупа поиска */
{ 
    border: none;
    margin: 0px;
    position: relative;
    width:17px;
    height:17px;
    top: 5px;
    left: -45px;
    cursor: pointer;
}

/*конец формы поиска в таблице*/


.poiskpole /* ячейка с формой поиска */
{
	width: 1000px;
	text-align:right;
}
.poiskpole form {
  position: relative;
/*  width: 300px; */
  margin: 0 auto;
}
.poiskpole input {
    font-family: Arial; 
    color: #424242; 
	font-size: 100%;
    width: 10%;
	height:26px;
    padding-left: 15px;
/*    padding: 0px 0px 0px 0px;*/
    border-radius: 2px 2px 2px 2px;
    border-style: solid; 
    border-width: 1px; 
    border-color: #999;
    text-decoration: none; 
    cursor: default; 
    outline: none;
}
.poiskpole button {
	position: relative;
	/*font-size: 100%;*/
	top: 0px;
    left: -28px;
    width: 22px;
    height: 22px;
    border: none; 
    background: #fff;
    cursor: pointer;
}

.poiskpole #imgin /* лупа поиска в форме */
{ 
    border: none;
    margin: 0px;
    position: relative;
    width:30px;
    height:27px;
    top: 10px;
    left: -15px;
    cursor: pointer;
}
.FormPoisk /* в форме поиска поле до курсора */
{
	width: 10%;
}
.FormPoisk.responsive /* в форме поиска с курсором */
{
	width: 70%;
	transition: 0.5s ease-out;
}

.tw {Z-INDEX: 10; MARGIN: 1px 50px 2px; POSITION: relative}
/*.tw B SPAN {DISPLAY: none}*/
.tw B {FONT-WEIGHT: normal; CURSOR: pointer; COLOR: #cd0000; BORDER-BOTTOM: #cd0000 0px dotted}
.tw B SPAN { BORDER:#424242 1px solid; box-shadow:-5px 6px 7px 0px #d4d4d4; PADDING-RIGHT: 3px; DISPLAY: block; PADDING-LEFT: 3px; Z-INDEX: 100; BACKGROUND: #FFFFFF; LEFT: 1px; PADDING-BOTTOM: 2px; WIDTH: 100%; COLOR: #000; PADDING-TOP: 9px; POSITION: absolute; TOP: -1px; TEXT-ALIGN: left}
.tw B SPAN P { PADDING: 0px; margin: 0px; text-align: right;}
.tw B SPAN P img /* крестик */
{ 
    border: none;
    margin: 1px;
    width:16px;
    height:16px;
    cursor: pointer;
}

.tw a {
  color: #424242;
  font-size: 100%;
   position: relative;
   top: 0px;
   left: -4px;
   cursor: pointer;
}
.tw a:hover {
   color: #c70a0a; 
   font-size: 100%;
   top: 0px;
   left: -4px;
   text-decoration:underline; 
  }
  
.tz {Z-INDEX: 5; MARGIN: 1px 0px 0px; POSITION: relative}
.tz B {text-align: left; FONT-WEIGHT: normal; CURSOR: pointer; COLOR: #cd0000; BORDER-BOTTOM: #cd0000 0px dotted}
.tz B SPAN {DISPLAY: none}
.tz B:hover SPAN { BORDER:#424242 1px solid; box-shadow:-5px 6px 7px 0px #d4d4d4; PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 5px; PADDING-BOTTOM:3px; PADDING-TOP:0px; Z-INDEX: 10; BACKGROUND: #ffffff; LEFT: -180px; width: 260px; height: 430px; COLOR: #000; POSITION: absolute; TOP: 32px; TEXT-ALIGN: left}

#mobilpp
{
	 display:none;
}
/*иконки корзины сердечка и авторизации*/
.ugolssl {
/*  padding: 0 25px 0 0; Отступ иконок справа */ 
	width: 220px;
  background: #fff;
  font-size: 10px;
  text-align: left;
  vertical-align:bottom;
}
.ugolssl a {
  color: #424242;
  text-align: left;
  padding: 0 5px 0 0;
  font-size: 10px;
  vertical-align:bottom;
}
.ugolssl a:hover {
   color: #c70a0a; 
   font-size: 10px;
   text-align: left;
   padding: 0 5px 0 0;
   text-decoration:underline; 
   vertical-align:bottom;
  }
.korzina {
 width: 26px;   
 height: 26px;
 border:0;
 vertical-align:bottom;
 padding-bottom: 5px;
  } 
  
.desire /* Ячейка Мои желания*/
{
 width: 50px;   
 height: 30px;
 border:0;
/* vertical-align:bottom; */
/*  background: url('img/desire.png');  */
}

.addsrav /* ДИВ сравнения*/
{
	color: #c70a0a; 
	font-size: 1.7em;
	text-align:left;
	margin:0;
	height:10px;
	width:30px;
	left:-11px;
	top: -8px;
	position:relative;
}

.krkr /* кружок красный */
{
	text-align:center;
    color: #fff; 
    font-size: 100%;
    width: 25px;
	height:25px;
 	text-decoration: none; 
    outline: none;
	background:#c70a0a; 	
	border-radius: 25px;
    border-style: solid; 
    border-width: 1px; 
    outline: none;
}
.addsumm /* ДИВ сумма корзины*/
{
	color: #404040; 
	font-size: 100%;
	/*font-size: 0.9em; */
	text-align:left;
	margin:0;
	height:10px;
	width:30px;
	left:-11px;
	top: -8px;
/*	position:relative; */
}

.kpk /* кружок картинка */
{
	text-align:center;
    font-size: 50%;
    width: 25px;
	height:25px;
 	text-decoration: none; 
	border-radius: 25px;
    border-style: solid; 
    border-width: 1px; 
	border-color:#999;
}

  
  
/* блок поля навигации по центру*/
nav {
  margin: auto;
  width: 800px;
  height: 50px;
}
.topnav {
	Z-INDEX: 9999;
  background-color: #fff;
  font-size: 12;
  margin-top: 25px;
}
.topnav a {
  color: #424242;
  text-align: center;
  padding: 10px 14px;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
.topnav .icon {
  display: none;
}
.topnav .gal {
  display: none;
}
.topnav a:hover {
/*  border-bottom: 1px solid #dbd9d9;*/
  COLOR: #c70a0a; 
  TEXT-DECORATION: underline;
}
/* конец блока поля навигации по центру*/

/* закончилась шапка пошла страница */
.content {
text-align:left;
width: 800px; 
vertical-align: top;
}

.menu { /* колонка */
text-align:right;
float:right;
width: 240px;
vertical-align: top;
}

.rasd { /* колонка */
width: 5%;
text-align:left;
}
.radiusp { /* кнопка */
text-align: left;
color:#424242;
font-size: 90%;
width: 240px;
height: 24px;
padding: 4px 7px 4px 7px;
text-decoration: none;
border-radius: 2px;
border-style: solid;
border-width: 1px;
border-color: #e2ecf8;
outline: none;
cursor: pointer;
background: #ecf1f7;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
transition: 0.7s ease-out;
}

.rashi { /* разделительная ячека */
height:2px;
}
.radiusphov { /* колонка подсвеченная */
transition: 0.7s ease-out;
text-align: left;
color:#424242;
font-size: 90%;
width: 240px;
height: 24px;
padding: 4px 7px 4px 7px;
text-decoration: none;
border-radius: 2px;
border-style: solid;
border-width: 1px;
border-color: #c3d6ee;
outline: none;
cursor: pointer;
background: #d6e3f3;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.radiusphov a { /* колонка подсвеченная */
	text-align:left;
    color: #424242; 
    font-size: 100%;
	height:24px;
	padding: 5px 10px 5px 10px;
    text-decoration: none;   
	}	
.radiusp:hover { /* колонка активная */
text-align: left;
color:#424242;
font-size: 90%;
width: 240px;
height: 24px;
padding: 4px 7px 4px 7px;
text-decoration: none;
border-radius: 2px;
border-style: solid;
border-width: 1px;
border-color: #a1b2c7;
outline: none;
cursor: pointer;
background: #d6e3f3;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.radiusp a { 
	text-align:left;
    color: #424242; 
    font-size: 100%;
	height:24px;
	padding: 5px 10px 5px 10px;
    text-decoration: none;   
	}
.radiusp a:hover {
	height:24px;
	padding: 5px 10px 5px 10px;
	text-align:left;
	color: #c70a0a; 
	font-size: 100%;
	text-decoration: none;   
	/*text-decoration:underline; */
  }
  
.korzz { /* заголовок корзины */
	text-align: center;
	color:#fff;
	font-size: 90%;
	width: 240px;
	height: 24px;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #748293;
	background: #748293;
}
  
.reklz { /* заголовок рекламы меню */
	text-align: center;
	color:#fff;
	font-size: 90%;
	width: 240px;
	height: 24px;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #748293;
	background: #748293;
}
.reklych { /* таблица рекламы меню */
	text-align: center;
	color:#424242;
	font-size: 90%;
	width: 240px;
	height: 1px;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #e2ecf8;
}
  
.rightimgtab  { /* картинка в ТАБ  */ 
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
    width:50%;
   }
.zagtab  { /* заголовок TAB  */ 
	font-family:  Times New Roman, Georgia;
    color: #c70a0a; 
	font-size: 120%;
	line-height: 225%;
}

/* ПОДВАЛ ПОДВАЛ ПОДВАЛ */
.grey-footer {
	width: 100.1%;
    background: #b4b7b9;
	position: absolute;
	left: -1px;
}
.grey-footer_container {
    width: 900px;
    margin: 0 auto;
    font-family: Corpid,sans-serif;
    color: #fff;
}
.grey-footer_container table {
 	font-size: 80%;
    margin: 0 auto;
    font-family: Corpid,sans-serif;
    color: #fff;
}
.grey-footer_container td {
	text-align:left;
	float:left;
   font-size: 90%;  
    width: 190px;  
	margin: 10px;
}
.grey-footer_container a { 
	text-align:left;
    color: #fff; 
    font-size: 100%;
	height:24px;
	padding: 5px 10px 5px 10px;
    text-decoration: none;   
	}
.grey-footer_container a:hover {
	height:24px;
	padding: 5px 10px 5px 10px;
	text-align:left;
	color: #c70a0a; 
	font-size: 100%;
	text-decoration: none;   
	/*text-decoration:underline; */
  } 
  
.visa {
	height:70px;
	text-align:left;
	text-decoration: none;   
} 

/* блок иконки вверх */
#matrix {
      width: 400px;
      margin: auto;
      overflow: auto;
      text-align: justify;
    }
#arrowTop {
	font-size:2em;
    height: 9px;
    width: 14px;
    color: #999;
    position: fixed;
    bottom: 75px;
	right: 50px;
    cursor: pointer;
    }
#arrowTop::before {
	      content: '';  
/*	content: "";  */
    z-index: 999999;
	background-image: url(https://toglyatty.ru/img/apw.png);
	background-size: cover;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #b0c4de;
	box-shadow: 3px 4px 0 #ecf1f7;  
    }
/* конец блока иконки вверх */

@media screen and (max-width: 768px) {

.utilit { /* Блок для сообщений */
    z-index: 999;
    position: fixed; 
    right: 15px;
    top: 20px;
}
.zagkor /* Сообщение о загрузке корзины*/
{
	z-index: 999;
	text-align:center;
	font-family: Arial; 
    color: #424242; 
    font-size: 110%;
	color: #404040; 
	font-size: 1em; 
	width: 240px; 
	height: 140px;
    padding: 5px 5px 5px 5px;
    border-radius: 2px;
    cursor: pointer;
	background:#d3e0f1;
	border-style: solid;
	border-width: 1px;
	border-color:#999;	
}
.user { /* Блок для личного кабинета */
    z-index: 888;
    position: absolute;
    right: 15px;
    top: 20px;
}
.zaglk /* Сообщение о Личном кабинете*/
{
	z-index: 999;
	text-align:center;
	font-family: Arial; 
    color: #424242; 
    font-size: 110%;
	font-size: 1em; 
	width: 300px; 
	height: 380px;
    padding: 5px 5px 5px 5px;
    border-radius: 2px;
	background:#d3e0f1;
	border-style: solid;
	border-width: 1px;
	border-color:#f2f6fb;	
	box-shadow: 0 4px 7px #f2f6fb;
}
.prmn { /* Блок применяемости */
    z-index: 888;
    position: fixed;
    left: 50%;
    top: 50%;
	margin-left:-140px; 
	margin-top:-240px; 
}
.zagprm /* Сообщение о ПРИМЕНЯЕМОСТИ*/
{
	z-index: 999;
	text-align:center;
	font-family: Arial; 
    color: #424242; 
    font-size: 100%;
	font-size: 1em; 
	width: 260px; 
/*	height: 400px;  */
    padding: 5px 5px 5px 5px;
    border-radius: 2px;
	background:#d3e0f1;
	border-style: solid;
	border-width: 1px;
	border-color:#f2f6fb;	
	box-shadow: 0 4px 7px #f2f6fb;
}

.topnav a:not(:first-child) {
    display: none;
  }
.graficlogo {
  background: url(../img/logo3.png);
  background-size: 30px auto;
  background-repeat:no-repeat; /* не дублируя*/ 
/*  padding: 0 0px 0 10px; */
  width:40px; 
  height:30px;
  min-width:40px;
}

.ugolssl span  {
    display: none;
} 
#rashpole { /* сужаем поле чтобы уместить логотип и корзину */
	width: 30px;
	text-align:right;
}
#mobilpp { /* добавляем форму поиска для мобилы */
	display:block;
	text-align:center;
}
#mobilpp input { /* даем форме поиска свойства для мобилы */
    font-family: Arial; 
    color: #424242; 
    font-size: 100%;
    width: 190px;
	height:22px;
    padding: 3px 30px 3px 7px;
    text-decoration: none; 
    cursor: default; 
    border-radius: 5px;
    border-style: solid; 
    border-width: 1px; 
    border-color: #999;
    outline: none;
}
#mobilpp #imgin2 /* лупа поиска в форме */
{ 
/* border-radius: 25px; */
/* border-color: #737373; */
    border: none; 
    margin: 0px;
	padding: 1px 1px 1px 1px;
    position: relative;
    width:30px;
    height:27px;
    top: 9px;
    left: -4px;
    cursor: pointer;
}
.y4 {/*  */
/*    float:left;  */
}  
.poiskpole {/* убираем форму  поиска */
    position:absolute;
	top: 55px;
	left: 30px; 
    width:75%;
}
.poiskpole input, textarea {
    font-family: Arial; 
    color: #424242; 
	font-size: 100%;
    width: 100%;
	height:22px;
    padding: 3px 30px 3px 15px;
    text-decoration: none; 
    cursor: default; 
    border-radius: 2px;
    border-style: solid; 
    border-width: 1px; 
    border-color: #999;
    outline: none;
}

.poiskpole button {
	position: relative;
	font-size: 110%;
	top: -27px;
    left: 40px;
    width: 22px;
    height: 22px;
    border: none; 
    background: #fff;
    cursor: pointer;
}

.poiskpole #imgin /* лупа поиска в форме */
{ 
    border: none;
    margin: 0px;
    position: relative;
    width:19px;
    height:17px;
    top: -26px;
    left: 70px;
    cursor: pointer;
}

.tw B SPAN {
    BORDER: #999 1px solid;
    box-shadow: -5px 6px 7px 0px #d4d4d4;
	PADDING-RIGHT: 3px;
	DISPLAY: block;
	PADDING-LEFT: 3px;
	Z-INDEX: 100;
	BACKGROUND: #FFFFFF;
	LEFT: -45px;
	PADDING-BOTTOM: 2px;
	WIDTH: 290px;
/*	height: 400px;  */
	COLOR: #000;
	PADDING-TOP: 9px;
	POSITION: absolute;
	TOP: -26px;
	TEXT-ALIGN: left;
}

.FormPoisk /* в форме поиска поле до курсора */
{
	width: 100%;
}
.FormPoisk.responsive /* в форме поиска с курсором */
{
	width: 100%;
}

.menu {/* убираем форму колонку меню */
   display: none;
} 
.topnav a.icon {
    float: right;
    margin-top: -17px;
    display: block;
    color: black;
  }
  
.tablogo  
{
    height: 20px;	
}
  
.topnav.responsive a.gal {
    display: block;
    color: black;
	float: right;
  }

nav {
    width: 99%;
    height: 70px;
}
.topnav.responsive {
    position: relative;
  }
.topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}


.rightimgtab  { /* картинка в ТАБ мобильная  */ 
    float: right; /* Выравнивание по правому краю  */ 
    margin: 1px 1px 15px 1px; /* Отступы вокруг картинки */
    width:95%;
}

.zagtab  { /* заголовок TAB  */ 
	font-family:  Times New Roman, Georgia;
    color: #c70a0a; 
	font-size: 90%;
} 

/* ПОДВАЛ ПОДВАЛ ПОДВАЛ */
.grey-footer {
	width: 100.1%;
    background: #b4b7b9;
	position: absolute;
	left: -1px;
}
.grey-footer_container {
    width: 320px;
    margin: 0 auto;
    font-family: Corpid,sans-serif;
    color: #fff;
}
.grey-footer_container table {
 	font-size: 80%;
	margin: 10 auto;
    font-family: Corpid,sans-serif;
    color: #fff;
}
.grey-footer_container td {
	text-align:left;
	float:left;
   font-size: 90%;  
    width: 240px;  
	margin: 10px;
}
 
} /*КОНЕЦ МОБИЛЬНОЙ ВЕРСИИ 1/*


/* таблица перечня страниц*/
.tab_page /* таблица перечня страниц*/
{
	text-align:left;
	margin:0;
	height:23px;
	width:99%;
}
.rad_page { /* кнопка ячейка таблицы перечня страниц */
	text-align:center;
	float:left;
    color: #424242; 
    font-size: 100%;
	height:23px;
    width: 23px;
    padding: 7px 5px 1px 5px;
	text-decoration: none; 
    border-radius: 25px;
    border-style: solid; 
    border-width: 1px; 
    border-color: #fff;
    outline: none;
	cursor: pointer;
	background:#fff;
	box-shadow: 2px 2px 0 #ecf1f7;
}
.raz_pg { /* ячейка Страницы */
	text-align:left;
	color: #424242; 
    font-size: 100%;
	height:23px;
    padding: 0;
}
.rad_page_a { /* кнопка текущая ячейка таблицы */
	text-align:center;
	float:left;
    color: #666667; 
    font-size: 100%;
    width:23px;
    height:23px;
    padding: 7px 5px 1px 5px;
	text-decoration: none; 
    border-radius: 25px;
    border-style: solid; 
    border-width: 1px; 
    border-color: #b0c4de;
    outline: none;
	background:#d6e3f3;
	box-shadow: 2px 2px 0 #ecf1f7;
}
.rad_page:hover { /* кнопка активная ячейка таблицы */
	text-align:center;
	float:left;
    color: #424242; 
    font-size: 100%;
    width: 23px;
	height:23px;
    padding: 7px 5px 1px 5px;
	text-decoration: none; 
    border-radius: 25px;
    border-style: solid; 
    border-width: 1px; 
    outline: none;
	cursor: pointer;
	background:#d6e3f3;
	box-shadow: 2px 2px 0 #ecf1f7;
}
.rad_page a { 
	text-align:center;
    color: #c70a0a; 
    font-size: 100%;
    text-decoration: none;   
	}
.rad_page a:hover {
	text-align:center;
	color: #c70a0a; 
	font-size: 100%;
	text-decoration:underline; 
}
.prm { /* разделительная ячека */
   width: 2px;
   float: left;
   margin: 1px;
}

@media screen and (max-width: 395px) {

.grey-footer {
	width: 99.7%;
    background: #b4b7b9;
	position: absolute;
/*	left: -1px; */
}

html {/* Убираем горизонтальную полосу прокрутки */
	overflow-x:hidden;
	}	