/* стили по умолчанию */
* {
  padding: 0;
  margin: 0;
}
body {
  background: #ffffff;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  min-width: 1170px;
}
img {
  border: 0;
}
a {
  color: #4599d8;
  cursor: pointer;
  border: 0;
}
.wrap {
  width: 1170px;
  margin: 0 auto;
}
div {
  position: relative;
}
/* стили clearfix */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
.centered {
  text-align: center;
}
#up {
  float: right;
  display: inline-block;
  background: #f5f5f5;
  fill: #c2c2c2;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* стили футера end */
/* стили заголовков */
h1,
h2 {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #282828;
  text-transform: uppercase;
  /*!background: url(/img/h1h2.png) no-repeat bottom left;*/
  font-weight: 700;
  padding: 13px 0 14px 0;
}
h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}
.headerPadd {
  margin: 40px 0;
}
.lowBottomPadd {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* стили заголовков end */
/* стили контента */
.mainSection {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* бренды на главной */
.pictureText {
  width: 1170px;
  margin-top: 48px;
}
.pictureText div:nth-child(1) {
  display: inline-block;
  width: 270px;
}
.pictureText div:nth-child(1) img {
  width: 222px;
}
.pictureText div:nth-child(2) {
  display: inline-block;
  width: 890px;
  min-width: 890px;
  float: right;
  vertical-align: top;
}
.pictureText div p {
  padding-bottom: 25px;
}
.imagesList {
  margin: 30px 0 0 0;
}
.imagesList a {
  display: block;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  float: left;
  width: 210px;
  margin-left: 27px;
  margin-bottom: 27px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none;
}
.imagesList a:nth-child(5n+1) {
  margin-left: 0;
}
.imagesList a .img {
  width: 210px;
  height: 170px;
}
.imagesList a .img img {
  width: 210px;
  height: 170px;
}
.imagesList a .img svg {
  fill: #f5f5f5;
  width: 100px;
}
.imagesList a label {
  text-align: center;
  cursor: pointer;
  display: block;
  background: #fdd200;
  text-transform: uppercase;
  padding: 7px 5px;
  color: #000000;
  /* This is the code responsible for the centering of content */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-line-pack: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block\9;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pictureTextRight div:nth-child(1) {
  width: 210px;
  float: left;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pictureTextRight div:nth-child(1) img {
  width: 210px;
}
.pictureTextRight div:nth-child(2) {
  margin-left: 240px;
}
.pictureTextRight div p {
  padding-bottom: 25px;
}
.slider {
  min-width: 1170px;
}
.slider .holder {
  overflow: hidden;
  position: relative;
  width: 1078px;
  height: 1%;
  margin: 52px 0 0;
  padding: 0px 46px 7px;
}
.slider .holder .disable {
  visibility: hidden;
}
.slider .holder .buttons {
  background: #fdd200;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
  height: 156px;
  color: #fff;
  text-decoration: none;
}
.slider .holder .viewport {
  overflow: hidden;
  position: relative;
  min-width: 1170px;
  height: 210px;
}
.slider .holder .viewport .overview {
  list-style: none;
  position: absolute;
  top: 8px;
  left: 0;
  width: 240px;
  margin: 0;
  padding: 0;
}
.slider .holder .viewport .overview li {
  float: left;
  text-align: center;
  position: relative;
  border: 1px solid #efefef;
  width: 189px;
  height: 153px;
  margin: 0 30px 0 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.slider .holder .viewport .overview li img {
  max-width: 189px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.slider .holder .viewport .overview li svg {
  width: 80px;
  height: 80px;
  fill: #f5f5f5;
  margin: 15px 0 0 0;
}
.slider .holder .viewport .overview li label {
  font-size: 11px;
  cursor: pointer;
  display: block;
  width: 179px;
  height: 25px;
  background: #fdd200;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  padding: 7px 5px;
  color: #000000;
  /* This is the code responsible for the centering of content */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-line-pack: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block\9;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.slider .holder .viewport .overview li label:hover {
  background: #ffd818;
}
.slider .holder .prev {
  background: #f5f5f5;
  fill: #c2c2c2;
}
.slider .holder .prev svg {
  margin: 60px 0 0 0;
}
.slider .holder .prev:hover {
  background: #fdd200;
  fill: #000000;
}
.slider .holder .next {
  right: 0;
  left: auto;
  background: #f5f5f5;
  fill: #c2c2c2;
}
.slider .holder .next svg {
  margin: 60px 0 0 0;
}
.slider .holder .next:hover {
  background: #fdd200;
  fill: #000000;
}
/* общие стили контент части страницы */
section.catalog {
  width: 100%;
  margin-top: 20px;
}
/* левое меню первого шаблона */
.leftBlockCatalog {
  display: block;
  float: left;
  width: 235px;
}
.leftBlockCatalog h2 {
  display: block;
  position: relative;
}
.leftBlockCatalog h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fdd200;
  width: 50px;
  height: 3px;
}
.leftBlockCatalog h2#openCatalogLink {
  display: none;
}
.leftBlockCatalog .leftCatalogMenu {
  margin-top: 35px;
  font-size: 18px;
}
.leftBlockCatalog .leftCatalogMenu > li {
  position: relative;
}
.leftBlockCatalog .leftCatalogMenu > li a:after {
  content: "›";
  transform: rotate(90deg);
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: #afafaf;
}
.leftBlockCatalog .leftCatalogMenu > li a.active:after,
.leftBlockCatalog .leftCatalogMenu > li a:hover:after {
  color: #282828;
}
.leftBlockCatalog .leftCatalogMenu li {
  list-style: none;
}
.leftBlockCatalog .leftCatalogMenu li a {
  border: 1px solid #afafaf;
  display: inline-block;
  padding: 15px 25px 15px 15px;
  width: 190px;
  margin-bottom: 10px;
  color: #282828;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.leftBlockCatalog .leftCatalogMenu li a.active,
.leftBlockCatalog .leftCatalogMenu li a:hover {
  border: 1px solid #fdd200;
  background: #fdd200;
  color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.leftBlockCatalog .leftCatalogMenu .leftCatalogPodmenu.thirdLevelUl {
  margin: 0 0 10px 20px;
  font-size: 16px;
}
.leftBlockCatalog .leftCatalogMenu .leftCatalogPodmenu li {
  position: relative;
  padding-left: 17px;
}
.leftBlockCatalog .leftCatalogMenu .leftCatalogPodmenu li a {
  border: none;
  display: inline-block;
  background: none;
  text-decoration: underline;
  color: #282828;
  padding: 8px 15px 0px;
}
.leftBlockCatalog .leftCatalogMenu .leftCatalogPodmenu li a:before {
  content: "›";
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #afafaf;
}
.leftBlockCatalog .leftCatalogMenu .leftCatalogPodmenu li a.active {
  border: none;
  text-decoration: none;
  font-weight: 700;
}
.leftBlockCatalog .leftCatalogMenu .leftCatalogPodmenu li a.active:before {
  color: #282828;
}
.leftBlockCatalog .leftCatalogMenu .thirdLevelUl li {
  padding-left: 15px;
}
.leftBlockCatalog .leftBanner {
  margin-top: 50px;
}
.leftBlockCatalog .leftBanner a {
  display: none;
}
.leftBlockCatalog .leftBanner .act {
  display: block;
}
/* стили широкой текстовой страницы */
.mainSection h2 {
  display: block;
  position: relative;
}
.mainSection h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fdd200;
  width: 50px;
  height: 3px;
}
.mainSection .text {
  overflow: hidden;
}
.mainSection .text img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.mainSection .text p {
  margin-bottom: 15px;
}
.mainSection .text ol {
  margin: 0 0 20px 25px;
}
.mainSection .text ul {
  margin: 0 0 20px 15px;
}
.mainSection .text ul li {
  list-style: none;
  padding: 0 0 0 10px;
  position: relative;
}
.mainSection .text ul li:before {
  content: "·";
  font-size: 20px;
  line-height: 11px;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: -5px;
}
.mainSection .text ul li:last-child {
  padding-bottom: 0;
}
.mainSection .half {
  width: 540px;
  float: left;
}
.mainSection .half h2 {
  margin-bottom: 5px;
}
.mainSection .half:last-child {
  margin-left: 90px;
}
.mainSection .news .block {
  margin-bottom: 15px;
}
.mainSection .news .block .date {
  margin-bottom: 10px;
}
.mainSection .news .block .date a {
  font-size: 13px;
  display: inline-block;
  padding: 5px 10px;
  background: #fdd200;
  color: #000000;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.mainSection .news .block .date a:hover {
  background: #ffd818;
}
.mainSection .news .block .text p {
  margin-bottom: 5px;
}
.mainSection .manufacters a.block {
  cursor: pointer;
}
.mainSection .manufacters a.block:hover span {
  background: #fdd200;
}
.mainSection .manufacters .block {
  width: 105px;
  height: 85px;
  position: relative;
  display: inline-block;
  border: 1px solid #efefef;
  margin-right: 25px;
  margin-bottom: 25px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.mainSection .manufacters .block .img {
  width: 105px;
  height: 85px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.mainSection .manufacters .block .img img {
  width: 105px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.mainSection .manufacters .block span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: #282828;
  z-index: 1000;
  -webkit-border-radius: 0px;
  -webkit-right-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  opacity: 0.7;
}
.mainSection .manufacters .block .holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #000000;
  /* This is the code responsible for the centering of content */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-line-pack: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block\9;
}
.mainSection .manufacters .block svg {
  width: 80px;
  height: 80px;
  fill: #f5f5f5;
  margin-bottom: 10px;
}
#rightBlockFull {
  margin-top: 30px;
}
#rightBlockFull .itemPodrazdel {
  margin-left: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#rightBlockFull .itemPodrazdel:nth-child(5n+1) {
  margin-left: 0;
}
#rightBlockFull #contentFullText {
  margin-top: 40px;
}
#rightBlockFull #contentFullText img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#rightBlockFull #contentFullText p {
  padding-bottom: 15px;
}
#rightBlockFull #contentFullText ol {
  margin: 0 0 20px 25px;
}
#rightBlockFull #contentFullText ul {
  margin: 0 0 20px 15px;
}
#rightBlockFull #contentFullText ul li {
  list-style: none;
  padding: 0 0 0 10px;
  position: relative;
}
#rightBlockFull #contentFullText ul li:before {
  content: "·";
  font-size: 20px;
  line-height: 11px;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: -5px;
}
#rightBlockFull #contentFullText ul li:last-child {
  padding-bottom: 0;
}
#rightBlockFull .basketHalf {
  margin: 20px 0;
}
#rightBlockFull .basketHalf > div {
  width: 515px;
  border: 2px solid #afafaf;
  float: left;
  margin-top: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
}
#rightBlockFull .basketHalf > div p {
  margin-bottom: 20px;
}
#rightBlockFull .basketHalf > div:first-child {
  margin-right: 50px;
}
#rightBlockFull .basketHalf .userForm .form-group .control-label {
  width: 100px;
}
#rightBlockFull .basketHalf .userForm .form-group .help-block {
  padding: 0 0 0 120px!important;
}
/* общие стили для контент-области */
/* пагинация */
.catalogPagination {
  width: 100%;
  margin: 25px 0;
}
.catalogPagination .pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.catalogPagination .pagination .prev,
.catalogPagination .pagination .next {
  display: inline-block;
}
.catalogPagination .pagination li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
.catalogPagination .pagination li.active a {
  color: #4599d8;
  text-decoration: none;
}
.catalogPagination .pagination li a {
  color: #282828;
}
.catalogPagination .pagination li a:hover {
  color: #4599d8;
  text-decoration: none;
}
.catalogPagination .pagination .prev a {
  display: inline-block;
  color: #c2c2c2;
}
.catalogPagination .pagination .prev a:hover {
  color: #4599d8;
  text-decoration: none;
}
.catalogPagination .pagination .prev a svg {
  fill: #c2c2c2;
  width: 12px;
  height: 12px;
  display: inline-block;
  float: left;
  position: relative;
  top: 4px;
  margin: 0 15px 0 0;
}
.catalogPagination .pagination .prev span {
  color: #c2c2c2;
}
.catalogPagination .pagination .next a {
  display: inline-block;
  color: #c2c2c2;
}
.catalogPagination .pagination .next a:hover {
  color: #4599d8;
  text-decoration: none;
}
.catalogPagination .pagination .next a svg {
  fill: #c2c2c2;
  width: 12px;
  height: 12px;
  display: inline-block;
  float: right;
  position: relative;
  top: 4px;
  margin: 0 0 0 15px;
}
.catalogPagination .pagination .next span {
  color: #c2c2c2;
}
/* блок вариантов показа */
/* TODO проверить */
.howToShowElementList {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 100;
}
.howToShowElementList a {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.howToShowElementList a.active svg {
  fill: #fdd200;
  cursor: default;
}
.howToShowElementList a svg {
  fill: #afafaf;
}
.howToShowElementList a svg:hover {
  fill: #fdd200;
}
.howToShowElementList div {
  padding-left: 10px;
  display: inline-block;
}
.howToShowElementList div span {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #afafaf;
}
.howToShowElementList label {
  float: left;
  padding-right: 17px;
}
.howToShowElementList .pageSizeBlock a {
  width: auto;
  height: auto;
  color: #afafaf;
  text-decoration: none;
}
.howToShowElementList .pageSizeBlock a:hover,
.howToShowElementList .pageSizeBlock a.active {
  color: #fdd200;
}
/* листинг каталога */
.rouble {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  font-weight: normal;
}
.rouble:before {
  display: block;
  content: "–";
  position: absolute;
  top: 0.20em;
  left: -1px;
}
.catalogElementList {
  position: relative;
  z-index: 10;
  padding: 35px 0 0 0;
  font-size: 13px;
}
.catalogElementList table tr td:nth-child(1),
.catalogElementList table tr td:nth-child(1) {
  width: 118px;
}
#positionTable,
.table {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
}
#positionTable div.head,
.table div.head {
  display: table-header-group;
  color: #000000;
  width: 100%;
}
#positionTable div.head div.row,
.table div.head div.row {
  display: table-row;
}
#positionTable div.head div.row div,
.table div.head div.row div {
  display: table-cell;
  padding: 11px 5px;
  background: #fdd200;
}
#positionTable div.head div.row div a,
.table div.head div.row div a {
  color: #000000;
}
#positionTable div.head div.row div:first-child,
.table div.head div.row div:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-left: 15px;
}
#positionTable div.head div.row div:last-child,
.table div.head div.row div:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#positionTable div.body,
.table div.body {
  width: 100%;
  display: table-row-group;
}
#positionTable div.body div.row,
.table div.body div.row {
  display: table-row;
}
#positionTable div.body div.row div,
.table div.body div.row div {
  padding: 11px 5px;
  border-bottom: 1px solid #afafaf;
  display: table-cell;
  vertical-align: middle;
}
#positionTable div.body div.row div:first-child,
.table div.body div.row div:first-child {
  padding-left: 15px;
}
#positionTable div.body div.row div svg,
.table div.body div.row div svg {
  width: 16px;
  height: 16px;
  fill: #fdd200;
}
.basketTable .help {
  display: inline-block;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.basketTable .help svg {
  width: 12px;
  height: 12px;
  fill: #000000;
}
.basketTable .row div .comment {
  border-bottom: 1px dashed #4599d8;
}
.itemElement-Cube {
  display: inline-block;
  border: 1px solid #afafaf;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 183px;
  height: 355px;
  padding: 0 15px;
  margin-right: 12px;
  margin-bottom: 56px;
  vertical-align: top;
}
.itemElement-Cube:nth-child(4n) {
  margin-right: 0;
}
.itemElement-Cube .linkItemElement {
  width: 100%;
  margin: 10px 0;
}
.itemElement-Cube .linkItemElement a {
  font-size: 14px;
}
.itemElement-Cube .linkItemElement a:hover {
  text-decoration: none;
}
.itemElement-List {
  width: 100%;
  display: inline-block;
  border: 1px solid #f3f3f3;
  padding: 0 0 15px 15px;
  margin-right: 12px;
  margin-bottom: 30px;
  vertical-align: top;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.itemElement-List .imageItemElement {
  float: left;
}
.itemElement-List .linkItemElementHolder {
  float: left;
  margin: 15px 0 0 15px;
}
.itemElement-List .blockToCart {
  position: absolute;
  top: 0;
  right: 15px;
}
#positionsTable {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
#positionsTable .positionsTableTd .priceItemElement {
  position: relative;
  margin-top: 20px;
}
#positionsTable .infoItemElement {
  float: left;
  padding-right: 15px;
}
#positionsTable .positionsTableTd {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f3f3f3;
}
#positionsTable .positionsTableTd:first-child {
  width: 250px;
}
#positionsTable .positionsTableTd .addToCart {
  background: none;
  border: 0;
  color: #282828;
  font-size: 14px;
}
#positionsTable .positionsTableHead td {
  padding: 10px 0;
}
.priceItemElement .table {
  display: table;
  margin: 10px 0 0 0;
}
.priceItemElement .table .row {
  display: table-row;
  border-top: 1px solid #f5f5f5;
}
.priceItemElement .table .row div {
  display: table-cell;
  padding: 2px 0;
}
.priceItemElement .table .row div input {
  position: relative;
  top: 2px;
}
.priceItemElement .table .row div:first-child {
  width: 55px;
}
.priceItemElement .table .row div:nth-child(2) {
  width: 55px;
}
.priceItemElement .table .row div:last-child {
  text-align: right;
}
.priceItemElement .else {
  font-size: 12px;
  color: #282828;
}
.priceItemElement strong {
  font-weight: normal;
}
.priceItemElement input {
  float: right;
  margin: 2px 5px 0 0;
}
.priceItemElement .loader {
  margin-top: 10px !important;
}
.infoItemElement a {
  color: #282828;
}
.infoItemElement .block {
  display: table;
}
.infoItemElement .block .row {
  display: table-row;
}
.infoItemElement .block .row div {
  display: table-cell;
}
.infoItemElement .block .row div:first-child {
  width: 110px;
}
.imageItemElement {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 183px;
  height: 158px;
}
.imageItemElement img {
  width: 183px;
  height: 140px;
  margin-top: 15px;
}
.imageItemElement svg {
  width: 80px;
  height: 80px;
  margin: 30px 0 0 0;
  fill: #f5f5f5;
}
.blockToCart {
  text-align: center;
  position: relative;
  position: absolute;
  bottom: -25px;
  width: 100%;
  left: 0;
}
.blockToCart .addToCart {
  color: #000000;
  font-size: 17px;
  background: #fdd200;
  padding: 13px 43px;
  border-bottom: 1px solid #b3a35c;
  text-decoration: none;
  display: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.blockToCart .addToCart:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}
.blockToCart .addToCart:hover {
  background: #ffd818;
}
.blockToCart .addToCart .loader {
  border-top: 3px solid #ffe04b;
  border-right: 3px solid #ffe04b;
  border-bottom: 3px solid #ffe04b;
  border-left: 3px solid #000000;
}
/* подразделы каталога с плашками */
.podrazdel-list {
  width: 100%;
  margin: 30px 0;
}
.podrazdel-list label {
  text-align: center;
  cursor: pointer;
  display: block;
  width: 200px;
  height: 35px;
  background: #fdd200;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  padding: 7px 5px;
  color: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-line-pack: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.podrazdel-list .imgPodrazdel {
  width: 210px;
  height: 170px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.podrazdel-list .imgPodrazdel img {
  width: 210px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.podrazdel-list .itemPodrazdel {
  width: 210px;
  height: 170px;
  position: relative;
  display: inline-block;
  border: 1px solid #efefef;
  margin-left: 15px;
  margin-bottom: 18px;
  cursor: pointer;
  text-align: center;
}
.podrazdel-list .itemPodrazdel:nth-child(4n+1) {
  margin-left: 0;
}
.podrazdel-list .itemPodrazdel svg {
  width: 80px;
  height: 80px;
  fill: #f5f5f5;
  margin-bottom: 45px;
}
.brand-list .itemPodrazdel:nth-child(4n+1) {
  margin-left: 0 !important;
}
/* карточка товара */
.rightBlockCatalog {
  float: left;
  width: 910px;
  margin-left: 25px;
}
.topRightBLockCatalog h1,
#rightBlockFull h1,
.rightBlockCatalog h1 {
  position: relative;
}
.topRightBLockCatalog h1:after,
#rightBlockFull h1:after,
.rightBlockCatalog h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fdd200;
  width: 50px;
  height: 3px;
}
.topRightBLockCatalog {
  width: 100%;
}
#sectionText {
  margin: 25px 0 0 0;
}
.positionDesciption {
  display: inline-block;
  vertical-align: top;
  width: 570px;
  margin-top: 30px;
  margin-bottom: 55px;
}
.positionDesciption .questionButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 17px;
  background: #fdd200;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 30px;
  color: #000000;
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid #b3a35c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.positionDesciption .questionButton:hover {
  background: #ffd818;
}
.positionDesciption .tableError {
  margin-top: 15px;
  border: 2px solid #fdd200;
  padding: 10px;
  color: red;
  display: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.positionDesciption .podrobneeOpis {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  padding-right: 30px;
}
.positionDesciption .podrobneeOpis .tabPodrobneeOpis {
  margin-bottom: 5px;
}
.positionDesciption .podrobneeOpis .tabPodrobneeOpis li {
  list-style: none;
}
.positionDesciption .half {
  width: 253px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}
.positionDesciption .half:first-child {
  margin-right: 35px;
}
.positionDesciption .half ul li {
  padding: 0 0 0 5px;
  list-style: none;
}
.positionDesciption .half ul li:before {
  content: "·";
  font-size: 20px;
  vertical-align: middle;
  line-height: 20px;
  position: relative;
  left: -5px;
}
.positionDesciption .half div:last-child {
  color: #474747;
}
.positionDesciption .half div p label {
  float: right;
}
.positionDesciption #priceTable svg {
  width: 16px;
  height: 16px;
  fill: #fdd200;
  stroke: #fdd200;
}
.positionDesciption #priceTable strong {
  font-weight: normal;
}
.positionDesciption #priceTable .table .row div:nth-child(1) {
  padding-left: 20px;
}
.positionDesciption .blockPriceAddToBasket {
  display: none;
  background: #f5f5f5;
  margin-top: 30px;
  padding: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.positionDesciption .blockPriceAddToBasket .cntGoodForAddToBasket {
  display: inline-block;
  width: 180px;
}
.positionDesciption .blockPriceAddToBasket .cntGoodForAddToBasket input[type=text] {
  outline: none;
  font-size: 15px;
  padding: 8px 10px;
  width: 30px;
  margin: 0 10px;
  text-align: center;
}
.positionDesciption .blockPriceAddToBasket .priceDetailGood {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
.positionDesciption .blockPriceAddToBasket .priceDetailGood label {
  font-size: 12px;
}
.positionDesciption .blockPriceAddToBasket .priceDetailGood div {
  font-size: 30px;
  line-height: 27px;
}
.positionDesciption .blockPriceAddToBasket .addToBasketWrapper {
  display: inline-block;
  width: 145px;
  float: right;
}
.positionDesciption .blockPriceAddToBasket .addToBasketWrapper .addToBasket {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  background: #fdd200;
  color: #000000;
  border: none;
  outline: none;
  height: 20px;
  padding: 16px 28px;
  width: 88px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #b3a35c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.positionDesciption .blockPriceAddToBasket .addToBasketWrapper .addToBasket.noactive {
  background: #afafaf;
}
.positionDesciption .blockPriceAddToBasket .addToBasketWrapper .addToBasket .loader {
  border-top: 3px solid #ffe04b;
  border-right: 3px solid #ffe04b;
  border-bottom: 3px solid #ffe04b;
  border-left: 3px solid #000000;
}
.positionDesciption .blockPriceAddToBasket .addToBasketWrapper .addToBasket:hover {
  background: #ffd818;
}
.positionDesciption .blockPriceAddToBasket .addToBasketWrapper #errorToBasket {
  background: #afafaf;
}
.detailGalleryGoods {
  display: inline-block;
  width: 315px;
  margin-top: 40px;
  margin-left: 20px;
}
.detailGalleryGoods .bigImgGalleryGoods {
  text-align: center;
  max-width: 330px;
  max-height: 265px;
}
.detailGalleryGoods .bigImgGalleryGoods svg {
  width: 140px;
  height: 140px;
  fill: #f5f5f5;
  margin: 40px 0 0 0;
}
.detailGalleryGoods .blockSmallImgGallery {
  margin-top: 15px;
}
.detailGalleryGoods .blockSmallImgGallery .itemSmallImgGallery {
  width: 66px;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.detailGalleryGoods .blockSmallImgGallery .itemSmallImgGallery.act {
  border: 2px solid #fdd200;
}
.detailGalleryGoods .blockSmallImgGallery .itemSmallImgGallery img {
  max-width: 60px;
  max-height: 46px;
}
.positionText h3 {
  color: #282828;
  padding-bottom: 10px;
}
.positionText p {
  padding-bottom: 7px;
}
.apply {
  padding-top: 45px;
}
.kupitModel {
  display: none;
}
/* форма авторизации */
/* форма данных юзера */
.userForm {
  outline: none;
}
.userForm .form-group .control-label {
  width: 150px;
  float: left;
  padding-right: 20px;
  padding-top: 12px;
}
.userForm .form-group .text {
  width: 380px;
  display: inline-block;
}
.userForm .form-group #helpPersonalDataAgree {
  margin-bottom: 15px;
}
.userForm .form-group.required label.control-label:after {
  content: " * ";
  color: red;
}
.userForm .form-group .help-block {
  padding: 0 0 0 170px!important;
  color: red;
}
.userForm select {
  padding: 0 12px;
  border: 2px solid #afafaf;
  outline: none;
  width: 380px;
  font-family: 'PT Sans', sans-serif;
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff;
}
.userForm select option {
  padding: 9px 12px;
}
.userForm input[type=text],
.userForm input[type=password],
.userForm textarea {
  font-family: 'PT Sans', sans-serif;
  border: 2px solid #afafaf;
  width: 350px;
  resize: none;
  padding: 10px 12px;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff;
}
.userForm textarea {
  height: 80px;
  font-size: 14px;
}
.userForm input[type=submit] {
  background: #fdd200;
  border: 0;
  border-bottom: 1px solid #b3a35c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  outline: medium none;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}
.userForm input[type=submit]:hover {
  background: #ffd818;
}
.userForm input[type=submit]:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}
.userForm .cancel {
  display: inline-block;
  margin-left: 50px;
  color: #282828;
}
.selectHolder {
  display: inline-block;
}
.selectHolder:after {
  background: none;
  color: #afafaf;
  content: "\25BC";
  font-size: 9px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  pointer-events: none;
}
.selectHolder select::-ms-expand {
  display: none;
}
#sectionText .holder {
  margin-top: 15px;
}
.article .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.article .text p {
  padding-bottom: 15px;
}
.stateSection {
  margin-top: 10px;
}
.stateSection .info {
  color: #afafaf;
  font-size: 13px;
}
.stateSection p.section {
  font-size: 16px;
  position: relative;
}
.stateSection p.section:before {
  content: "·";
  position: absolute;
  top: 0;
  left: -10px;
}
.stateSection p.section a {
  color: #282828;
  text-decoration: none;
}
.stateSection p.section a:hover {
  text-decoration: underline;
}
.stateSection .state {
  margin-left: 20px;
}
.stateSection .stateSection {
  margin-left: 20px;
}
#newsList {
  margin-top: 10px;
  overflow: hidden;
}
#newsList.wide .line hr {
  width: 530px;
}
#newsList.wide .block {
  width: 550px;
}
#newsList.wide .block .text {
  width: 390px;
}
#newsList .line {
  overflow: hidden;
  clear: both;
}
#newsList .line hr {
  width: 415px;
  float: left;
  border: 0;
  border-bottom: 1px solid #f5f5f5;
  height: 0;
}
#newsList .line hr:nth-of-type(2n+1) {
  margin-right: 40px;
}
#newsList .group {
  overflow: hidden;
}
#newsList .block {
  display: block;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  float: left;
  width: 435px;
}
#newsList .block:nth-of-type(2n+1) {
  margin-right: 30px;
  border-right: 1px solid #f5f5f5;
}
#newsList .block .text {
  float: left;
  margin-left: 20px;
  width: 285px;
}
#newsList .block .img {
  float: left;
  width: 105px;
}
#newsList .block .img img {
  width: 105px;
  text-align: center;
}
#newsList .block .img svg {
  width: 60px;
  margin: 20px 0 0 22px;
  fill: #f5f5f5;
}
#newsList .block .title {
  display: block;
  margin: 0 0 5px 0;
}
#newsList .date {
  font-size: 13px;
  display: inline-block;
  padding: 1px 3px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fdd200;
  color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#newsDetail {
  margin-top: 25px;
}
#newsDetail .block {
  position: relative;
}
#newsDetail .img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#newsDetail .date {
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fdd200;
  color: #000000;
}
#newsDetail .dateRow {
  display: inline-block;
  padding: 5px 10px;
  background: #fdd200;
  color: #000000;
}
#newsDetail .back {
  text-align: left;
  margin-top: 20px;
}
#newsDetail .text {
  margin: 20px 0 0 0;
}
#newsDetail .text p {
  padding-bottom: 15px;
}
#newsDetail .text li {
  list-style: inside;
}
/* личный кабинет юзера */
/* таб */
.profileTabs {
  margin: 0 0 20px 0!important;
}
.profileTabs li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}
.profileTabs li:before {
  display: none;
}
.profileTabs li a {
  font-size: 18px;
}
.profileTabs li a.active {
  text-decoration: none !important;
  color: black !important;
}
.show {
  display: block;
}
/* профиль пользователя */
#profileTable {
  width: 600px;
}
.profileLinks span {
  padding: 0 10px;
  color: #afafaf;
}
.profileLinks a:last-child {
  color: #282828;
}
/* профиль пользователя end */
/* модальное окно */
#wrapper {
  display: none;
  background: none repeat scroll 0 0 #282828;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 2000;
}
#modal {
  position: fixed;
  display: none;
  top: 15%;
  left: 50%;
  margin: 0 0 0 -200px;
  width: 400px;
  z-index: 3000;
  font-size: 14px;
}
#modal a#closeModal {
  position: absolute;
  right: 0;
  top: -40px;
  text-decoration: none;
  color: white;
}
#modal a#closeModal span {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -4px;
}
#modal .body {
  margin: 0 0 22px 0;
  background: white;
}
#modal .body .holder {
  padding: 35px 35px 60px 35px;
}
#modal .body .holder .notice {
  float: left;
  padding-left: 20px;
  width: 270px;
  margin-top: 10px;
}
#modal .body .holder .form-group {
  padding: 0 0 5px 0;
}
#modal > .holder {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
#modal > .holder #okay {
  padding: 12px 50px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  background: #fdd200;
  color: #000000;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #b3a35c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#modal > .holder #okay .loader {
  border-top: 3px solid #ffe04b;
  border-right: 3px solid #ffe04b;
  border-bottom: 3px solid #ffe04b;
  border-left: 3px solid #000000;
}
/* модальное окно end */
/* таблица заказов */
#orderHistory .head .row div:nth-child(1),
#orderHistory .body .row div:nth-child(1),
#orderHistory .head .row div:nth-child(2),
#orderHistory .body .row div:nth-child(2),
#orderHistory .head .row div:nth-child(4),
#orderHistory .body .row div:nth-child(4),
#orderHistory .head .row div:nth-child(5),
#orderHistory .body .row div:nth-child(5),
#orderHistory .head .row div:nth-child(6),
#orderHistory .body .row div:nth-child(6),
#orderHistory .head .row div:nth-child(7),
#orderHistory .body .row div:nth-child(7) {
  text-align: center;
}
.historyBottom {
  padding: 30px 20px;
}
.historyBottom .left {
  display: inline-block;
  width: 200px;
}
.historyBottom .paginator {
  display: inline-block;
  margin: 0 0 0 200px;
}
.historyBottom .paginator a {
  color: #4599d8;
  display: inline-block;
  margin: 0 5px;
}
.historyBottom .paginator a.active {
  color: #282828;
  text-decoration: none;
}
.historyBottom .count {
  display: inline-block;
  float: right;
}
.historyBottom .count a {
  color: #4599d8;
  display: inline-block;
  margin-right: 10px;
}
.historyBottom .count a:first-child {
  margin-left: 10px;
}
.historyBottom .count a.active {
  color: black;
  text-decoration: none;
}
#orderInfo {
  margin: 0 0 20px 0;
}
#orderInfo div {
  padding: 0 0 10px 0;
}
#orderInfo div label {
  display: inline-block;
  width: 150px;
}
/* таблица заказов end */
/* корзина заказов */
.blockCart .loaderBig {
  border-top: 6px solid #fff2b1;
  border-right: 6px solid #fff2b1;
  border-bottom: 6px solid #fff2b1;
  border-left: 6px solid #fdd200;
}
.blockCart .loaderBig,
.blockCart .loaderBig:after {
  width: 32px;
  height: 32px;
}
.delFromCartItem {
  color: #afafaf;
  display: inline-block;
  position: relative;
}
.delFromCartItem span {
  position: relative;
  top: 1px;
}
.delFromCartItem:hover {
  color: #282828;
}
.CartCountBlock input[type=text] {
  font-size: 14px;
  padding: 8px 10px;
  outline: none;
  width: 30px;
  margin: 0 10px;
  text-align: center;
}
.tableSumm {
  text-align: center;
}
/* блок с итоговой ценой товара */
.cartTotalCost {
  background: #f5f5f5;
  padding: 15px;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.cartTotalCost div:first-child {
  float: left;
}
.cartTotalCost div:nth-child(2) {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  float: right;
}
.cartTotalCost #totalPrice .loader {
  border-top: 3px solid #cfcfcf;
  border-right: 3px solid #cfcfcf;
  border-bottom: 3px solid #cfcfcf;
  border-left: 3px solid #282828;
}
.cartTotalCost #totalPrice .loader,
.cartTotalCost #totalPrice .loader:after {
  border-radius: 50%;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
}
.order {
  margin: 0 auto;
  margin-top: 50px;
  padding: 17px 35px 13px 35px;
  font-weight: 700;
  background: #fdd200;
  border-bottom: 1px solid #b3a35c;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.order:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}
.order:hover {
  background: #ffd818;
}
/* страница оформления заказа */
#orderTotal {
  margin-right: 35px;
}
#orderTotal strong {
  font-weight: normal;
}
.orderHalf {
  width: 585px;
  float: left;
}
#sectionFilters {
  background: #f5f5f5;
  padding: 15px;
  margin: 25px 0 20px 0;
}
#sectionFilters div {
  margin-bottom: 10px;
}
#sectionFilters label {
  padding-right: 10px;
}
#sectionFilters input[type=submit] {
  background: #fdd200;
  border: 0;
  border-bottom: 1px solid #b3a35c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  outline: medium none;
  padding: 10px 30px;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
#sectionFilters input[type=submit]:hover {
  background: #ffd818;
}
#sectionFilters input[type=submit]:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}
#payBlockInOrder {
  margin-top: 20px;
}
#payBlockInOrder input[type=submit] {
  background: #fdd200;
  border: 0;
  border-bottom: 1px solid #b3a35c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  outline: medium none;
  padding: 10px 30px;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
#payBlockInOrder input[type=submit]:hover {
  background: #ffd818;
}
#payBlockInOrder input[type=submit]:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}
#payBlockInOrder .grayButton {
  background: #afafaf !important;
  color: #f5f5f5 !important;
}
/* паддинги */
.paddTop {
  margin-top: 40px;
}
.paddBottom {
  margin-bottom: 40px;
}
/* блок оплаты при оформлении */
#payBlock {
  padding-top: 20px;
}
#payBlock div {
  display: block;
  float: left;
  width: 180px;
  height: 120px;
  margin-right: 20px;
  text-align: center;
}
#payBlock div.active {
  outline: 1px solid #fdd200 !important;
}
#payBlock div:nth-child(3n) {
  margin-right: 0;
}
#payBlock div a {
  color: #282828;
  text-decoration: none;
}
#payBlock div a:hover {
  color: #4599d8;
  text-decoration: underline;
}
#payBlock div img {
  width: 130px;
}
#payBlock div span {
  display: block;
}
/* блок оплаты */
#payType {
  float: left;
  display: block;
}
#payType label {
  display: block;
  padding: 10px 0 0 0;
}
#payType label input {
  margin-right: 5px;
}
.shippingBlock table {
  margin-bottom: 20px;
}
.hiddenError {
  display: none;
}
#hiddenAdres {
  display: none;
}
#ofertaSubmitHolder {
  border: 2px solid #afafaf;
  width: 100%;
  height: 200px;
  resize: none;
  padding: 10px 12px;
  margin-bottom: 20px;
  overflow: scroll;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#ofertaSubmitOk {
  text-align: center;
}
#helpOferta {
  text-align: center;
  padding-bottom: 20px;
}
/* форма задать вопрос по заказу */
#askItem label {
  padding: 10px 0 5px 0;
}
#askItem input[type=text],
#askItem textarea {
  border: 2px solid #e6e6e6;
  width: 300px;
  resize: none;
  padding: 10px 12px;
  font-size: 14px;
}
#askItem input[type="text"][disabled] {
  background: #f5f5f5;
  color: #282828;
}
#askItem .alert {
  color: #a94442 !important;
  background: #f2dede !important;
}
.help-block {
  color: red;
}
/* графика svg */
.mailSended {
  fill: #fdd200;
  width: 40px;
  height: 40px;
  float: left;
  display: inline-block;
}
.close {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
/*ошибки*/
.error {
  margin-bottom: 15px;
  color: red;
  padding-left: 170px;
}
/* таблицы с разным форматом ячеек */
#deliveryTable .row div:nth-child(3),
#deliveryTable .row div:nth-child(4) {
  text-align: center;
}
#orderTable .row div:nth-child(4),
#orderTable .row div:nth-child(5),
#orderTable .row div:nth-child(6),
#orderTable .row div:nth-child(7) {
  text-align: center;
}
#searchTable {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
}
#searchTable .help {
  display: inline-block;
  position: relative;
  top: -2px;
  cursor: pointer;
}
#searchTable .help svg {
  width: 12px;
  height: 12px;
  fill: #000000;
}
#searchTable div.head {
  display: table-header-group;
  color: #000000;
  width: 100%;
}
#searchTable div.head div.row {
  display: table;
  width: 100%;
}
#searchTable div.head div.row div {
  display: table-cell;
  padding: 11px 5px;
  background: #fdd200;
}
#searchTable div.head div.row div:nth-child(1) {
  width: 13%;
}
#searchTable div.head div.row div:nth-child(2) {
  width: 10%;
}
#searchTable div.head div.row div:nth-child(3) {
  width: 26%;
}
#searchTable div.head div.row div:nth-child(4) {
  width: 10%;
}
#searchTable div.head div.row div:nth-child(5),
#searchTable div.head div.row div:nth-child(6),
#searchTable div.head div.row div:nth-child(7),
#searchTable div.head div.row div:nth-child(8) {
  width: 10%;
}
#searchTable div.head div.row div:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 15px;
}
#searchTable div.head div.row div:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
#searchTable div.body {
  width: 100%;
  display: table-row-group;
}
#searchTable div.body .rowSpan {
  display: table-row;
  width: 100%;
  background: #f5f5f5;
}
#searchTable div.body .rowSpan div {
  display: table-cell;
  padding: 11px 5px 11px 15px;
}
#searchTable div.body .noBorder div {
  border-bottom: 0 !important;
}
#searchTable div.body .border div {
  border-bottom: 1px solid #afafaf;
}
#searchTable div.body div.row {
  display: table;
  width: 100%;
}
#searchTable div.body div.row div {
  padding: 11px 5px;
  display: table-cell;
  vertical-align: middle;
}
#searchTable div.body div.row div:nth-child(4),
#searchTable div.body div.row div:nth-child(5),
#searchTable div.body div.row div:nth-child(6),
#searchTable div.body div.row div:nth-child(7),
#searchTable div.body div.row div:nth-child(8) {
  border-bottom: 1px solid #afafaf;
}
#searchTable div.body div.row div:nth-child(1) {
  width: 13%;
}
#searchTable div.body div.row div:nth-child(2) {
  width: 10%;
}
#searchTable div.body div.row div:nth-child(3) {
  width: 26%;
}
#searchTable div.body div.row div:nth-child(4) {
  width: 10%;
}
#searchTable div.body div.row div:nth-child(5),
#searchTable div.body div.row div:nth-child(6),
#searchTable div.body div.row div:nth-child(7) {
  width: 10%;
}
#searchTable div.body div.row div:nth-child(8) {
  width: 11%;
}
#searchTable div.body div.row div:nth-child(7) {
  font-weight: 700;
}
#searchTable div.body div.row div:nth-child(7) span.rouble {
  font-weight: 700;
}
#searchTable div.body div.row div:first-child {
  padding-left: 15px;
}
#searchTable div.body div.row div .addToCart {
  display: block;
  overflow: hidden;
  float: left;
}
#searchTable div.body div.row div svg {
  width: 16px;
  height: 16px;
  fill: #fdd200;
  float: left;
}
#searchTable div.body div.row div .loader {
  border-top: 3px solid #ffe97e;
  border-right: 3px solid #ffe97e;
  border-bottom: 3px solid #ffe97e;
  border-left: 3px solid #fdd200;
}
#searchTable div.body div.row div .loader,
#searchTable div.body div.row div .loader:after {
  float: left;
  width: 10px !important;
  height: 10px !important;
  margin: 0;
  padding: 0;
}
#searchTable div.body div.row div span.colvo {
  float: left;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
#searchTable div.body div.row div span.colvo input {
  width: 25px;
  padding: 2px;
  text-align: center;
  display: inline-block;
  border: 1px solid #afafaf;
}
#searchTable div.body div.row div span.colvo input.alert {
  color: #a94442 !important;
  background: #f2dede !important;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.ajaxLoad {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader {
  font-style: normal;
  font-size: 10px;
  position: relative;
  border-top: 3px solid #fff2b1;
  border-right: 3px solid #fff2b1;
  border-bottom: 3px solid #fff2b1;
  border-left: 3px solid #fdd200;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: inline-block;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 !important;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load8 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* стили шапки №1 */
header {
  min-height: 165px;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 200;
  /* логотип */
}
header .logo {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 100;
}
header .logo a {
  background: #f5f5f5 url('/img/logo.png') no-repeat center;
  display: inline-block;
  width: 175px;
  height: 165px;
  background-size: 175px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
header .block {
  padding-top: 30px;
  display: block;
  /* блок поиска */
  /* блок авторизации start */
}
header .block .search {
  background: #fdd200;
  display: inline-block;
  width: 480px;
  height: 40px;
  margin-left: 242px;
  padding: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
header .block .search .holder {
  display: inline-block;
  width: 100px;
  text-align: center;
}
header .block .search input[type=text] {
  font-family: 'PT Sans', sans-serif;
  outline: none;
  font-size: 16px;
  height: 16px;
  width: 320px;
  padding: 11px 20px 12px 20px;
  border: 0;
}
header .block .search input[type=submit] {
  font-family: 'Roboto Condensed', sans-serif;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  height: 38px;
}
header .block .search .alert {
  color: #a94442 !important;
  background: #f2dede !important;
}
header .block .search .alert::-webkit-input-placeholder {
  color: #a94442;
}
header .block .search .alert::-moz-placeholder {
  color: #a94442;
}
header .block .search .alert:-moz-placeholder {
  color: #a94442;
}
header .block .search .alert:-ms-input-placeholder {
  color: #a94442;
}
header .block .authorize {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  text-align: right;
  float: right;
  width: 253px;
}
header .block .authorize p {
  font-size: 13px;
}
header .block .authorize .register {
  color: #282828;
}
header .block .authorize span {
  padding: 0 10px;
  color: #afafaf;
}
header .block #authorized {
  top: 8px;
}
header section {
  position: relative;
  height: 85px;
}
header section .holder {
  height: 85px;
  width: 682px;
  display: inline-block;
  position: relative;
  text-align: center;
}
header section .table {
  display: table;
  width: 632px;
  margin: 0 25px;
  position: absolute;
  bottom: 0;
}
header section menu {
  display: table-row;
  vertical-align: top;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}
header section menu > li {
  list-style: none;
  display: table-cell;
  width: 100px;
  text-align: center;
  padding: 0 10px 13px 10px;
  position: relative;
  white-space: nowrap;
}
header section menu > li:hover > a {
  color: #fdd200;
}
header section menu > li:hover ul {
  display: block;
}
header section menu > li:hover ul li a {
  color: #282828;
}
header section menu > li > a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
  text-decoration: none;
  padding: 0;
  position: relative;
  z-index: 300;
}
header section menu > li > a:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  background: #fdd200;
  width: 25px;
  height: 3px;
}
header section menu > li ul {
  position: absolute;
  z-index: 250;
  width: 100%;
  top: -10px;
  left: 0;
  border: 1px solid #fdd200;
  padding: 50px 0 5px 0;
  background: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: none;
}
header section menu > li ul li {
  display: block;
  padding: 0 0 5px 0;
  width: 100%;
}
header section menu > li ul li a {
  font-size: 14px;
  text-decoration: none;
}
header section menu > li ul li a:hover {
  text-decoration: underline;
}
header section #topCart {
  font-family: 'Roboto Condensed', sans-serif;
  background: #f5f5f5;
  display: inline-block;
  position: absolute;
  vertical-align: top;
  height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  bottom: 0;
}
header section #topCart #linkCart {
  width: 50px;
  height: 50px;
  background: #fdd200;
  display: inline-block;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
header section #topCart #linkCart svg {
  fill: #000000;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 15px;
  float: left;
  display: inline-block;
}
header section #topCart #linkCart2 {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  color: #282828;
  width: 237px;
  padding: 0 10px;
  margin-top: 15px;
}
header section #topCart #linkCart2 span {
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  font-size: 16px;
}
header section #topCart #linkCart2 svg {
  width: 16px;
  height: 16px;
  fill: #fdd200;
  stroke: #fdd200;
}
/* фильтр в шапке */
.filter {
  position: relative;
  margin-top: 31px;
  z-index: 100;
}
.filter .holder {
  display: inline-block;
  width: 912px;
}
.filter .holder h2 {
  position: relative;
}
.filter .holder h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fdd200;
  width: 50px;
  height: 3px;
}
.filter .holder h2#openFilterLink {
  display: none;
}
.filter .holder .params {
  background: #f5f5f5;
  padding: 17px 20px;
  margin-top: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.filter .holder .params .select {
  display: inline-block;
  margin-right: 16px;
}
.filter .holder .params .select:after {
  background: none;
  color: #afafaf;
  content: "\25BC";
  font-size: 9px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 16px;
  z-index: 1;
  pointer-events: none;
}
.filter .holder .params .select select {
  background: #ffffff;
  max-height: 45px;
  display: inline-block;
  border: none;
  border-top: 1px solid #afafaf;
  cursor: pointer;
  color: #afafaf;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 12px;
  width: 176px;
  font-family: 'Roboto Condensed', sans-serif;
}
.filter .holder .params .select select::-ms-expand {
  display: none;
}
.filter .holder .params .select .active {
  color: #282828;
}
.filter .holder .params .select .alert {
  background: #f2dede;
}
.filter .holder .params input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 16px;
  background: #fdd200;
  color: #000000;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #b3a35c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  height: 45px;
  width: 88px;
  font-family: 'Roboto Condensed', sans-serif;
}
.filter .holder .params input[type=submit]:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}
.filter .holder .params input[type=submit]:hover {
  background: #ffd818;
}
.filter .topBannerPlace {
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
  width: 200px;
  height: 230px;
}
.filter .topBannerPlace a {
  display: none;
}
.filter .topBannerPlace a img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.filter .topBannerPlace .act {
  display: block;
}
/* фильтр в шапке end */
/* хлебные крошки в шапке */
.breadcrumb li {
  list-style: none;
  display: inline-block;
  color: #afafaf;
}
.breadcrumb li span {
  padding: 0 10px;
}
.breadcrumb li a {
  color: #474747;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  body,
  .wrap {
    width: auto;
    min-width: auto;
  }
  .breadcrumb {
    text-align: center;
  }
  header .menuLink {
    position: absolute;
    z-index: 20000;
  }
  header .logo {
    display: block;
    float: none;
    text-align: center;
  }
  header .block .search {
    display: block;
    margin: 0 0 10px 0;
    height: auto;
    width: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 8px 0 0 0;
  }
  header .block .search .holder {
    width: 100%;
    text-align: center;
  }
  header .block .search .holder input {
    height: 30px;
    width: 100%;
  }
  header .block .search input[type=text] {
    padding: 5px 0;
    text-align: center;
    border: 0;
    background: #ffffff;
    width: 100%;
  }
  header .block .authorize {
    float: none;
    width: 100%;
    text-align: center;
  }
  header .block section {
    height: auto;
    margin-top: 10px;
  }
  header .block section .holder {
    display: none;
  }
  header .block section #topCart {
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
  }
  header .block section #topCart #linkCart {
    position: absolute;
    display: none;
  }
  header .block section #topCart #linkCart2 {
    width: auto;
  }
  section.filter {
    margin: 10px 0 0 0;
  }
  section.filter .holder {
    width: 100%;
  }
  section.filter .holder h2 {
    display: none;
    text-align: center;
  }
  section.filter .holder h2:after {
    display: none;
  }
  section.filter .holder h2#openFilterLink {
    display: block;
    text-align: center;
    width: 100%;
  }
  section.filter .holder h2#openFilterLink a {
    cursor: pointer;
    z-index: 1000;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #4599d8;
  }
  section.filter .holder .params {
    display: none;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
  }
  section.filter .holder .params .select {
    display: block;
    margin: 0px 0px 10px 0;
  }
  section.filter .holder .params .select select {
    width: 100%;
  }
  section.filter .topBannerPlace {
    display: none;
  }
}
.slicknav_menu {
  display: none;
}
footer {
  background: #282828;
  width: 100%;
  min-width: 1170px;
  padding: 22px 0;
  color: #f5f5f5;
  min-height: 110px;
  /* нижнее меню */
}
footer .bottom {
  display: inline-block;
  width: 823px;
}
footer .bottom menu li {
  list-style: none;
  display: block;
  float: left;
  width: 193px;
  padding: 6px 0;
}
footer .bottom menu li a,
footer .bottom menu li span {
  color: #fdd200;
  text-decoration: none;
}
footer .bottom menu li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer .bottom menu li ul {
  clear: both;
}
footer .bottom menu li ul li {
  padding: 2px 0 0 5px;
  font-size: 13px;
}
footer .bottom menu li ul li:before {
  content: "·";
  font-size: 20px;
  line-height: 11px;
  vertical-align: middle;
  position: relative;
  left: -5px;
}
footer .bottom menu li ul li a {
  color: #f5f5f5;
}
footer .contact {
  display: block;
  text-align: right;
  width: 200px;
  float: right;
  vertical-align: top;
  padding-top: 2px;
}
footer .contact .phone {
  font-size: 22px;
  color: #fdd200;
  text-decoration: none;
}
footer .contact .mail {
  font-size: 13px;
}
footer .contact .mail a {
  color: #4599d8;
}
footer .contact .pay {
  margin-top: 20px;
}
footer .contact .pay img {
  width: 165px;
}
section.bottom {
  font-size: 13px;
  color: #a8a8a8;
  padding: 20px 0;
  background: #ffffff;
}
section.bottom .left {
  display: inline-block;
  width: 50%;
}
section.bottom .right {
  display: inline-block;
  text-align: right;
  width: 49%;
}
section.bottom .right a {
  color: #4599d8;
}
section.bottom .right a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  footer {
    min-width: 100%;
  }
  footer .bottom {
    text-align: center;
    width: 100%;
  }
  footer .bottom menu li {
    width: auto;
    width: 100%;
    display: block;
    float: none;
    padding: 0 0 10px 0;
  }
  footer .bottom menu li ul li {
    padding: 0;
  }
  footer .bottom menu li ul li:before {
    display: none;
  }
  footer .contact {
    float: none;
    width: 100%;
    text-align: center;
  }
  section.bottom .wrap .left,
  section.bottom .wrap .right {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: 100%;
  }
  .wrap {
    min-width: 100%;
    width: auto;
  }
  h1,
  h2 {
    font-size: 22px;
    padding: 5px 0 5px 0;
    text-align: center;
  }
  h3 {
    text-align: center;
  }
  .adaptiveShow {
    display: block !important;
  }
  .slicknav_menu {
    display: block;
  }
  section.catalog {
    margin: 0px;
  }
  section.catalog .leftBlockCatalog {
    float: none;
    width: 100%;
  }
  section.catalog .leftBlockCatalog .leftCatalogMenu {
    display: none;
  }
  section.catalog .leftBlockCatalog .leftCatalogMenu > li a:after {
    right: 25px;
  }
  section.catalog .leftBlockCatalog .leftCatalogMenu li {
    padding: 0 10px;
  }
  section.catalog .leftBlockCatalog .leftCatalogMenu li a {
    width: auto;
    display: block;
  }
  section.catalog .leftBlockCatalog .leftBanner {
    display: none;
  }
  section.catalog .leftBlockCatalog h2 {
    display: none;
  }
  section.catalog .leftBlockCatalog h2:after {
    display: none;
  }
  section.catalog .leftBlockCatalog h2#openCatalogLink {
    display: block;
    text-align: center;
    width: 100%;
  }
  section.catalog .leftBlockCatalog h2#openCatalogLink a {
    cursor: pointer;
    z-index: 1000;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #4599d8;
  }
  section.catalog .rightBlockCatalog {
    float: none;
    margin: 10px 0 0 0;
    width: auto;
  }
  section.catalog .rightBlockCatalog .positionText {
    text-align: center;
  }
  section.catalog .rightBlockCatalog .apply {
    padding: 15px 0 0 0;
  }
  section.catalog .rightBlockCatalog .apply h3 {
    border-bottom: 1px solid #afafaf;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  section.catalog .rightBlockCatalog .apply .table .head {
    display: none;
  }
  section.catalog .rightBlockCatalog .apply .table .body .row div {
    border-bottom: 0;
    display: block;
    padding: 0;
    text-align: center;
  }
  section.catalog .rightBlockCatalog .apply .table .body .row div:first-child {
    padding-top: 10px;
  }
  section.catalog .rightBlockCatalog .apply .table .body .row div:last-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #afafaf;
  }
  .topRightBLockCatalog .titlePageTopRight {
    margin-top: 20px;
  }
  .topRightBLockCatalog #sectionText {
    margin: 20px 0;
  }
  .topRightBLockCatalog .howToShowElementList {
    display: none;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
  }
  .topRightBLockCatalog .howToShowElementList .pageSizeBlock {
    padding: 0;
    display: block;
    text-align: center;
  }
  .topRightBLockCatalog .howToShowElementList div:last-child {
    display: none;
  }
  .topRightBLockCatalog .catalogElementList {
    text-align: center;
  }
  .topRightBLockCatalog .detailGalleryGoods {
    width: auto;
    margin: 0 0 20px 0;
    display: block;
  }
  .topRightBLockCatalog .detailGalleryGoods .bigImgGalleryGoods {
    max-height: auto;
    max-width: 100%;
    height: auto;
  }
  .topRightBLockCatalog .detailGalleryGoods .bigImgGalleryGoods a img {
    max-width: 100%;
    height: auto;
  }
  .topRightBLockCatalog .positionDesciption {
    width: 100%;
    text-align: center;
  }
  .topRightBLockCatalog .positionDesciption .question {
    text-align: center;
  }
  .topRightBLockCatalog .positionDesciption .half {
    margin: 0;
    width: 100%;
  }
  .topRightBLockCatalog .positionDesciption .half div {
    padding: 10px;
  }
  .topRightBLockCatalog .positionDesciption .half div p label {
    float: none;
  }
  .topRightBLockCatalog .positionDesciption .blockPriceAddToBasket {
    text-align: center;
  }
  .topRightBLockCatalog .positionDesciption .blockPriceAddToBasket .cntGoodForAddToBasket {
    display: block;
    width: auto;
    text-align: center;
  }
  .topRightBLockCatalog .positionDesciption .blockPriceAddToBasket .priceDetailGood {
    display: block;
    text-align: center;
    width: auto;
    margin-top: 20px;
  }
  .topRightBLockCatalog .positionDesciption .blockPriceAddToBasket .addToBasketWrapper {
    display: block;
    float: none;
    width: auto;
    margin-top: 10px;
  }
  .mainSection h2:after {
    display: none;
  }
  .mainSection .half {
    width: 100%;
    float: none;
  }
  .mainSection .half:last-child {
    margin-left: 0;
  }
  .mainSection .news .all {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .mainSection .news .block .date a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .mainSection .manufacters {
    text-align: center;
  }
  #positionTable .head .row div:first-child,
  .table .head .row div:first-child {
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  #positionTable .head .row div:last-child,
  .table .head .row div:last-child {
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .userForm .form-group {
    text-align: center;
  }
  .userForm .form-group .control-label {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    padding: 12px 0 0 0;
  }
  .userForm .form-group .help-block {
    padding: 0 !important;
  }
  .userForm .form-group .text {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .userForm input[type=text],
  .userForm input[type=password],
  .userForm textarea {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
  }
  .userForm input[type=submit] {
    margin: 10px 0;
    padding: 12px 10px;
  }
  .userForm select {
    width: 100%;
    text-align: center;
  }
  .userForm .cancel {
    display: block;
    margin: 0;
  }
  .podrazdel-list {
    text-align: center;
  }
  #rightBlockFull {
    margin: 15px 0 0 0;
  }
  #rightBlockFull .itemPodrazdel {
    margin-left: 0;
  }
  #contentFullText {
    margin: 10px 0 0 0!important;
  }
  .pictureText {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .pictureText div:nth-child(1) {
    width: 100%;
    display: block;
    text-align: center;
  }
  .pictureText div:nth-child(1) img {
    max-width: 100%;
    height: auto;
  }
  .pictureText div:nth-child(2) {
    float: none;
    width: 100%;
    min-width: 100%;
    display: block;
    min-width: auto;
    text-align: center;
    margin-top: 10px;
  }
  .slider {
    min-width: 100%;
  }
  .slider .holder {
    min-width: auto;
    width: auto;
  }
  .slider .holder .viewport {
    min-width: 100%;
  }
  .imagesList {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .imagesList a {
    float: none;
    display: inline-block;
    margin: 0 auto 20px 0;
  }
  .tab_for_porfile {
    margin: 0 !important;
  }
  .basketTable .head {
    display: none !important;
  }
  .basketTable .body .row.comment div:nth-child(7) {
    border-bottom: 1px solid #f5f5f5 !important;
  }
  .basketTable .body .row.comment div:nth-child(8) {
    border-bottom: 1px solid #282828 !important;
  }
  .basketTable .body .row.comment div:nth-of-type(7):before {
    content: "Комментарий";
  }
  .basketTable .body .row div {
    border: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
    position: relative !important;
    padding-left: 50% !important;
    display: block !important;
  }
  .basketTable .body .row div:nth-child(7) {
    border-bottom: 1px solid #282828 !important;
  }
  .basketTable .body .row div:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .basketTable .body .row div:nth-of-type(1):before {
    content: "Производитель";
  }
  .basketTable .body .row div:nth-of-type(2):before {
    content: "Артикул";
  }
  .basketTable .body .row div:nth-of-type(3):before {
    content: "Название";
  }
  .basketTable .body .row div:nth-of-type(4):before {
    content: "Количество";
  }
  .basketTable .body .row div:nth-of-type(5):before {
    content: "Срок поставки";
  }
  .basketTable .body .row div:nth-of-type(6):before {
    content: "Цена";
  }
  #orderTable .head {
    display: none !important;
  }
  #orderTable .body .row.comment div:nth-child(6) {
    border-bottom: 1px solid #f5f5f5 !important;
  }
  #orderTable .body .row.comment div:nth-child(8) {
    border-bottom: 1px solid #282828 !important;
  }
  #orderTable .body .row.comment div:nth-of-type(8):before {
    content: "Комментарий";
  }
  #orderTable .body .row div {
    border: none;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    padding: 10px 0 10px 50%;
    display: block;
    text-align: left;
  }
  #orderTable .body .row div:nth-child(6) {
    border-bottom: 1px solid #282828 !important;
  }
  #orderTable .body .row div:nth-child(7) {
    display: none !important;
  }
  #orderTable .body .row div:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #orderTable .body .row div:nth-of-type(1):before {
    content: "Производитель";
  }
  #orderTable .body .row div:nth-of-type(2):before {
    content: "Артикул";
  }
  #orderTable .body .row div:nth-of-type(3):before {
    content: "Название";
  }
  #orderTable .body .row div:nth-of-type(4):before {
    content: "Количество";
  }
  #orderTable .body .row div:nth-of-type(5):before {
    content: "Срок поставки";
  }
  #orderTable .body .row div:nth-of-type(6):before {
    content: "Цена";
  }
  #orderTable .body .row:last-child div {
    padding-left: 0 !important;
    width: 100%;
    text-align: center;
  }
  #orderTable .body .row:last-child div:before {
    display: none;
  }
  #orderTable .body .row:last-child div:nth-child(2),
  #orderTable .body .row:last-child div:nth-child(3),
  #orderTable .body .row:last-child div:nth-child(5),
  #orderTable .body .row:last-child div:nth-child(6) {
    display: none;
  }
  #orderTable .body .row:last-child div:nth-child(7) {
    display: block !important;
  }
  #orderHistory .head {
    display: none !important;
  }
  #orderHistory .body .row div {
    text-align: left !important;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    padding: 10px 0 10px 50%;
    display: block;
  }
  #orderHistory .body .row div:nth-child(7) {
    border-bottom: 1px solid #282828 !important;
  }
  #orderHistory .body .row div:before {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #orderHistory .body .row div:nth-of-type(1):before {
    content: "№ заказа";
  }
  #orderHistory .body .row div:nth-of-type(2):before {
    content: "Дата заказа";
  }
  #orderHistory .body .row div:nth-of-type(3):before {
    content: "Товар";
  }
  #orderHistory .body .row div:nth-of-type(4):before {
    content: "Заказано";
  }
  #orderHistory .body .row div:nth-of-type(5):before {
    content: "Сумма";
  }
  #orderHistory .body .row div:nth-of-type(6):before {
    content: "Дата поставки";
  }
  #orderHistory .body .row div:nth-of-type(7):before {
    content: "Задать вопрос";
  }
  #searchTable .head {
    display: none !important;
  }
  #searchTable .body .row {
    display: block;
  }
  #searchTable .body .row div {
    width: auto !important;
    text-align: left !important;
    border: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
    position: relative !important;
    padding: 10px 0 10px 50%!important;
    display: block !important;
    overflow: hidden;
  }
  #searchTable .body .row div:nth-child(8) {
    border-bottom: 1px solid #282828 !important;
  }
  #searchTable .body .row div:before {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #searchTable .body .row div:nth-of-type(1):before {
    content: "Производитель";
  }
  #searchTable .body .row div:nth-of-type(2):before {
    content: "Артикул";
  }
  #searchTable .body .row div:nth-of-type(3):before {
    content: "Название";
  }
  #searchTable .body .row div:nth-of-type(4):before {
    content: "Регион";
  }
  #searchTable .body .row div:nth-of-type(5):before {
    content: "Наличие";
  }
  #searchTable .body .row div:nth-of-type(6):before {
    content: "Срок";
  }
  #searchTable .body .row div:nth-of-type(7):before {
    content: "Стоимость";
  }
  #searchTable .body .row div:nth-of-type(8):before {
    content: "В корзину";
  }
  #orderInfoTable .head {
    display: none !important;
  }
  #orderInfoTable .body .row div {
    text-align: left !important;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    padding: 10px 0 10px 50%;
    display: block;
  }
  #orderInfoTable .body .row div:nth-child(6) {
    border-bottom: 1px solid #282828 !important;
  }
  #orderInfoTable .body .row div:before {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #orderInfoTable .body .row div:nth-of-type(1):before {
    content: "№";
  }
  #orderInfoTable .body .row div:nth-of-type(2):before {
    content: "Товар";
  }
  #orderInfoTable .body .row div:nth-of-type(3):before {
    content: "Цена";
  }
  #orderInfoTable .body .row div:nth-of-type(4):before {
    content: "Количество";
  }
  #orderInfoTable .body .row div:nth-of-type(5):before {
    content: "Сроки поставки";
  }
  #orderInfoTable .body .row div:nth-of-type(6):before {
    content: "Сумма";
  }
  #orderInfoTable .body .row:last-child div {
    padding-left: 0 !important;
    width: 100%;
    text-align: center !important;
  }
  #orderInfoTable .body .row:last-child div:before {
    display: none;
  }
  #orderInfoTable .body .row:last-child div:nth-child(1),
  #orderInfoTable .body .row:last-child div:nth-child(3),
  #orderInfoTable .body .row:last-child div:nth-child(4),
  #orderInfoTable .body .row:last-child div:nth-child(5) {
    display: none;
  }
  #orderInfo div {
    text-align: center;
  }
  #orderInfo div label {
    display: block;
    width: 100%;
  }
  #orderForm {
    text-align: center;
  }
  .orderHalf {
    width: 100%;
    float: none;
  }
  #orderTotal {
    margin-right: 0;
    padding: 15px 10px;
  }
  #payType {
    float: none;
  }
  #payBlock div {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #ofertaSubmitHolder {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  #profileTable {
    width: 100%;
  }
  .profileLinks span {
    display: none;
  }
  .profileLinks a {
    display: block;
    margin-bottom: 10px;
  }
  .historyBottom .paginator,
  .historyBottom .left,
  .historyBottom .count {
    display: block !important;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #newsList .large {
    width: auto;
    float: none;
    text-align: center;
  }
  #newsList .large a img {
    height: auto;
    max-width: 100%;
  }
  #newsList br {
    display: none;
  }
  #newsList .blockNews {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #newsList .blockNews a img {
    height: auto;
    max-width: 100%;
  }
  .catalogPagination {
    text-align: center;
  }
  .catalogPagination .pagination {
    width: auto;
  }
  #newsDetail h3 {
    text-align: center;
  }
  #newsDetail img {
    height: auto;
    max-width: 100%;
  }
  .pictureTextRight {
    width: 100%;
    margin-top: 20px;
  }
  .pictureTextRight div:nth-child(1) {
    margin-bottom: 20px;
  }
  .pictureTextRight div:nth-child(1),
  .pictureTextRight div:nth-child(2) {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  .topRightBLockCatalog h1:after,
  #rightBlockFull h1:after,
  .rightBlockCatalog h1:after {
    display: none;
  }
  .basketHalf {
    overflow: hidden;
  }
  .basketHalf > div {
    width: 100% !important;
    border: 0 !important;
    padding: 0 !important;
  }
  .basketHalf > div:first-child {
    margin-right: 0 !important;
  }
}
.slicknav_menu {
  position: relative;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  *zoom: 1;
  background: #282828;
}
.slicknav_nav {
  background: #fdd200;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #000000;
}
.slicknav_nav .slicknav_row {
  display: block;
  padding: 5px 10px;
}
.slicknav_nav .slicknav_row:hover {
  color: #000000;
}
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_brand {
  float: left;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}
