@font-face {
  font-family: 'Trebuchet MS';
  src: url('/SiteNN/fonts/trebuc-webfont.eot');
  src: url('/SiteNN/fonts/trebuc-webfont.eot?#iefix') format('embedded-opentype'),
       url('/SiteNN/fonts/trebuc-webfont.svg') format('svg'),
       url('/SiteNN/fonts/trebuc-webfont.woff') format('woff'),
       url('/SiteNN/fonts/trebuc-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('/SiteNN/fonts/trebucit-webfont.eot');
  src: url('/SiteNN/fonts/trebucit-webfont.eot?#iefix') format('embedded-opentype'),
       url('/SiteNN/fonts/trebucit-webfont.svg') format('svg'),
       url('/SiteNN/fonts/trebucit-webfont.woff') format('woff'),
       url('/SiteNN/fonts/trebucit-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('/SiteNN/fonts/trebucbd-webfont.eot');
  src: url('/SiteNN/fonts/trebucbd-webfont.eot?#iefix') format('embedded-opentype'),
       url('/SiteNN/fonts/trebucbd-webfont.svg') format('svg'),
       url('/SiteNN/fonts/trebucbd-webfont.woff') format('woff'),
       url('/SiteNN/fonts/trebucbd-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('/SiteNN/fonts/trebucbi-webfont.eot');
  src: url('/SiteNN/fonts/trebucbi-webfont.eot?#iefix') format('embedded-opentype'),
       url('/SiteNN/fonts/trebucbi-webfont.svg') format('svg'),
       url('/SiteNN/fonts/trebucbi-webfont.woff') format('woff'),
       url('/SiteNN/fonts/trebucbi-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block}audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}audio:not([controls]) {display: none;height: 0}[hidden],template {display: none}html {font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html,body {
  height: 100%;
  min-height: 100%;
}
.ie7 html,
.ie7 body {height: auto;}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.428571429;
  font-family: 'Trebuchet MS';
  -webkit-font-smoothing: antialiased;
}

a {
  color: #008dd2;
  background: transparent;
  outline: none;
}

a:active,a:hover {color: #000;}
abbr[title] {border-bottom: 1px dotted}b,strong {font-weight: bold}dfn {font-style: italic}hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0}mark {background: #ff0;color: #000}code,kbd,pre,samp {font-family: monospace, serif;font-size: 1em}pre {white-space: pre-wrap}q {quotes: "\201C" "\201D" "\2018" "\2019"}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}sup {top: -0.5em}sub {bottom: -0.25em}img {border: 0;vertical-align: middle}svg:not(:root) {overflow: hidden}address {font-style: normal;}figure {margin: 0;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em}legend {border: 0;padding: 0}button,input,select,textarea {margin: 0;font: inherit;color: inherit;outline: none;}button,input {line-height: normal}button,select {text-transform: none}input {line-height: normal;}select {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}button[disabled],html input[disabled] {cursor: default}input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0}input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box; box-sizing: content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0}textarea {overflow: auto;vertical-align: top}table {border-collapse: collapse;border-spacing: 0;}td,th {padding: 0;}

/* ============================ Пишем оформление элементов SiteNN по умолчанию */

h1,h2,h3,h4,h5,h6 {}
h1 {font-size: 36px;line-height: 36px;}
h2 {font-size: 30px;line-height: 30px;}
h3 {font-size: 24px;line-height: 24px;}
h4 {font-size: 18px;line-height: 18px;}
h5 {font-size: 14px;line-height: 14px;}
h6 {font-size: 12px;line-height: 12px;}

h1 a,
h2 a,
h3 a {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

h3 {text-align: center;}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
textarea {
  padding: 6px 12px;
  color: #555;
  border: 1px solid #ccc;

  border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;

  font-size: 14px;

  box-shadow: 0 0 10px #eee inset;
  -moz-box-shadow: 0 0 10px #eee inset;
  -webkit-box-shadow: 0 0 10px #eee inset;
  -ms-box-shadow: 0 0 10px #eee inset;

  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input::-webkit-input-placeholder {}
input:-moz-placeholder {}
textarea::-webkit-input-placeholder {}
textarea:-moz-placeholder {}

input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #008BD1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 139, 209, .5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 139, 209, .5);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 139, 209, .5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 139, 209, .5);
}

.view input[type="checkbox"] {height: 16px;}

.view td,
.view th {
  padding: 2px;
}

/* ============================ Готовые классы помошники */

.ie7 .clearfix,
.ie7 .container {zoom: 1;}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {display: table;line-height: 0;content: "";}

.clearfix:after,
.container:after {clear: both;}

.tar {text-align: right;}
.tac {text-align: center;}
.tal {text-align: left;}
.taj {text-align: justify;}
.fl {float: left;}
.fr {float: right;}
.ovh {overflow: hidden;}
.show {display: block;}
.hide {display: none;}

.list-left,
.list-left ul,
.list ul,
.list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li,
.list-left li {position: relative;}

.list-left li {float: left;}
.list-left li ul li {float: none;}

.list li a,
.list-left li a {display: block;}


/* Фиксированный и центрированный контейнер */
.container {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

/* Путь по сайту */
.path {margin: 20px 0 1em 0;}
.path a {}

 /*Основа для кнопок*/
.submit,
.button,
.but {
  position: relative;
  display: inline-block;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #005E9A;
  background-image: -webkit-linear-gradient(top, #0071bf, #004663);
  background-image: -moz-linear-gradient(top, #0071bf, #004663);
  background-image: -o-linear-gradient(top, #0071bf, #004663);
  background-image: linear-gradient(to bottom, #0071bf, #004663);
  padding: 0;
  margin: 0;
  vertical-align: middle;
  min-width: 116px;
  padding: 0 6px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  text-transform: uppercase;
  transition: all .2s;
  border-radius: 2px;
}
.but {
  margin: 7px 0;
  padding: 0 25px;
}

.link {
  padding: 0 5px;
}
.ie7 .submit,
.ie7 .button,
.ie7 .but {
  zoom: 1;
  display: inline;
}

.submit:hover,
.button:hover,
.but:hover {
  color: #fff;
  background: #0070BF;
}

/* ============================ Панель редактирования */

.panel-title span {
  display: block;
  background: rgba(0,0,0,.5);
  border-radius: 2px;
  padding: 3px 6px;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 6px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
  margin-left: 4px;
  font-size: 13px;
  color: #fff;
}

/*
  ================================================================================================== Основная верстка ==================================================================================================
*/

/* ============================ Обертка для прижатия футера */
.wrap {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-width: 1380px;
  position: relative;
}

/* ============================ Шапка */
.header {
  position: relative;
  padding-top: 6px;
  height: 102px;
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
  background: url('/images/header.jpg') center 0 no-repeat;
}

.header p {margin: 0;}

.header .cart {
  color: #fff;
  text-align: center;
}


.header-cont {
  position: absolute;
  top: 15px;
  left: 150px;
  width: 77%;
}

.header-cont a.but {
  float: left;
  margin-right: 30px;
}

.header-cont a.fl {
  background: #E1EEF5;
  border-radius: 5px;
  height: 34px;
  line-height: 34px;
  padding: 0 9px;
  margin-right: 5px;
  text-decoration: none;
}

.header-cont a i {text-decoration: underline;}

.header-cont p {
  color: #008dd2;
  font-size: 17px;
}

.header-cont p span {color: #3e3e3e;}

.search {
  position: relative;
  margin-left: 5px;
}

.search input[type="text"] {
  width: 127px;
  height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #FF0000;
  padding: 0 0 0 12px;
  box-shadow: none;
  font-size: 12px;
  color: #FF0000;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}

.search input::-webkit-input-placeholder {color: #FF0000;}
.search input:-moz-placeholder {color: #FF0000;}

.search input[type="submit"] {
  position: absolute;
  top: 2px;
  right: 7px;
  background: url('/images/search.png') center no-repeat;
  border: 0;
}

.home-top {
  display: inline-block;
  position: absolute;
  top: -14px;
  right: 8px;
}

.home-top small {
    color: #FF0000;
  float: right;
}

.home-top
}

/* ============================ Логотип */
.logo {}

/* ============================ Верхнее меню */
.top-menu {
  position: absolute;
  bottom: -6px;
  left: 165px;
  width: 825px;
}

.top-menu li a {
  text-decoration: none;
  transition: all .2s;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  padding: 5px 2px;
  margin: 0 15px;
  font-weight: bold;
  border-bottom: 4px solid transparent;
}

.top-menu li a.active,
.top-menu li a:hover {
  border-bottom-color: #C2CB70;
  color: #008dd2;
}

/* ============================ Слайдер */
.slider {
  background: url('/images/slider.jpg') center 0 no-repeat;
  height: 310px;
  padding-top: 72px;
}

.slider p {
  font-size: 13px;
}

/* ============================ Тело контента сайта */
.main {
  padding: 50px 0 20px 0;
}

.sidebar-left,
.content {
  position: relative;
  float: left;
  min-height: 1px;
}
/* ============================ Левый блок */
.sidebar-left {
  width: 220px;
}

/* ============================ Левое меню */
.left-menu {
  margin: 25px 0 60px 0;
  border-left: 3px solid #008ED5;
  width: 202px;
}

.left-menu li a {
  text-decoration: none;
  transition: all .2s;
  font-size: 15px;
  padding: 13.5px 14px;
  width: 174px;
  text-transform: uppercase;
  background: #F7F7F7;
  color: #000;
  font-weight: bold;
  margin-bottom: 2px;
}

.left-menu li a.active,
.left-menu li a:hover {
  position: relative;
  background: #008ED5;
  color: #fff;
}

.left-menu li a.active:after,
.left-menu li a:hover:after {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -22.5px;
  width: 12px;
  height: 45px;
  content: "";
  background: url('/images/lmenu-act.png');
}

.feed {
  padding: 15px 50px;
  background-color: #005E9A;
  background-image: -webkit-linear-gradient(top, #0071bf, #004663);
  background-image: -moz-linear-gradient(top, #0071bf, #004663);
  background-image: -o-linear-gradient(top, #0071bf, #004663);
  background-image: linear-gradient(to bottom, #0071bf, #004663);
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  border: 2px solid #2a8dd0;
  transition: all .5s;
}
.feed:hover {
  color: #fff;
  background: #0070BF;
}
.left-menu li a.active {font-weight: bold;}

/* ============================ Контакты */
.address {

}

.address p {margin: 0;}

/* ============================ Контент блок */
.content {
  width: 650px;
  padding: 0 30px;
}

/* Заголовок страницы */
.page-title {margin-top: 0;}

.content p {
  font-size: 14px;
  line-height: 18px;

  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.data,
.tab {
  width: 100%;
  margin: 10px 0 20px 0;
}
.data thead th,
.tab thead th {
  font-size: 12px;
  background: #2a84bf;
  color: #fff;
  padding: 5px;
}

.data thead th a,
.tab thead th a {color: #000;}

.data tbody tr td,
.tab tbody tr td {
  border-bottom: 1px solid #ecf0f1;
  padding: 5px;
}

.tab2 tbody tr td {text-align: center;}

/* ============================ Позиции каталога */
.cat_item {
  float: left;
  margin: 13px 27px 15px 0;
  text-align: center;
  width: 29%;
}

.cat_item img {margin: 5px;}

.catalog-item {
  position: relative;
  float: left;
  width: 180px;
  margin:0 30px 30px 0;
  border: 1px solid #ebebeb;
}

.catalog-item .actionItem {border: none;}

.item-count {
  position: relative;
  text-align: center;
  display: block;
}

#item-detail .item-count {
  text-align: left;
  float: left;
  margin: 0 35px 0 10px;
}

.itemB {
  display: block;
  background: #f1f1f1;
  margin: 10px 0;
  text-align: center;

}

.oldPrice {
  font-size: 18px;
  color: #000;
  text-decoration: line-through;
}

.catalog-item .oldPrice {display: block;text-align: center;
}

.item-count .quantity {
  width: 30px;
  background: #eeeeee;
  border: 1px solid #dedede;
  margin-right: 4px;
}

#item-detail .item-count a {
  left: 100%;
  line-height: normal;
}

.actionItem  {
  display: block;
  border: 1px solid #ebebeb;
  position: relative;
}

.actionItem:before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  background: url('../images/action.png') center no-repeat;
  width: 84px;
  height: 36px;
}

.item-count a {
  position: absolute;
  font-size: 0;
}

.item-count a.inc-up {top: 0;}
.item-count a.inc-down {bottom: 0;}

/* #item-detail .item-count a.inc-up {top: 4px;}
#item-detail .item-count a.inc-down {bottom: 0px;} */

.left-p {
  margin-bottom: 15px;
  padding-left: 10px;
}

.catalog-item > a > img {width: 100%}

.catalog-item .but {display: block;
}

.catalog-item figcaption a:first-child {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
  color: #000;
  text-align: center;
}

.catalog-item .price {
  font-size: 18pt;
  text-align: center;
  display: block;
  margin-top: 35px;

  text-transform: uppercase;
  color: #008dd2;
  font-weight: bold;
}

.catalog-item .price.gotOld {margin-top: 0;}

.catalog-item .price img {
  margin-bottom: 3px;
}

td .price {
  text-align: left;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #008dd2;
}

.catalog-item figcaption {}

/* ============================ Детальная позиции */
.detail-info {
  width: 100%;
  margin-bottom: 50px;
}

.detail-info td:first-child {
  text-align: right;
  vertical-align: top;
  border-right: 3px solid #008ED5;
}

.detail-info td {
  background: #F7F7F7;
  padding: 5px 20px;
  border-bottom: 2px solid #fff;
}

/* ============================ Новости */
.news {
  padding-top: 45px;
  margin-top: 60px;
  height: 400px;
  background: #EDEDED url('/images/news.jpg') top repeat-x;
}

.news-item {
  float: left;
  width: 261px;
  margin-right: 65px;
}

.news-item a {
  display: block;
  color: #000;
  margin-bottom: 5px;
}

.news-item a:hover {text-decoration: none;}

.news-item p {
  font-size: 13px;
}

.padding {height: 109px;}

/* ============================ Подвал */
.footer {
  margin-top: -108px;
  font-size: 12px;
  border-top: 1px solid #fff;
  background: #4D4D4D;
  color: #acacac;
}

.footer a {color: #fff;}

.footer .container {
  height: 73px;
  padding-top: 34px;
}

.footer p {margin: 0;}

.foot-links {
  position: absolute;
  left: 45%;
}

.content .cost {
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  color: #008dd2;
  font-weight: bold;
}

.cost .but {
  margin: 0;
  padding: 0 10px;
}

.icon-price {
  padding: 5px 0 5px 3px;
}

.left-p {
  margin-top: 0;
}

.sale {
  display: block;
  margin-top: 25px;
  text-decoration: none;
}
/* главная правки */
.catalog_main_page {
	/*float: left;
    width: 690px;*/
    margin-top: 25px;
    padding: 0 10px;
    background: #F7F7F7;
	margin-bottom: -25px;
        margin-left: 220px;
}
.catalog_main_page h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.catalog_main_page h3 {
	font-size: 16px;
	width: 160px;
}
.catalog_main_page > div {
	/*text-align: justify;*/
}
.catalog_main_page > div:after {
	width: 100%;
	content: "";
	display: inline-block;
}
.catalog_main_page > div > div {
	display: inline-block;
    width: auto;
    vertical-align: top;
	position: relative;
        margin-right: 15px;
}
.catalog_main_page > div > div:hover h3 {
	color: #ff6600;
}
.catalog_main_page > div > div:hover div {
	border: 1px solid #000;
}
.catalog_main_page > div > div a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.frisquet {
	background: url(/images/Frisquet.png) no-repeat center;
}
.rinnai {
	background: url(/images/Rinnai.png) no-repeat center;
}
.daewoo_boilers {
	background: url(/images/Daewoo_boilers.png) no-repeat center;
}
.kiturami {
    background: url(/images/kiturami_plitka.png) no-repeat center;
}
/* .svetlobor {
	background: url(/images/svetlobor1.jpg) no-repeat center;
} */
.frisquet, .rinnai, .daewoo_boilers, .svetlobor, .kiturami {
	width: 160px;
    height: 136px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.52);
	border: 1px solid transparent;
	margin: 0;
}
.left-menu li a.spec_link {
    background-color: #ff0101;
	color:#fff;
}
.left-menu li a.spec_link.active:after, .left-menu li a.spec_link:hover:after {
	background: url('/images/menu_red.png');
}
#main20 {
  position: absolute;
  right: 101%;
  top: 80px;
  width: 200px;
  font-size: 0;
}
#main20 img {
  width: 100%;
  height: auto;
}
a#main_banner {
    display: block;
    position: absolute;
    left: 100%;
    top: 535px;
}
#mainStella {
    position: absolute;
    left: 100%;
    top: 80px;
}
.stellaText {
    width: 200px;
    display: block;
    text-align: center;
    margin-top: 10px;
}
/*.boilers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.boilers > div {
    width: 33%!important;
}*/

.boilers {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.catalog_main_page .boilers > div {
  margin-right: unset;
}
.boilers__kiturami {
  flex: 1 0 95%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.boilers__kiturami div, 
.boilers__kiturami h3 {
  width: auto;
}
