@font-face {
  font-family: "rub";
  src: url("../fonts/rouble-webfont.eot");
  src: url("../fonts/rouble-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rouble-webfont.woff") format("woff"), url("../fonts/rouble-webfont.ttf") format("truetype"), url("../fonts/rouble-webfont.svg#als_rublregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.rub {
  font-family: "rub";
  margin: 0 !important;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font: 14px/20px "Open Sans", sans-serif;
  color: #333;
  min-width: 980px;
  background: #ffffff;
}

.rootWrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rootWrap header,
.rootWrap main,
.rootWrap footer {
  display: table-row;
  height: 1px;
}
.rootWrap main {
  height: 100%;
}

.centerWrap {
  width: 960px;
  margin: 0 auto;
}

.footerTopMargin {
  height: 40px;
}

.header-top {
  position: relative;
  height: 50px;
  z-index: 1;
}
.header-top:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #cdcdcd;
}

.main-menu {
  display: table;
  width: 100%;
}
.main-menu > div {
  display: table-cell;
  vertical-align: top;
  width: 1px;
  white-space: nowrap;
}
.main-menu > div > a,
.main-menu > div > span {
  display: block;
  padding: 14px 0 16px;
  text-decoration: none;
  color: #333333;
}
.main-menu > div > a:hover {
  text-decoration: underline;
}
.main-menu > div.current > a,
.main-menu > div.current > span {
  color: #f27d00;
}
.main-menu > span {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.main-menu > span > span {
  display: inline-block;
  vertical-align: top;
  width: 3px;
  height: 3px;
  background: #cccccc;
  margin-top: 24px;
}

.header-middle {
  height: 110px;
}
.header-middle:after {
  clear: both;
  content: "";
  display: table;
}

.logo {
  float: left;
  margin: 21px 0 0 -8px;
}
.logo img {
  vertical-align: top;
}

.header-address {
  float: left;
  margin: 35px 0 0 20px;
  width: 160px;
}

.header-search {
  float: left;
  margin: 35px 0 0 19px;
}
.header-search a {
  width: 40px;
  height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #fbc700;
  border-radius: 2px;
  background: url(../images/zoom.png) 10px 10px no-repeat;
  display: block;
}
.header-search a:hover {
  background-color: #fbc700;
}

.header-mail {
  float: left;
  font-size: 14px;
  margin: 44px 30px 0 30px;
}
.header-mail a {
  color: #f27d00;
}

.header-phone {
  float: left;
  font-size: 20px;
  font-family: "Roboto";
  margin: 43px 0 0;
  width: 160px;
}
.header-phone a {
  color: #333333;
  text-decoration: none;
  cursor: default;
  outline: none;
}
.header-phone a b {
  font-weight: normal;
  color: #f4903d;
  font-size: 16px;
}

.header-cart {
  float: right;
  margin-top: 30px;
  background: #fbc700;
  border: solid 2px #fbc700;
  border-radius: 2px;
  text-decoration: none;
  color: #333333;
  position: relative;
}
.header-cart a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  display: block;
}
.header-cart span {
  display: inline-block;
  vertical-align: top;
  margin: 8px 11px 0 16px;
}
.header-cart div {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 8px 15px;
}

.header-bottom {
  background: #3d4148;
  height: 60px;
  position: relative;
}

.cat-menu {
  display: table;
  width: 100%;
  font-family: "Roboto";
}
.cat-menu-drop {
  position: absolute;
  background: #2c2e32;
  padding: 45px 0 55px;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 4;
  display: none;
  white-space: normal;
}
.cat-menu-drop-title {
  text-transform: uppercase;
  font-size: 13px;
  display: block !important;
}
.cat-menu-drop-col > div {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
.cat-menu-drop-col > div > div > div {
  display: none;
}
.cat-menu-drop-col > div > div > div a {
  color: #fbc700;
}
.cat-menu-drop-col > div > div > div a span {
  color: #ffffff;
}
.cat-menu-drop-col > div > div > div span {
  color: #fbc700;
}
.cat-menu-drop-col > div > div > div + div {
  margin-top: 10px;
}
.cat-menu-drop-col > div > div + div {
  margin-top: 30px;
}
.cat-menu > div {
  display: table-cell;
  vertical-align: top;
  width: 1px;
  white-space: nowrap;
}
.cat-menu > div.have-child:hover .cat-menu-drop {
  display: block;
}
.cat-menu > div.have-child:hover > a:after,
.cat-menu > div.have-child:hover > span:after {
  content: "";
}
.cat-menu > div.have-child > a:after,
.cat-menu > div.have-child > span:after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 10px #3d4148;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  bottom: -10px;
  left: 0;
  z-index: 5;
}
.cat-menu > div > a,
.cat-menu > div > span {
  display: block;
  padding: 20px 0;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  position: relative;
}
.cat-menu > div > a:hover {
  text-decoration: underline;
}
.cat-menu > div.current > a,
.cat-menu > div.current > span {
  color: #f8c231;
}
.cat-menu > span {
  display: table-cell;
  vertical-align: top;
}

.footer-bottom {
  background: #454a51;
  height: 60px;
  color: #ffffff;
  font-size: 12px;
}
.footer-bottom:after {
  clear: both;
  content: "";
  display: table;
}
.footer-bottom .copy {
  float: left;
  margin-top: 20px;
}
.footer-bottom .ms {
  float: right;
  margin-top: 20px;
}
.footer-bottom .ms a {
  color: #fbc700;
  text-decoration: none;
}

.footer-top {
  background: #2f3236;
  padding: 70px 0 76px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-top:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: -2px;
  border-bottom: dashed 10px #535963;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-top-links {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 40px;
}
.footer-top-links div + div {
  margin-top: 10px;
}
.footer-top-links div > a {
  color: #fbc700;
  padding: 1px 0;
}
.footer-top-links div > a > span {
  color: #ffffff;
}
.footer-top-links div > span {
  color: #fbc700;
}

.footer-top-title {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 48px;
  font-family: "Roboto";
}

.main-slider-wrap {
  height: 500px;
  overflow: hidden;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.main-slider-wrap .bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 60px;
  background: #ffffff;
  top: 50%;
  margin-top: -30px;
}
.main-slider-wrap .bx-wrapper .bx-controls-direction a:hover {
  background: #fbc700;
}
.main-slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.main-slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 2px #393c40;
  border-left: solid 2px #393c40;
  left: 24px;
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.main-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #393c40;
  border-right: solid 2px #393c40;
  left: 21px;
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-slider-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  z-index: 3;
  width: 100%;
  bottom: -2px;
  border-bottom: dashed 10px #fff;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-slider-wrap .bx-wrapper .bx-pager {
  width: 240px;
  left: 50%;
  margin-left: -485px;
  text-align: left;
  bottom: 78px;
}
.main-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #fff;
  margin: 0 14px;
  -webkit-transform: skewX(-37deg);
  -moz-transform: skewX(-37deg);
  -ms-transform: skewX(-37deg);
  -o-transform: skewX(-37deg);
  transform: skewX(-37deg);
}
.main-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fbc700;
  border: solid 2px #fbc700;
}
.main-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  border: solid 2px #fbc700;
  background: transparent;
}
.main-slider-wrap .main-slider {
  height: 500px;
  color: #ffffff;
}
.main-slider-wrap .main-slider > div {
  height: 500px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 59%;
  position: relative;
  z-index: 1;
}
.main-slider-wrap .main-slider > div:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.main-slider-wrap .main-slider .main-slider-text {
  position: absolute;
  width: 300px;
  display: table;
  left: 50%;
  margin-left: -480px;
  top: 0;
  height: 400px;
}
.main-slider-wrap .main-slider .main-slider-text > div {
  display: table-cell;
  vertical-align: middle;
}
.main-slider-wrap .main-slider .main-slider-text-title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 300;
  font-family: "Roboto";
}
.main-slider-wrap .main-slider .main-slider-text-title span {
  color: #fbc700;
}
.main-slider-wrap .main-slider .main-slider-text-desc {
  margin-top: 37px;
  padding-left: 25px;
  position: relative;
}
.main-slider-wrap .main-slider .main-slider-text-desc:after {
  position: absolute;
  content: "";
  width: 3px;
  top: 5px;
  bottom: 5px;
  left: 0;
  background: #fbc700;
}

.decor-title {
  overflow: hidden;
}
.decor-title a {
  display: inline-block;
  vertical-align: top;
  line-height: 10px;
  padding: 5px 10px;
  color: #333333;
  text-decoration: none;
  margin-left: 18px;
  font-size: 13px;
  border-radius: 2px;
  margin-top: 13px;
}
.decor-title a:hover {
  background: #ffffff;
}
.decor-title div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 36px;
  font-family: "Roboto";
  line-height: 40px;
  font-weight: 300;
}
.decor-title div:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 1000px;
  background: url(../images/title_decor.png) 50% 0 repeat-x;
  right: -1040px;
  top: 20px;
}

.advantages-wrap {
  padding: 67px 0 60px;
}

.links {
  float: left;
  margin: 20px 0 0 50px;
}
.links a {
  color: #ffffff;
}
.links a + a {
  margin-left: 20px;
}

.advantages-list {
  margin-top: 53px;
}
.advantages-list .advantages-item {
  display: inline-block;
  vertical-align: top;
  width: 192px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
}
.advantages-list .advantages-item + .advantages-item:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background: #ebebeb;
  -webkit-transform: skewX(-37deg);
  -moz-transform: skewX(-37deg);
  -ms-transform: skewX(-37deg);
  -o-transform: skewX(-37deg);
  transform: skewX(-37deg);
  top: 50px;
  left: -8px;
}
.advantages-list .advantages-item-icon {
  width: 120px;
  height: 120px;
  display: table;
  margin: 0 auto;
  border: solid 3px #f8c231;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 48px;
  font-family: "Roboto";
}
.advantages-list .advantages-item-icon > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.advantages-list .advantages-item-icon > div img {
  vertical-align: top;
}
.advantages-list .advantages-item-title {
  text-align: center;
  font-size: 16px;
  margin-top: 33px;
}

.price {
  font-size: 16px;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  color: #333333;
  font-family: "Roboto";
}
.price b {
  font-weight: normal;
  font-size: 20px;
}
.price.price-new {
  color: #f20404;
  font-weight: 500;
}
.price.price-new b {
  font-size: 30px;
}
.price.price-old:after {
  position: absolute;
  content: "";
  height: 1px;
  left: -5px;
  right: -5px;
  top: 50%;
  background: #333333;
}

.sell-wrap {
  background: #fbc700;
  position: relative;
  padding: 67px 0 70px;
  overflow: hidden;
}
.sell-wrap:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: dashed 10px #e8b800;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sell-list {
  margin-top: 33px;
}
.sell-list .sell-item {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  background: #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 20px;
  border-radius: 2px;
  overflow: hidden;
}
.sell-list .sell-item-img {
  display: table;
  width: 200px;
  height: 170px;
  background: #ededed;
}
.sell-list .sell-item-img > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sell-list .sell-item-img > div img {
  vertical-align: top;
}
.sell-list .sell-item-title {
  text-align: center;
  margin: 15px 20px 0;
}
.sell-list .sell-item-title a {
  color: #333333;
  padding: 1px 0;
}
.sell-list .sell-item-price {
  text-align: center;
  margin: 7px 10px 15px;
}
.sell-list .sell-item-price > div {
  margin: 0 5px;
}

.news-b-wrap {
  background: #efece5;
  position: relative;
  padding: 67px 0 117px;
  overflow: hidden;
}
.news-b-wrap .decor-title a:hover {
  background: #fbc700;
}
.news-b-wrap:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: dashed 10px #fff;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-b-list {
  margin-top: 57px;
}
.news-b-list .news-b-item {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
.news-b-list .news-b-item:after {
  clear: both;
  content: "";
  display: table;
}
.news-b-list .news-b-item.t2 {
  width: 480px;
  padding-left: 0;
}
.news-b-list .news-b-item.t2 .news-b-item-count {
  left: 50px;
  top: 7px;
}
.news-b-list .news-b-item.t2 .news-b-item-title {
  font-size: 18px;
  margin-top: 18px;
}
.news-b-list .news-b-item-img {
  float: left;
  width: 130px;
  box-shadow: 10px 10px 0 #fff;
  margin-top: -5px;
}
.news-b-list .news-b-item-img img {
  vertical-align: top;
}
.news-b-list .news-b-item-right {
  float: left;
  position: relative;
  width: 240px;
  padding-left: 80px;
}
.news-b-list .news-b-item-count {
  color: #ffffff;
  font-size: 60px;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: -1;
  font-family: "Roboto";
}
.news-b-list .news-b-item time {
  display: block;
  color: #666666;
}
.news-b-list .news-b-item-title {
  margin-top: 20px;
}
.news-b-list .news-b-item-title a {
  color: #fbc700;
  padding: 1px 0;
}
.news-b-list .news-b-item-title a span {
  color: #333333;
}

.brands-title {
  font-size: 36px;
  font-weight: 300;
  font-family: "Roboto";
  line-height: 40px;
  margin: 48px 0 31px;
}

.brands-wrap {
  border-top: solid 1px #cacaca;
  border-bottom: solid 1px #cacaca;
  margin-bottom: 40px;
  position: relative;
}
.brands-wrap .bx-wrapper .bx-controls-direction a {
  display: none;
}
.brands-wrap:after {
  position: absolute;
  content: "";
  left: -1px;
  bottom: -1px;
  top: -1px;
  width: 2px;
  background: #fff;
  z-index: 2;
}

.brands > div {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  width: 240px;
}
.brands > div + div {
  border-left: solid 1px #cacaca;
}
.brands > div > div {
  display: table;
  width: 100%;
  height: 100%;
}
.brands > div > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.brands > div > div > div img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 230px;
  max-height: 110px;
}

.more {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 46px;
}
.more:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #cacaca;
  z-index: -1;
}
.more a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #fbc700;
  color: #333333;
  text-decoration: none;
  padding: 4px 0;
  width: 140px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  border: solid 1px #fbc700;
}
.more a:hover {
  background: #fff;
}

.title-block {
  background: url(../images/title-block.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 38px;
  overflow: hidden;
  margin-bottom: 20px;
}
.title-block:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: dashed 10px #fff;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title-block h1 {
  color: #ffffff;
  font-size: 48px;
  left: 50px;
}
.title-block:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.title-block-top {
  border-bottom: solid 1px #8a8684;
  margin-bottom: 22px;
}

.bread-crumbs {
  padding: 10px 0 9px;
}
.bread-crumbs > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.bread-crumbs > div + div {
  margin-left: 50px;
}
.bread-crumbs > div + div:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  background: #fbc700;
  top: 11px;
  left: -32px;
}
.bread-crumbs a,
.bread-crumbs span {
  color: #ffffff;
}

.content-col {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.content-col-left {
  display: table-cell;
  vertical-align: top;
  width: 220px;
  padding-right: 20px;
}
.content-col-right {
  display: table-cell;
  vertical-align: top;
}
.content-col-right .cat-item .ct-title {
  padding-left: 40px;
  padding-bottom: 0;
}

.sidebar-menu {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  border: solid 2px #d0d0d0;
  border-radius: 5px;
  padding: 8px 0 9px;
}
.sidebar-menu div + div {
  border-top: solid 1px #d0d0d0;
}
.sidebar-menu div > a,
.sidebar-menu div > span {
  color: #fbc700;
  display: block;
  position: relative;
  padding: 10px 30px 9px 17px;
}
.sidebar-menu div > a:after,
.sidebar-menu div > span:after {
  position: absolute;
  content: "";
  border-left: solid 4px #f8c231;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  right: 14px;
  top: 50%;
  margin-top: -4px;
}
.sidebar-menu div > a > span,
.sidebar-menu div > span > span {
  color: #333333;
}
.sidebar-menu div > span {
  background: #fbc700;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 18px;
  color: #333333;
}
.sidebar-menu div > span:after {
  display: none;
}

.select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: solid 1px #d0d0d0;
  padding: 0 40px 0 20px;
  position: relative;
  background: transparent;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrap {
  display: block;
  position: relative;
  z-index: 1;
}
.select-wrap:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 2px #222;
  border-bottom: solid 2px #222;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 16px;
  top: 50%;
  margin-top: -6px;
  z-index: -1;
}

.page-count-wrap {
  text-align: right;
}
.page-count-wrap .page-count-title {
  display: inline-block;
  vertical-align: top;
  padding: 9px 20px 0 0;
}
.page-count-wrap .page-count-select {
  display: inline-block;
  vertical-align: top;
  width: 90px;
}

.cat-item {
  width: 100%;
  border: solid 1px #dcdcdc;
  margin-top: 10px;
  background: #ffffff;
}
.cat-item.cat-list-head {
  border: 0;
  color: #666;
}
.cat-item.cat-list-head td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cat-item .btn {
  width: 100px !important;
}
.cat-item td {
  vertical-align: middle;
  padding: 0;
}
.cat-item .ct-title {
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.cat-item .ct-title a {
  color: #333333;
}
.cat-item .ct1 {
  width: 120px;
}
.cat-item .ct1 .ct-img {
  width: 120px;
  height: 120px;
  background: #ededed;
  display: table;
}
.cat-item .ct1 .ct-img > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cat-item .ct1 .ct-img > div img {
  vertical-align: top;
}
.cat-item .ct2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 20px;
}
.cat-item .ct2 .ct-desc {
  color: #666666;
}
.cat-item .ct2 .ct-desc + .ct-desc {
  margin-top: 10px;
}
.cat-item .ct3 {
  width: 100px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.cat-item .ct4 {
  width: 100px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cat-item .ct5 {
  width: 100px;
  padding-right: 29px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cat-item .ct6 {
  width: 40px;
  padding-right: 29px;
  padding-left: 30px;
}

.del {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: url(../images/del.png) 50% 50% no-repeat #fbc700;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.del:hover {
  background-color: #afafaf;
}

.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #fbc700;
  color: #333333;
  text-decoration: none;
  padding: 9px 19px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  border: solid 1px #fbc700;
  cursor: pointer;
}
.btn:hover {
  background: #fff;
}

.control-input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  border: solid 1px #d0d0d0;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.control-input input {
  width: 100%;
  border-style: outset;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  border: 0 !important;
  padding: 0 30px;
}
.control-input .control-input-minus {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  z-index: 2;
  cursor: pointer;
}
.control-input .control-input-minus:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #585858;
  top: 50%;
  margin-top: -1px;
  left: 13px;
}
.control-input .control-input-minus:hover:after {
  background: #fbc700;
}
.control-input .control-input-plus {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  z-index: 2;
  cursor: pointer;
}
.control-input .control-input-plus:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #585858;
  top: 50%;
  margin-top: -1px;
  left: 5px;
}
.control-input .control-input-plus:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background: #585858;
  top: 50%;
  margin-top: -6px;
  left: 10px;
}
.control-input .control-input-plus:hover:after, .control-input .control-input-plus:hover:before {
  background: #fbc700;
}

.pag {
  margin: 30px 0 60px -10px;
}
.pag a {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #d0d0d0;
  text-align: center;
  color: #333333;
  line-height: 38px;
  margin: 0 10px;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
.pag span {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #f8c231;
  text-align: center;
  color: #333333;
  line-height: 38px;
  background: #f8c231;
  margin: 0 10px;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
.pag b {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #333333;
  line-height: 40px;
  height: 40px;
  width: 40px;
}

.cat-end-col {
  display: table;
  width: 100%;
}
.cat-end-col .table3 {
  margin-top: 24px;
}
.cat-end-col-left {
  display: table-cell;
  vertical-align: top;
  width: 360px;
  padding-right: 60px;
}
.cat-end-col-right {
  display: table-cell;
  vertical-align: top;
}

.cat-end-img {
  width: 360px;
  height: 360px;
  display: table;
  background: #ededed;
}
.cat-end-img > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cat-end-img > div img {
  vertical-align: top;
}

.cat-end-price {
  padding-top: 28px;
  padding-bottom: 16px;
}
.cat-end-price .price b {
  font-size: 36px;
}
.cat-end-price .price-old {
  margin-left: 20px;
}
.cat-end-price .price-old b {
  font-size: 20px;
}

.cat-end-btns {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 29px;
}
.cat-end-btns .control-input {
  width: 140px;
  margin-right: 20px;
}
.cat-end-btns .btn {
  width: 140px;
}

.table3 {
  width: 100%;
}
.table3 th {
  font-weight: normal;
  text-align: left;
  width: 160px;
  padding-right: 20px;
  color: #333333;
  vertical-align: top;
  padding-bottom: 8px;
}
.table3 td {
  vertical-align: top;
  padding-bottom: 9px;
}

.for-order {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 10px;
  background: #e4e4e4;
  line-height: 10px;
  padding: 5px 17px;
  text-transform: uppercase;
  border-radius: 2px;
}

.total-count {
  text-align: right;
  padding: 33px 20px;
}
.total-count b {
  font-size: 20px;
  font-weight: normal;
  margin-left: 16px;
}

.order-form-title {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  font-family: "Roboto";
  font-weight: 300;
  background: #fbc700;
  padding: 35px 62px 25px;
  position: relative;
  border-radius: 3px 3px 0 0;
}
.order-form-title:before {
  position: absolute;
  content: "";
  left: -19px;
  width: 110%;
  bottom: -2px;
  border-bottom: dashed 10px #fff;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.order-form-cnt {
  border: solid 1px #fbc700;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  padding: 25px 59px 40px;
}
.order-form label {
  width: 260px;
}
.order-form label + label {
  margin-left: 20px;
}
.order-form h2 {
  margin: 25px 0 17px;
}
.order-form .btn {
  margin-top: 25px;
  width: 140px;
}

label {
  display: inline-block;
  vertical-align: top;
}
label > span {
  display: block;
  margin-bottom: 5px;
}
label > span i {
  color: #fd2828;
  font-style: normal;
}

input,
textarea {
  display: inline-block;
  vertical-align: top;
  border: solid 1px #d0d0d0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 19px 10px;
}
input:focus,
textarea:focus {
  border: solid 2px #fbc700;
  padding: 8px 18px 9px;
}

textarea {
  resize: none;
  height: 120px;
}

.add-file {
  width: 480px;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #cfcfcf;
  height: 30px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 35px 0 0 20px;
}
.add-file:after {
  clear: both;
  content: "";
  display: table;
}
.add-file-btn {
  float: left;
  background: #cfcfcf;
  padding: 4px 20px;
  border-radius: 2px;
}
.add-file-list {
  padding: 4px 20px;
  overflow: hidden;
}
.add-file-list span {
  position: relative;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.add-file-list span a {
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 29px;
  position: absolute;
  right: 0;
  top: -2px;
  color: #c5c5c5;
}
.add-file-list span a:hover {
  color: #fbc700;
}

.mt15 {
  margin-top: 15px;
}

.order-form-decor {
  height: 8px;
  overflow: hidden;
  position: relative;
  margin-left: -59px;
  margin-right: -59px;
  margin-bottom: 30px;
}
.order-form-decor:before {
  position: absolute;
  content: "";
  left: -19px;
  width: 110%;
  bottom: -2px;
  border-bottom: dashed 10px #e4e4e4;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.check {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 20px;
}
.check input {
  display: none;
}
.check input:checked + i:after {
  content: "";
}
.check i {
  display: block;
  width: 20px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #c5c5c5;
  border-radius: 20px;
  position: relative;
}
.check i:after {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
}

.inline-label {
  display: inline-block;
  vertical-align: top;
  width: auto !important;
  line-height: 18px;
}
.inline-label + .inline-label {
  margin-left: 63px;
}

.news .news-line {
  padding: 20px 0 29px;
  border-bottom: solid 1px #d0d0d0;
}
.news .news-line:after {
  clear: both;
  content: "";
  display: table;
}
.news .news-line-img {
  float: left;
  margin-right: 50px;
  box-shadow: 10px 10px 0 #fbc700;
}
.news .news-line-img img {
  vertical-align: top;
}
.news .news-line-text {
  overflow: hidden;
  padding-top: 5px;
}
.news .news-line-title {
  font-size: 18px;
  margin-top: 18px;
}
.news .news-line-title a {
  color: #fbc700;
}
.news .news-line-title a span {
  color: #333333;
}
.news .news-line-title a:hover span {
  color: #666666;
}

.cnt-col {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cnt-col > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
}
.cnt-col > div + div {
  padding: 0 0 0 20px;
}

.table2 {
  width: auto !important;
}
.table2 p {
  margin: 0 !important;
}
.table2 th {
  vertical-align: top;
  border-bottom: solid 1px #d0d0d0;
  text-align: left;
  font-weight: normal;
  color: #333333;
  width: 50%;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 19px;
}
.table2 td {
  border-bottom: solid 1px #d0d0d0;
  width: 50%;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 19px;
}

.file {
  padding: 10px 0 10px 90px;
  position: relative;
}
.file + .file {
  margin-top: 20px;
}
.file.file-doc .file-type {
  border-color: #0182c4;
}
.file a {
  color: #333333;
}
.file-type {
  position: absolute;
  left: 0;
  top: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 3px #bf1e2e;
  border-radius: 3px;
  width: 60px;
  text-align: center;
  padding-top: 8px;
  font-family: "Roboto";
}

.map-wrap {
  height: 460px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 65px 0 -40px;
}

.items-list .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  margin: 20px 0;
}
.items-list .item:after {
  clear: both;
  content: "";
  display: table;
}
.items-list .item-img {
  width: 110px;
  height: 110px;
  border: solid 1px #cbcbcb;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: 50px;
  box-shadow: 10px 10px 0 #fbc700;
  display: table;
}
.items-list .item-img > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.items-list .item-img img {
  vertical-align: top;
}
.items-list .item-title {
  overflow: hidden;
  font-size: 18px;
  color: #333333;
  padding-top: 33px;
}

.items-slider-wrap {
  margin: 35px 0 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.items-slider-wrap .slick-track .dots-wrap {
  display: none !important;
}
.items-slider-wrap .items-slider .slick-slide {
  height: 100%;
}
.items-slider-wrap .items-slider .slick-slide .item {
  height: 100%;
  border: solid 1px #dcdcdc;
  margin: 0 10px;
  padding: 0px 10px 30px 10px;
  position: relative;
}
.items-slider-wrap .items-slider .slick-slide .item:hover {
  border-color: #fbc700;
}
.items-slider-wrap .items-slider .slick-slide .item:hover .item-title a {
  text-decoration: underline;
}
.items-slider-wrap .items-slider .slick-slide .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
.items-slider-wrap .items-slider .slick-slide .item-img img {
  vertical-align: top;
}
.items-slider-wrap .items-slider .slick-slide .item-title {
  max-width: 220px;
  margin: 15px auto 0;
  text-align: center;
  line-height: 20px;
}
.items-slider-wrap .items-slider .slick-slide .item-title a {
  color: #333333;
  text-decoration: none;
}
.items-slider-wrap .items-slider .slick-slide .item-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.items-slider-wrap .items-slider .slick-slide .item-price {
  font-weight: 500;
  max-width: 220px;
  margin: 10px auto 0;
  text-align: center;
}
.items-slider-wrap .items-slider .slick-slide .item-price span {
  color: #fbc700;
}
.items-slider-wrap .items-slider .slick-slide .item .btn {
  margin: 20px auto 0;
  display: table;
  position: relative;
  z-index: 3;
}

.slick-dots {
  margin: 0;
  text-align: center;
}
.slick-dots li {
  margin: 30px 20px 20px !important;
}
.slick-dots li:only-child {
  display: none;
  margin: 0 !important;
}

.callbackForm label {
  display: block;
}

.acc-wrap {
  border: solid 1px #c5c5c5;
  border-radius: 5px;
}
.acc-wrap .acc-item.open {
  background: #f5f5f5;
}
.acc-wrap .acc-item.open .acc-item-content {
  display: block;
}
.acc-wrap .acc-item.open .acc-item-title:after {
  border-bottom: 0;
  border-right: 0;
  border-left: solid 2px #b3b3b3;
  border-top: solid 2px #b3b3b3;
  margin-top: -3px;
}
.acc-wrap .acc-item + .acc-item {
  border-top: solid 1px #c5c5c5;
}
.acc-wrap .acc-item-title {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  padding: 24px 39px 25px;
  position: relative;
  cursor: pointer;
}
.acc-wrap .acc-item-title:hover {
  background: #f5f5f5;
}
.acc-wrap .acc-item-title:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 2px #3d4148;
  border-bottom: solid 2px #3d4148;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 33px;
  top: 50%;
  margin-top: -10px;
}
.acc-wrap .acc-item-content {
  display: none;
  padding: 39px;
  border-top: solid 1px #c5c5c5;
}
.acc-wrap .acc-item-content .btn {
  width: 220px;
}
.acc-wrap .acc-item-content .btn:hover {
  background: #f5f5f5;
}

.sert-item {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
  margin: 20px 0 15px;
}
.sert-item-img {
  display: table;
  width: 170px;
  height: 230px;
  border: solid 1px #cbcbcb;
  background: #ffffff;
  box-shadow: 10px 10px 0 #fbc700;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.sert-item-img:hover span {
  display: block !important;
}
.sert-item-img > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sert-item-img > div span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/zoom2.png) 50% 50% no-repeat rgba(61, 65, 72, 0.8);
  display: none;
}
.sert-item-img > div img {
  vertical-align: top;
}
.sert-item-title {
  color: #333333;
  margin-top: 35px;
}

.red {
  color: #ff0000;
}

.search-line {
  height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #c1c1c1;
  border-radius: 4px;
  position: relative;
  margin-top: 30px;
  background: #ffffff;
}
.search-line input {
  height: 38px;
  border: 0;
  width: 820px;
  padding: 9px 19px 10px;
}
.search-line .btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 140px;
}

.search-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #333333;
  font-family: "Roboto";
  margin: 29px 0 26px;
}
.search-title span {
  color: #f4903d;
}

.p404 {
  display: table;
  width: 100%;
  height: 100%;
  background: url(../images/p404.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.p404:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: dashed 10px #fbc700;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p404-title {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
  width: 960px;
  margin: 0 auto;
}
.p404-title > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 20px;
}
.p404-title > div:after, .p404-title > div:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #8f8f8f;
  width: 3000px;
  left: -3000px;
  top: 28px;
}
.p404-title > div:before {
  left: auto;
  right: -3000px;
}
.p404-title > div img {
  vertical-align: top;
}

.p404-text {
  display: table;
  height: calc( 100% - 130px );
  min-height: 500px;
  color: #ffffff;
  width: 960px;
  margin: 0 auto;
}
.p404-text a {
  color: #fbc700;
}
.p404-text > div {
  display: table-cell;
  vertical-align: middle;
}

.p404-t {
  display: table;
  width: 100%;
}
.p404-t-left {
  display: table-cell;
  vertical-align: middle;
  font-size: 180px;
  line-height: 1;
  font-family: "Roboto";
  font-weight: 300;
  width: 420px;
  text-align: center;
}
.p404-t-right {
  display: table-cell;
  vertical-align: middle;
}

.p404-titl {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 48px;
  color: #fbc700;
}

.p404-desc {
  padding-left: 32px;
  position: relative;
  margin-top: 52px;
}
.p404-desc:after {
  position: absolute;
  content: "";
  width: 3px;
  top: 5px;
  bottom: 5px;
  left: 0;
  background: #fbc700;
}

.label {
  position: relative;
}
.label a:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 2;
  background: url(../images/label.png) 0 0 no-repeat;
}

.modal {
  width: 480px;
}
.modal-title {
  background: #fbc700;
  font-size: 30px;
  line-height: 1;
  font-family: "Roboto";
  font-weight: 300;
  text-align: center;
  padding: 35px 40px 25px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.modal-title:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: dashed 10px #fff;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-content {
  padding: 25px 40px 30px;
  border-radius: 0 0 5px 5px;
  background: #ffffff;
}

.tac {
  text-align: center;
}

.btns {
  text-align: center;
  margin-top: 15px;
}
.btns .btn {
  margin: 0 10px;
}

.modal-callback {
  width: 260px;
  margin: 0 auto;
}
.modal-callback label {
  width: 100%;
}
.modal-callback label + label {
  margin-top: 15px;
}
.modal-callback-btn {
  text-align: center;
  margin-top: 20px;
}
.modal-callback-btn .btn {
  width: 140px;
}

.modal-resume {
  width: 460px;
  margin: 0 auto;
}
.modal-resume .fileUpload {
  margin: 20px 0 0;
  width: 460px;
}
.modal-resume label {
  width: 100%;
}
.modal-resume-col {
  margin-bottom: 15px;
}
.modal-resume-col label {
  width: 220px;
}
.modal-resume-col label + label {
  margin-left: 20px;
}

.w600 {
  width: 600px;
}

.modal-search {
  width: 960px;
}
.modal-search-title {
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 14px;
  font-family: "Roboto";
  font-weight: 300;
}
.modal-search .search-line {
  border-color: #ffffff;
}

.cat-part-wrap .cat-part-item {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin: 20px 20px 40px 0;
}
.cat-part-wrap .cat-part-item .cpi-img {
  width: 220px;
  height: 160px;
  display: table;
  background: #ededed;
  border-radius: 2px;
}
.cat-part-wrap .cat-part-item .cpi-img > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cat-part-wrap .cat-part-item .cpi-img > div img {
  vertical-align: top;
}
.cat-part-wrap .cat-part-item .cpi-title {
  margin-top: 25px;
}
.cat-part-wrap .cat-part-item .cpi-title a {
  color: #fbc700;
}
.cat-part-wrap .cat-part-item .cpi-title a span {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}
.cat-part-wrap .cat-part-item .cpi-list {
  margin-top: 20px;
}
.cat-part-wrap .cat-part-item .cpi-list div + div {
  margin-top: 10px;
}
.cat-part-wrap .cat-part-item .cpi-list a {
  color: #666666;
}
.cat-part-wrap .cat-part-item .cpi-more {
  margin-top: 20px;
}
.cat-part-wrap .cat-part-item .cpi-more a {
  position: relative;
  color: #e7a800;
  padding-left: 15px;
}
.cat-part-wrap .cat-part-item .cpi-more a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/plus.png) 0 0 no-repeat;
  left: 0;
  top: 6px;
}

.cat-end-img-label {
  position: relative;
}
.cat-end-img-label:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: url(../images/label.png) 0 0 no-repeat;
}

.fileUpload {
  width: 480px;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #cfcfcf;
  height: 30px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 35px 0 0 20px;
}
.fileUpload .fileUploadButton {
  float: left;
  background: #cfcfcf;
  padding: 4px 20px;
  border-radius: 2px;
  width: auto !important;
}
.fileUpload .fileUploadButton input {
  display: none;
}
.fileUpload .fileUploadList {
  padding: 4px 20px;
  overflow: hidden;
}
.fileUpload .fileUploadList span {
  display: block;
  position: relative;
}
.fileUpload .fileUploadList a {
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 29px;
  position: absolute;
  right: 0;
  top: -2px;
  color: #c5c5c5;
}
.fileUpload .fileUploadList a:hover {
  color: #fbc700;
}

.errorText {
  color: red;
  margin-top: 4px;
}

.error {
  border-color: red !important;
}

.offer {
  margin-top: 20px;
  font-size: 12px;
}

.a2-slider-wrap {
  margin-bottom: 50px;
}
.a2-slider-wrap .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
  background: #ffffff;
  top: 50%;
  margin-top: -20px;
}
.a2-slider-wrap .bx-wrapper .bx-controls-direction a:hover {
  background: #fbc700;
}
.a2-slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 50px;
}
.a2-slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 2px #393c40;
  border-left: solid 2px #393c40;
  left: 14px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.a2-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next {
  right: 47px;
}
.a2-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #393c40;
  border-right: solid 2px #393c40;
  left: 11px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.a2-slider-wrap .bx-wrapper .bx-pager {
  left: 0;
  right: 0;
  bottom: -40px;
  text-align: center;
}
.a2-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
  background: #f8f3e8;
  border: 0 !important;
}
.a2-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f8c231;
}
.a2-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #f8c231;
}

.a2-slider-item {
  font-size: 18px;
  padding-top: 8px;
}
.a2-slider-item > div {
  padding: 26px 80px 36px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: #f8f3e8;
  margin: 0 40px;
  position: relative;
}
.a2-slider-item > div:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: -8px;
  border-bottom: dashed 10px #f8f3e8;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.a2-slider-item > div:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: -2px;
  border-bottom: dashed 10px #e8b800;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.a2-slider-item > div > div {
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
}

/*# sourceMappingURL=style.css.map */
