html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #181616;
}
p::-moz-selection,
a::-moz-selection {
  background-color: #b71c1c;
  color: #ffffff;
}
p::selection,
a::selection {
  background-color: #b71c1c;
  color: #ffffff;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
img {
  border: 0;
}
a {
  color: #b71c1c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5f0e0e;
  text-decoration: underline;
}
.container:after,
.clearfix:after,
.container:before,
.clearfix:before {
  clear: both;
  display: table;
  content: " ";
}
.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#main-menu .menu {
  padding-left: 0px;
  margin: 0;
}
#main-menu .menu li {
    list-style-type: none;
}
#main-menu .menu > li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-linear-gradient(to top, #b71c1c 0%, #b71c1c 0%, #ffffff 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(to top, #b71c1c 0%, #b71c1c 0%, #ffffff 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(to top, #b71c1c 0%, #b71c1c 0%, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #b71c1c 0%, #b71c1c 0%, #ffffff 0%, #ffffff 100%);
  position: relative;
  float: left;
}
#main-menu .menu > li > a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  line-height: 16px;
  padding: 17px 24px;
  color: #000;
  text-transform: uppercase;
}
#main-menu .menu > li.current,
#main-menu .menu > li.menu-hover {
  background-image: -webkit-linear-gradient(to top, #b71c1c 0%, #b71c1c 100%, #ffffff 100%, #ffffff 100%);
  background-image: -moz-linear-gradient(to top, #b71c1c 0%, #b71c1c 100%, #ffffff 100%, #ffffff 100%);
  background-image: -ms-linear-gradient(to top, #b71c1c 0%, #b71c1c 100%, #ffffff 100%, #ffffff 100%);
  background-image: linear-gradient(to top, #b71c1c 0%, #b71c1c 100%, #ffffff 100%, #ffffff 100%);
}
#main-menu .menu > li.current > a,
#main-menu .menu > li.menu-hover > a {
  color: #fff;
}
#main-menu .menu > li > .nav-child {
  padding: 15px 15px 15px 30px;
  display: none;
  position: absolute;
  z-index: 300;
  min-width: 200px;
}
#main-menu .menu .nav-child {
  padding: 0px;
  background-color: #b71c1c;
  color: #ffffff;
}
#main-menu .menu .nav-child li a {
  display: block;
  line-height: 18px;
  padding: 5px 0px;
  color: #fff;
}
#main-menu .menu > li > .nav-child > li > a {
  //font-weight: 700;
  font-size: 114.2%;
}
.ceni_table td
{
    padding: 10px;
    font-family: Calibri, sans-serif !important;		
}
.ceni_table td h2
{
    font-size: 15px !important;
    color: #000 !important;
    font-weight: normal;
}
table.ceni_table tr td h2 span
{
    color:#000 !important;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16 {
  float: left;
}
.col-1 {
  width: 6.25%;
}
.col-2 {
  width: 12.5%;
}
.col-3 {
  width: 18.75%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 31.25%;
}
.col-6 {
  width: 37.5%;
}
.col-7 {
  width: 43.75%;
}
.col-8 {
  width: 50%;
}
.col-9 {
  width: 56.25%;
}
.col-10 {
  width: 62.5%;
}
.col-11 {
  width: 68.75%;
}
.col-12 {
  width: 75%;
}
.col-13 {
  width: 81.25%;
}
.col-14 {
  width: 87.5%;
}
.col-15 {
  width: 93.75%;
}
.col-16 {
  width: 100%;
}
#slideshow {
  margin-bottom: 25px;
  overflow: hidden;
  background-color: #b71c1c;
}
#slideshow .slideshow-inner {
  -webkit-box-shadow: 0px 0px 150px 0px #000000;
  -moz-box-shadow: 0px 0px 150px 0px #000000;
  box-shadow: 0px 0px 150px 0px #000000;
}
#slideshow .slideshow-inner .carousel-caption {
  text-align: left;
  padding: 0px;
  left: 20px;
  bottom: 0px;
}
#slideshow .slideshow-inner .carousel-caption p {
  font-size: 55px;
  margin: 0;
}
#header .header-inner .header-top {
  height: 150px;
}
#header .header-inner .header-top .logo a {
  display: block;
  text-decoration: none;
  margin-top: 25px;
  float: left;
}
#header .header-inner .header-top .header-description {
  text-align: center;
  font-size: 128.6%;
  margin-top: 73px;
  font-style: italic;
  color: #181616;
}
#header .header-inner .header-top .header-contacts {
  margin-top: 40px;
  text-align: right;
}
#header .header-inner .header-top .header-contacts p:first-child{
  font-size: 1em;
  margin-bottom: 0px;
}
#header .header-inner .header-top .header-contacts p:nth-child(2),
#header .header-inner .header-top .header-contacts p:nth-child(3){
  font-size: 117.5%;
  /*line-height: 30px;*/
  margin-bottom: 7px;
}
#header .header-inner .header-top .header-contacts p:last-child {
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}
#header .header-inner .header-top .header-contacts p span {
  color: #b71c1c;
  font-size: 165%;
}
#header .header-inner .header-top .header-contacts a {
  color: inherit;
}
#header .header-inner .header-top .header-contacts a:hover,
#header .header-inner .header-top .header-contacts a:focus {
  text-decoration: none;
}
#header p {
  margin: 0;
}
#main {
  margin-bottom: 25px;
}
#main .main-inner .left-column {
  padding-right: 10px;
}
#main .main-inner .left-column .module {
  margin-bottom: 20px;
}
#main .main-inner .left-column .module .module-title {
  background-color: #b71c1c;
}
#main .main-inner .left-column .module .module-title p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 15px 10px 43px;
  margin: 0px;
}
#main .main-inner .left-column .module .module-content {
  background-color: #fdefef;
}
#main .main-inner .left-column .module .module-content .menu {
  padding: 15px;
  margin: 0px;
}
#main .main-inner .left-column .module .module-content .menu li {
  list-style-type: none;
  margin-bottom: 15px;
}
#main .main-inner .left-column .module .module-content .menu li:last-child {
  margin-bottom: 0px;
}
#main .main-inner .left-column .module .module-content .menu li a {
  color: #000;
}
#main .main-inner .left-column .module > a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 15px 10px 43px;
  display: block;
  background-color: #b71c1c;
}
#main .main-inner .left-column .module:last-child {
  margin-bottom: 0px;
}
#main .main-inner .main-content {
  padding-left: 10px;
}
#footer {
  padding-bottom: 25px;
}
#footer .footer-top {
  background-color: #dcd5d5;
  overflow: hidden;
}
#footer .footer-top .footer-top-inner {
  height: 100%;
  -webkit-box-shadow: 0px 0px 150px -10px #000000;
  -moz-box-shadow: 0px 0px 150px -10px #000000;
  box-shadow: 0px 0px 150px -10px #000000;
}
#footer .footer-top .footer-top-inner .logo-bottom a {
  display: block;
  margin-left: 20px;
  margin-top: 7px;
}
#footer .footer-top .footer-top-inner .address,
#footer .footer-top .footer-top-inner .phones {
  padding-top: 28px;
  padding-bottom: 12px;
}
#footer .footer-top .footer-top-inner .address {
  padding-left: 20px;
}
#footer .footer-top .footer-top-inner .address p {
  font-style: italic;
}
#footer .footer-top .footer-top-inner .phones p {
  font-size: 107.1%;
  font-weight: 700;
  background-image: url('../images/icon-phone.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
#footer .footer-top .footer-top-inner .phones a {
  color: #181616;
}
#footer .footer-top .footer-top-inner .phones a:focus,
#footer .footer-top .footer-top-inner .phones a:hover {
  color: rgba(24, 22, 22, 0.5);
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 40px;
}
#footer .footer-bottom .copyright p {
  font-size: 85.7%;
  color: #181616;
}
#footer .footer-bottom .sitemaker a {
  display: block;
  float: right;
}
#footer p {
  margin: 0px;
}
#k2Container h1,
#k2Container h2,
#k2Container h3,
#k2Container h4 {
  margin: 0px 0px 15px;
}
#k2Container h1 {
  color: #b71c1c;
}
#k2Container h2 {
  color: #5f0e0e;
}
#k2Container p {
  margin: 0px 0px 1em;
  line-height: 2em;
}
#k2Container .marker {
  background-color: #e8f3eb;
  background-image: url('../images/warning.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 50px;
}
#k2Container ul li {
  list-style-image: url('../images/list-arrow.png');
  list-style-position: outside;
}
#k2Container ul li::marker {
  background-position: center;
}
.icon .module-title {
  background-position: 10px center;
  background-repeat: no-repeat;
}
.icon.icon-ognetush .module-title {
  background-image: url('../images/icon-ognetush.png');
  background-position: 10px 50%;
}
.icon.icon-oborud .module-title {
  background-image: url('../images/icon-oborud.png');
}
.icon.icon-kaska .module-title {
  background-image: url('../images/icon-kaska.png');
}
.icon.icon-dom .module-title {
  background-image: url('../images/icon-dom.png');
}
.itemBackToTop {
    display: none;
}
.k2SearchBlockForm {
    padding: 10px 0px;
    position: relative;
}
.k2SearchBlockForm {
    padding-left: 20px;
    width: 100%;
}
.k2SearchBlock {
    position: relative;
}
.k2SearchBlockForm .inputbox {
    font-size: 15px;
    line-height: 28px;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 28px;
    padding-left: 10px;
    padding-right: 30px;
    width: 100%;
}
.k2SearchBlockForm .button {
    position: absolute;
    right: 13px;
    top: 16px;
}
.k2LiveSearchResults {
    display: block;
    position: absolute;
    z-index: 300;
    background-color: #fff;
    right: 0px;
    top: 100%;
    border-top: 2px solid rgba(183, 28, 28, 1);
    border-bottom: 2px solid rgba(183, 28, 28, 1);
}
#slideshow .slideshow-inner .slide a.left {
    position: absolute;
    width: 34px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    left: 10px;
    z-index: 400;
    transform-origin: 470px 0px;
    transform: rotateY(90deg);
    transition: 0.5s;
    opacity: 0;
}
#slideshow .slideshow-inner .slide a.right {
    position: absolute;
    width: 34px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    right: 10px;
    z-index: 400;
    -webkit-transform-origin: -436px 0px;
    -moz-transform-origin: -436px 0px;
    -ms-transform-origin: -436px 0px;
    -o-transform-origin: -436px 0px;
    transform-origin: -436px 0px;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}
#slideshow .slideshow-inner .slide {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#slideshow .slideshow-inner .slide:hover a.left,
#slideshow .slideshow-inner .slide:hover a.right {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}
#slideshow .slideshow-inner .slide a.left .arrow-left {
    background-image: url('../images/left.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
}
#slideshow .slideshow-inner .slide a.right .arrow-right {
    background-image: url('../images/right.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
}
.icon-dom a {
	text-decoration: none;
}
.itemContainer {
  float: left;
}
#itemListLeading {}
#itemListLeading:before,
#itemListLeading:after {
    display: table;
    content: " ";
    clear: both;
}
#itemListLeading .itemContainer{
  padding-bottom: 20px;
}
#itemListLeading .catItemView {
  	padding-left: 120px;
  	position: relative;
}
#itemListLeading .catItemView .catItemImageBlock {
  	position: absolute;
  	top: 0px;
  	left: 0px;
}
#itemListLeading .catItemView .catItemImageBlock .catItemImage a {
  display: block;
}
#itemListLeading .catItemView .catItemHeader {
  	padding: 37px 30px 37px 0px;
  	font-size: 14px;
  	font-weight: 700;
  	line-height: 14px;
}
#itemListLeading .catItemView .catItemHeader .catItemTitle {
  	margin: 0px;
  	line-height: 14px;
}
#itemListLeading .clr {
  	clear: both;
}
table {
   border-collapse: collapse;
   /*убираем пустые промежутки между ячейками*/
   border: 1px solid grey;
   /*устанавливаем для таблицы внешнюю границу серого цвета толщиной 1px*/
}
td {
   border: 1px solid grey;
padding:6px !important;
}
th, td {
   border: 1px solid grey;

}