﻿/***STYLE.CSS*****************/


body {
    /*background: #FFFFFF url(/images/background/bg9.png) !important;*/
}


/* Мерцание текста */

/*Мигание*/

#blink {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}
@-webkit-keyframes blink {
  50% { color: rgb(34, 34, 34); }
  51% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink {
  50% { color: rgb(34, 34, 34); }
  51% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 0); }
}

/*Плавное мигание*/
#blink1 {
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
}
@-webkit-keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}
@keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}

/*Резкое мигание*/
#blink2 {
  -webkit-animation: blink2 1s linear infinite;
  animation: blink2 1s linear infinite;
}
@-webkit-keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}

/*Плавное неагресивное*/
#blink5 {
  -webkit-animation: blink5 2s linear infinite;
  animation: blink5 2s linear infinite;
}
@-webkit-keyframes blink5 {
  0% { color: rgb(128, 0, 0); }
  50% { color: rgb(183, 65, 14); }
  100% { color: rgb(128, 0, 0); }
}
@keyframes blink5 {
  0% { color: rgb(128, 0, 0); }
  50% { color: rgb(183, 65, 14); }
  100% { color: rgb(128, 0, 0); }
}

/*Блестящий текст*/
@-webkit-keyframes flicker {
  50% {background-size: 7px 7px, 3px 3px;}
  100% {background-size: 3px 3px, 7px 7px;}
}
@keyframes flicker {
  50% {background-size: 7px 7px, 3px 3px;}
  100% {background-size: 3px 3px, 7px 7px;}
}
#blink3 {
  position: relative;
  font-weight: bold;
  color: #30084f;
}
#blink3:before {
  content: "";
  position:absolute; top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255,255,255,1) 1px, rgba(255,255,255,0) 1px), radial-gradient(rgba(255,255,255,1) 1px, rgba(255,255,255,0) 1px);
  background-size: 3px 3px, 7px 7px;
  background-position: 0% 50%;
  -webkit-animation: flicker .5s linear infinite alternate;
  animation: flicker .5s linear infinite alternate;
}
/*Светящийся*/
@-webkit-keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
@keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
#blink7 {
 /*color: rgb(245,245,245);*/
 text-shadow: 0 -1px rgba(0,0,0,.1);
 -webkit-animation: pulsate 1.2s linear infinite;
 animation: pulsate 1.2s linear infinite;
}

/*Блестяещий*/
@-webkit-keyframes blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
@keyframes blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
#blink6 {
 position: relative;
 display: inline-block;
 color: #fff;
 text-shadow: 0 0 10px #3d7a97;
 background: #064578;
}
#blink6:after, #blink6:before {
 content: "";
 position: absolute; top: 0; left: 0;
 display: block;
 width: 100px;
 height: 100px;
 background-image: 
 radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%),
 linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%),
 linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%);
 -webkit-animation: blink6 10s linear infinite;
 animation: blink6 10s linear infinite;
 transform: scale(0, 0) rotate(0deg);
}
#blink6:before {
 top: -20%;
 right: 0; left: auto;
 -webkit-animation-delay: 5s;
 animation-delay: 5s;
}

/***+++_as.css_+++********************************************/

.catPages1{
	margin-bottom: 10px;
}

/*Вид товаров с тенью*/
ul.layout2 .product-box:hover, ul.layout .product-box:hover {
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    background-color: white;
}

ul.layout .product-box {
    background: #fff;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

 /*хлебные крошки*/
 .top-breadcrumbs {
    background: #bae2ff;
}
.breadcrumb {
    background-color: #bae2ff;
}

 /*ТАБЛИЦУШКИ*/
 td, tr td {
    background: #fdfdfd;
}

 /*КНОПОШКИ*/
 a.button1 {
    background: #57d061 !important;
    border-bottom: 2px solid #57d061!important;
	   font-weight: 300;
    padding: 0 30px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #fff;
    border-bottom: 2px solid #c0392b;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: none;
    cursor: pointer;
}

.button1:hover, .button:focus, .addtocart-button:hover, .addtocart-button:focus, .vm-button-correct:hover, .vm-button-correct:focus, .k2user #form-login .button:hover, .k2user #form-login .button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background: #34495e!important;
    border-bottom: 2px solid #2c3e50!important;
    color: #fff;
    text-decoration: none;
}

/*Черная С бликами*/
a.button1b {
  position: relative;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-shadow: -1px -1px #000;
  user-select: none;
  padding: .8em 2em;
  outline: none;
  background-color: #000;
  background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.7) 0%, rgba(255,255,255,.5) 50%, rgba(0,0,0,0) 50%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto;
  background-position: 200% 0, 0 0;
  box-shadow: rgba(0,0,0,.3) 0 2px 5px;
} 
a.button1:active {
  top: 1px;
  box-shadow: none;
}
a.button1:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0;
}

/*Подробности увеличивающаяся*/
 a.button2, a.button2:before {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 100px;
  border: solid rgb(4,88,192);
  border-width: 3px 10px;
  outline: none;
  opacity: 1;
  transition: .6s, opacity 0s 9999999s, visibility 0s 9999999s;
} 
a.button2 {
  position: relative;
  padding: calc(8px + 3px - 1px) calc(15px + 10px - 1px);
  border: 1px solid rgba(62,153,239,.5);
  background: linear-gradient(to left, rgb(62,153,239) 1%, #fff 3%, rgb(44,135,232) 8%, rgba(255,255,255,.3) 50%, rgb(44,135,232) 92%, #fff 97%, rgb(62,153,239) 99%) no-repeat;
}
a.button2:before {
  content:  "УЗНАТЬ ПОДРОБНОСТИ";
  position:  absolute; 
  bottom: -7px;
  left: -1px;
  width: calc(100% - (15px + 10px - 1px)*2);
  background: #fff linear-gradient(rgb(58,160,253), rgb(4,88,192) 60%, rgb(49,112,201));
  box-shadow: 0 10px 18px rgba(0,0,0,.5);
}
a.button2:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
a.button2:hover:before {
  border-color: #0766d8;
  background: #fff linear-gradient(#3fadff, #0766d8 60%, #3279dd);
}
a.button2:focus,
a.button2:active {
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

/*Мерцающая*/
input.button4 {
  position: relative;
  display: inline-block;
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  user-select: none;
  padding: .3em 1em;
  outline: none;
  border: none;
  border-radius: 3px;
  background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
  box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
input.button4:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
input.button4:active {
  top: 1px;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
  box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
@-webkit-keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
@keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}

/*С тенью*/
a.button6 {
      display: inline-block;
	      text-align: center;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 1px #cc5500;
  user-select: none;
  padding: .8em 2em;
  outline: none;
  border-radius: 1px;
  background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#d77d31, #fe8417, #d77d31);
  background-size: 100% 100%, auto;
  background-position: 50% 50%;
  box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, #000 0 10px 15px -10px;
  transition: 0.2s;
}
a.button6:hover {
  background-size: 140% 100%, auto;
}
a.button6:active {
  top: 1px;
  color: #ffdead;
  box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, 0 10px 10px -9px #000;
}


/*Зеленая*/
a.button7 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
} 
a.button7:hover { background: rgb(53, 167, 110); }
a.button7:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}

/*Стеклянная*/
a.button9 {
  position: relative;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 1em 2em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
a.button9:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
a.button9:active {
  top: 1px;
}

/*Скачать синяя*/
 a.button13 {
  display: inline-block;
  width: 15em;
  font-size: 80%;
  color: rgba(255,255,255,.9);
  text-shadow: #2e7ebd 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: .7em 0;
  border: 1px solid;
  border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
  border-radius: 6px;
  outline: none;
  background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
  box-shadow: inset rgba(255,255,255,.5) 1px 1px;
}
a.button13:first-line{
  font-size: 170%;
  font-weight: 700;
}
a.button13:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}
a.button13:active {
  color: rgb(255,255,255);
  border-color: #2970a9;
  background-image: linear-gradient(#5796c8, #6aa2ce);
  box-shadow: none;
}

 
 /*Скачать со стрелкой сочетание цветов бесподобно, как-будто кнопка загорается */
a.button14 {
  display: inline-block;
  text-shadow: 1px 1px #fff;
  text-decoration: none;
  padding: .3em 1em;
  border: 1px solid #aaa;
  border-radius: 100px;
  outline: none;
  background: #d6dbbf no-repeat;
  background-image:
   linear-gradient(to left, #aaa, #aaa),
   linear-gradient(to left, #feffe8, #feffe8),
   linear-gradient(#feffe8, #d6dbbf);
  background-position: calc(100% - 2.7em) 0, calc(100% - 2.7em + 1px) 0, 0 0;
  background-size: 1px 100%, 1px 100%, auto auto;
  overflow: hidden;
}
a.button14:after {
  content: "\bb";
  position: relative;
  bottom: 0;
  display: inline-block;
  margin-left: 1.4em;
  vertical-align: middle;
  font-family: "Times","Times New Roman","serif","sans-serif","EmojiSymbols";
  font-weight: 700;
  font-size: 140%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
a.button14:hover {
  background-color: #fdfd9f;
  background-image:
   linear-gradient(to left, #aaa, #aaa),
   linear-gradient(to left, #feffe8, #feffe8),
   linear-gradient(#fffce7, #fdfd9f);
}
a.button14:active:after {
  bottom: -1.2em;
  transition: .3s;
}
 
/*25*/
 a.button25 {
  position: relative;
  display: inline-block;
  width: 10em;
  height: 2.5em;
  line-height: 2.5em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff;
  outline: none;
  border: 2px solid #F64C2B;
  border-radius: 5px;
  box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
  background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);
}
a.button25:active {
  top: .1em;
  left: .1em;
  box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}

 /* Статьи и загрузки*/
 .cart-view > .login-box , .cart-view > .billing-box , .login-box-metod { 
 padding-top: 10px;
 padding-bottom: 0px;
 }
 

 .t3-sidebar {
    padding-top: 0;
    padding-bottom: 0;
    right: 78%;
}

/*
@media (min-width: 992px)
.col-md-pull-9 {
    right: 78%;
}*/

 h3.module-title, .order h3 {
    /*font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;*/
    margin-bottom: 0px;
    margin: 20px 0 0px 0;
    color: red;
	    text-align: center;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

div#t3-mainbody.container.t3-mainbody{
padding-top: 0px;
}
/*Тело сайта*/
.MainRow .t3-mainbody {
    padding-top: 0px;
    /*padding-bottom: 40px;*/
}
.t3-mainbody {
     padding-top: 0px; 
    /*padding-bottom: 20px;*/
}

/*Меню категорий*/

td.infTitle a{
       color: black;
 }	
 td.infTitle a:hover{
       color: red;
 }	
 
td.infTitle{
   /*background: lavender;*/
    padding-left: 12px;
    height: 14px;
    background: transparent url(/.s/img/wd/1/sb.gif) 0 2px no-repeat;
    /* border-top: 1px solid #dddddd; */
    padding-bottom: 5px;
	font-weight: 400;
 }	
 
.cat-tree li {
    /*background: none!important;*/
	/*background: lavender;*/
    padding: 0!important;
    margin-bottom: 10px;
	font-weight: 400;
}

.sidebox {
	margin:0 0 20px;
	padding:0;
text-transform: uppercase;
}

.sidebox li a, .sidebox .catsTable td a {
    /* display: block; */
    color: #000;
    /* padding: 5px 0; */
    /* text-decoration: none; */
    /* position: relative; */
    /* font-size: 14px; */
    /* background: lavender; */
    padding-left:0px;
    /* height: 14px; */
    /*background: transparent url(/.s/img/wd/1/sb.gif) 0 2px no-repeat;*/
    /* border-top: 1px solid #dddddd; */
    padding-bottom: 5px;
    font-weight: 400;
 -moz-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 -webkit-transition: all 0.3s ease-out; 
}


.catName:hover{
 padding-left:14px!important;
 background:#ECF0F1!important;
 border-left:solid 3px #e74c3c;	
 -moz-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 -webkit-transition: all 0.3s ease-out; 
}

.sidetitle {font-size:14px;padding:15px 20px;color:#fff;background:#4775ff;text-transform:uppercase;font-weight:bold;}
.sidebox .inner {padding:20px;border:2px solid #e6e6e6;border-top:0;}
.sidebox ul,.sidebox .catsTable {margin:0;padding:0;list-style:none;}
.sidebox .catsTable,.sidebox .catsTable * {display:block;width:auto!important;}
.sidebox li,.sidebox .catsTable td {list-style:none;padding:0;}
/*.sidebox li a,.sidebox .catsTable td a {/*display:block;*/color:#000;padding:5px 0;text-decoration:none;position:relative;font-size:14px;}*/
.sidebox li a:before,.sidebox .catsTable td a:before {/*content:"\002B";*/color:#b2b2b2;font-size:16px;font-family:Tahoma,Geneva,sans-serif;padding:0 5px 0 0;}
.sidebox li a:hover,.sidebox li a.uMenuItemA,.sidebox .catsTable td a:hover,.sidebox .catsTable td a.catNameActive {color:#000;}
.sidebox li a:hover:after,.sidebox li a.uMenuItemA:after,.sidebox .catsTable td a:hover:after,.sidebox .catsTable td a.catNameActive:after {content:"\2022";font-size:12px;font-family:Tahoma,Geneva,sans-serif;padding:0 0 0 8px;color:#8aae01;}
.sidebox li.item-parent {position:relative;}
.sidebox li.item-parent > a {padding-right:36px;}
.sidebox li.item-parent em {position:absolute;top:4px;right:0;width:24px;height:24px;line-height:24px;font-style:normal;font-size:14px;text-align:center;z-index:10;cursor:pointer;}
.sidebox li.item-parent em:hover {color:#8aae01;}
.sidebox .catNumData {display:none!important;}
.sidebox .calTable{width:100%;position:relative;}
.calTable {font-size:12px;}
.calTable td {text-align:center;padding:6px 2px;}
.calTable td.calMonth {padding:12px!important;font-size:11px;}
.calWday,.calWdaySe,.calWdaySu {font-size:11px;color:#000;text-transform:uppercase;}
.calWdaySe,.calWdaySu {color:#8aae01;}
.calTable .calMday {color:#b2b2b2;}
.calTable .calMdayIs {font-weight:bold;}
.calTable .calMdayA,.calTable .calMdayIsA {color:#fff;background:#8aae01;}
.calTable .calMdayIsA a {color:#fff;}
.sidebox td.calMonth {position:relative;height:40px;padding:0!important;}
.sidebox td.calMonth a {position:absolute;}
.sidebox td.calMonth a:hover {color:#000;text-decoration:none;}
.sidebox td.calMonth a:first-child,.sidebox td.calMonth > a:first-child + a + a {display:block;text-align:center;width:15px;height:20px;line-height:20px;top:9px;right:10px;font-size:15px;}
.sidebox td.calMonth a:first-child {right:30px;}
.sidebox td.calMonth a:first-child + a {font-size:14px;left:10px;top:0;display:inline-block;height:40px;line-height:40px;}
.sidebox ul ul {
	display:none;
margin: 10px 0 0 10px;
width:auto;
padding:0;
}
.sidebox iframe {border:1px solid #e6e6e6;}
.sidebox .answer {padding:5px 0 0 0;}
.sidebox input.mchat {max-width:94%;}
.sidebox textarea.mchat {max-width:90%;}
.sidebox .loginField {max-width:94%;}
.schQuery,.schBtn {display:inline;padding:0 2px;}
.sidebox ul.rate-list {margin:0;}
.pollButton {padding:10px 0 0;}
.sidebox .searchForm {background:#fff;border:2px solid #e6e6e6;height:30px;padding:0 34px 0 10px;position:relative;}
.sidebox .searchForm * {padding:0;margin:0;line-height:normal;}
.sidebox .schQuery input {background:none!important;border:none!important;width:98%!important;padding:0!important;margin:0!important;height:30px!important;line-height:30px!important;font-size:12px;color:#000;}
.sidebox .schBtn input {position:absolute;top:0;right:0;border:none!important;padding:0!important;margin:0!important;text-align:left;height:30px!important;width:34px!important;overflow:hidden;text-indent:-10000px;cursor:pointer;background:#b2d237 url(/.s/t/1141/sch.png) 50% 50% no-repeat!important;}
.sidebox .schBtn input:hover {background:#8da921 url(/.s/t/1141/sch.png) 50% 50% no-repeat!important;}
#footer {border-top:1px solid #ddd;padding:35px 0 35px 75px;background:url(/.s/t/1141/footer.png) 0 18px no-repeat;}
/*Меню категорий*/

/*Блог со старого сайта*/
.price { 
 color: red; 
 font-size: 130%;
 position: relative;
  }
.name_mtr {
	
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #E8E8E8;
    /*font-family: Verdana;
 font-size: 1.3em;
 font-weight: bold;
 border-bottom: 1px solid #E8E8E8;
 /*text-shadow:
 0 1px 0 #CCCCCC,
 0 2px 0 #C9C9C9,
 0 3px 0 #BBBBBB,
 0 4px 0 #B9B9B9,
 0 5px 0 #AAAAAA,
 0 6px 1px rgba(0,0,0,.1),
 0 0 5px rgba(0,0,0,.1),
 0 1px 3px rgba(0,0,0,.3),
 0 3px 5px rgba(0,0,0,.2),
 0 5px 10px rgba(0,0,0,.25),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.15);*/
}
.mtr {padding:10px;display:table;     box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1); #fff;    width: 100%;} 
.mtr:hover {
 box-shadow: 0 0 40px #000000;
    background-color: white;
    transition: all 0.3s linear;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
/*box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.mtr_shop{padding:10px;display:table; } 
.mtr_shop .inim_goods{width:394px;height:332px;overflow:hidden; background: no-repeat;} 
.mtr .inim_shop{width:240px;height:180px;overflow:hidden; box-shadow: 0 0 7px #666; background: no-repeat;} 
.mtr_td_main_page {height:260px;display:table-cell;vertical-align:top} 
.mtr .article_counters {margin-bottom:10px;} 
.mtr .im {/*background:#FFFFFF url("/images/background/background_bumaga_3.jpg");*/padding-right:15px;display:table-cell;vertical-align:top; }
.mtr_td {display:table-cell;vertical-align:top} 
.mtr .inim {width:300px;height:200px;overflow:hidden; box-shadow: 0 0 7px #666;} 
.mtr .inim_service{width:150px;height:150px;overflow:hidden; box-shadow: 0 0 7px #666; background: no-repeat;} 
.mtr_descr {margin:0;position:absolute;top:-9000px} 
.article_counters {margin-bottom:14px;font-size:13px;color:#8c8c8c} 
.article_counters span {display:inline-block;margin-right:10px} 
.article_counters .dats {background:url('/images/icons/time.png') 0px 1px no-repeat;padding-left:20px} 
.article_counters .views {background:url('/images/icons/views.png') 0px 1px no-repeat;padding-left:20px} 
.article_counters .coms {background:url('/images/icons/comment.png') 0px 1px no-repeat;padding-left:20px} 
.article_counters .catalog {background:url('/images/icons/catalog.png') 0px 1px no-repeat;padding-left:20px} 
.article_counters .user {background:url('/images/icons/user.png') 0px 1px no-repeat;padding-left:20px}
/**----**/

.navbar-header_card {
    display: none;

}

.top-block.fix #t3-mainnav div.navbar-header_card {
    display: block;
	padding-top: 15px;
	left: -6%;
	    z-index: 11;
    position: relative;
}

.navbar-header_logo {
    display: none;
    z-index: 11;
    position: relative;
}

.top-block.fix #t3-mainnav div.navbar-header_logo {
    display: block;
}

#t3-mainnav .t3-megamenu .dropdown-menu .mega-nav .mega-group > a {
font-weight:700;
font-size:14px;
padding:8px 5px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
border-bottom: 1px double red;
}
	
  div#header-sos {
    float: left;
    padding-top: 15px;
	/*padding-left: -18px;*/
	margin-left: -16%;
}

div#header-contacts {
    float: left;
    padding-top: 15px;
}
	
#header-contacts span a {
    line-height: 28px;
    padding-left: 32px;
    background: url('../images/icons/fax.png') 0 0 no-repeat;
    display: block;
}

i.clock {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/icons/icon-clock.png) 0 0 no-repeat;
}
.grafik{position: relative;color: black;display: block;font-size: 1em;font-weight:bold;margin-top: 3px;line-height: 14px;}

.title_gr{
font-weight:bold;
}



.ico-basket {
 background: url(../images/icons/cart_white_32x32.png) no-repeat;
 width: 32px;
 height: 32px;
 display: block;
 float: right;
 margin-right: -100px;
}

@media only screen and (max-width:1400px) {
	
	.top-block.fix #t3-mainnav div.navbar-header_logo {
    display: none;
}
}
@media only screen and (max-width:1200px) {
	
	.top-block.fix #t3-mainnav div.navbar-header_logo {
    display: none;
}

 div#header-sos {
    float: left;
    padding-top: 15px;
	/*padding-left: -18px;*/
	margin-left: 8%;
}

  div#header-contacts {
        display: none;
  }
 }
 
 @media only screen and (max-width:990px) {
	
 div#header-sos {
    float: left;
    padding-top: 15px;
	/*padding-left: -18px;*/
	margin-left: 10%;
}
 }

@media only screen and (max-width:760px) {
	
 div#header-sos {
    float: left;
    padding-top: 20px;
	/*padding-left: -18px;*/
	margin-left: 80%;
}

.t3-sidebar {
    right: 0;
}
}

@media only screen and (max-width: 460px){
.mtr {
    display: block;
}

.mtr .im {
    display: block;
    margin-bottom: 10px;
    padding-right: 0px;
}
}
/***---_as.css_---***************************************/