/*
--------------------------------------------------
Site Base Styles
Author:   Argon
-------------------------------------------------- */

html {
  background-color: #fff;
}

body {
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

html,
body,
#layer {
  min-height: 100%;
}

body > #layer {
  height: auto;
  min-height: 100%;
}

#layer {
  margin: auto;
  min-height: 100%;
  min-width: 1000px;
  position: relative;
  font-size: 1.4em;
  background: url(../images/background.jpg) 50% 0 no-repeat #fff;
  color: #445057;
  overflow: hidden;
}

.wrapper {
  width: 1000px;
  margin: auto;
}


/* #Misc(links)
-------------------------------------------------- */

a img {
  border: none
}

a {
  color: #417a92;
}

a:hover {
  text-decoration: none;
}

.main-block h1,
.h1,
.main-block h2,
.h2,
.main-block h3,
.h3,
.main-block h4,
.h4,
.main-block h5 {
  margin-bottom: 10px;
}

.main-block h1,
.h1 {
  font-size: 30px;
  color: #d22b1f;
  line-height: 1.2em;
}

.main-block h2,
.h2 {
  font-size: 24px;
  color: #d22b1f;
  line-height: 1.2em;
}

.main-block h3,
.h3 {
  font-size: 20px;
  color: #d22b1f;
  line-height: 1.2em;
}

.main-block h4,
.h4 {
  font-size: 18px;
  color: #d22b1f;
  line-height: 1.2em;
}

.main-block p.h1,
.main-block p.h2,
.main-block p.h3,
.main-block p.h4 {
  padding: 0;
}

.main-block h5 {
  font-size: 1.1em;
  line-height: 1em;
}

.main-block p {
  padding: 0 0 15px 0;
}

.main-block table {
  margin: 0 0 5px 0;
}

.main-block li {
  margin: 0 0 5px 0;
}

.main-block blockquote {
  padding: 0 30px;
  font-style: italic;
  border-left: 4px solid #445057;
  margin: 0 0 20px;
}

.left {
  float: left;
  margin: 0 20px 10px 0;
}

.right {
  float: right;
  margin: 0 0 10px 20px;
}

img[align=left] {
  float: left;
  margin: 0 20px 10px 0;
}

img[align=right] {
  float: right;
  margin: 0 0 10px 20px;
}


/* ----------------------------------------------- */


/* #Header
-------------------------------------------------- */

#header {
  height: 264px;
  margin: 0 0 30px;
  position: relative;
  z-index: 10;
}

#header-top {
  height: 200px;
}

#header-right {
  float: right;
  width: 265px;
  color: #445057;
}

#header-left {
  display: none;
}

#logo {
  background: url(../images/logo.png) 0 0 no-repeat;
  height: 30px;
  width: 281px;
  margin: 45px -16px 10px 0;
  text-indent: -9999px;
  overflow: hidden;
}

#logo a {
  height: 30px;
  width: 281px;
  float: left;
}

#work-time {
  height: 65px;
}

#header-search input {
  float: left;
  width: 220px;
  height: 18px;
  padding: 1px 10px;
  background: #094767;
  border: 1px solid #9db5c2;
  border-radius: 2px;
  font-size: 11px;
  color: #fff;
}

#header-search span input {
  background: url(../images/search-button.png) 50% 50% no-repeat;
  width: 22px;
  height: 22px;
  border: none;
  cursor: pointer;
}

#header-search p {
  font-size: 12px;
  padding: 3px 0;
  clear: left;
}

#header-center {
  float: right;
  padding: 45px 40px 0 0;
  width: 195px;
}

#header-center #header-tel > span {
  height: 80px;
  text-align: right;
  font-size: 30px;
  color: #445057;
  line-height: 30px;
}

#header-center #header-tel > span > span {
  font-size: 24px;
  line-height: 20px
}

#header-center #header-tel > span > span.free-call {
  font-size: 18px;
}

#header-top #city-block {
  margin-top: 25px;
}

#header-buttons {
  margin: 0 0 0 -10px;
}

#header-buttons .button {
  float: left;
  width: 88px;
  border: 2px solid #094767;
  height: 38px;
  margin: 0 0 0 10px;
  background: url(../images/corner.png) 100% 0 no-repeat;
}

#header-buttons .button a {
  display: block;
  padding: 4px 10px 0;
  height: 34px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
}

#header-menu {
  height: 63px;
  padding: 0
}

#header-menu table {
  width: 100%;
  border: none;
  font-size: 18px;
}

#header-menu table td {
  border: none;
  white-space: nowrap;
  background: url(../images/hm-bullet-blue.png) -1px 50% no-repeat;
}

#header-menu table td div {
  position: relative;
  height: 63px;
}

#header-menu table td.first {
  background: none
}

#header-menu table td.last a {
  background: none;
}

#header-menu table td a {
  color: #094767;
  display: block;
  height: 63px;
  line-height: 63px;
  text-align: center;
  background: url(../images/hm-bullet-blue.png) 100% 50% no-repeat;
  padding: 0 10px;
}

#header-menu table td.selected a,
#header-menu table td a:hover,
#header-menu table td:hover a {
  background: #d22b1f;
  text-decoration: none;
  margin: 0 -1px 0 -2px;
  padding: 0 11px 0 12px;
  color: #fff;
}

#header-menu table td.last.selected a,
#header-menu table td.last a:hover,
#header-menu table td.last:hover a {
  margin: 0 0 0 -2px;
  padding: 0 10px 0 12px;
}

#header-menu table td.first.selected a,
#header-menu table td.first a:hover,
#header-menu table td.first:hover a {
  margin: 0 -1px 0 0;
  padding: 0 11px 0 10px;
}

#header-menu table td div ul {
  position: absolute;
  left: -2px;
  top: 63px;
  background: #d22b1f;
  font-size: 16px;
  padding: 20px;
  margin: 0;
  display: none;
}

#header-menu table td:hover div ul {
  display: block;
}

#header-menu table td.first div ul {
  left: 0;
}

#header-menu table td.last div ul {
  left: auto;
  right: 0;
}

#header-menu table td div ul li {
  display: block;
  background: url(../images/li2.png) 0 10px no-repeat;
}

#header-menu table td div ul li a,
#header-menu table td:hover div ul li a {
  color: #fff;
  height: auto;
  text-align: left;
  display: inline;
  line-height: 1.2em;
  background: none;
}

#header-menu table td div ul li a:hover {
  text-decoration: underline;
}


/* ----------------------------------------------- */


/* carcase
-------------------------------------------------- */

.main-block {
  width: 100%;
  margin: auto;
}

.main-block-pb {
  padding-bottom: 521px;
}

.left-block-width {
  width: 100%;
  margin: 0 -350px 0 0;
  float: left;
}

.center-block-width {
  margin: 0 360px 0 0;
}

.center-block {
  float: right;
  width: 100%;
  margin: 0 0 0 -370px;
}

.content-block-width {
  margin: 0 0 0 340px;
}

.content-block {
  padding: 30px 0;
}

.left-block {
  width: 310px;
  float: left;
  padding: 30px 0 30px 0;
  position: relative;
  z-index: 1;
}

.right-block {
  width: 310px;
  float: right;
  padding: 30px 0 30px 0;
}

.cat-menu {
  padding: 20px 0;
  margin: 10px 0;
  border: 2px solid #d22b1f;
  font-size: 18px;
}

.cat-menu a {
  color: #d22b1f;
}

.cat-menu ul {
  padding: 0;
  margin: 0;
}

.cat-menu ul li {
  display: block;
  padding: 5px 20px 5px 38px;
  list-style-type: none;
  margin: 0;
  background: url(../images/li.png) 20px 15px no-repeat;
}

.cat-menu ul li.separator {
  display: block;
  padding: 5px 20px 5px 38px;
  list-style-type: none;
  margin: 0;
  background: none;
}

.cat-menu ul li.selected {
  background: url(../images/li2.png) 22px 15px no-repeat #6b401e;
  color: #fff;
  margin: 0 -2px;
  padding: 5px 22px 5px 40px;
}

.cat-menu ul li.selected a {
  color: #fff;
}

.cat-menu ul li ul {
  padding: 10px 0 0 0;
  margin: 0;
}

.cat-menu ul li li {
  font-size: 14px;
  padding: 0 0 10px 11px;
  background: url(../images/li2.png) 0 8px no-repeat;
}

.left-block .cat-menu {
  margin: 0 0 30px;
}

.cat-menu-blue {
  padding: 20px 0;
  margin: 10px 0;
  border: 2px solid #094767;
  font-size: 18px;
}

.cat-menu-blue a {
  color: #094767;
}

.cat-menu-blue ul {
  padding: 0;
  margin: 0;
}

.cat-menu-blue ul li {
  display: block;
  padding: 5px 20px 5px 38px;
  list-style-type: none;
  margin: 0;
  background: url(../images/li3.png) 20px 15px no-repeat;
}

.cat-menu-blue ul li.selected {
  background: url(../images/li2.png) 22px 15px no-repeat #094767;
  color: #fff;
  margin: 0 -2px;
  padding: 5px 22px 5px 40px;
}

.cat-menu-blue ul li.selected a {
  color: #fff;
}

.cat-menu-blue ul li ul {
  padding: 10px 0 0 0;
  margin: 0;
}

.cat-menu-blue ul li li {
  font-size: 14px;
  padding: 0 0 10px 11px;
  background: url(../images/li2.png) 0 8px no-repeat;
}

.left-block .cat-menu-blue {
  margin: 0 0 30px;
}

.catalog-menu-ver2 {
  margin: 0 0 40px;
  padding: 0 0 0 25px;
}

.catalog-menu-ver2 p.h2 {
  margin: 0 0 20px 20px;
  padding: 0;
}

.catalog-menu-ver2 ul {
  padding: 0;
  margin: 0;
}

.catalog-menu-ver2 ul li {
  display: block;
  margin: 0;
  padding: 0 0 10px 20px;
  background: url(../images/li4.png) 0 7px no-repeat;
  font-size: 18px;
}

.catalog-menu-ver2 li ul {
  padding: 10px 0 0 0;
}

.catalog-menu-ver2 ul li li {
  padding: 0 0 5px 10px;
  background: url(../images/li5.png) 0 6px no-repeat;
  font-size: 14px;
}

.catalog-menu-ver2 ul li.selected {
  color: #d22b1f;
  background: url(../images/arrow-red.png) 0 8px no-repeat;
}

.mini-text {
  margin: 0 0 30px;
}

.mini-text p.h2 {
  padding: 0 0 20px 40px;
  margin: 0;
}

.projects-prev {
  border: 2px solid #d22b1f;
  padding: 25px;
  margin: 0 -27px 20px -27px;
}

.content-block .projects-prev {
  margin: 0 0 20px;
  padding: 25px 25px 0 25px;
}

.projects-prev div.name {
  margin: -48px 0 35px -10px;
  padding: 0 10px;
  background: #fff;
  font-size: 30px;
  color: #d22b1f;
  line-height: 1.2em;
  float: left;
}

.projects-list {
  clear: left;
  font-size: 0;
  margin: 0 0 0 -12px;
}

.projects-list .project-item {
  width: 190px;
  font-size: 12px;
  margin: 0 0 30px 12px;
}

.projects-list .project-item .picture {
  width: 190px;
  height: 190px;
  overflow: hidden;
  position: relative;
  margin: 0 0 5px;
}

.projects-list .project-item .picture a {
  display: block;
  position: relative;
  width: 190px;
  height: 190px;
}

.projects-list .project-item .picture img {
  width: 190px;
  height: 190px;
}

.projects-list .project-item .picture a span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/corner2.png) 0 0 no-repeat;
  width: 13px;
  height: 13px;
}

.projects-list .project-item .proj-name {
  text-align: center;
  font-size: 18px;
  margin: 0 0 5px;
}

.projects-list .project-item .desc {
  text-align: center;
  color: #6b401e;
}

.projects-list .project-item .price {
  color: #6b401e;
  text-align: center;
  font-size: 14px;
  margin: 0 0 5px;
}

.projects-list .project-item .button a {
  display: block;
  width: 95px;
  margin: auto;
  background: #6b401e;
  color: #fff;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.projects-list .project-item .button a:hover {
  background: #d22b1f;
  color: #fff;
}

.left-block .popular-proj p.h2 {
  padding: 0 0 20px 40px;
}

.popular-proj .project-item {
  width: 190px;
  font-size: 12px;
  margin: 0 0 30px 40px;
}

.popular-proj .project-item .picture {
  width: 190px;
  height: 190px;
  overflow: hidden;
  position: relative;
  margin: 0 0 5px;
}

.popular-proj .project-item .picture a {
  display: block;
  position: relative;
  width: 190px;
  height: 190px;
}

.popular-proj .project-item .picture a span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/corner2.png) 0 0 no-repeat;
  width: 13px;
  height: 13px;
}

.popular-proj .project-item .proj-name {
  text-align: center;
  font-size: 18px;
  margin: 0 0 5px;
}

.popular-proj .project-item .desc {
  text-align: center;
  color: #445057;
}

.catalog-list {
  font-size: 0;
  margin: 0 0 0 -25px;
}

.catalog-list .catalog-item {
  width: 225px;
  margin: 0 0 40px 25px;
  font-size: 14px;
}

.catalog-list .catalog-item-select {
  margin: 0 0 0 -225px;
  width: 225px;
  vertical-align: bottom;
}

.catalog-list .catalog-item-select select {
  width: 225px;
  ;
  height: 24px;
  padding: 2px;
  background: #fff;
  border: 1px solid #445057;
  font-size: 14px;
  line-height: 1em;
}

.catalog-list .catalog-item .picture {
  width: 225px;
  height: 225px;
  overflow: hidden;
  margin: 0 0 10px;
}

.catalog-list .catalog-item .name {
  text-align: center;
  font-size: 18px;
}

.catalog-list .catalog-item .name span {
  font-size: 14px;
}

.ib {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  zoom: 1;
  *display: inline;
}

#breadcrumbs {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 0 -5px;
  padding: 25px 0 0 0;
  font-size: 11px;
  color: #d22b1f;
}

#breadcrumbs ul {
  padding: 0;
  margin: 0;
}

#breadcrumbs ul li {
  float: left;
  margin: 0 0 0 5px;
  padding: 0 10px 0 0;
  background: url(../images/breadcrumbs-li.png) 100% 5px no-repeat;
}

#breadcrumbs ul li.current {
  background: none;
}


/* ----------------------------------------------- */


/* #Content
-------------------------------------------------- */

.content-block table {
  border-top: 0 solid #445057;
  border-left: 0 solid #445057;
  margin-bottom: 20px;
}

.content-block table thead th {
  border-bottom: 0 solid #445057;
  padding: 5px 10px;
  background: #445057;
  border-right: 0 solid #fff;
  color: #fff;
  font-weight: normal;
}

.content-block table thead th:last-child {
  border-color: #445057;
}

.content-block table tbody td {
  border-right: 0 solid #445057;
  border-bottom: 0 solid #445057;
  padding: 5px 10px;
}

.content-block ul {
  padding: 0 0 20px;
  margin: 0;
}

.content-block ul li {
  list-style-type: none;
  display: block;
  padding: 0 0 10px 15px;
  background: url(../images/li.png) 0 8px no-repeat;
}

.form-block {
  background: url(../images/form-back.png) 0 0 no-repeat;
  width: 623px;
  height: 421px;
  margin: -10px 0 30px -195px;
  padding: 35px 0 0 195px;
  color: #fff;
}

.form-block div.name {
  padding: 0 0 20px;
  font-size: 24px;
}

.form-block table {
  border: none;
}

.form-block table tbody td {
  padding: 0 5px 8px 0;
  border: none;
}

.form-block table tbody td.name {
  padding-top: 10px;
}

.form-block table tbody td.input-min span {
  float: left;
  line-height: 20px;
  font-size: 11px;
  margin: 0 10px 0 0;
}

.form-block table tbody td.input-min span.w {
  line-height: 1em;
}

.form-block table tbody td.input-min input {
  float: left;
  width: 35px;
  height: 18px;
  padding: 2px 5px;
  background: #fff;
  border: none;
  text-align: center;
}

.form-block table tbody td.select label,
.form-block table tbody td.input-min label {
  display: block;
  font-size: 12px;
  margin: 5px 0 3px;
}

.form-block table tbody td.select select {
  width: 150px;
  height: 22px;
  border: none;
  background: #fff;
  padding: 2px;
  font-size: 12px;
  color: #445057;
}

.form-block table tbody td.select-wide select {
  width: 450px;
  height: 22px;
  border: none;
  background: #fff;
  padding: 2px;
  font-size: 12px;
  color: #445057;
}

.form-block table tbody td.button {
  padding: 10px 0 0 0;
}

.form-block table tbody td.button input {
  width: 150px;
  height: 24px;
  border: none;
  background: #d22b1f;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.form-block table tbody td.button input:hover,
.form-block table tbody td.button input:focus,
.form-block table tbody td.button input:active {
  background: #fff;
  color: #d22b1f;
}

.product-block {
  margin: 0 0 50px;
}

.product-block .product-block-content {
  /*float: right;*/
  width: 100%;
  /*margin: 0 0 0 -400px;*/
}

.product-block .product-block-content .product-desc {
  /*margin: 0 0 0 360px;*/
}

.product-block .product-block-content .product-desc table {
  width: 100%;
  border: none;
}

.product-block .product-block-content .product-desc table td {
  border: none;
  border-bottom: 1px solid #dadcdd;
  padding: 5px 0;
}

.product-block .product-block-content .product-desc table td.legend2 {
  border-bottom: none;
}

.product-block .product-block-content .product-desc table td.legend,
.product-block .product-block-content .product-desc table td.legend2 {
  padding-right: 20px;
}

.product-block .product-block-content .product-desc table td.legend span,
.product-block .product-block-content .product-desc table td.legend2 span {
  font-size: 12px;
}

.product-block .product-block-content .product-desc table td.price {
  /*width: 100px;*/
  color: #094767;
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
}

.product-block .product-block-content .product-desc table td.price strong {
  font-weight: normal;
  font-size: 18px;
}

.product-block .product-block-content .product-desc table td.price span {
  font-size: 14px;
}

.product-block .product-block-content .product-desc table td.price .button {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  background: url(../images/ico-basket.png) 0 3px no-repeat;
}

.product-block .product-block-content .product-desc table td.ptc {
  color: #094767;
}

.product-block .product-block-content .product-desc table td.desc {
  border-bottom: none;
}

.product-block .product-pictures {
  /*float: left;*/
  width: 100%;
  /*margin: 8px 0*/
}

.product-block .product-pictures .picture {
  margin: 0 0 20px;
  position: relative;
}

.product-block .product-pictures .picture img {
  width: 100%;
}

.product-block .product-pictures .picture div.free-project {
  position: absolute;
  top: 0;
  left: 10px;
}

.product-block .product-pictures .picture div.free-project > img {
  width: 100px;
  cursor: pointer;
}

.product-block .product-pictures .picture div.free-project > img:hover {
  transform: scale(1.03, 1.03);
}

.t2-content .tabs .pic {
  position: relative;
}

.t2-content .tabs .pic .ico-zoom,
.product-block .product-pictures .picture .ico-zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/ico-zoom.png) 0 0 no-repeat;
  width: 45px;
  height: 45px;
}

.t2-content .tabs .pic .ico-zoom {
  width: 20px;
  height: 20px;
  background-size: contain;
}

.product-block .product-pictures .content-slider {
  padding: 0 0 0 20px;
  position: relative;
}

.product-block .product-pictures .content-slider .content-overflow {
  width: 595px;
  overflow: hidden;
}

.product-block .product-pictures .content-slider .content-overflow .content-slider-overflow {
  width: 620px;
}

.product-block .product-pictures .content-slider ul {
  padding: 0;
  margin: 0;
}

.product-block .product-pictures .content-slider ul li {
  float: left;
  width: 89px;
  height: 89px;
  padding: 0;
  margin: 0 14px 0 0;
  list-style-type: none;
  background: none;
  position: relative;
  overflow: hidden;
}

.product-block .product-pictures .content-slider ul li .selected span {
  position: absolute;
  width: 83px;
  height: 83px;
  border: 3px solid #094767;
  left: 0;
  top: 0;
}

.product-block .product-pictures .content-slider .content-slider-left,
.product-block .product-pictures .content-slider .content-slider-right {
  position: absolute;
  width: 15px;
  height: 89px;
  background: url(../images/slider-arrows.png) no-repeat;
  top: 0;
}

.product-block .product-pictures .content-slider .content-slider-left {
  left: 0;
  background-position: 0 50%;
}

.product-block .product-pictures .content-slider .content-slider-right {
  left: 620px;
  background-position: -15px 50%;
}

.product-block .product-pictures .content-slider .disabled {
  opacity: 0.5;
}

.duo-blocks {}

.duo-blocks .duo-left {
  float: left;
  width: 100%;
  margin: 0 -60% 0 0;
}

.duo-blocks .duo-right {
  float: right;
  width: 290px;
}

.duo-blocks .duo-left .duo-cont {
  padding: 0 10px 0 0;
  margin: 0 290px 0 0;
}

.duo-blocks .duo-left .duo-cont img {
  width: 310px;
}

.duo-blocks .duo-right .duo-cont {
  padding: 0 0 0 10px;
}

.duo-blocks .duo-right .duo-cont img {
  width: 285px;
}

.pictures-list {}

.pictures-list .pic {
  margin: 0 0 20px;
}

p.price-obj {
  font-size: 18px;
  margin: -10px 0 20px;
}

p.price-obj strong {
  font-size: 24px;
}

.tabs {
  margin: 0 0 40px;
}

.tabs ul.tabs-ul {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0;
  /*background: url(../images/border.png) 0 100% repeat-x; ken*/
}

.tabs ul.tabs-ul li {
  height: 65px;
  padding: 0;
  background: none;
  float: left;
  width: 122px;
  margin: 1px 6px 0 0;
  position: relative;
}

.tabs ul.tabs-ul li a {
  display: block;
  height: 65px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #094767;
  padding: 0 4px 0 10px;
}

.tabs ul.tabs-ul li a i {
  position: absolute;
  background: url(../images/tab-li.png) 0 0 no-repeat;
  width: 18px;
  height: 65px;
  right: -18px;
  top: 0;
  z-index: 3;
}

.tabs ul.tabs-ul li.active {
  z-index: 5;
}

.tabs ul.tabs-ul li.active a {
  background: #d22b1f;
}

.tabs ul.tabs-ul li a span {
  display: table-cell;
  height: 65px;
  text-align: center;
  vertical-align: middle;
  width: 110px;
}

.tabs ul.tabs-ul li a:hover span {
  text-decoration: underline;
}

.tabs ul.tabs-ul li.active a i {
  background-image: url(../images/tab-li-active.png);
}

.tabs .tab {
  padding: 30px 20px;
  border: 2px solid #d22b1f;
}

.tabs-min {
  margin: 0 0 40px;
}

.tabs-min ul.tabs-ul {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0;
  background: none;
  font-size: 12px;
}

.tabs-min ul.tabs-ul li {
  height: 25px;
  padding: 0;
  background: none;
  float: left;
  width: 70px;
  margin: 1px 6px 0 0;
  position: relative;
}

.tabs-min ul.tabs-ul li a {
  display: block;
  height: 25px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #094767;
  padding: 0 4px 0 5px;
}

.tabs-min ul.tabs-ul li a:hover span {
  text-decoration: underline;
}

.tabs-min ul.tabs-ul li a i {
  position: absolute;
  background: url(../images/tab-li2.png) 0 0 no-repeat;
  width: 11px;
  height: 25px;
  right: -11px;
  top: 0;
  z-index: 3;
}

.tabs-min ul.tabs-ul li.active {
  z-index: 5;
}

.tabs-min ul.tabs-ul li.active a {
  background: #d22b1f;
}

.tabs-min ul.tabs-ul li a span {
  display: table-cell;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  width: 70px;
}

.tabs-min ul.tabs-ul li.active a i {
  background-image: url(../images/tab-li-active.png);
}

.tabs-min .tabm {
  padding: 20px 0;
}

.tabs-min .tabm p.h4 {
  color: #445057;
}

.proj-cont {
  float: right;
  padding: 8px 5px 3px 8px;
  margin: -8px 0;
  background: #094767;
  width: 130px;
}

.proj-cont ul {
  padding: 0;
  margin: 0;
}

.proj-cont ul li {
  display: block;
  font-size: 15px;
  padding: 0 0 5px 17px;
  margin: 0;
}

.proj-cont ul li.ico-mail {
  background: url(../images/ico-mail.png) 0 2px no-repeat;
}

.proj-cont ul li.ico-tel {
  background: url(../images/ico-tel.png) 3px 2px no-repeat;
}

.proj-cont ul li.ico-arrow {
  background: url(../images/ico-arrow.png) 0 4px no-repeat;
}

.proj-cont ul li a {
  color: #fff;
}

.content-slider {
  position: relative;
}

.content-slider ul {
  padding: 0;
  margin: 0;
}

.content-slider ul li {
  float: left;
  padding: 0;
  margin: 0;
  background: none;
}

.tabs-min .content-slider {
  margin: 0 0 20px;
}

.tabs-min .content-slider .content-slider-left,
.tabs-min .content-slider .content-slider-right {
  width: 45px;
  height: 45px;
  background: url(../images/slider-arrows2.png);
  top: 50%;
  position: absolute;
  margin-top: -22px;
  display: none;
}

.tabs-min .content-slider:hover .content-slider-left,
.tabs-min .content-slider:hover .content-slider-right {
  display: block;
}

.tabs-min .content-slider .content-slider-left {
  left: 0;
}

.tabs-min .content-slider .content-slider-right {
  right: 0;
  background-position: -45px 0;
}

.tabs-min .content-slider .disabled {
  opacity: 0.5;
}

.faq-list {}

.faq-list .faq-item {
  margin: 0 0 20px;
  border-bottom: 1px solid #ecedee;
}

.faq-list .faq-item .date {
  color: #808a90;
  padding: 0 0 10px;
  font-weight: bold;
}

.faq-list .faq-item .name {
  color: #808a90;
  padding: 0 0 5px;
  font-weight: bold;
}

.faq-list .faq-item .q-text {
  padding: 0 0 10px;
  font-style: italic;
  /*font-size: 12px;*/
}

.faq-list .faq-item .a-text {
  padding: 0 0 15px;
  font-size: 14px;
}

.form-min {}

.form-min table {
  border: none;
  width: 100%;
}

.form-min table tbody td {
  border: none;
  padding: 0 0 12px 10px !important;
  vertical-align: top;
}

.form-min table tbody td.legend {
  text-align: right;
  font-size: 14px;
  width: 60px;
  padding-top: 4px !important;
  line-height: 1em;
}

.order-block .form-min table tbody td.legend {
  width: 160px;
}

.form-min table tbody td.input {
  width: 216px;
}

.form-min table tbody td.input input {
  width: 196px;
  padding: 2px 10px;
  border: 1px solid #566067;
  height: 18px;
}

.form-min table tbody td.input-wide {
  width: 350px;
}

.form-min table tbody td.input-wide input {
  width: 334px;
  padding: 2px 10px;
  border: 1px solid #566067;
  height: 18px;
}

.form-min table tbody td.select-wide select {
  width: 356px;
  padding: 2px;
  border: 1px solid #566067;
  height: 24px;
}

.form-min table tbody td.cap4a .picture {
  float: left;
}

.form-min table tbody td.cap4a .picture p {
  text-align: right;
  padding: 0;
}

.form-min table tbody td.cap4a input {
  width: 196px;
  padding: 2px 10px;
  border: 1px solid #566067;
  height: 18px;
  float: left;
  margin: 10px 0 0 20px;
}

.form-min table tbody td.textarea textarea {
  width: 520px;
  padding: 10px;
  border: 1px solid #566067;
  height: 40px;
  resize: vertical;
}

.form-min table tbody td.textarea2 textarea {
  width: 334px;
  padding: 10px;
  border: 1px solid #566067;
  height: 140px;
  resize: vertical;
}

.form-min table tbody td.button input {
  width: 150px;
  height: 24px;
  border: none;
  background: #094767;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.form-min table tbody td.button input:hover,
.form-min table tbody td.button input:focus,
.form-min table tbody td.button input:active {
  background: #d22b1f;
  color: #fff;
}

.form-min table tbody td.nb {
  color: #b8b8b8;
  font-size: 12px;
  vertical-align: middle;
}

.form-min table tbody td.button-big input {
  width: 380px;
  height: 38px;
  background: #d22b1f;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}

.form-min table tbody td.button-big input:hover,
.form-min table tbody td.button-big input:focus,
.form-min table tbody td.button-big input:active {
  background: #094767;
  color: #fff;
}

.error-message {
  display: none;
}

.error {
  border: solid 1px red !important;
}

.red {
  color: #d22b1f;
}

.grey {
  color: #b8b8b8
}

p.show-more {
  float: right;
  margin: 5px 20px 0 0;
  padding: 0 15px 0 0;
  background: url(../images/arrow-red.png) 100% 7px no-repeat;
}

p.show-more a {
  color: #d22b1f;
}

.sort-block {
  border-top: 1px solid #a1a7ab;
  border-bottom: 1px solid #a1a7ab;
  padding: 12px 0;
  margin: 0 0 40px;
}

.sort-block .show-by {
  float: right;
  color: #445057;
}

.sort-block .legend {
  margin: 0 15px 0 0;
}

.sort-block .show-by select {
  border: 1px solid #445057;
  padding: 2px;
  height: 22px;
}

.sort-block .type a {
  margin: 0 20px 0 0;
  padding-right: 12px;
}

.sort-block .type a.up {
  background: url(../images/sort-up.png) 100% 8px no-repeat;
}

.sort-block .type a.down {
  background: url(../images/sort-down.png) 100% 8px no-repeat;
}

.search-form {
  padding: 20px;
  background: #6b401e;
  color: #fff;
  margin: 0 0 40px;
}

.search-form .legend {
  float: left;
  margin: 0 20px 0 0;
}

.search-form .input {
  float: left;
  margin: 0 20px 0 0;
}

.search-form .input label {
  margin: 0 5px 0 0;
  line-height: 22px;
}

.search-form .input input {
  width: 32px;
  height: 18px;
  padding: 2px 5px;
  text-align: center;
  border: none;
  background: #fff;
}

.search-form .button {
  float: right;
}

.search-form .button input {
  background: #d22b1f;
  color: #fff;
  cursor: pointer;
  width: 150px;
  height: 22px;
  font-size: 14px;
  border: none;
  transition: all 0.2s ease;
}

.search-form .button input:hover,
.search-form .button input:focus,
.search-form .button input:active {
  background: #fff;
  color: #d22b1f;
}

.feedbacks-list {
  margin: 0 0 0 -40px;
  font-size: 0;
}

.feedbacks-list .feedback-item {
  width: 310px;
  margin: 0 0 40px 40px;
  font-size: 14px;
}

.feedbacks-list .feedback-item .content-slider {
  padding: 10px;
  border: 1px solid #094767;
  position: relative;
  margin: 0 10px;
}

.feedbacks-list .feedback-item:hover .content-slider {
  border-color: #d22b1f;
}

.feedbacks-list .feedback-item .content-slider .content-overflow {
  width: 267px;
  overflow: hidden;
}

.feedbacks-list .feedback-item .content-slider .content-slider-overflow {
  width: 300px;
}

.feedbacks-list .feedback-item .content-slider ul {
  padding: 0;
  margin: 0;
}

.feedbacks-list .feedback-item .content-slider ul li {
  float: left;
  width: 80px;
  height: 80px;
  border: 2px solid #094767;
  margin: 0 7px 0 0;
}

.feedbacks-list .feedback-item .content-slider ul li:hover {
  border-color: #d22b1f;
}

.feedbacks-list .feedback-item .content-slider .disabled {
  opacity: 0.5;
  cursor: default;
}

.feedbacks-list .feedback-item .content-slider .content-slider-left,
.feedbacks-list .feedback-item .content-slider .content-slider-right {
  position: absolute;
  height: 90px;
  width: 10px;
  top: 5px;
}

.feedbacks-list .feedback-item .content-slider .content-slider-left {
  left: -10px;
  background: url(../images/slider-l.png) 50% 50% no-repeat;
}

.feedbacks-list .feedback-item .content-slider .content-slider-right {
  right: -10px;
  background: url(../images/slider-r.png) 50% 50% no-repeat;
}

.basket-block {}

.basket-block table {
  width: 100%;
  margin: 0 0 20px;
}

.basket-block table thead th {
  padding: 10px 20px;
  text-align: center;
}

.basket-block table thead th.name {
  text-align: left;
}

.basket-block table tbody td {
  padding: 10px 20px;
  border: 1px solid #445057;
}

.basket-block table tbody td.number {
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}

.basket-block table tbody td.name p {
  padding: 0;
}

.basket-block table tbody td.price,
.basket-block table tbody td.total {
  font-size: 18px;
  text-align: center;
}

.basket-block table tbody td.total {
  border-right: 1px solid #445057;
}

.basket-block table tbody td.to-basket img {
  margin-left: 43px;
}

.basket-block table tbody .more-prod td {
  border-bottom: none;
}

.basket-block table tbody .more-prod td.number,
.basket-block table tbody .more-prod td.total,
.basket-block table tbody .more-prod td.delete {
  border-bottom: 1px solid #445057;
}

.basket-block .price-total {
  text-align: right;
  font-size: 18px;
  margin: 0 20px 20px 0;
  color: #d22b1f;
}

.basket-block .price-total strong {
  font-size: 24px;
  margin: 0 5px 0 40px;
  font-weight: normal;
}

.basket-block .big-buttons {
  text-align: right;
  margin: 0 0 30px;
}

.basket-block .big-buttons input {
  margin: 0 0 0 10px;
  background: #094767;
  border: none;
  width: 200px;
  height: 38px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.basket-block .big-buttons input:hover,
.basket-block .big-buttons input:focus,
.basket-block .big-buttons input:active {
  background: #d22b1f;
  color: #fff;
}

.basket-block .order-block {
  border-top: 2px solid #d22b1f;
  padding: 20px 0;
}

.basket-block .big-buttons2 {
  margin: 0 0 30px;
}

.basket-block .big-buttons2 input {
  margin: 0 10px 0 0;
  background: #094767;
  border: none;
  width: 200px;
  height: 38px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.basket-block .big-buttons2 span input {
  float: right;
  background: #d22b1f;
  font-size: 18px;
  margin: 0;
}

.basket-block .big-buttons2 span input.button-wide {
  float: right;
  background: #d22b1f;
  font-size: 18px;
  margin: 0;
  width: 380px;
}

.basket-block .big-buttons2 input:hover,
.basket-block .big-buttons2 input:focus,
.basket-block .big-buttons2 input:active {
  background: #d22b1f;
  color: #fff;
}

.basket-block .big-buttons2 span input:hover,
.basket-block .big-buttons2 span input:focus,
.basket-block .big-buttons2 span input:active {
  background: #094767;
  color: #fff;
}

.radio-group {
  margin: 0 0 10px;
}

.radio-group .radio-item {
  float: left;
  margin: 0 20px 0 0;
}

.radio-group .radio-item label {
  cursor: pointer;
}

.radio {
  float: left;
  width: 18px;
  height: 18px;
  background: url(../images/radio.png) 0 0 no-repeat;
  margin: 0 5px 0 0;
}

.radio label {
  float: left;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: relative;
}

.radio label input {
  position: absolute;
  left: -50px;
  top: -50px;
}

.radio label.checked {
  background: url(../images/radio.png) -18px 0 no-repeat;
}


/* ----------------------------------------------- */


/* #Footer
-------------------------------------------------- */

#footer {
  position: relative;
  margin: -521px auto 0 auto;
  min-width: 1000px;
  color: #484747;
  font-size: 1.2em;
  background: url(../images/footer.png) 50% 0 repeat-x;
  clear: both;
  padding-top: 390px;
  height: 130px;
}

#footer a {
  color: #094767;
}

#footer-copyright {
  padding: 65px 0 0 0;
  float: right;
  width: 235px;
}

#footer-left {
  float: left;
  padding: 80px 0 0 0;
  width: 250px;
}

#footer-logo {
  background: url(../images/footer-logo.png) 0 0 no-repeat;
  width: 171px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 0 10px;
  font-size: 11px;
}

#footer-logo a {
  float: left;
  width: 171px;
  height: 18px;
}


/* ----------------------------------------------- */

.content-specification-smety > div > div > table,
.content-specification-smety > div > div > table > tbody > tr > td img {
  width: 100%;
}


/*ken*/

.bx_ui_slider_track div {
  background: #cdcdcd;
}

.bx_filter.bx_green {
  margin-bottom: 25px;
}

.left-block .bx_filter.bx_green .bx_filter_section {
  background: #fff;
  border: 2px solid #d22b1f;
}

.bx_filter_section .bx_ui_slider_pricebar_V,
.bx_filter_section .bx_ui_slider_range {
  background: rgb(245, 18, 2) !important;
}

.bx_filter_section .bx_ui_slider_pricebar_VN {
  background: #ccc !important;
}

.bx_filter_button_box.active .bx_filter_parameters_box_container .bx_filter_search_button {
  background: #dc2b1e;
  border: 0;
  width: 110px;
  color: #fff;
  float: left;
  margin-right: 0px;
  height: 30px;
  line-height: 14px;
}

.bx_filter_button_box.active .bx_filter_parameters_box_container .bx_filter_search_button:hover {
  background: #e56056;
}

.bx_filter_button_box.active .bx_filter_search_reset {
  height: 30px;
  line-height: 14px;
  background: #dc2b1e;
  border: 0;
  width: 110px;
  color: #fff;
  float: right;
  margin-right: 0px;
}

.bx_filter_button_box.active .bx_filter_search_reset:hover {
  color: #fff;
  background: rgba(220, 43, 30, 0.75);
}

.bx_filter .bx_filter_section .bx_filter_title {
  color: #d22b1f;
}

.bx_filter .bx_filter_section .bx_filter_title {
  padding-left: 0px;
}

.catalog_sections_title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #d22b1f;
  text-shadow: 0 1px 0 #fff;
  padding-left: 38px;
}

.bx_filter .bx_filter_section .bx_filter_parameters_box_title {
  color: #444;
  font-size: 18px;
}

.left-block .bx_filter.bx_green .bx_filter_section {
  background: #fff;
  border: 2px solid #d22b1f;
  padding: 20px 32px;
}

.left-block .bx_filter .bx_filter_parameters_box_title {
  text-decoration: underline;
  border-bottom: 0;
}

.left-block .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
  background: none;
}

.left-block .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
  border: 1px solid #d22b1f;
  /*box-shadow: none;*/
}

.left-block .bx_filter .bx_filter_button_box,
.left-block .bx_filter .bx_filter_parameters_box {
  padding: 0px;
  margin-bottom: 5px;
}

.left-block .bx_filter_parameters_box.active {
  margin-bottom: 5px !important;
}

.left-block .bx_filter .bx_ui_slider_part.p2 span,
.bx_filter.bx_green .bx_ui_slider_part.p3 span,
.bx_filter.bx_green .bx_ui_slider_part.p4 span {
  color: #777 !important;
}

.left-block .cat-menu ul li {
  background: none;
}

.left-block .cat-menu ul li.selected a {
  color: #d22b1f;
}

.left-block .bx_filter .bx_ui_slider_part span {
  color: #444;
}

.clearboth {
  position: relative;
  float: left;
  width: 200%;
  height: 10px;
}

.bx_filter .bx_ui_slider_range {
  background: #ccc !important;
  z-index: 999;
  background: rgb(245, 18, 2) !important;
}

.bx_filter.bx_green .bx_ui_slider_pricebar_VD {
  z-index: 999;
  background: rgb(245, 18, 2) !important;
}

.bx_filter.bx_green .bx_ui_slider_pricebar_VD {
  background: #f51202 !important;
}

.bx_filter .bx_ui_slider_pricebar_VN {
  left: 0% !important;
  right: 0% !important;
}


/*ken*/


/* itilev */

.catalog-filter-go {
  text-align: right;
  margin-bottom: 5px;
}

.catalog-filter-fixed {
  position: fixed;
  top: 320px;
  right: 25px;
  width: 200px;
  border: solid 2px #d22b1f;
  background: #fff;
  opacity: 0.5;
  padding: 20px 10px;
}

.catalog-filter-fixed:hover {
  opacity: 1;
}

.catalog-filter-fixed > div {
  font-weight: bold;
  text-align: center;
}

.catalog-filter-fixed > ul > li {
  list-style: disc;
}


/* itilev */


/*ken*/

.filter_block {
  width: 265px;
  font-size: 12px;
  float: right;
}

.filter_list {
  padding: 5px 3px 0px 10px;
  height: 19px;
  cursor: pointer;
  border-radius: 0px;
  margin: 0 20px 0 0;
  color: #fff;
  width: 227px;
  z-index: 11;
  background: #094767;
  border: 1px solid #9db5c2;
}

div#btn {
  background: url(/images/dropdown.png);
  width: 17px;
  height: 18px;
  float: right;
}

ul.material_list {
  padding-left: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #9db5c2;
  width: 232px;
  position: absolute;
  background: #fff;
  z-index: 1;
}

ul.material_list li,
ul.material_list li a {
  text-decoration: none;
  line-height: 17px;
}

ul.material_list li a {
  color: #3e3e3e;
}

i.fa.fa-caret-down {
  float: right;
  margin-right: 5px;
  margin-top: 0px;
  font-size: 16px;
}

#header-search input {
  height: 21px;
  font-family: 'PT Sans Narrow', Arial, sans-serif;
  font-size: 12px;
}


/*ken*/


/*ken ����� �� ��� ���������*/

.left-block .form-block {
  height: auto;
  width: 243px;
  border: 2px solid #d22b1f;
  padding: 20px 32px;
  margin: auto;
  margin-bottom: 25px;
  background: #fff;
}

.form-block {
  background: url(../images/form-back.png) 0 0 no-repeat;
  width: 623px;
  height: 421px;
  margin: -10px 0 30px -195px;
  padding: 35px 0 0 195px;
  color: #fff;
}

.left-block .form-block input {
  width: 80px;
  height: 35px;
  display: block;
  font-size: 18px;
  margin-top: 5px;
  border: 1px solid #d22b1f;
  border-radius: 2px;
  background: #fff;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, .75);
  float: left;
}

.left-block .form-block td {
  font-size: 18px;
  cursor: pointer;
  color: #444;
  padding-right: 0px;
  margin-bottom: 10px;
  position: relative;
  text-decoration: underline;
}

.left-block .form-block {
  height: auto;
  width: 243px;
  border: 2px solid #d22b1f;
  padding: 20px 32px;
  margin: auto;
  margin-bottom: 25px;
  background: #fff;
}

.left-block .form-block .name {
  color: #d22b1f;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0px;
  text-shadow: 0 1px 0 #fff;
}

.left-block .form-block table tbody td.select select {
  border: 1px solid #d22b1f;
  height: 35px;
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
  box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, .75);
}

.left-block .form-block input:nth-child(2n) {
  float: right;
}

.left-block .form-block input[type="submit"] {
  background: #dc2b1e;
  border: 0;
  width: 110px;
  color: #fff;
  float: right;
  margin-right: 0px;
  height: 30px;
  line-height: 14px;
  box-shadow: none;
}

.left-block .form-block span.input {
  text-align: center;
  width: 100%;
  float: left;
  text-align: left;
  font-size: 13px;
  transition: 0.3s;
}

.left-block .form-block input[type="checkbox"] {
  box-shadow: none;
  width: 10px;
  position: relative;
  float: left;
  display: block;
  top: 4px;
  height: 12px;
  margin: 0px;
  left: -25px;
}

.left-block .form-block td.checkboxmultiple span.input {
  padding-left: 25px;
}

.left-block span.irs.irs-with-grid {
  display: block;
  float: left;
  width: 100%;
}


/*ken*/


/* slides */

.slides-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.slides-gallery {
  position: relative;
  /*leave this value alone*/
  border: none;
  overflow: scroll;
  /*leave this value alone*/
  width: 610px;
  /*Width of Carousel Viewer itself*/
  height: 135px;
  /*Height should enough to fit largest content's height*/
  margin-left: 10px;
}

#detail-picture-gallery.slides-gallery {
  height: 90px;
}

#project-version-gallery.slides-gallery {
  height: 150px;
}

.slides-gallery .belt {
  position: absolute;
  /*leave this value alone*/
  left: 0;
  top: 0;
}

.slides-gallery .panel {
  float: left;
  /*leave this value alone*/
  overflow: hidden;
  /*clip content that go outside dimensions of holding panel DIV*/
  margin: 0 10px;
  /*margin around each panel*/
  width: 90px;
  /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
  cursor: pointer;
}

.slides-gallery {
  position: relative;
}

.slides-wrapper > .slides-gallery-nav {
  display: inline-block;
  width: 15px;
  height: 28px;
  background: url(/assets/images/slider-arrows.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 32px;
}

.slides-wrapper > .slides-gallery-nav:first-of-type {
  background-position: center left;
  left: -5px;
}

.slides-wrapper > .slides-gallery-nav:last-of-type {
  background-position: center right;
  right: 25px;
}

.slides-wrapper > .slides-gallery-nav.disabled {
  opacity: 0.3;
  cursor: default;
}

#header-center a {
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.left-block > a.free-project {
	display: block;
	margin-bottom: 20px;
}

.left-block > a.free-project > span {
	color: #f00;
	font-weight: bold;
}