/* Generated by less 2.5.1 */
/*__________________Переменные__________________*/
/*________________Общие стили________________*/
body,
html {
  background-color: #f5f5f5;
  background: linear-gradient(180deg, #c2c2c2 0%, #ffffff 25rem, #ffffff 100%);
  position: relative;
  overflow-x: hidden;
}
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
h1.pageTitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #292929;
  border-bottom: 2px solid #c2c2c2;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
  text-transform: uppercase;
}
h1.pageTitle span {
  display: inline-block;
}
h1.pageTitle::before {
  content: '';
  display: inline-block;
  height: 1.3rem;
  width: 0.5rem;
  margin-right: 1rem;
  background: url('/assets/templates/tpl/images/orangVLine.png') repeat-x 0 0;
  vertical-align: middle;
}
div.columns {
  margin-bottom: 3rem;
}
.level-item {
  margin-left: 1rem;
}
.page {
  margin: 0 auto;
  position: relative;
  width: 94%;
  max-width: 1280px;
  padding: 0 1rem;
}
.justifyleft {
  float: left;
  padding-right: 1rem;
}
.buttonMenu {
  display: none;
}
.mobileMenu {
  text-align: center;
  background-color: #e8e8e8;
  box-shadow: 2px 2px 5px #c2c2c2;
  list-style-type: none;
  outline: 2px solid #c2c2c2;
  margin: .1em 0 3em 0;
  padding: .1em .2em 1em .4em;
  font-weight: 400;
  font-color: #c2c2c2;
  border-radius: 5px;
}
.mobileMenu ul {
  display: none;
}
.otherCats.mobile {
  display: none;
}
.otherCats.mobile ul {
  list-style: none;
}
.otherCats.mobile ul li {
  display: inline-block;
  padding: .4rem;
}
/*_Форма__*/
form {
  margin: 20px 0 20px 0;
  padding: 2rem;
  background: #ededed;
  box-shadow: 3px 3px 6px #c2c2c2;
  border-radius: 6px;
  font-weight: 300;
}
form label.label {
  background-color: #f05252;
  margin: .5em 0 .5em 0;
}
form button.button {
  background-color: #5db900;
  box-shadow: 1px 1px 3px #c2c2c2;
}
form button.button:hover {
  background-color: #005808;
  border-radius: 5px;
}
/*________________Визитка и меню________________*/
/*_Визитка_*/
header {
  position: relative;
  z-index: 4;
}
header::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 6000px;
  left: -3000px;
  background: #ffffff;
  border-bottom: 2px solid #c2c2c2;
  z-index: -1;
}
.communication a {
  display: inline-block;
}
.level1 {
  border-bottom: 2px solid #9c9c9c;
}
.header {
  width: 100%;
}
.header .contacts {
  text-align: right;
  width: 100%;
  padding: .7em 0 .7em 0;
  line-height: 1.2em;
}
.header .contacts span.name {
  font-size: 1.2em;
}
.header .contacts div.adress {
  font-size: 1em;
}
.header .contacts div.communication .phone {
  font-weight: bold;
}
.header .contacts div.communication span {
  font-size: 1.1em;
}
.header .contacts div.communication a {
  color: #777777;
  font-size: 1em;
}
.header .contacts div.communication a:hover {
  color: #b50000;
}
.header .siteUrl {
  display: inline-block;
  vertical-align: middle;
}
.comSlogan {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2rem;
  color: #434343;
  text-transform: uppercase;
  line-height: 1em;
}
/*_Меню_*/
.servNav {
  position: relative;
  list-style-type: none;
  padding: 14px 0 14px 0;
}
.servNav li {
  display: inline-block;
  position: relative;
  padding-left: .5rem;
  margin-right: 1rem;
}
.servNav li ul {
  display: none;
}
.servNav li.current a {
  color: #000000;
  text-decoration: underline;
}
.servNav li a {
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: .9em;
}
.servNav li a:before {
  content: '';
  display: inline-block;
  padding-right: .5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url('/assets/templates/tpl/images/orangRow.png') no-repeat 0 0;
}
.servNav li a:hover {
  color: #b50000;
  cursor: pointer;
  text-decoration: underline;
}
.servNav li:hover ul {
  display: block;
  border-bottom: 2px solid #f5f5f5;
  width: auto;
  left: 0;
  position: absolute;
  z-index: 1000;
  box-shadow: 3px 3px 10px #c2c2c2;
}
.servNav li:hover ul li {
  display: block;
  background: #f5f5f5;
  padding: .2rem 1rem;
  margin-right: 0;
}
.servNav li:hover ul li:last-child {
  padding-bottom: 1rem;
}
.servNav li:hover ul li:first-child {
  padding-top: 1rem;
}
nav.menuLeftImg ul li {
  padding-bottom: .5rem;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 1rem;
}
nav.menuLeftImg ul li a img {
  display: block;
}
nav.menuLeftImg ul li a span {
  padding-top: .5rem;
}
nav.menuLeftImg ul li a span:before {
  content: '';
  display: inline-block;
  padding-right: .5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url('/assets/templates/tpl/images/orangRow.png') no-repeat 0 0;
}
.rows:before {
  content: '';
  display: inline-block;
  padding-right: .5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url('/assets/templates/tpl/images/orangRow.png') no-repeat 0 0;
}
/*________________Только Главная________________*/
/*_Слайдер_*/
div.slider {
  margin: 0 auto;
  width: 70%;
  display: block;
}
div.slider:hover {
  cursor: pointer;
}
/*_Заголовок "Техника для Склада"_*/
.firstTitle {
  display: block;
  text-align: center;
  color: #292929;
  font-size: 1.6em;
  font-weight: bold;
  margin: 2rem 0;
  text-transform: uppercase;
}
/*_Блок "Новинки Спецтехники"_*/
.newsTech {
  z-index: 1;
  position: relative;
  padding: 1rem 0 2rem 0;
  margin-bottom: 3rem;
}
.newsTech::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 6000px;
  left: -3000px;
  background: #555;
  z-index: -1;
}
.newsTech h3 {
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
/*_Блок Новостей_*/
.newsTitle {
  display: block;
  color: #292929;
  text-align: left;
  font-weight: 500;
  font-size: 1.714em;
  line-height: 1.1666em;
  margin-bottom: .4555em;
}
.itemWrapper {
  padding: 1rem;
  border: 1px solid #dcdcdc;
  box-shadow: 10px 5px 5px #f5f5f5;
  border-radius: 3px;
  height: 100%;
  min-height: 100%;
}
.itemWrapper .date {
  font-weight: bold;
  color: #c2c2c2;
}
.itemWrapper h4 {
  font-weight: bold;
  line-height: .9em;
  margin-bottom: 1em;
}
.itemWrapper .text {
  font-size: .9em;
  line-height: .95em;
}
.itemWrapper .videoWr {
  display: inline-block;
  width: 30%;
  position: relative;
  overflow: hidden;
}
.itemWrapper .videoWr ifarme {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*_Доп.ссылки_*/
.moreLinks {
  margin: 2rem 0 2rem 0;
}
.moreLinks li {
  text-transform: uppercase;
  margin-right: inherit;
  font-size: 1em;
  font-weight: bold;
}
.moreLinks a span {
  display: inline-block;
  vertical-align: middle;
}
.moreLinks a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
  width: 0.5rem;
  height: 1em;
  background: url('/assets/templates/tpl/images/orangVLine.png') repeat-x 0 0;
}
.level-item {
  margin-left: 1rem;
}
/*________________Ссылки________________*/
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #b50000;
  cursor: pointer;
  text-decoration: underline;
}
a.moreButton {
  display: block;
  color: #888888;
}
a.moreButton::after {
  display: inline-block;
  content: '';
  padding-right: .5rem;
  margin-left: 3px;
  width: 0.5rem;
  height: 0.5rem;
  background: url('/assets/templates/tpl/images/orangRow.png') no-repeat 0 0;
}
a.moreButton:hover {
  color: #b50000;
}
.breadcrumb {
  text-transform: none;
  font-weight: 600;
  font-weight: 100;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8em;
  margin: 1em 0 2em 0;
  padding-right: 0;
}
.breadcrumb.is-custom-separator a:after,
.breadcrumb .is-custom-separator span:after {
  content: '/';
}
.breadcrumb:hover {
  color: #b50000;
  cursor: pointer;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover span {
  color: #b50000;
  text-decoration: none;
}
/*________________Таблицы________________*/
/*_Вид таблицы_*/
table.is-responsive {
  display: block;
  border: 2px solid #c2c2c2;
  box-shadow: 3px 3px 10px #c2c2c2;
  background-color: inherit;
}
table.is-responsive td:last-child {
  line-height: 1em;
  font-size: .9em;
}
thead.catGroup {
  background-color: #ffffff;
  border-bottom: 1px solid #c2c2c2;
}
/*_Элементы таблицы_*/
span.tablePos {
  color: #000000;
  font-weight: 400;
  font-size: 1.1em;
}
span.tablePos::before {
  content: '';
  display: inline-block;
  padding-right: .5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url('/assets/templates/tpl/images/orangVLine.png') no-repeat 0 0;
}
span.price {
  padding: 10px;
}
/*_Похожие товары_*/
h3.elementH3 {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 1em;
  border-bottom: 2px solid #000000;
  padding-top: 1em;
}
/*________________Каталог________________*/
.catRes {
  white-space: nowrap;
}
.catItemPhoto {
  display: block;
  width: 220px;
}
.catItemPhoto img {
  display: block;
  width: 100%;
}
#eFiltr {
  background-color: #f2f2f2;
}
.elemDesc {
  border: 1.5px solid #f5f5f5;
  border-radius: 1em;
  text-align: left;
  padding: .5rem;
  margin-top: .3rem;
  background-color: #f5f5f5;
  box-shadow: 1px 1px 2px #c2c2c2;
}
.eFiltr_form {
  box-shadow: 2px 2px 5px #c2c2c2;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.eFiltr_form .eFiltr_btn {
  box-shadow: 2px 2px 2px #b5b5b5;
  background-color: #e6e6e6;
  text-align: center;
  margin-top: 1em;
  font-weight: 500;
  border-radius: .1875rem;
  width: 100%;
}
.eFiltr_form .eFiltr_btn:hover {
  background-color: #d9d9d9;
  box-shadow: 1px 1px 2px #c2c2c2;
}
.eFiltr_form .eFiltr_reset {
  display: inline-block;
  text-align: center;
  background-color: #eba8a8;
  padding: .25em .40em .25em .40em;
  border-radius: .1875rem;
  box-shadow: 2px 2px 2px #b5b5b5;
  margin-top: .6em;
  font-weight: 400;
  width: 100%;
}
.eFiltr_form .eFiltr_reset:hover {
  background-color: #e69e9e;
  box-shadow: 1px 1px 2px #c2c2c2;
}
.eFiltr_form .eFiltr_reset a:hover {
  color: #1a1a1a;
  text-decoration: none;
}
/*_Элемент_*/
.elemDesc {
  font-size: 1em;
  border-radius: 4px;
  line-height: normal;
  box-shadow: 2px 2px 4px #c2c2c2;
}
/*________________Визитка (низ)________________*/
footer.footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1rem 0;
  margin-top: 3rem;
  font-family: sans-serif;
  font-weight: 500;
}
footer.footer span.name {
  color: #000000;
  font-size: 1.5em;
}
footer.footer div.adress {
  color: #999999;
  font-size: 1em;
}
footer.footer div.communication span {
  color: #777777;
  font-size: 1.3em;
}
footer.footer div.communication a {
  color: #777777;
  font-size: 1em;
}
footer.footer div.communication a:hover {
  color: #b50000;
}
footer.footer::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 6000px;
  left: -3000px;
  background: #f5f5f5;
  border-top: 2px solid #c2c2c2;
  z-index: -1;
}
div.is-25 li {
  list-style-type: none;
}
div.is-25 li::before {
  display: inline-block;
  content: '';
  padding-right: .5rem;
  margin-left: 3px;
  width: 0.5rem;
  height: 0.5rem;
  background: url('/assets/templates/tpl/images/orangRow.png') no-repeat 0 0;
}
.catTab {
  border: 1px dotted #888888;
}
div.is-50 iframe {
  width: inherit;
  height: inherit;
}
div.is-50 nav#id dl dt {
  font-size: 1em;
  color: #000000;
}
div.is-50 nav#id dl dd {
  display: inline-block;
  margin-left: 1.5em;
  padding-left: 1.5em;
}
.leftColumn h3 {
  color: #5c5c5c;
  border-bottom: 2px solid #c2c2c2;
  padding-bottom: .5rem;
}
@media only screen and (max-width: 768px) {
  .servNav {
    display: none;
  }
  .buttonMenu {
    display: inline-block;
    position: relative;
    background-color: #848484;
    box-shadow: 3px 3px 6px #c2c2c2;
    margin: .5em 0 .7em 0;
    width: 100%;
  }
  .buttonMenu:hover {
    background-color: #d12828;
  }
  .buttonMenu:focus {
    background-color: #aa0606;
    border: 2px solid #8d0000;
  }
  .otherCats.desk {
    display: none;
  }
  .otherCats.desk li {
    display: none;
  }
  .otherCats.mobile {
    display: block;
    display: inline-block;
  }
  .comSlogan {
    padding-left: 1rem;
  }
  .comNav li {
    display: inline-block;
    padding-right: .5rem;
  }
}
dd {
  margin-left: 1em;
}
.current a {
  font-weight: bold;
  color: #000000;
}
