@charset "utf-8";
.bdb {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  color: #000000;
}

a{
  color: #818181;
}

h2 a{
  text-decoration: none;
}

h2 a:hover{
  text-decoration: underline;
}

p{
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 23px;
  font-family: 'SegoeUI-Light';
}

body{
	/* min-width: 1170px; */
}

.w {
  width: 1170px;
  margin: 0 auto;
}
.main {
  margin-bottom: 27px;
  margin-top: 160px;
}
.machine + .main{
  margin-top: 0;
}
.header {
  background: url(../images/bg-head.jpg) center 0 no-repeat;
  border-bottom: 4px solid #b80000;
  padding: 25px 0;
  margin-bottom: 11px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.hero{
  margin-top: 160px; 
}

.header .logo {
  display: block;
  float: left;
  margin-top: 25px;
}
.header .btn {
  display: inline-block;
  font: 17px/44px 'pf_square_sans_probold', Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #b80000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 22px;
  border: 2px solid #b80000;
  float: right;
  margin-left: 44px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header .btn:hover {
  background: #b80000;
  color: #fff;
}
.header-in,
.foot-mdl {
  float: right;
}
.header-in ul,
.foot-mdl > ul {
  overflow: hidden;
  margin-bottom: 14px;
}
.header-in ul li,
.foot-mdl > ul li {
  display: block;
  float: left;
  font: 16px 'proxima_nova_ltlight', Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-left: 45px;
}
.header-in ul li:first-child,
.foot-mdl > ul li:first-child {
  margin-left: 0;
}
.header-in ul li a,
.foot-mdl > ul li a {
  color: #696969;
}
.header-in ul li a:hover,
.foot-mdl > ul li a:hover {
  text-decoration: none;
}
.phone {
  float: right;
  text-align: left;
  margin: 0px 0 0 23px;    
}

.phone > span{
  font: 16px 'proxima_nova_rgbold', Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.phone > span a{
  font: 18px 'proxima_nova_rgbold', Arial, Helvetica Neue, Helvetica, sans-serif;  
}
.phone > span.getcall > a {
  color: #000000;
  text-decoration: none;
}
.phone > span.getcall > a:hover {
  color: #000000;
  text-decoration: underline;
}
.phone > a {
  color: #b80000;
  font: 14px 'Open Sans', sans-serif;
  text-decoration: none;
  border-bottom: 1px dashed #b80000;
  position: relative;
  top: -5px;
}
.hero-slider {
  position: relative;
  border: 1px solid #cac8c8;
}
.hero-slider .bx-pager {
  position: absolute;
  bottom: 19px;
  left: 0;
  right: 0;
  text-align: center;
}
.hero-slider .bx-pager-item {
  display: inline-block;
  margin: 0 2px;
}
.hero-slider .bx-pager-item a {
  width: 7px;
  height: 7px;
  display: block;
  border: 2px solid #b80000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  outline: none;
}
.hero-slider .bx-pager-item a.active {
  width: 17px;
  height: 17px;
  position: relative;
  top: -3px;
}
.hero-slider .bx-pager-item a.active:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #ffae01;
  position: absolute;
  left: 6px;
  top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.slide-item {
  position: relative;
}
.hero-slider .slide-caption {
  position: absolute;
  top: 115px;
  left: 17px;
  border: 2px solid #ffae01;
  padding: 15px;
  font: 32px/44px 'SegoeUI-Light', Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.hero-slider .slide-caption span {
  display: block;
  font: 38px/44px 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.slide-item img {
  vertical-align: top;
}
.machine {
  background: url(../images/bg1.jpg) center 60px no-repeat;
  background-size: cover;
  min-height: 960px;
}
.complect {
  text-align: center;
  padding-top: 22px;
  margin-bottom: 30px;
}
.complect > span {
  display: block;
  font: 14px/14px 'SegoeUI-Light', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.complect p {
  color: #000;
  font: 28px/30px 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
}
.complect p > span {
  display: block;
  font: 27px/30px 'SegoeUI-Light', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.complect-btn {
  font: 22px/22px 'proxima_nova_blblack', Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  background: #d35050;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d35050 0%, #bc5353 50%, #a05454 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d35050 0%, #bc5353 50%, #a05454 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d35050 0%, #bc5353 50%, #a05454 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d35050', endColorstr='#a05454', GradientType=0);
  /* IE6-9 */
  color: #fff;
  display: block;
  border-bottom: 5px solid #7c0000;
  width: 318px;
  margin: 15px auto 12px auto;
  text-decoration: none;
  padding: 23px 0 20px 0;
  -moz-box-shadow: 0 1px 3px -1px #000000;
  -webkit-box-shadow: 0 1px 3px -1px #000000;
  box-shadow: 0 1px 3px -1px #000000;
}
.complect-btn:hover {
  background: #d35050;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d35050 50%, #a05454 100%, #bc5353 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d35050 50%, #a05454 100%, #bc5353 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d35050 50%, #a05454 100%, #bc5353 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d35050', endColorstr='#bc5353', GradientType=0);
  /* IE6-9 */
}
.machine-box {
  background: rgba(0, 0, 0, 0.5);
  padding: 19px;
  margin: 0 -34px 38px -34px;
}
.machine-box:hover .lft img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.machine-box .inner {
  background: #fff;
  padding: 15px;
}
.machine-box .lft {
  float: left;
}
.machine-box .lft img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.machine-box .rht {
  float: right;
  width: 371px;
}
.machine-box .title {
  font: 28px/30px 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-top: -5px;
  margin-bottom: 25px;
}
.machine-box .title span {
  color: #b80000;
}
.machine-box .btn {
  display: block;
  font: 18px/49px 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  border: 3px solid #b80000;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.machine-box .btn:hover {
  background: #b80000;
  color: #fff;
}
.params {
  padding-bottom: 5px;
}
.params li {
  font-size: 14px;
  line-height: 13px;
  font-family: 'Segoe UI', Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 8px;
}
.params li:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  border-bottom: 1px dotted #000;
}
.params li > span {
  display: block;
  float: left;
  max-width: 200px;
  padding: 0 5px 0 0;
  background: #fff;
  position: relative;
  z-index: 10;
}
.params li > strong {
  display: block;
  padding: 0 0 0 5px;
  font-weight: normal;
  background: #fff;
  float: right;
  position: relative;
  z-index: 10;
}
.why {
  text-align: center;
}
.why .title {
  font: 33px/22px 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.why .title span {
  display: block;
  padding-top: 5px;
  font: 15px/21px 'SegoeUI-Light', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.why-list {
  margin-bottom: 50px;
}
.why-item {
  display: inline-block;
  height: 217px;
  width: 24%;
  position: relative;
}
.why-item.item-1 {
  background: url(../images/hex-1.png) center bottom no-repeat;
}
.why-item.item-2 {
  background: url(../images/hex-2.png) center bottom no-repeat;
}
.why-item.item-3 {
  background: url(../images/hex-3.png) center bottom no-repeat;
}
.why-item.item-4 {
  background: url(../images/hex-4.png) center bottom no-repeat;
}
.why-item.item-5 {
  background: url(../images/hex-5.png) center bottom no-repeat;
}
.why-item.item-6 {
  background: url(../images/hex-6.png) center bottom no-repeat;
}
.why-item > span {
  display: block;
  width: 139px;
  height: 131px;
  background: url(../images/penta.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font: 13px/15px 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 45px;
}
.about {
  font: 16px/23px 'SegoeUI-Light', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.about h2 {
  font: 27px/25px 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 11px;
}
.types .etabs {
  text-align: center;
  margin: 23px 0 32px 0;
}
.types .etabs li {
  display: inline-block;
  font: 21px/49px 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
}
.types .etabs li a {
  display: block;
  height: 49px;
  line-height: 49px;
  color: #5a5959;
  text-decoration: none;
  border: 3px solid #fff;
  padding: 0 20px;
  position: relative;
}
.types .etabs li a:after,
.types .etabs li a:before {
  display: none;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.types .etabs li a:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.types .etabs li a:before {
  border-color: rgba(202, 79, 79, 0);
  border-top-color: #ca4f4f;
  border-width: 19px;
  margin-left: -19px;
}
.types .etabs li a span {
  border-bottom: 1px dashed #5a5959;
}
.types .etabs li a.active {
  border: 3px solid #ca4f4f;
}
.types .etabs li a.active:after,
.types .etabs li a.active:before {
  display: block;
}
.types .etabs li a.active span {
  border-bottom: 0;
}
.arrow_box {
  position: relative;
  background: #fff;
  border: 2px solid #ca4f4f;
}
.carousel {
  position: relative;
  margin-bottom: 60px;
}
.carousel .item {
  display: block;
  width: 312px;
  min-width: 312px;
  height: 367px;
  border: 2px solid #898888;
  box-sizing: border-box;
  padding: 15px;
}
.carousel .item > strong {
  display: block;
  font-size: 16px;
  padding: 8px 0;
}
.carousel .item:hover {
  border: 2px solid #c64848;
}
.carousel .item .more {
  display: block;
  border: 2px solid #6a6969;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  color: #444;
}
.carousel .item .more:hover {
  color: #c64848;
}
.carousel .params {
  padding-bottom: 8px;
}
.carousel .params li {
  margin-bottom: 0;
}
.carousel .bx-controls-direction a {
  display: block;
  text-indent: -9999px;
  outline: none;
  width: 20px;
  height: 33px;
  background: url(../images/sprite.png) no-repeat;
  position: absolute;
  top: 165px;
  opacity: 0.8;
}
.carousel .bx-controls-direction a:hover {
  opacity: 1;
}
.carousel .bx-controls-direction a.bx-prev {
  background-position: 0 0;
  left: 0;
}
.carousel .bx-controls-direction a.bx-next {
  background-position: -20px 0;
  right: 0;
}
.item-img {
  position: relative;
  margin: -11px -11px 0 -11px;
}
.item-img a {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: block;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 15px 10px 25px;
}
.columns .col {
  float: left;
  width: 570px;
}
.columns .col:last-child {
  float: right;
}
.columns .title,
.global-form .title {
  text-transform: uppercase;
  font-size: 33px;
  font-family: 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 28px;
  margin-bottom: 25px;
}
.columns .title span,
.global-form .title span {
  display: block;
  font-size: 15px;
  font-family: 'SegoeUI-Light', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.post {
  font: 14px/23px 'SegoeUI-Light', Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.post-head {
  line-height: 20px;
  margin-bottom: 5px;
}
.post-head img {
  float: left;
  margin-top: 5px;
}
.post-head > span {
  display: block;
  margin-left: 43px;
}
.post-head > span span {
  display: block;
  font-size: 17px;
  font-family: 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.scroll-list {
  height: 565px;
  overflow: auto;
  padding-right: 20px;
}
/****/
/* scrollbars */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}
.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 5px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 0px;
  width: 5px;
  left: 0;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 5px;
}
.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 5px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 0px;
  width: 5px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}
.carousel-small {
  position: relative;
  margin-bottom: 28px;
}
.carousel-small .unit {
  width: 175px;
  text-align: center;
  font-size: 16px;
}
.carousel-small .unit:hover .unit-img {
  border: 2px solid #db0606;
}
.carousel-small .unit .unit-img {
  width: 175px;
  height: 146px;
  border: 2px solid #d6d6d6;
  box-sizing: border-box;
  margin-top: 6px;
}
.carousel-small .unit .unit-img img {
  max-width: 100%;
}
.carousel-small .unit > a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #d6d6d6;
  display: inline-block;
}
.carousel-small .unit > a span {
  color: #ca4f4f;
}
.carousel-small .item {
  box-sizing: border-box;
  width: 175px;
  height: 240px;
  overflow: hidden;
}
.carousel-small .item:hover .item-top {
  border: 2px solid #db0606;
}
.carousel-small .item:hover .item-top > span {
  margin-top: -35px;
  position: relative;
  top: -10px;
}
.carousel-small .item:hover .item-btm {
  display: block;
}
.carousel-small .item-top {
  border: 2px solid #d6d6d6;
  padding: 5px 15px 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Segoe UI', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.carousel-small .item-top img {
  max-width: 100%;
}
.carousel-small .item-top > span {
  display: block;
  margin-bottom: 10px;
  height: 33px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.carousel-small .item-top a {
  color: #757474;
}
.carousel-small .item-top a span {
  font-family: 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}
.carousel-small .item-btm {
  display: none;
  text-align: center;
  font-size: 16px;
  font-family: 'Segoe UI', Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 17px;
}
.carousel-small .item-btm a {
  color: #ca4f4f;
  text-decoration: none;
  border-bottom: 1px dashed #8b8b8b;
}
.bx-controls-direction a {
  display: block;
  width: 12px;
  height: 19px;
  background: url(../images/sprite.png) no-repeat;
  position: absolute;
  top: 109px;
  text-indent: -9999px;
  outline: none;
  z-index: 100;
}
.bx-controls-direction a.bx-prev {
  background-position: -41px 0;
  left: -18px;
}
.bx-controls-direction a.bx-next {
  background-position: -53px 0;
  right: -18px;
}
.details .bx-controls-direction a {
  top: 112px;
}
.global-form {
  border: 3px solid #cb0000;
  padding: 16px 20px 0 435px;
  position: relative;
  box-sizing: border-box;
  height: 362px;
  margin-top: 30px;
}
.global-form:before {
  content: '';
  display: block;
  width: 396px;
  height: 406px;
  background: url(../images/peopel.png) 0 0 no-repeat;
  position: absolute;
  left: -8px;
  bottom: 0;
}
.global-form .form-line {
  margin-bottom: 23px;
}
.global-form .form-line .form-txt {
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #e7e6e5;
  font: 17px 'SegoeUI-Light', Arial, Helvetica Neue, Helvetica, sans-serif;
  padding: 0 20px;
  height: 51px;
}
.form-sub {
  text-align: right;
}
.form-sub .sub-btn {
  width: 200px;
  height: 53px;
  background: #cb0000;
  color: #fff;
  font: 17px 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  border: 0;
  border: 3px solid #cb0000;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
}
.form-sub .sub-btn:hover{
  background: #fff;
  color: #cb0000;
}
.footer {
  background: #e5e5e6;
  border-top: 3px solid #777;
  padding: 20px 0;
}
.footer .phone {
  display: inline-block;
  float: none;
  font: 28px 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  margin: 0;
}
.footer .phone span {
  font: 18px 'SegoeUI-Light', Arial, Helvetica Neue, Helvetica, sans-serif;
  display: inline-block;
}
.foot-lft {
  float: left;
  width: 270px;
  margin-right: 65px;
}
.foot-lft img {
  max-width: 100%;
}
.foot-mdl {
  width: 620px;
  float: left;
  font-size: 15px;
  color: #7e7f7f;
}
.complect-box {
  width: 1170px;
  margin: 0 auto;
  background: #fff;
}
.complect-box {
  display: none;
  padding: 30px 80px;
}
.complect-box .title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'SegoeUI-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 28px;
  margin-bottom: 25px;
  text-align: center;
}
.complect-box .title span {
  display: block;
  font-size: 15px;
  font-family: 'SegoeUI-Light', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.complect-box .name {
  font: 20px/30px 'SegoeUI-Light', Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 5px;
}
.complect-box .name span {
  color: #b73232;
}
.machine-sample {
  position: relative;
  float: left;
  width: 700px;
}
.form-top {
  float: right;
  width: 289px;
}
.size {
  font-size: 0;
  margin-bottom: 5px;
}
.size .size-unit {
  display: inline-block;
  width: 83px;
  font-size: 13px;
  margin-right: 20px;
  position: relative;
}
.size .size-unit:after{
  content: '';
  position: absolute;
  top: 39px;
  right: -13px;
  width: 7px;
  height: 9px;
  background: url(../images/sprite.png) -50px -27px no-repeat;
}
.size .size-unit:last-child {
  margin-right: 0;
}
.size .size-unit:last-child:after{
  display: none;
}
.size .size-unit .size-txt {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 32px;
  text-align: center;
  border: 1px solid #6c6a6a;
  border-radius: 3px;
  font: 17px 'Segoe UI', Arial, Helvetica Neue, Helvetica, sans-serif;
}
.size .size-unit .size-txt:focus {
  border-color: #be353f;
}
.size .size-unit span {
  display: block;
  width: 26px;
  margin: 0 auto 6px auto;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  background: #e9e7e7;
  color: #7d7c7c;
}

.form-line{
  margin-bottom: 5px;
}

/* select */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #6B6B6B;
  background: #fff;  
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 15px;
  line-height: 33px;
  margin: 0 20px 0 15px;
  font-family: 'SegoeUI-Light';
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;  
  width: 17px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:after{
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #6B696A;
}
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 99998;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select.jcf-compact-multiple {
  max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...';
}
.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #6C6A6B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height:4px;
  width:8px;
  margin:-7px 5px 0 -3px;
  border:3px solid #777;
  border-width:0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 9px 9px 7px 13px;
  color: #656565;
  min-height: 14px;
  font-size: 15px;
  height: 1%;
  border-top: 1px solid #C9C9C9;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: rgba(231, 231, 231, 0.6);
  color: #000;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #716F70;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.complect-top{
  margin-bottom: 30px;
}

.complect-btm{
  margin-bottom: 20px;
}

.tooltip{
  position: absolute;
  z-index: 10;
  width: 36px;
  height: 38px;
  background: url(../images/sprite.png) -114px 0 no-repeat;
}

.tt1{
  left: 270px;
  top: 180px;
}

.tt2{
  left: 100px;
  top: 120px;
}

.tt3{
  left: 310px;
  top: 4px;
}

.tt4{
  left: 48px;
  top: 132px;
}

.ch-wrap{
  text-align: center;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

.ch-wrap .item{
  display: inline-block;
  width: 170px;
  margin: 0 30px;
  font-size: inherit;
  line-height: normal;
  text-align: left;
  vertical-align: top;
}

.ch-line{
  margin-bottom: 10px;
  margin-left: 5px;
}

.ch-line label{
  display: block;
  margin-left: 24px;
  font-size: 17px;
  line-height: 16px;
  font-family: 'SegoeUI-Light';
}

.ch-wrap .name{
  margin-bottom: 13px;
}

/* checkbox */
.jcf-checkbox, #complect .jcf-radio{
  vertical-align: middle;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 2px solid #B73233;  
  height: 12px;
  width: 12px;
  border-radius: 0;
  margin-top: 0;
}
.jcf-checkbox span, #complect .jcf-radio span{
  position:absolute;
  display:none;
  height:4px;
  width:8px;
  top:50%;
  left:50%;
  margin:-5px 0 0 -6px;
  border:3px solid #B73233;
  border-width:0 0 3px 3px;
  background: none;
  border-radius: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
:root .jcf-checkbox span {margin:-4px 0 0 -5px;}
.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-checkbox.jcf-checked span, 
#complect .jcf-radio.jcf-checked span
{display:block;}

.complect-btn{
  text-align: center;
  margin-bottom: 50px;
}

.feedback{
  width: 708px;
  margin: 0px auto;
  padding: 24px 24px 14px 24px;
  border: 3px solid #B80000;
}

.feedback .title{
  text-align: center;
  font-size: 33px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'SegoeUI-Bold';
  color: #000000;
  margin-bottom: 0;
}

.feedback p{
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
  font-family: 'SegoeUI-Light';
}

.feedback .form-inp{
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid #DCDCDA;
  height: 50px;
  color: #000;
  padding: 10px 20px;
  line-height: 24px;
  font-family: 'SegoeUI-Light';
  font-size: 17px;
}

.feedback textarea.form-inp{
  height: 100px;
}

.feedback .form-inp:focus{
  border-color: #8F8D8E;
  color: #000;
}

.form-btn{
  display: block;
  float: right;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: 'SegoeUI-Bold';
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
  border: 3px solid #B80000;
  background: #B80000;
  width: 190px;
  height: 53px;
}

.form-btn2{
  display: block;
  float: right;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: 'SegoeUI-Bold';
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
  border: 3px solid #B80000;
  background: #B80000;
  width: 190px;
  height: 53px;
  margin-right: 20px;
}

.form-btn3{
  display: block;
  float: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: 'SegoeUI-Bold';
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
  border: 3px solid #B80000;
  background: #B80000;
  width: 190px;
  height: 53px;
}

.cart{
  display: block;
  float: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: 'SegoeUI-Bold';
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
  border: 3px solid #008000;
  background: #008000;
  width: 1164px;
}

.form-btn:hover, .form-btn2:hover, .form-btn3:hover{
  background: #fff;
  color: #B80000;
}

.hidden{
 display: none;
}

.main-menu{
  margin-bottom: 25px;
}

.main-menu li{
  display: block;
  float: left;
  margin-right: 18px;
}

.main-menu li:last-child{
  margin-right: 0;
}

.main-menu li a{
  display: table-cell;  
  vertical-align: middle;
  text-decoration: none;
  height: 81px;
  padding: 0 14px 0 14px;
  color: #222222;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 33px;
  border: 2px solid #A50205;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
  text-align: left;
  color: #010101;
  font-family: 'SegoeUI-Light';
}

.main-menu li a span{
  display: block;
  font-size: 33px;
  color: #A50205;
  font-family: 'SegoeUI-Bold';
}

.main-menu li:last-child a{
color: #A50205;  
  font-family: 'SegoeUI-Bold';
}

.main-menu li a:hover{
  border-color: #636363;
  color: #636363;
}

.main-menu li a:hover span{
  color: #636363;
}

.content-wrap{
  margin-bottom: 25px;
}

.sidebar{
  float: left;
  width: 368px;
}

.left-nav{
  margin-bottom: 25px;
}

.left-nav > li{
  display: block;
  border-bottom: 1px solid #525051;
}

.left-nav > li > a{
  display: block;
  text-decoration: none;
  font-family: 'Segoe UI';
  position: relative;
  padding: 12px 95px 12px 27px;
  background: #3C3A3B;
  color: #EAE8E9;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
  line-height: 19px;
  font-size: 17px;
}

.left-nav > li > a:hover{
  background: #605E5F;
}

.left-nav > li > a:after{
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  background: url(../images/sprite.png) 0 -40px no-repeat;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
  right: 23px;
  top: 50%;
  margin-top: -6px;
}

.left-nav > li.active > a:after{
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.left-nav > li.active > a{
  background: #A41C1C;
}

.left-nav > li ul{
  padding: 10px 10px 10px 28px;
  background: #EAEAEA;
  display: none;
}

.left-nav > li.active ul{
  display: block;
}

.left-nav > li ul li{
  display: block;
  margin-bottom: 7px;
}

.left-nav > li ul li a{
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #454545;
}

.left-nav > li ul li a:hover{
  color: #A31D1A;
}

.left-nav > li ul li a:active{
  color: #939393;
}

.news-list{
  padding: 0 25px;
}

.news-list li{
  display: block;
  margin-bottom: 20px;
}

.news-list li a{
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 17px;
  font-family: 'SegoeUI-Light';
  color: #818181;
}

.news-list li span{
  display: block;
  font-size: 16px;
  text-decoration: underline;
  color: #000;
}

.news-list li a:hover span{
  text-decoration: none;
}

.content{
  float: right;
  width: 770px;
}

.bread-crumbs{
  margin-bottom: 13px;
}

.bread-crumbs li{
  display: block;
  float: left;
  color: #818181;
  font-size: 14px;
  line-height: 14px;
}

.bread-crumbs > li + li::before {
  color: #818181;
  content: "/ ";
  padding: 0 5px;
}

.bread-crumbs li a{
  display: inline-block;
  color: #818181;
}

.bread-crumbs li a:hover{
  text-decoration: none;
}

.headline{
  font-size: 28px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  font-family: 'SegoeUI-Bold';
  margin-bottom: 20px;
}

.headline span{
  color: #B83231;
}

h1{
  font-weight: normal;
  font-size: 25px;
  line-height: 27px;
  font-family: 'SegoeUI-Light';
  margin-bottom: 20px;
}

h2{
  font-weight: normal;
  font-size: 25px;
  line-height: 27px;
  font-family: 'SegoeUI-Light';
  margin-bottom: 20px;
}

h3, h4{
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  font-family: 'SegoeUI-Light';
  margin-bottom: 20px;
}

h5{
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: 'SegoeUI-Light';
  margin-bottom: 5px;
}

.catalog .item{
  float: left;
  width: 357px;
  height: 426px;
  padding: 5px;
  border: 1px solid #AEAAAB;
  margin-bottom: 30px;
  -moz-box-shadow: 0 2px 7px 1px #AEAAAB;
  -webkit-box-shadow: 0 2px 7px 1px #AEAAAB;
  box-shadow: 0 2px 7px 1px #AEAAAB;
}

.catalog .subcategory{
  float: left;
  width: 357px;
  height: 308px;
  padding: 5px;
  border: 1px solid #AEAAAB;
  margin-bottom: 30px;
  -moz-box-shadow: 0 2px 7px 1px #AEAAAB;
  -webkit-box-shadow: 0 2px 7px 1px #AEAAAB;
  box-shadow: 0 2px 7px 1px #AEAAAB;
}

.catalog .stock{
  float: left;
  width: 1168px;
  height: 576px;
  padding: 5px;
  border: 1px solid #AEAAAB;
  margin-bottom: 30px;
  -moz-box-shadow: 0 2px 7px 1px #AEAAAB;
  -webkit-box-shadow: 0 2px 7px 1px #AEAAAB;
  box-shadow: 0 2px 7px 1px #AEAAAB;
}

.catalog .item:nth-child(2n), .catalog .subcategory:nth-child(2n), .catalog .stock:nth-child(2n){
  float: right;
}

.catalog .item .img-wrp, .catalog .subcategory .img-wrp{  
  height: 238px;
  overflow: hidden;
  margin-bottom: 8px;
}

.catalog .stock .img-wrp{  
  height: 388px;
  overflow: hidden;
  margin-bottom: 8px;
}

.catalog .text{
  height: 132px;
  overflow: hidden;
}

.catalog .name{
  text-align: center;
  margin-bottom: 10px;
}

.catalog .item .name a, .catalog .stock .name a{
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #000;
  font-size: 19px;
  font-family: 'SegoeUI-Bold';
}

.catalog .subcategory .name a{
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 19px;
  font-family: 'SegoeUI-Bold';
}

.catalog .name a:hover{
  border-color: transparent;
}

.catalog .name a span{
  color: #B73233;
}

.desc-menu, .descrip-menu{
  padding: 0 14px;
}

.desc-menu li, .descrip-menu li{
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-family: 'Segoe UI';
}

.desc-menu li:after{
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 5px;
  border-bottom: 1px dotted #000;
}

.desc-menu li span{
  display: block;
  float: left;
  max-width: 70%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.desc-menu li span:first-child{
  padding: 0 5px 0 0;
}

.desc-menu li span:nth-child(2){
  padding: 0 0 0 5px;
  float: right;
}

.cat-btm{
  display: flex;
  justify-content: space-between;
  padding: 6px 22px;
  background: #F1EFF0;
  margin-right: -5px;
  margin-left: -5px;
  height: 41px;
}

.catalog .price{
  float: left;
  font-size: 28px;
  font-family: 'SegoeUI-Bold';
  color: #000;
  line-height: 41px;
  width: 170px;
}

.catalog .pricered{
  float: left;
  font-size: 28px;
  font-family: 'SegoeUI-Bold';
  color: #B80000;
  line-height: 41px;
  width: 170px;
}

.catalog .more{
  display: block;
  float: right;
  width: 143px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-family: 'SegoeUI-Bold';
  border: 3px solid #B63230;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
}

.catalog .more:hover{
  background: #B63230;
  color: #fff;
}

.pagination{
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-bottom: 25px;
}

.pagination li{
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  margin: 0 4px;
  color: #9D9D9D;
  font-family: 'Open Sans', sans-serif;
}

.pagination li a,
.pagination li span{
  display: inline-block;
  text-decoration: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color:#939393;
  border: 1px solid #D9D9D9;
}

.pagination li a:hover{
  border-color: #B73233;
}

.pagination li span{
  border-color: #B73233;
  background: #B73233;
  color: #fff;
}

.product-wrap{
  margin-bottom: 25px;
}

.left-view{
  float: left;
  width: 723px;
}

.p-slider{
  overflow: hidden;
  margin-bottom: 11px;
  width: 723px;
  height: 482px;
}

.thumbs{
  overflow: hidden;
  position: relative;
  padding: 0 23px;
  height: 101px;
}

.thumbs a{
  display: block;
  float: left;
  margin-right: 15px;
  position: relative;
}

.thumbs a img{
  position: relative;
  z-index: 1;
}

.thumbs a:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
}

.thumbs a.active:after{
  background: none;
}

.thumbs .bx-controls-direction a{
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  width: 17px;
  height: 28px;
  margin-top: -14px;
  text-indent: -9999px;
  outline: none;
  background: url(../images/sprite.png) no-repeat;
}

.thumbs .bx-controls-direction a:after{
  display: none;
}

.thumbs .bx-controls-direction a.bx-prev{
  left: 0;
  background-position: 0 -59px;
}

.thumbs .bx-controls-direction a.bx-next{
  right: 0;
  left: auto;
  background-position: -20px -59px;
}

.right-product{
  float: right;
  width: 400px;
}

.socially{
  text-align: right;
  margin-top: -47px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
  vertical-align: top;
}

.socially span,
.socially a{
  display: inline-block;
  margin-left: 7px;
}

.socially .txt{
  vertical-align: top;
  font-size: 14px;
  color: #C2BEBF;
  line-height: 22px;
}

.right-product .desc-menu, .right-product .descrip-menu{
  padding: 0;
}

.right-product .desc-menu li, .right-product .descrip-menu li{
  margin-bottom: 8px;
}

.etabs-menu li{
  display: block;
  float: left;
  margin-right: 15px;
}

.etabs-menu li a{
  display: block;
  float: left;
  text-decoration: none;
  padding: 0 15px;
  height: 43px;
  line-height: 43px;
  border: 3px solid #D9D9D9;
  position: relative;
  color: #6C6C6C;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
  font-family: 'SegoeUI-Bold';
  font-size: 18px;
}

.etabs-menu li a:hover{
  border-color: #6C6C6C; 
}

.etabs-menu li.active a{
  border-color: #B83233;
  color: #B83233; 
}

.etabs-menu li a:after,
.etabs-menu li a:before{
  content: '';
  position: absolute;
  left: 50%;
  z-index: 1;  
  width: 0;
  height: 0;  
  display: none;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
}

.etabs-menu li a:after{
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #B83233;
  margin-left: -9px;
  bottom: -11px;
}

.etabs-menu li a:before{
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  margin-left: -6px;
  bottom: -6px;
  z-index: 5;
}

.etabs-menu li.active a:after,
.etabs-menu li.active a:before{
  display: block;
}

.product-tabs .panel-container{
  padding: 25px 0;
}

.table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E0DEDF;
}

.table th{
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  font-family: 'SegoeUI-Light';
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
  background: #B80000;
}

.table th:first-child{
  text-align: left;
}

.table td{  
  color: #000000;
  font-size: 16px;
  line-height: 23px;
  font-family: 'SegoeUI-Light';  
  vertical-align: middle;
  padding: 15px 20px;
  border: 1px solid #E0DEDF;
}

.price td:first-child{
  width: 218px;
}

.price td:nth-child(2){
  width: 759px;
}

.price td:nth-child(3){
  width: 77px;
  text-align: center;
}

.price td:nth-child(4){
  width: 77px;
  text-align: center;
}

.price td:last-child,
.price td:nth-child(5){
  text-align: center;
}

.features td:first-child{
  width: 28%;
  text-align: left;
}

.features td:nth-child(2),
.features td:nth-child(3),
.features td:nth-child(4){
  width: 18%;
  text-align: center;
}

.form-buy {
  width:  30px;
  height: 30px;
  margin: 0;
  padding:0;
  border: 0;
  background: url(../images/cart.png) no-repeat;
  text-indent: -1000em;
  cursor: pointer; 
  cursor: hand; 
  outline: none;
}

.form-update {
  width:  30px;
  height: 30px;
  margin: 0;
  padding:0;
  border: 0;
  background: url(../images/update.png) no-repeat;
  text-indent: -1000em;
  cursor: pointer; 
  cursor: hand; 
  outline: none;
}

.form-delete {
  width:  30px;
  height: 30px;
  margin: 0;
  padding:0;
  border: 0;
  background: url(../images/delete.png) no-repeat;
  text-indent: -1000em;
  cursor: pointer; 
  cursor: hand; 
  outline: none;
}

.spinner-wrap{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 71px;
  height: 30px;
  border: 1px solid #E3DFE0;
  padding: 0 0 0 25px;
  text-align: left;
}

.spinner-wrap .ui-spinner-input{
  display: inline-block;
  background: none;
  border: none;
  border-left: 1px solid #E3DFE0;
  border-right: 1px solid #E3DFE0;
  width: 34px;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
}

.ui-spinner-button{
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  text-indent: -9999px;
  outline: none;
  width: 24px;
  height: 30px;
}

.ui-spinner-up{
  right: 0;
}

.ui-spinner-down{
  left: 0;
}

.ui-spinner-button:after{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/sprite.png) no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
}

.ui-spinner-up:after{
  background-position: -101px -59px;
}

.ui-spinner-up:hover:after{
  background-position: -80px -59px;
}

.ui-spinner-down:after{
  background-position: -101px -74px;
}

.ui-spinner-down:hover:after{
  background-position: -80px -74px;
}

.fotos a{
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 28px;
  margin-bottom: 28px;
  width: 170px;
  height: 114px;
}

.fotos a:nth-child(6n){
  margin-right: 0;
}

.fotos a img{
  position: relative;
  z-index: 1;
}

.fotos a:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
}

.fotos a:hover:after{
  background: rgba(0, 0, 0, 0.5);
}

.video-row{
  margin-bottom: 20px;
}

.video-row .video{
  width: 533px;
  float: left;
  margin-right: 20px;
}

.comments-wrap{
  padding-top: 20px;
}

.comments-wrap .post{
  margin-bottom: 70px;
  overflow: hidden;
}

.comments-wrap .post-head{
  float: left;
  width: 150px;
  text-align: center;
}

.comments-wrap .post-head img{
  float: none;
  margin: 0 0 3px 0;
}

.comments-wrap .post-head span{
  margin-left: 0;
}

.comments-wrap .post-body{
  margin-left: 160px;
}

.comm-form{
  margin-bottom: 50px;
}

.c-title{
  font-size: 16px;
  color: #fff;
  font-family: 'SegoeUI-Light';
  padding: 15px 20px;
  background: #3B3B3B;
}

.comm-form-in{
  padding: 30px;
  border: 3px solid #D7D7D7;
  border-top: none;
  width: auto;
}

.text-row{
  margin-bottom: 20px;
}

.text-row .img-wrp{
  float: left;
  margin-right: 25px;
}

.cnt-menu{
  margin-bottom: 20px;
  padding-left: 5px;
}

.cnt-menu li{
  display: block;
  font-size: 16px;
  line-height: 23px;
  position: relative;
  font-family: 'SegoeUI-Light';
  padding-left: 18px;
}

.cnt-menu li:after{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  border: 3px solid #BF0000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.t-tooltip{
  position: static;
  width: 16px;
  height: 16px;
  background: #414141;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  text-align: center;
  text-indent: -2px;
  cursor: default;
}

.text-wrap{
  padding-bottom: 30px;
}

.n-row{
  margin-bottom: 30px;
}

.news-wrap .item{
  float: left;
  width: 365px;
  margin-right: 35px;
}

.news-wrap .item:nth-child(3){
  margin-right: 0;
}

.news-wrap .item p{
  margin-bottom: 0;
}

.news-wrap .item .hdl{
  position: relative;
  font-size: 26px;
  line-height: 28px;
  font-family: 'SegoeUI-Light';
  padding-left: 33px;
  margin-bottom: 10px;
}

.news-wrap .item .hdl:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 32px;
  background: url(../images/sprite.png) -126px -59px no-repeat;
}

.news-wrap .item .hdl a{
  display: inline-block;
  text-decoration: none;
  color: #23272A;
  border-bottom: 1px dashed #23272A;
}

.news-wrap .item .hdl a:hover{
  border-color: transparent;
}

.news-wrap .item .date{
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  font-family: 'SegoeUI-Light';
  color: #B5B5B5;
}

.cart-table{
  margin-bottom: 25px;
}

.cart-table td{
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.cart-table td:first-child{
  padding-left: 20px;
  text-align: left;
  width: 697px;
}

.cart-table td:nth-child(2){
  width: 100px;
}

.cart-table td:nth-child(3),
.cart-table td:nth-child(4){
  width: 115px;
}

.cart-table .del{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  width: 72px;
  height: 27px;
  line-height: 27px;
  background: #B8B6B7;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
}

.cart-table .del:hover{
  background: #B70100;
}

.total{
  text-align: right;
  font-size: 20px;
  line-height: 41px;
  font-family: 'SegoeUI-Light';
  padding: 10px 0;
}

.total span{
  font-size: 27px;
  font-family: 'SegoeUI-Bold';
}

.cart-info{
  padding-bottom: 10px;
}

.cart-info .c-title{
  margin-bottom: 10px;
}

.cart-info .row{
  margin-bottom: 10px;
}

.cart-info .item{
  float: left;
  width: 380px;
}

.cart-info .item label{
  display: block;
  height: 90px;
  padding: 0 0 0 20px;
  width: 360px;
  position: static;
  background: #fff;
}

.cart-info .item .jcf-label-active{
  background: #FAFAFA;
}

/* radio */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  float: left;
  background: #E7E5E6;  
  border-radius: 50;
  margin: 36px 0 0 0;
  height: 19px;
  width: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.jcf-radio span{
  display:none;
  position:absolute;
  top:6px;
  left:6px;
  right:6px;
  bottom:6px;
  background:#696969;
  border-radius:100%;
}
.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-radio.jcf-checked span {display:block;}

.cart-info .item .text{
  display: block;
  float: left;
  width: 150px;
  padding-left: 10px;
  padding-top: 30px;
  font-size: 20px;
  line-height: 22px;
  margin-right: 20px;
  color: #868686;
  font-family: 'SegoeUI-Light';
}

.comm-form .item{
  float: left;
  width: 545px;
}

.comm-form .item:nth-child(2){
  float: right;  
}

.map-wrap{
  margin-bottom: 60px;
}

.contact-item{
  margin-bottom: 20px;
}

.contact-item p{
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.prod-action .price{
  text-align: center;
  font: 28px/45px 'SegoeUI-Bold';
  height: 45px;  
  display: inline-block;
}

.prod-action .pricesale{
  text-align: center;
  font: 18px/55px 'SegoeUI-Bold';
  height: 45px;  
  display: inline-block;
  text-decoration:line-through;
}

.prod-action .pricered{
  text-align: center;
  font: 28px/45px 'SegoeUI-Bold';
  height: 45px;  
  display: inline-block;
  color: #B80000;
}

.prod-action .saleinfo{
  font: 12px 'SegoeUI-Bold';
  height: 12px;  
  display: inline-block;
}

.prod-action .more{
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  height: 55px;
  line-height: 50px;
  box-sizing: border-box;
  background: #fff none repeat scroll 0 0;
  border: 3px solid #b63230;
  display: inline-block;
  width: 215px;
  text-align: center;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.prod-action .more:hover{
  background: #b63230;
  color: #fff; 
}

#complect .feedback{
  display: none;
}

#complect .feedback.js-visible{
  display: block;
}

.complect-btn.modal{
  margin-bottom: 20px;
}

.fraction-slider{
  position:relative;
  width:100%; height:100%;
  overflow:visible;
}

.fraction-slider .slide{
  display:none; width:100%; height:100%;
  position:absolute;
  z-index:5000;
}

.fraction-slider .active-slide{
  z-index:9999;
}

.fraction-slider .fs_obj{
  display:block; display:none;
  position:absolute;
  top:0px; left:100%;
  z-index:7000;
}

.fraction-slider .fs_fixed_obj{
  z-index:6000;
  left:0;
}

.fraction-slider .fs_obj *{
  display:inline-block;
  position:relative;
  top:0px; left:0px;
}

.fs_loader{
  width:100%; height:400px;
  background:url(images/fs.spinner.gif) center center no-repeat transparent;
}

/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
  display:none;
  position:absolute;
  width:45px; height:45px;
  z-index:9999;
}

.fraction-slider .prev{
  left:10px; top:45%;
  background:url(images/fs.prevnext.png) 0px 0px no-repeat transparent;
  
}
.fraction-slider .prev:hover{
  background:url(images/fs.prevnext.png) 0px -45px no-repeat transparent;
}

.fraction-slider .next{
  right:10px; top:185px;
  background:url(images/fs.prevnext.png) -45px 0px no-repeat transparent;
}
.fraction-slider .next:hover{
  background:url(images/fs.prevnext.png) -45px -45px no-repeat transparent;
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next{
  display:block;
}

/** PAGER **/

.fs-pager-wrapper{
  position:absolute;
  left:10px; bottom:10px;
  z-index:9999; 
}

.fs-pager-wrapper a{
  display:inline-block;
  width:14px; height:14px;
  margin:0 5px 0 0;
  background:url(images/fs.pager.png) 0px -14px no-repeat transparent;
}
.fs-pager-wrapper .active{
  background:url(images/fs.pager.png) 0px 0px no-repeat transparent;
}

.fraction-slider{
  height: 388px;
}


.fs-pager-wrapper{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  vertical-align: top;
}

.fs-pager-wrapper a{
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #b80000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  outline: none;
  position: relative;
  top: 5px;
}
.fs-pager-wrapper a.active {
  width: 17px;
  height: 17px;
  position: relative;
  top: 0px;
}
.fs-pager-wrapper a.active:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #ffae01;
  position: absolute;
  left: 6px;
  top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.fancybox-opened{
	z-index: 20000 !important;
}


/**********/

.carousel-small .unit .unit-img a{
	display: table-cell;
    height: 146px;
    vertical-align: middle;
    width: 175px;
}

.cart-table td:first-child{  
  width: 647px;
}

.cart-table td:nth-child(2){
  width: 150px;
}

.form-update{
	display: inline-block;
	vertical-align: top;
}

.comm-form {
    margin-bottom: 20px;
}

.create{
	display: block;
	float: right;
	text-decoration: none;
	background: url(../images/cr.png) 0 0 no-repeat;
	width: 133px;
	height: 31px;
}

.foot-socially{
  display: block;
  float: right;
  margin-left: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  width: 31px;
  height: 31px;
}

.foot-socially:hover{
  opacity: 0.8;
}

.create:hover{
	background-position: left bottom;
}

.instock{
  position: relative;
}

.instock:before{
  content: '';
  display: block;
  width: 150px;
  height: 28px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url(../images/v-nalichii.png) 0 0 no-repeat;
  z-index: 1000;
}

.p-slider{
  position: relative;
}

.disc-unit{
  width: 77px;
  height: 77px;
  background: url(../images/skidka.png) 0 0 no-repeat;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 100;
  font-size: 24px;
  text-align: center;
  line-height: 77px;
  color: #fff;
  font-family: 'SegoeUI-Bold';
}

.catalog .item .img-wrp{
  position: relative;
}


.form-btn-help{
  display: block;
  width: 100%;
  background: #F2D83E;
  color: #000;
  text-align: center;  
  font-size: 17px;
  font-family: 'SegoeUI-Bold';
  text-transform: uppercase;
  height: 53px;
  border: 0;
  margin-top: 20px;
  float: left;  
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.form-btn-help:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    pointer-events: none;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }



