﻿table, th, td {
border-collapse: collapse;
}
@-webkit-keyframes fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
body {
  -webkit-animation: fade-in 2s linear; /* Safari 4+ */
  -moz-animation: fade-in 2s linear; /* Fx 5+ */
  -o-animation: fade-in 2s linear; /* Opera 12+ */
  animation: fade-in 2s linear; /* IE 10+, Fx 29+ */
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#111122;
  background:#ABC;
  background-image: url(log.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
	margin:0;
}

@media screen and (max-width: 550px){body{font-size:16px;}}


.lcs{
  background:#469;
  font-size:14px;
  color:#FFF;
  border-radius:100%;
  padding:2px 10px 2px 10px;
  border:1px solid #CCD; 
  margin-top:15px;
  height:28px;
}
.zagolovok{
position:absolute;
top:40px; 
left:50px;
z-index:4; 
}
.poisk{
position:absolute;
top:30px; 
left:20px; 
z-index:4; 
}
.logo{
position:absolute;
top:0px; 
left:0px; 
z-index:3; 
}

p {
  font-family: Arial;
	color:#001122;
	font-size:13px;
	margin:7px 0 0 0;
}

td {
  padding-top:4px;
  padding-bottom:4px;
}

h1 {
	font-family: Arial;
	color:#456;
	font-size:22px;
	margin:0;
  text-shadow: rgba(10,10,50,.3) 3px 3px 3px;
}
h2 {
	font-family: Arial;
	color:#457;
	font-size:16px;
  padding-top:5px;
  padding-bottom:0px;
}
h3 {
	font-family: Arial;
	color:#678;
	font-size:16px;
  padding-top:10px;
}
h3:hover {
	color:#DD1111;
	text-decoration:none;
}
.zag {
	font-family: Arial;
	color:#223344;
	font-size:14px;
}
.zag:hover {
	color:#DD1111;
	text-decoration:none;
}

.image_fl { 
	float: left; 
	margin: 3px 10px 3px 0;
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.3));
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border:rgba(100,100,150,.3) 2px solid;
}
.image_fl:hover { 
	float: left; 
	margin: 3px 10px 3px 0;
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.5));
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border:rgba(260,260,260,.9) 2px solid;
}

.sm2 {
	font-size:13px;
	color:#112233;
}

a.button9 {
  position: relative;
	font-family: Arial;
  display: inline-block;
  color: #457;
  text-decoration: none;
  text-shadow: rgba(155,155,155,.5) 1px 1px, rgba(50,50,50,.3) 3px 4px 3px;
  user-select: none;
  outline: none;
  border-radius: 20px 5px;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
}
a.button9:hover {
  transition: .3s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
a.button9:active {
  top: 1px;
}


a.button28 {
  position: relative;
  display: inline-block;
  font-size: 90%;
  font-weight: 700;
  color: rgb(209,209,217);
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: 5px;
  outline: none;
  border-radius: 3px;
  background: linear-gradient(rgb(110,140,180), rgb(81,91,106)) rgb(100,120,140);
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
}
a.button28:hover:not(:active) {
  background: linear-gradient(rgb(110,140,180), rgb(81,91,106)) rgb(100,120,140);
}
a.button28:active {
  top: 1px;
  background: linear-gradient(rgb(100,130,160), rgb(71,81,96)) rgb(100,130,160);
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}

a.button31 {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  outline: none;
  background: #ddd;
  box-shadow: 0 1px rgba(0,0,0,.1) inset, 0 1px #fff;
}
a.button31:after, a.button31:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 7.5%;
  left: -15%;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 10%;
  margin: auto;
  background: #999;
  box-shadow: 0 1px rgba(0,0,0,.1) inset, 0 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.button31:before {
  left: 15%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
a.button31:hover, a.button31:focus {
  background: #225577;
  box-shadow: none;
}
a.button31:hover:after, a.button31:hover:before {
  background: #fff;
  box-shadow: none;
}
a.button31:focus {
  background-image:
   linear-gradient(120deg, transparent 45%, #225577 45%, #225577 55%, transparent 55%),
   radial-gradient(transparent 20%, #fff 20%, #fff 30%, transparent 30%);
  -webkit-animation: rotate31 1s linear infinite forwards;
  animation: rotate31 1s linear infinite forwards;
}
a.button31:focus:after, a.button31:focus:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(-30% - 4px/2);
  left: 4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 4px solid transparent;
  background: transparent;
  box-shadow: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
a.button31:focus:before {
  top: calc(30% + 4px/2);
  left: -4px;
  border-left: none;
  border-right: 8px solid #fff;
}
@-webkit-keyframes rotate31 {
  100% {-webkit-transform: rotate(360deg);}
}
@keyframes rotate31 {
  100% {transform: rotate(360deg);}
}

a {
	text-decoration:none;
	color: #004455;
}
a:hover {
	color:#DD1111;
	text-decoration:none;
}

.rm {
  border:rgba(50,50,50,.3) 1px solid;
  padding:2px 10px 2px 10px;
  border-radius: 10px;
  background-image: url(log.jpg);
}
.rm1 {
  border:rgba(250,250,250,.3) 1px solid; 
  padding:2px 10px 2px 10px;
  border-radius: 10px;
  background-image: url(log.jpg);
}


td.ramka:hover {
  background-color:#DD1111; 
   }

.alert {
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	padding:10px;
	background-color: #DD1111;
	background-image:url(pic/allert.png);
	background-repeat:no-repeat;
}

dl.cat {margin:0; margin-top:10px; padding:0}
dl.cat dt {margin-top:10px; padding-left:0px}
dl.cat dd {	font-size:12px; padding-left:3px; margin:0 1px 1px 0}

.by{
	left: 5px;
	position: fixed;
	top: 5px;
	z-index: 10;
  width: auto;
  height: auto;
}


/*Увеличение фотографий товаров*/
.blokimg {
	position: relative;
	}
.overlay{
	display: none;
	position: fixed;
top:0; 
left:0; 
right:0; 
float:left; 
z-index:10; 
opacity:0.95;
}
.overlay_container img{
  border: 5px solid #789; 
	}
.overlay:target {
	display: table;
	}
.tabs {
  float: left; /* Все вкладки располагаем в одну строку */
}
.content {
  display: none; /* Скрываем содержимое */
  padding-top: 10px; /* Чтобы название вкладки было ниже содержимого */
  position: absolute; /* Чтобы содержимое не двигало элементы на странице */
}
.tabs:active .content {
  display: block; /* Когда кликаем по вкладке, открываем содержимое content */
}
.content:hover {
  display: block; /* Пока курсор наведён на контент, не закрываем его */
}


/* Базовые стили формы */
form{
  margin:0;
  max-width:98%;
  box-sizing:border-box;

}
/* Стили полей ввода */
.textbox{
  height:18px;
  width:97%;
  border:0px;
  font-family: Arial;
  font-size:13px; 
  padding:2px;
  background:#DDDDEE;
  border-radius:5px;
  border:rgba(0,0,0,.3) 1px solid;
}
.message:focus,
.textbox:focus{
  outline:none;
  border:993333 1px solid;
  border-radius:3px;
}
/* Стили текстового поля */
.message{
    width:100%;
    background:#DDDDEE;
    font-size:14px;
    font-family: Arial;
    padding:5px;
    margin-bottom:5px;
    margin-top:5px;
    border-radius:5px;
    border:rgba(0,0,0,.3) 1px solid;
}
/* Базовые стили кнопки */
.button{
  height:24px;
  border-radius:5px;
  border:rgba(0,0,0,.3) 1px solid;
  box-sizing:border-box;
  padding:3px;
  background:#567;
  color:#DDDDEE;
  font-family: Arial; 
  font-weight:400;
  font-size: 13px;
  transition:background .4s;
  cursor:pointer;
}
/* Изменение фона кнопки при наведении */
.button:hover{
  background:#789;
}

.nav {
	font-size:14px;
	border-radius: 4px;
	color:#000000;
	padding:10px 20px 10px 20px;
	background-color:#cccccc;
	border:1px solid:#ececec;
	margin-top:10px;
	font-weight:normal;
}
a.nav {
	background-color:#f2f2f2;
	border:1px solid:#cccccc;
	font-weight:normal;
}
a.nav:hover {
	background-color:#ececec;
	text-decoration:none;
}
.navbar
	{
	color:#FFF;
	margin-top:35px;
	}
