@charset "UTF-8";
h1 span,
h2 span,
h3 span,
.h1 span,
.h2 span,
.h3 span,
.jtitle .name span {
  color: #ea7c01;
  display: inline-table;
}

.content span[style*="underline"],
.text span[style*="underline"] {
  font-size: 1.3em;
  display: table;
  border-top: 2px solid #ea7c01;
  border-bottom: 1px solid #ea7c01;
  color: #3d3d3d;
  font-weight: 300;
  padding: 15px 10px;
  text-decoration: none !important;
  font-style: italic;
  margin: 40px 0px;
  position: relative;
}

.content span[style*="underline"]::before {
  content: "!";
  position: absolute;
  font-size: 1em;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  width: 24px;
  top: -13px;
  left: 47%;
  right: 0;
  background-color: #ea7c01;
  color: #fff;
  border-radius: 100px;
}

.content span[style*="line-through"],
.text span[style*="line-through"] {
  color: #fdc200;
  text-decoration: none !important;
  text-transform: uppercase;
}

/**-----------------------------------------------------------------**/
.topLine {
  text-align: right;
  display: block;
  background-color: #eee;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.topLine .telefon.text {
  text-align: left;
}

.topLine .telefon.text img {
  width: 24px;
  position: relative;
  bottom: -6px;
  margin-right: 5px;
}

.topLine .jitem.logoArea {
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px 30px;
}

.topLine .logoArea img {
  width: 80%;
}

.topLine .telefonsArea {
  text-align: right;
}

.topLine .telefons {
  display: inline-block;
}

.topLine .telefons .telefon {
  display: inline-block;
  padding: 5px 30px;
  border-right: 1px solid #ea7c01;
}

.topLine .telefons .desc {
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  color: #3d3d3d;
}

.topLine .telefons .telefon a {
  text-decoration: none;
  font-size: 1.25em;
  color: #000;
  font-weight: 600;
}

.topLine .buttons {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  float: right;
}

.miniHead {
  position: relative;
  padding: 0px 0px;
  background-color: #ea7c01;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  overflow: visible;
}

.miniHead .sloganArea {
  position: relative;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.85em;
  background-color: #f5f5f5;
  color: #000;
  padding: 0px 10px;
  border-top: 1px dotted #aaa;
}

.miniHead .mainMenu {
  padding-left: 60px;
}

.miniHead .mainMenu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 15px 12px 15px 12px;
  font-weight: 400;
}

.miniHead .mainMenu a:hover {
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #fdc200;
  color: #3d3d3d;
}

.head {
  background-image: url("/img/head.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  background-color: #aaa;
  padding-bottom: 60px;
  min-height: 500px;
}

.head .unic {
  padding-top: 80px;
  color: #fff;
}

.head .unic .title {
  color: #fff;
  margin-bottom: 10px;
}

.head .unic .desc {
  font-size: 1.6em;
  font-weight: 600;
}

.head .unic .content {
  max-width: 800px;
  margin-top: 30px;
  font-size: 1.4em;
}

.form-kazahstan {
  background-color: #fafafa;
}

.form-kazahstan .main {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-kazahstan .text {
  text-align: right;
  padding-right: 30px;
}

.form-kazahstan .title {
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 60px;
  text-transform: uppercase;
}

.form-kazahstan .telefon {
  margin-left: 20px;
  text-align: right;
}

.form-kazahstan .telefon a {
  font-weight: 600;
  font-size: 3em;
  text-decoration: none;
}

.form-kazahstan .email {
  margin-left: 20px;
  text-align: right;
}

.form-kazahstan .email a {
  font-weight: 600;
  font-size: 2em;
  text-decoration: none;
  margin-top: 10px;
}

.form-kazahstan .feedback {
  background-color: #fff;
}

.form-kazahstan .feedback .formArea {
  width: 100%;
}

.form-kazahstan .feedback .title,
.form-kazahstan .feedback .desc {
  display: none;
}

.head.forMain {
  padding-bottom: 0px;
  min-height: 0px;
}

.head .main {
  position: relative;
}

.head .title {
  font-size: 3.2em;
  text-transform: uppercase;
  font-weight: 600;
}

.head .desc {
  font-size: 1.4em;
  font-weight: 300;
}

.head .buttons {
  text-align: left;
  margin-top: 20px;
}

.head .buttons .jbutton,
.head .buttons .jbutton2 {
  margin: 5px;
}

.head .infoArea {
  background-color: rgba(50, 50, 50, 0.95);
  padding: 40px;
  border-bottom: 4px solid #ea7c01;
}

.head .infoArea .info {
  padding: 30px 0px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.head .infoArea .info:last-child {
  border: 0px;
}

.head .infoArea .info .icon {
  width: 40px;
  float: left;
  position: relative;
}

.head .infoArea .info img {
  width: 100%;
}

.head .infoArea .info .caption {
  margin-top: 9px;
  display: block;
  font-size: 1.3em;
  text-decoration: none;
  color: #eee;
  margin-left: 60px;
  font-weight: 600;
}

.head .infoArea .info .caption:hover {
  color: #ea7c01;
}

.head .textArea {
  padding: 60px 0px 0px 60px;
}

.catalogList {
  background-color: #eee;
  border-top: 6px solid #ea7c01;
}

.catalogList .main {
  background-image: url("/uploads/design/bg_product.jpg");
  background-size: cover;
  background-position: center;
}

.catalogList .left {
  min-height: 50px;
  padding: 0px;
}

.catalogList .jtitle {
  padding: 40px;
  color: #fff;
}

.catalogList .jtitle .name {
  color: #fff;
}

.catalogList .left .jbutton {
  margin-top: 40px;
  margin-left: 40px;
}

.catalogList .linkArea {
  background-position: center;
  background-size: cover;
  min-height: 200px;
  text-align: center;
  text-decoration: none;
}

.catalogList .linkArea img {
  display: none;
}

.catalogList span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 120px 20px 20px 20px;
  font-size: 1.2em;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.2s;
}

.catalogList .linkArea:hover {
  z-index: 2;
}

.catalogList .linkArea:hover span,
.catalogList .allLink span {
  background-color: #ea7c01;
  padding-top: 100px;
  color: #fff;
  text-decoration: none;
}

.contentAdvant {
  padding: 60px 0px 30px 0px;
}

.contentAdvant .image {
  background-image: url("");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.contentAdvant .caption {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 10px 10px 0px;
}

.contentAdvant .desc {
  margin: 10px 0px;
  font-size: 1em;
}

.advantsLine {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.advantsLine .contentAdvant {
  padding: 60px 40px 0px 40px;
}

.advantsLine .contentAdvant .jitem {
  background-color: #eee;
  padding: 20px;
  border-bottom: 4px solid #ea7c01;
}

.advantsLine .contentAdvant .caption {
  font-size: 0.85em;
}

.content table {
  width: 100%;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
}

.content table tr:nth-child(2n) td {
  background-color: #fafafa;
}

.content table tr:nth-child(2n) td {
  background-color: #fafafa;
}

.content table td {
  text-align: left;
  padding: 10px;
  border-left: 1px solid #aaa;
  border-top: 1px solid #eee;
}

.content table tr td:last-child {
  border-right: 1px solid #aaa;
}

.content table th,
.content table tr:first-child td {
  padding: 10px;
  border-bottom: 1px solid #ea7c01;
  border-left: 1px solid #aaa;
}

.content table tr th:last-child {
  border-right: 1px solid #aaa;
}

.content strong {
  color: #3d3d3d;
}

.twoContent {
  background-image: url(/uploads/design/box_drawing.png);
  background-repeat: no-repeat;
  background-position: 100px bottom;
  background-size: 30%;
}

.twoContent .content1 {
  padding-right: 40px;
}

.twoContent .content2 {
  padding: 40px 40px 20px 40px;
  background-color: #eee;
  border-left: 4px solid #ea7c01;
}

.content2 .image {
  margin-top: 20px;
}

.content2 .image a {
  display: block;
}

.content2 .image a img {
  width: 100%;
}

.geoArea .leftArea {
  padding-right: 40px;
}

.geoArea .geoMap {
  border-right: 5px solid #ea7c01;
}

.geoArea .telefons {
  margin-top: 40px;
}

.geoArea .telefon {
  margin: 10px 0px;
}

.geoArea .telefon .desc {
  font-size: 1.4em;
}

.geoArea .telefon a {
  font-size: 2.4em;
  font-weight: 600;
  text-decoration: none;
}

.geoArea .buttons {
  margin-top: 20px;
}

.bottomForm .h2 span {
  display: table;
  font-size: 1.6em;
  margin: 3px 0px;
  background-color: inherit;
  padding: 0px;
}

.bottomForm .feedback {
  padding: 0px;
}

.bottomForm .formArea {
  margin: 0px auto;
  background-color: #fff;
  padding: 40px;
  border-top: 1px solid #eee;
}

.bottomForm .image {
  min-height: 730px;
  width: 100%;
  background-color: #eee;
  background-image: url(/uploads/design/cardboards.jpg);
  background-size: cover;
}

.bottomForm textarea {
  min-height: 123px;
}

.bottomForm .feedback .h3 {
  font-weight: 300;
}

.bottom {
  background-color: #eee;
  padding: 20px 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #aaa;
}

.bottom .logo img {
  width: 60%;
}

.bottom .menu {
  margin-left: 40px;
  text-align: right;
}

.bottom .menu a {
  display: inline-block;
  padding: 10px 10px;
  text-decoration: none;
  color: #3d3d3d;
}

.bottom .menu a:hover,
.bottom .menu a.active {
  background-color: #ea7c01;
  color: #fff;
}

.serviceMenu {
  background-color: #eee;
  padding: 30px;
}

.serviceMenu span {
  display: table;
  font-weight: 400;
  font-size: 1.4em;
  margin: 5px 0px;
  cursor: pointer;
  color: #3d3d3d;
  border-bottom: 1px dashed #3d3d3d;
}

.serviceMenu .down {
  overflow: hidden;
  height: 0px;
  padding-left: 10px;
  transition: 0.3s;
}

.serviceMenu .down.open {
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  height: auto;
}

.serviceMenu .down a {
  display: table;
  margin: 8px 0px;
  color: #3d3d3d;
}

.serviceMenu .down .column {
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
  width: 50%;
}

.serviceMenu .down a.active {
  font-weight: 600;
  text-decoration: none;
}

.inner .content {
  padding-right: 20px;
}

.content h1:first-child {
  margin-top: 0px;
}

.inner .contacts div {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 400;
}

.inner .contacts a,
.inner .contacts span {
  font-weight: 300;
  text-decoration: none;
}

.inner .map {
  min-height: 300px;
  background-color: #eee;
  margin-top: 40px;
  margin-bottom: 40px;
}

.imageGallery {
  padding: 40px 0px;
}

.imageGallery .desc {
  margin-bottom: 20px;
}

.imageGallery.mini {
  padding: 10px 0px;
}

.imageGallery .images .image {
  min-height: 100px;
  background-size: cover;
  background-position: center;
  border: 3px solid #fff;
}

.imageGallery.mini .images .image {
  min-height: 160px;
}

.imageGallery .images .image:hover {
  box-shadow: inset 0 0 0 5px #ea7c01;
}

.imageGallery .images .image img {
  display: none;
}

.managers {
  padding: 40px 20px;
  border-top: 8px solid #ea7c01;
  border-bottom: 1px solid #ddd;
}

.managers.outfit {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}

.managers.outfit .desc {
  margin-bottom: 10px;
  padding: 0;
}

.managers.outfit .list {
  border-top: 8px solid #ea7c01;
  padding: 10px 20px;
  background-color: #fafafa;
}

.managers.gray {
  background-color: #fafafa;
}

.managers .desc {
  font-size: 1.6em;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}

.managers .manager {
  padding: 10px 0px;
}

.managers .manager .name {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.managers .manager .telefon,
.managers .manager .email {
  display: table;
  font-size: 1.1em;
  font-weight: 300;
  text-decoration: none;
  margin: 1px 0px;
}

.catalogListInner .linkArea {
  text-decoration: none;
}

.catalogListInner img {
  display: none;
}

.catalogListInner .image {
  min-height: 150px;
  background-position: center;
  background-size: cover;
}

.catalogListInner span {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #3d3d3d;
  font-size: 1.3em;
  padding: 10px 0px;
  border-bottom: 1px solid #aaa;
}

.catalogListInner .linkArea:hover .image {
  box-shadow: inset 0 0 0 4px #ea7c01;
}

.catalogListInner .linkArea:hover span {
  color: #ea7c01;
  border-bottom: 1px solid #ea7c01;
}

.rek {
  padding: 40px 20px;
  font-size: 1.2em;
}

.articleList .date {
  font-size: 1.4em;
  padding: 5px 0px;
}

.item-list {
  text-align: left;
}

.item-list .jitem {
  border: 1px solid #aaa;
  transition: 0.3s;
}

.item-list .jitem:hover {
  border-color: #ea7c01 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.item-list .labels {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 20px;
}

.item-list .spec {
  padding: 10px;
  color: #fff;
  max-width: 100px;
}

.item-list .spec1 {
  background-color: #a00;
  color: #fff;
}

.item-list .spec2 {
  background-color: #0a0;
}

.item-list .spec3 {
  background-color: #00a;
}

.item-list .images img {
  display: none;
}

.item-list .images {
  position: relative;
  margin: 20px;
  height: 240px;
}

.item-list .images .img {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.item-list .images .img.second {
  z-index: 1;
  opacity: 0;
}

.item-list .jitem:hover .images .img.second {
  opacity: 1;
}

.item-list .text {
  background-color: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  min-height: 200px;
  margin-top: 40px;
}

.item-list .price {
  z-index: 2;
  position: absolute;
  top: 275px;
  left: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 1.2em;
}

.item-list .price span {
  padding: 7px 10px;
  background-color: #3d3d3d;
}

.item-list .price-old {
  display: inline-block;
  right: 20px;
  left: auto;
  padding: 5px 10px;
  background-color: #a00;
  text-decoration: line-through;
  font-size: 0.9em;
}

.item-list .buy {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1em;
  padding: 7px 15px;
  border-width: 1px;
}

.item-list .name {
  display: table;
  color: #000;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: none;
  margin-bottom: 3px;
  font-weight: 400;
  text-transform: uppercase;
}

.item-list .size {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.item-list .text .desc {
  font-size: 0.9em;
  color: #333;
  font-weight: 300;
  margin-bottom: 50px;
}

.opt {
  padding: 40px 40px;
  background-color: #666;
  margin: 20px 0px;
  color: #fff;
}

.opt .jtitle {
  margin-right: 20px;
}

.opt .email {
  display: table;
  font-size: 1.6em;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}

.opt .telefon {
  display: table;
  font-size: 2.4em;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  margin-bottom: 10px;
}

/*filter*/
.multi-filter .h2,
.left-menu .h2 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
}

.multi-filter .modalresult {
  padding: 16px 16px 16px 16px;
  position: absolute;
  min-width: 150px;
  z-index: 3;
  display: none;
  background-position: left;
  background-size: 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-color: #eee;
  border: 1px solid #aaa;
  margin-top: -24px;
  cursor: default;
}

.multi-filter .modalresult:before {
  content: "\25C0";
  position: absolute;
  font-size: 1.4em;
  color: #aaa;
  top: 16px;
  left: -16px;
  z-index: 2;
}

.multi-filter .modalresult:after {
  content: "x";
  position: absolute;
  width: 21px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  font-size: 1em;
  color: #000;
  top: -1px;
  right: -1px;
  z-index: 2;
  text-transform: lowercase;
  background-color: #eee;
  border: 1px solid #aaa;
  cursor: pointer;
}

.multi-filter .modalresult:hover:after {
  background-color: #aaa;
  color: #fff;
}

.multi-filter .modalresult .jbutton {
  font-size: 1em;
  padding: 5px 10px;
  margin-top: 5px;
}

.multi-filter .modalresult span {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1em;
}

.multi-filter .range label {
  float: left;
  width: 40%;
  box-sizing: border-box;
  overflow: auto;
  margin-bottom: 20px;
}

.multi-filter .range .line {
  float: left;
  width: 20%;
  text-align: center;
  padding-top: 4px;
}

.multi-filter .range label.right {
  float: right;
}

.multi-filter .range label input {
  width: 100%;
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
}

.multi-filter .range .polzun {
  clear: both;
  width: 92%;
  margin: 0px auto 20px auto;
}

.jedfilter {
  margin-bottom: 5px;
  padding: 10px 0px;
  border-bottom: 1px dotted #eee;
}

.jedfilter .name {
  font-weight: 100;
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.1em;
}

.jedfilter label {
  display: block;
  margin-bottom: 14px;
}

.jedfilter label:hover span {
  color: #ea7c01;
}

.jedfilter .noUi-connect {
  background-color: #fdc200;
}

.jedfilter.range:hover .noUi-connect {
  background-color: #ea7c01;
}

.jedfilter span {
  color: #fdc200;
  margin-top: -2px;
  margin-left: 30px;
  display: block;
  border-bottom: 1px solid #fff;
}

.jedfilter span > span {
  margin: 0px;
  border: 0px;
}

.button-filter {
  margin: 20px auto 0px auto;
}

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

.item-sort .button {
  margin-right: -2px;
  padding: 5px 15px;
}

.item-sort .button:hover {
  background-color: #eee;
}

.item-sort .button.select {
  background-color: #eee;
}

.stoksBox {
  padding-bottom: 50px;
}

.stoksBox .subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
}

.stoksBox .key {
  font-size: 1.2em;
  font-weight: 600;
}

.stoksBox .value {
  font-size: 1.2em;
}

/*Контакты склады*/
.stoksBox .tab {
  cursor: pointer;
  text-align: center;
  border: 1px solid #eee;
}

.stoksBox .tab img {
  width: 80%;
  margin: 20px auto;
}

.stoksBox .tab:hover {
  border: 1px solid #aaa;
}

.stoksBox .tab.active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #aaa;
}

.stoksBox .tabContent {
  margin-top: 40px;
  display: none;
}

.stoksBox .tabContent.active {
  display: block;
}

.cbk-phone.callbackkiller-mobile {
  left: auto !important;
  right: 30px !important;
}

.widget {
  position: fixed;
  padding: 10px;
  background-color: #fff;
  bottom: 40px;
  left: 20px;
  z-index: 3;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.widget a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
}

.widget a.whatsApp {
  background-image: url(/uploads/widget/icon_whatsapp.png);
}

.widget a.skype {
  background-image: url(/uploads/widget/icon_skype.png);
  background-size: 26px;
}

.widget a.viber {
  background-image: url(/uploads/widget/icon_viber.png);
}

.widget a.telegram {
  background-image: url(/uploads/widget/icon_telegram.png);
}

.widget a.email {
  background-image: url(/uploads/widget/icon_mail.png);
  background-size: 25px;
}

.warning {
  background-color: #fffbb7;
  padding: 14px 0;
}

.warning .value {
  max-width: 800px;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
  font-size: 1.2em;
}
