@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

/*Colors*/
/*Stars*/
/*Stock*/
/*Labels*/
/*Sizes*/
body {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  margin: 0;
  color: #1d2029; }

.overlay {
  background: #3a3f44;
  opacity: 0.7 !important;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2999;
  display: none; }
  .overlay[data-close] {
    display: block; }

*:after, *:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1d2029; }

input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
  outline: 0; }

input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
  background: #f7f7f7;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #383838;
  height: auto;
  font-size: 13px;
  padding: 8px 13px 7px;
  width: 100%; }

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

.bold {
  font-weight: 700; }

/*-------Кнопки-----------*/
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
  background-color: #63bd57;
  border-color: #63bd57; }

.btn.btn-default {
  background-color: #5d9139;
  border-color: #5d9139;
  color: #ffffff; }

.btn.btn-lg {
  font-size: 14px; }

.btn-lg, .btn.bold {
  font-weight: 700; }

.btn-lg {
  padding: 10px 25px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.float-right {
  float: right;
  width: 100%; }

.btn {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  margin: 0;
  border: 1px solid;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 7px 18px 9px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -webkit-transition: background-color .3s ease; }

.btn-lg {
  padding: 10px 25px; }

.btn.btn-default.white:not(.grey) {
  color: #5d9139 !important;
  border: 1px solid #5d9139;
  background: #ffffff; }

.btn.btn-default.white:not(.grey):hover {
  background: #5d9139;
  color: #ffffff !important; }

.basket_button, .basket_button span, button, input[type=submit], input[type=button] {
  text-transform: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0; }

.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

/*-----------------------*/
.gray-line {
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #eee; }

.gray-line.bottom {
  margin-bottom: 30px; }

a {
  color: #5d9139;
  text-decoration: none; }

a:hover {
  color: #63bd57; }

a.close-button {
  color: #1d2029; }
  a.close-button:hover i {
    cursor: pointer; }
    a.close-button:hover i:before {
      color: #63bd57; }

.text-center {
  text-align: center; }

.full-width {
  padding: 0 30px;
  margin: 0 auto;
  float: none; }

p {
  margin: 0 0 20px; }

h1, .h1 {
  padding-bottom: 25px;
  font-size: 2.133em;
  line-height: 30px;
  margin: 0 0 18px; }

h5 {
  font-size: 0.9em; }

input:focus {
  outline-color: #5d9139; }

button:focus {
  outline: none; }

.arrow-after {
  position: relative; }
  .arrow-after:after {
    content: '\f107';
    display: block;
    width: 13px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: -18px;
    font-size: .867em; }

.clearfix:after, .clearfix:before {
  content: " ";
  display: table; }

.clearfix {
  clear: both; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

a.dark_link {
  font-size: 1em;
  color: #1d2029;
  font-weight: 700; }
  a.dark_link:hover {
    color: #63bd57; }

/*.h1{
	font-size: 2.133em;
	line-height: 30px;
	margin: 0 0 35px;
	padding-bottom: 0;
}*/
.smallfont {
  font-size: .867em;
  line-height: 18px; }

.img-resp {
  max-width: 100%;
  overflow: hidden; }

/*Классы для выпадалок*/
.dropdown {
  display: none;
  position: absolute; }

.with-dropdown:hover .dropdown {
  display: block; }

.phone .dropdown {
  left: 25%; }
  .phone .dropdown ul {
    list-style-type: none;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0; }
    .phone .dropdown ul li {
      border-top: 1px solid #f2f2f2; }
      .phone .dropdown ul li a {
        padding: 18px 22px;
        display: block;
        text-align: center;
        white-space: nowrap;
        color: #1d2029;
        font-weight: 700;
        font-size: .867em; }
      .phone .dropdown ul li:not(:last-child) {
        border: 0; }

/*--------------------*/
.right-side ol, .right-side ul, .content-detail ul, .content-detail ol {
  margin: 0;
  padding: 0;
  margin: 0 0 27px; }

/*.right-side ol li, .right-side ul li,*/ .content-detail ul li, .content-detail ol li {
  margin: 0 0 4px;
  padding-left: 20px;
  position: relative; }

.right-side ol li:before, .right-side ul li:before, .content-detail ul li:before, .content-detail ol li:before {
  padding: 0;
  margin-left: 0;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal; }

.right-side li, .content-detail li {
  list-style-type: none; }

/*.right-side ul li:before,*/ .content-detail ul li:before {
  content: "\25CF";
  color: #5d9139; }

.right-side ol, .content-detail ol {
  counter-reset: li; }

.content-detail table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.content-detail table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.content-detail table tr {
  border: 1px solid #ddd;
  padding: .35em;
}

.content-detail table th,
.content-detail table td {
  padding: .625em;
  text-align: center;
}

.content-detail table th {
  background-color: #f8f8f8;
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}


.right-side ol li:before, .content-detail ol li:before {
  content: counter(li) ". " !important;
  counter-increment: li;
  padding-right: 0 !important; }

blockquote {
  position: relative;
  padding: 10px 20px;
  margin: 43px 0 45px;
  min-height: 40px;
  padding-left: 25px;
  vertical-align: middle;
  border: none; }
  blockquote:before {
    position: absolute;
    left: 0;
    bottom: 3px;
    content: " ";
    display: block;
    top: 3px;
    width: 3px;
    background-color: #5d9139; }

/*Share title*/
.with-share-title, .bottom-button-block {
  position: relative; }
  .with-share-title .global-h1, .bottom-button-block .global-h1 {
    padding-right: 190px; }
  .with-share-title .share-wrap, .bottom-button-block .share-wrap {
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 0 64px 0 20px;
    cursor: pointer;
    min-height: 40px;
    font-size: 1.2em;
    /*padding-right: 24px;*/ }
    .with-share-title .share-wrap a.share-button, .bottom-button-block .share-wrap a.share-button {
      display: block;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      vertical-align: middle;
      -webkit-border-top-right-radius: 4px;
              border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
              border-bottom-right-radius: 4px;
      float: right; }
      .with-share-title .share-wrap a.share-button:before, .bottom-button-block .share-wrap a.share-button:before {
        content: "";
        position: absolute;
        top: 0;
        right: 44px;
        display: block;
        background: #fff;
        width: 1px;
        height: 100%; }
    .with-share-title .share-wrap a.share-button:hover, .with-share-title .share-wrap .share-items:hover + a.share-button, .with-share-title .share-wrap a.hover, .bottom-button-block .share-wrap a.share-button:hover, .bottom-button-block .share-wrap .share-items:hover + a.share-button, .bottom-button-block .share-wrap a.hover {
      background-color: #f5f5f5; }
    .with-share-title .share-wrap .share-items, .bottom-button-block .share-wrap .share-items {
      /*display: inline-block;*/
      display: none;
      /*visibility: hidden;*/
      padding-top: 1px;
      padding-bottom: 1px;
      padding-left: 10px;
      padding-right: 5px;
      -webkit-border-top-left-radius: 4px;
              border-top-left-radius: 4px;
      -webkit-border-bottom-left-radius: 5px;
              border-bottom-left-radius: 5px;
      margin: 0;
      margin-right: 1px;
      background-color: #f5f5f5; }
      .with-share-title .share-wrap .share-items ul, .bottom-button-block .share-wrap .share-items ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .with-share-title .share-wrap .share-items ul li, .bottom-button-block .share-wrap .share-items ul li {
          float: left;
          margin-right: 5px;
          margin-bottom: 5px;
          margin-top: 5px; }
          .with-share-title .share-wrap .share-items ul li a, .bottom-button-block .share-wrap .share-items ul li a {
            display: block;
            width: 28px;
            height: 28px;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            background: url(../img/social.svg) -3px -3px no-repeat;
            -webkit-transition: opacity .5s;
            -o-transition: opacity .5s;
            transition: opacity .5s; }
            .with-share-title .share-wrap .share-items ul li a.fb, .bottom-button-block .share-wrap .share-items ul li a.fb {
              background-position: -83px -3px; }
            .with-share-title .share-wrap .share-items ul li a.tg, .bottom-button-block .share-wrap .share-items ul li a.tg {
              background-position: -284px -123px; }
            .with-share-title .share-wrap .share-items ul li a.vb, .bottom-button-block .share-wrap .share-items ul li a.vb {
              background-position: -283px -4px; }
            .with-share-title .share-wrap .share-items ul li a.wa, .bottom-button-block .share-wrap .share-items ul li a.wa {
              background-position: -283px -44px; }
            .with-share-title .share-wrap .share-items ul li a.sk, .bottom-button-block .share-wrap .share-items ul li a.sk {
              background-position: -284px -84px; }
          .with-share-title .share-wrap .share-items ul li:hover, .bottom-button-block .share-wrap .share-items ul li:hover {
            opacity: 0.9; }
    .with-share-title .share-wrap .share-items:hover, .with-share-title .share-wrap .share-items.show, .bottom-button-block .share-wrap .share-items:hover, .bottom-button-block .share-wrap .share-items.show {
      display: inline-block; }
  .with-share-title .share-wrap.button, .bottom-button-block .share-wrap.button {
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    top: 2px;
    /*position: relative;*/
    color: #222; }
    .with-share-title .share-wrap.button > span, .bottom-button-block .share-wrap.button > span {
      display: inline-block;
      vertical-align: middle;
      padding: 9px 20px 9px 20px;
      font-size: 16px; }
    .with-share-title .share-wrap.button:after, .bottom-button-block .share-wrap.button:after {
      content: "";
      position: absolute;
      top: 0;
      right: 44px;
      width: 1px;
      height: 100%;
      background: #f5f5f5; }
    .with-share-title .share-wrap.button:hover, .bottom-button-block .share-wrap.button:hover {
      background: #f5f5f5;
      color: #222; }
      .with-share-title .share-wrap.button:hover:after, .bottom-button-block .share-wrap.button:hover:after {
        background: #fff; }
    .with-share-title .share-wrap.button .share-items, .bottom-button-block .share-wrap.button .share-items {
      position: absolute;
      z-index: 5;
      top: 0;
      right: 44px; }
      .with-share-title .share-wrap.button .share-items ul, .bottom-button-block .share-wrap.button .share-items ul {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .with-share-title .share-wrap.button a.share-button, .bottom-button-block .share-wrap.button a.share-button {
      width: 44px; }

/*Back url button*/
.bottom-button-block .back-url-button {
  display: inline-block;
  margin-bottom: 25px;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  color: #222; }
  .bottom-button-block .back-url-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 44px;
    width: 1px;
    height: 100%;
    background: #f5f5f5; }
  .bottom-button-block .back-url-button i {
    position: absolute;
    width: 44px;
    font-size: 23px;
    font-weight: 700;
    left: 0;
    top: 9px;
    text-align: center; }
  .bottom-button-block .back-url-button span {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 20px 9px 64px; }
  .bottom-button-block .back-url-button:hover {
    background: #f5f5f5;
    color: #222; }
    .bottom-button-block .back-url-button:hover:before {
      background: #fff; }

/*Hover Shine*/
.shine {
  position: relative;
  overflow: hidden;
  display: block; }

.shine:before {
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  display: block;
  content: '';
  width: 25%;
  height: 100%;
  opacity: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.shine:hover:before {
  -webkit-animation: .5s shine;
  animation: .5s shine;
  opacity: 1; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.topline {
  position: relative;
  background: 0 0;
  z-index: 13;
  border-bottom: 1px solid #f6f6f6;
  padding-top: 13px;
  padding-bottom: 13px; }
  .topline .region-wrap {
    position: relative;
    padding: 0 10px 0 20px;
    height: 18px; }
    .topline .region-wrap .current-city {
      font-size: .929em; }
      .topline .region-wrap .current-city span {
        color: #5d9139; }
      .topline .region-wrap .current-city:before {
        content: "\f3c5";
        position: absolute;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        padding: 2px 0; }
  .topline .phone-wrap {
    padding-right: 12px;
    margin-left: 28px; }
    .topline .phone-wrap:before {
      content: '\f879';
      font-size: 0.8em; }
    .topline .phone-wrap .main-number {
      color: #1d2029;
      font-weight: 700;
      font-size: .867em; }
  .topline .callback {
    display: block;
    margin-top: 2px; }
    .topline .callback:hover {
      color: #1d2029; }
  .topline .login-button:before {
    content: '\f502'; }
  .topline .search-button:before {
    content: '\f002'; }
  .topline .login-button, .topline .search-button {
    display: block;
    margin: 2px 0;
    color: #1d2029; }
    .topline .login-button:before, .topline .search-button:before {
      font-size: 1.2em;
      padding-right: 12px; }
    .topline .login-button:hover, .topline .search-button:hover {
      color: #5d9139; }
      .topline .login-button:hover:before, .topline .search-button:hover:before {
        color: #5d9139; }

.menuline {
  border-bottom: 1px solid #f2f2f2; }
  .menuline .logo-wrap {
    display: inline-block;
    position: relative;
    height: 104px;
    max-width: 190px;
    line-height: 101px; }
    .menuline .logo-wrap .logo {
      max-width: 100%;
      vertical-align: middle; }
  .menuline .top-desc {
    display: table-cell;
    color: #999;
    height: 104px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    letter-spacing: 0; }
  .menuline .main-nav {
    height: 104px;
    vertical-align: middle; }
    .menuline .main-nav ul {
      list-style-type: none;
      display: block;
      width: 96%;
      height: 104px;
      margin: 0 auto;
      padding: 0; }
      .menuline .main-nav ul li {
        float: left; }
        .menuline .main-nav ul li a {
          font-size: 1em;
          color: #1d2029;
          font-weight: 700;
          display: inline-block;
          height: 104px;
          padding: 41px 12px; }

#small-header {
  opacity: 1;
  -webkit-transition: top .3s linear;
  -o-transition: top .3s linear;
  transition: top .3s linear;
  background: #fff;
  display: block;
  position: fixed;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
  top: -100px;
  z-index: 996;
  right: 0;
  left: 0; }
  #small-header.show {
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 996;
    right: 0;
    left: 0; }
  #small-header .logo {
    max-width: 100%;
    vertical-align: middle;
    height: 62px;
    overflow: hidden; }
  #small-header .main-nav ul {
    list-style-type: none;
    display: block;
    width: 100%;
    height: 62px;
    margin: 0 auto;
    padding: 0; }
    #small-header .main-nav ul li {
      float: left; }
      #small-header .main-nav ul li a {
        font-size: 1em;
        color: #1d2029;
        font-weight: 700;
        display: inline-block;
        padding: 22px 28px; }
  #small-header .login-button, #small-header .search-button {
    display: block;
    width: 50%;
    padding: 0 10px;
    float: left;
    text-align: center; }
    #small-header .login-button i, #small-header .search-button i {
      font-size: 1.8em;
      line-height: 62px; }

.catalog-drop {
  position: absolute;
  z-index: 1000;
  display: none;
  left: 0; }
  .catalog-drop.show, .catalog-drop:hover {
    display: block; }
  .catalog-drop.fix-drop {
    position: fixed;
    top: 66px; }
  .catalog-drop .catalog-drop-inner {
    border-top: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    background-color: #fff;
    padding: 25px 30px 10px;
    max-height: 485px;
    overflow: auto; }
    .catalog-drop .catalog-drop-inner::-webkit-scrollbar {
      width: 8px; }
    .catalog-drop .catalog-drop-inner::-webkit-scrollbar-track {
      -webkit-border-radius: 8px;
              border-radius: 8px; }
    .catalog-drop .catalog-drop-inner::-webkit-scrollbar-thumb {
      -webkit-border-radius: 8px;
              border-radius: 8px;
      background: #999;
      border: 2px solid #fff; }
    .catalog-drop .catalog-drop-inner .section-title {
      display: block;
      color: #1d2029;
      font-size: 25px;
      white-space: normal;
      border: none;
      padding: 14px 29px 14px 19px;
      font-weight: 700;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      margin: 0 0 10px;
      padding: 0 20px 0 0; }
      .catalog-drop .catalog-drop-inner .section-title:hover {
        color: #5d9139;
        cursor: pointer; }
    .catalog-drop .catalog-drop-inner .subcat {
      margin: 20px 0; }
      .catalog-drop .catalog-drop-inner .subcat .cat-img {
        width: 60px;
        display: block;
        margin: 0 auto; }
      .catalog-drop .catalog-drop-inner .subcat .cat-list .sub-section-title {
        display: block;
        font-weight: 700;
        font-size: 13px;
        color: #1d2029;
        padding: 4px 20px;
        line-height: 1.5em; }
        .catalog-drop .catalog-drop-inner .subcat .cat-list .sub-section-title:hover {
          color: #5d9139;
          cursor: pointer; }
      .catalog-drop .catalog-drop-inner .subcat .cat-list ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        max-height: 109.32px;
        overflow: hidden;
        -webkit-transition: max-height .5s linear;
        -o-transition: max-height .5s linear;
        transition: max-height .5s linear; }
        .catalog-drop .catalog-drop-inner .subcat .cat-list ul.expanded {
          max-height: 1000px; }
        .catalog-drop .catalog-drop-inner .subcat .cat-list ul li {
          display: block; }
          .catalog-drop .catalog-drop-inner .subcat .cat-list ul li.lvl4 {
            padding-left: 15px; }
          .catalog-drop .catalog-drop-inner .subcat .cat-list ul li a {
            display: block;
            color: #666;
            font-size: 13px;
            padding: 4px 20px;
            line-height: 1.5em;
            font-weight: 400; }
            .catalog-drop .catalog-drop-inner .subcat .cat-list ul li a:hover {
              color: #5d9139;
              cursor: pointer; }
            .catalog-drop .catalog-drop-inner .subcat .cat-list ul li a.expbutton {
              font-weight: 700; }

.main-nav .underline-wrap {
  position: relative;
  visibility: visible;
  width: 60%;
  margin: 0 auto; }

.main-nav .underline-wrap .hover-underline {
  background-color: #5d9139;
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  right: 100%;
  opacity: 1;
  -webkit-transition: right .15s ease-out;
  -o-transition: right .15s ease-out;
  transition: right .15s ease-out; }

.main-nav li:hover > .underline-wrap .hover-underline {
  right: 0; }

#search-bar {
  position: fixed;
  background: #fff;
  top: -200px;
  z-index: 3000;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s; }
  #search-bar.show {
    top: 0; }
  #search-bar .search-form {
    padding: 0 200px 0 80px;
    font-size: 28px;
    height: 132px;
    background: 0 0;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0; }
  #search-bar .search-input {
    padding: 0 200px 0 80px;
    font-size: 28px;
    height: 132px;
    background: 0 0;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #444;
    display: block;
    width: 100%;
    vertical-align: top;
    line-height: 18px;
    font-family: inherit; }
  #search-bar .btn-search {
    padding: 12px 25px;
    font-size: 1em;
    position: absolute;
    right: 58px;
    top: 45px; }
  #search-bar .close-button {
    position: absolute;
    display: block;
    font-size: 24px;
    right: 18px;
    top: 65px;
    width: 18px;
    height: 18px;
    margin: -8px 0 0 -15px;
    min-width: 16px;
    min-height: 16px;
    line-height: 18px;
    z-index: 3001; }

#search-result {
  position: fixed;
  top: 132px;
  left: 0;
  display: none;
  background-color: #fff;
  z-index: 3000; }
  #search-result.show {
    display: block; }
  #search-result .limiter {
    border-top: 1px solid #f6f6f6;
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: 25px; }
  #search-result .search-res {
    padding: 0 200px 0 80px; }
    #search-result .search-res a {
      color: #1d2029; }
      #search-result .search-res a .img-wrap {
        background: 0 0;
        float: left;
        padding: 0;
        position: static;
        text-align: center;
        width: 100px;
        height: 100px;
        line-height: 100px; }
      #search-result .search-res a .item-wrap {
        padding-left: 25px;
        margin-left: 99px;
        border-top: 1px solid transparent;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        #search-result .search-res a .item-wrap span {
          line-height: 40px;
          word-wrap: nowrap;
          display: block;
          color: #444; }
        #search-result .search-res a .item-wrap .price {
          font-weight: 700;
          font-size: 1.2em;
          display: inline-block; }
        #search-result .search-res a .item-wrap .price-discount {
          font-weight: 400;
          color: #666;
          text-decoration: line-through;
          font-size: 0.9em;
          display: inline-block;
          margin-left: 15px; }

footer {
  background-color: #f6f6f7; }

footer ul {
  padding: 0;
  margin: 0; }

footer .gray-line {
  margin: 10px 0; }

.viewed-products {
  position: relative; }

.viewed-products .section-title {
  font-size: 18px;
  color: #1d2029;
  margin: 26px 0 4px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block; }

.viewed-products .owl-theme .owl-nav {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -65px; }

.viewed-products .viewed-products-slider {
  margin-top: 20px;
  padding-bottom: 50px; }

.viewed-products .viewed-products-slider .item {
  background-color: #fff;
  padding: 30px 0; }

.viewed-products .viewed-products-slider .item .product-name {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  min-height: 45px;
  color: #1d2029;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.viewed-products .viewed-products-slider .item a:hover .product-name {
  color: #5d9139; }

.viewed-products .viewed-products-slider .item .price {
  line-height: 15px;
  font-weight: 700;
  font-size: 14px;
  color: #1d2029; }

.viewed-products .viewed-products-slider .item img {
  padding: 0 15px; }

.viewed-products .viewed-products-slider .owl-nav button {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
  width: 30px;
  height: 30px; }

.viewed-products .viewed-products-slider .owl-nav button span {
  font-size: 35px;
  line-height: 20px; }

.footer {
  padding-top: 35px; }

.footer .footer-menu {
  list-style-type: none; }

.footer .contacts-wrapper {
  padding-left: 12%; }

.footer .footer-menu li {
  margin-bottom: 6px; }

.footer .footer-menu li.title, .footer .footer-title {
  margin-bottom: 12px; }

.footer .footer-menu li.title a {
  font-weight: 700; }

.footer .footer-menu a {
  color: #1d2029;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 400;
  line-height: 18px;
  font-size: 16px; }

.footer .footer-menu a:hover {
  color: #5d9139; }

.footer .footer-title {
  font-weight: 700;
  display: block;
  line-height: 18px;
  font-size: 16px;
  color: #1d2029; }

.footer .subscribe {
  margin-bottom: 25px; }

.footer .subscribe input[type="email"] {
  border: 1px solid #eee;
  line-height: 30px;
  font-size: 13px;
  background-color: #fff;
  padding: 5px 43px 5px 13px; }

.footer .subscribe button[type="submit"] {
  height: 40px;
  width: 40px;
  border: none;
  position: relative;
  top: 3px;
  left: -5px;
  background-color: #5d9139;
  color: #fff;
  font-size: 18px;
  line-height: 15px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.footer .subscribe button[type="submit"] i:before {
  color: #fff; }

.footer .subscribe button[type="submit"]:hover {
  background-color: rgba(93, 145, 57, 0.8); }

.footer .socials {
  list-style-type: none; }

.footer .socials li {
  display: inline-block; }

.footer .socials .socil-icon:hover {
  opacity: 0.8; }

.footer .socials .socil-icon {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin: 5px 10px 5px 0;
  display: block;
  height: 40px;
  position: relative;
  overflow: hidden;
  width: 40px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: url("../img/social.png");
  background-repeat: no-repeat; }

.footer .socials .vk {
  background-position: -4px -4px; }

.footer .socials .fb {
  background-position: -54px -4px; }

.footer .socials .tw {
  background-position: -104px -4px; }

.footer .socials .in {
  background-position: -154px -4px; }

.footer .socials .you {
  background-position: -204px -4px; }

.footer .socials .od {
  background-position: -254px -4px; }

.footer .socials .g {
  background-position: -54px -54px; }

.footer .socials .mailru {
  background-position: -4px -54px; }

.footer .footer-contacts {
  padding-left: 25px; }

.footer .footer-contacts .phone {
  position: relative; }

.footer .footer-contacts .phone i {
  content: " ";
  display: block;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: -25px; }

.footer .footer-contacts i {
  content: " ";
  display: block;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: -25px; }

.footer .footer-contacts a {
  color: #1d2029;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.footer .footer-contacts a:hover {
  color: #5d9139; }

.footer .footer-contacts .phone {
  position: relative;
  max-width: 155px;
  margin-bottom: 20px;
  z-index: 5; }

.footer .footer-contacts .phone a {
  font-weight: 700; }

.footer .footer-contacts .phone:hover .phones-dropdown {
  display: block; }

.footer .footer-contacts .phones-dropdown {
  display: none;
  list-style-type: none;
  background-color: #fff;
  position: absolute;
  left: -25px;
  width: 186px;
  bottom: -85px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); }

.footer .footer-contacts .phones-dropdown li {
  padding: 10px 22px;
  border-bottom: 1px solid #f2f2f2; }

.footer .footer-contacts .phone.with-dropdown .dropdown {
  left: 0; }

/*.footer .footer-contacts .phone .main-phone:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 3px;
    background: url("../img/next.png") -20px -333px no-repeat;
}*/
.footer .footer-contacts .footer-email, .footer .footer-contacts .footer-adress {
  position: relative;
  margin-bottom: 20px; }

.footer .copyrights {
  color: #888;
  font-size: 16px;
  padding: 30px 0; }

.footer .copyrights i {
  display: inline-block;
  height: 20px;
  width: 34px;
  background: url("../img/pay_icons.png") no-repeat;
  margin: 0 11px 9px 0; }

.footer .copyrights i.cacsh {
  background-position: 0 -1px; }

.footer .copyrights i.mastercard {
  background-position: -42px -1px; }

.footer .copyrights i.visa {
  background-position: -89px -1px; }

.footer .copyrights i.yandex_money {
  background-position: -142px -1px;
  width: 21px; }

.footer .copyrights i.webmoney {
  background-position: -182px -1px;
  margin-right: 7px; }

.footer .copyrights i.qiwi {
  background-position: -222px -1px;
  margin-right: 0; }

.footer .copyrights i.sbrf {
  background-position: -259px -1px; }

.footer .copyrights i.alfa {
  background-position: -305px -1px; }

.footer .copyrights .pay-wrapper {
  text-align: right; }

.basket-wrapper {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 800px;
  height: 100%;
  position: fixed;
  right: -800px;
  top: 0;
  background-color: #fff;
  z-index: 999;
  box-shadow: rgba(44, 44, 44, 0.4) 0 6px 18px;
  -moz-box-shadow: rgba(44, 44, 44, 0.4) 0 6px 18px;
  -webkit-box-shadow: rgba(44, 44, 44, 0.4) 0 6px 18px; }
  .basket-wrapper .basket-header {
    border-bottom: 1px solid #f2f2f2; }
    .basket-wrapper .basket-header h3 {
      padding-left: 35px; }
  .basket-wrapper .empty-basket img {
    display: block;
    margin: 30px auto;
    max-width: 120px; }
  .basket-wrapper .table-wrapper {
    height: 68vh;
    overflow-y: scroll;
    border-bottom: 1px solid #e7e7e7; }
    .basket-wrapper .table-wrapper table {
      width: 100%;
      border-collapse: collapse; }
      .basket-wrapper .table-wrapper table thead {
        background-color: #f7f7f7;
        border-bottom: 1px solid #e7e7e7; }
        .basket-wrapper .table-wrapper table thead tr td {
          border: none;
          margin: 0;
          padding: 8px 10px; }
        .basket-wrapper .table-wrapper table thead tr td.thumb-cell {
          padding: 11px 18px 10px 29px; }
        .basket-wrapper .table-wrapper table thead tr td.remove-cell {
          width: 20px;
          padding-top: 5px;
          padding-right: 5px; }
        .basket-wrapper .table-wrapper table thead tr td.quantity-th {
          text-align: center; }
      .basket-wrapper .table-wrapper table tbody tr {
        border-bottom: 1px solid #e7e7e7;
        position: relative;
        height: 125px;
        overflow: hidden; }
        .basket-wrapper .table-wrapper table tbody tr td {
          position: relative; }
          .basket-wrapper .table-wrapper table tbody tr td .td-content-wrapper {
            position: absolute;
            top: 20px; }
        .basket-wrapper .table-wrapper table tbody tr td.thumb-cell {
          padding: 11px 30px 10px 29px; }
        .basket-wrapper .table-wrapper table tbody tr td.name-cell {
          font-weight: 700;
          font-size: 14px; }
          .basket-wrapper .table-wrapper table tbody tr td.name-cell a {
            max-width: 150px;
            display: block; }
        .basket-wrapper .table-wrapper table tbody tr td.price {
          font-weight: 700;
          font-size: 14px; }
          .basket-wrapper .table-wrapper table tbody tr td.price .td-content-wrapper {
            top: 30px; }
        .basket-wrapper .table-wrapper table tbody tr td.quantity {
          width: 130px; }
          .basket-wrapper .table-wrapper table tbody tr td.quantity .product_detail .buttons-block .quantity {
            margin-right: 0;
            display: inline-block;
            position: relative;
            float: none; }
          .basket-wrapper .table-wrapper table tbody tr td.quantity .product_detail .buttons-block {
            margin-top: 0; }
        .basket-wrapper .table-wrapper table tbody tr td.summ {
          font-weight: 700;
          font-size: 14px; }
          .basket-wrapper .table-wrapper table tbody tr td.summ .td-content-wrapper {
            top: 30px;
            left: 10px; }
        .basket-wrapper .table-wrapper table tbody tr td.wish .td-content-wrapper {
          top: 30px; }
        .basket-wrapper .table-wrapper table tbody tr td.delete .td-content-wrapper {
          top: 30px; }
  .basket-wrapper .opener {
    position: absolute;
    z-index: 999;
    left: -60px;
    top: 150px;
    width: 60px;
    background-color: #555;
    -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px; }
    .basket-wrapper .opener .opener-item {
      text-align: center;
      padding-bottom: 5px; }
      .basket-wrapper .opener .opener-item .opener-item-icon-wrapper {
        display: block;
        text-align: center;
        padding: 15px 0 5px 0; }
        .basket-wrapper .opener .opener-item .opener-item-icon-wrapper i {
          font-size: 26px; }
        .basket-wrapper .opener .opener-item .opener-item-icon-wrapper i:before {
          color: #d1d1d1; }
      .basket-wrapper .opener .opener-item .opener-item-counter {
        text-align: center;
        display: table-cell;
        margin: 0 auto 0 auto;
        color: #fff;
        background-color: #5d9139;
        width: 25px;
        height: 25px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        padding: 0px;
        font-size: 15px;
        vertical-align: middle; }
    .basket-wrapper .opener .opener-item.like {
      border-top: 1px solid #d1d1d1;
      border-bottom: 1px solid #d1d1d1; }
    .basket-wrapper .opener .opener-item.basket {
      background-color: #5d9139; }
      .basket-wrapper .opener .opener-item.basket .opener-item-counter {
        background-color: #555; }
    .basket-wrapper .opener .opener-item.like:hover, .basket-wrapper .opener .opener-item.compare:hover {
      background-color: #757575; }
    .basket-wrapper .opener .opener-item.basket:hover {
      background-color: #63bd57; }
  .basket-wrapper .basket-footer .summa {
    text-align: center; }
    .basket-wrapper .basket-footer .summa span {
      display: block;
      margin-top: 25px;
      font-size: 24px;
      font-weight: bold; }
  .basket-wrapper .basket-footer .basket-footer-buttons {
    text-align: center;
    margin-top: 50px; }
    .basket-wrapper .basket-footer .basket-footer-buttons span {
      color: #b3b3b3;
      font-size: 14px;
      margin-top: 10px;
      width: 150px;
      display: block;
      margin: 15px auto; }

.breadcrumbs {
  margin: 30px 0 20px; }

.breadcrumbs a, .breadcrumbs span {
  color: #b6b5b5;
  font-size: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.breadcrumbs a:hover {
  color: #5d9139; }

.sections-wrapper .sections-menu {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .sections-wrapper .sections-menu li.lvl1 {
    display: block;
    border: 1px solid #f2f2f2;
    border-bottom-width: 0;
    background: #f8f8f9;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .sections-wrapper .sections-menu li.lvl1 .main-link {
      padding: 11px 31px 13px 17px;
      display: block;
      font-size: 14px;
      color: #1d2029;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .sections-wrapper .sections-menu li.lvl1 .main-link i {
        float: right;
        position: relative;
        top: 3px;
        font-size: 10px;
        line-height: 16px; }
  .sections-wrapper .sections-menu li:hover {
    background-color: #fff; }
    .sections-wrapper .sections-menu li:hover .main-link {
      color: #5d9139; }
      .sections-wrapper .sections-menu li:hover .main-link i:before {
        color: #5d9139; }
  .sections-wrapper .sections-menu li.lvl1:hover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #5d9139; }
  .sections-wrapper .sections-menu li.with-dropdown .dropdown {
    padding: 15px 0 0 0;
    z-index: 5;
    position: absolute;
    background-color: #fff;
    left: -webkit-calc(100% + 2px);
    left: calc(100% + 2px);
    top: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
    .sections-wrapper .sections-menu li.with-dropdown .dropdown li {
      background: #fff;
      display: inline-block;
      padding: 5px 30px 20px 24px;
      width: 33%; }
      .sections-wrapper .sections-menu li.with-dropdown .dropdown li a {
        display: block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .sections-wrapper .sections-menu li.with-dropdown .dropdown li a .section-name {
          font-size: 13px;
          line-height: 20px;
          font-weight: 700; }
        .sections-wrapper .sections-menu li.with-dropdown .dropdown li a img {
          display: block;
          margin: auto; }

.subscribe-catalog {
  background-color: #5d9139;
  padding: 20px;
  margin-bottom: 15px; }
  .subscribe-catalog span {
    color: #fff;
    display: block; }
  .subscribe-catalog .title {
    font-size: 1.143em;
    font-weight: 700;
    margin: 0 0 3px; }
  .subscribe-catalog .subtitle {
    font-size: 13px;
    line-height: 16px;
    opacity: .8;
    margin: 0 0 6px; }
  .subscribe-catalog input[type="email"] {
    border: 1px solid #eee;
    line-height: 25px;
    font-size: 13px;
    background-color: #fff;
    padding: 5px 43px 5px 13px;
    width: 79%; }
  .subscribe-catalog button[type="submit"] {
    height: 37px;
    width: 40px;
    border: none;
    position: relative;
    top: 2px;
    left: -5px;
    background-color: #ececf2;
    color: #fff;
    font-size: 18px;
    line-height: 11px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8; }
  .subscribe-catalog button[type="submit"]:hover {
    opacity: 1; }

.catalog-banner-wrapper {
  margin: 15px 0; }
  .catalog-banner-wrapper img {
    max-width: 100%; }

.news-in-catalog {
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin: 0 0 30px; }
  .news-in-catalog .news-header {
    margin-bottom: 20px;
    padding: 13px 20px 0; }
    .news-in-catalog .news-header .title {
      font-size: 1.143em;
      color: #1d2029;
      font-weight: 700;
      text-align: left; }
    .news-in-catalog .news-header .all {
      font-size: 0.8em;
      line-height: 0.8em;
      display: block;
      color: #1d2029;
      color: #5d9139;
      text-align: right;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .news-in-catalog .news-header .all:hover {
      color: #1d2029; }
  .news-in-catalog .news-item {
    position: relative;
    border-bottom: 1px solid #ebeef1;
    padding: 13px 20px 0; }
    .news-in-catalog .news-item .text {
      font-size: .929em;
      color: #1d2029;
      display: block;
      line-height: 22px;
      padding-bottom: 19px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .news-in-catalog .news-item .date {
      color: #666;
      font-size: .929em;
      line-height: 20px;
      padding-top: 15px; }
  .news-in-catalog .news-item:hover .text {
    color: #5d9139; }
  .news-in-catalog .news-item:before {
    content: "";
    position: absolute;
    height: 0;
    width: 2px;
    background-color: #5d9139;
    left: 0;
    bottom: 0;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s; }
  .news-in-catalog .news-item:hover:before {
    height: 100%; }

.sections-list {
  padding-bottom: 30px;
  padding-right: 0; }
  .sections-list .section-item {
    border: 1px solid #f2f2f2;
    padding: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .sections-list .section-item:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
  .sections-list img {
    display: block;
    margin: auto; }
  .sections-list .section-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px; }
  .sections-list .subsections-list {
    padding: 0;
    list-style-type: none; }
    .sections-list .subsections-list li a {
      font-weight: 400;
      line-height: 20px;
      font-size: 14px; }
  .sections-list a {
    color: #1d2029;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .sections-list a:hover {
    color: #5d9139; }
  .sections-list .section-description {
    line-height: 20px;
    font-size: 13px;
    padding-top: 15px; }

.product_detail .row.border-only {
  border: 1px solid #f2f2f2;
  padding-bottom: 25px; }

.product_detail .slider-wraper .zoom-wraper {
  position: absolute;
  left: 50%;
  top: 46%; }
  .product_detail .slider-wraper .zoom-wraper .zoom {
    display: none;
    position: absolute;
    top: -20px;
    z-index: 9;
    cursor: pointer; }
    .product_detail .slider-wraper .zoom-wraper .zoom i {
      position: relative;
      font-size: 26px;
      display: block;
      width: 45px;
      height: 45px;
      text-align: center;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #5d9139;
      line-height: 44px; }
    .product_detail .slider-wraper .zoom-wraper .zoom i:before {
      color: #fff; }

.product_detail .slider-wraper:hover .zoom {
  display: block; }

.product_detail .product_whithout_slider {
  padding: 80px 56px 29px 56px;
  position: relative; }
  .product_detail .product_whithout_slider img {
    max-width: 400px;
    max-height: 400px;
    display: block;
    margin: auto;
    cursor: pointer; }

.product_detail .product_detail_slider {
  padding: 80px 56px 29px 56px;
  position: relative; }
  .product_detail .product_detail_slider img {
    max-width: 400px;
    max-height: 400px;
    display: block;
    margin: auto;
    cursor: pointer; }
  .product_detail .product_detail_slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    display: none; }
    .product_detail .product_detail_slider .owl-nav .owl-prev {
      float: left;
      display: block;
      margin-left: 15%; }
    .product_detail .product_detail_slider .owl-nav .owl-next {
      float: right;
      display: block;
      margin-right: 15%; }
    .product_detail .product_detail_slider .owl-nav span {
      font-size: 36px;
      display: block;
      height: 36px;
      line-height: 29px;
      width: 35px;
      height: 35px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .product_detail .product_detail_slider .owl-nav span:hover {
      background-color: #5d9139;
      color: #fff; }

.product_detail .product_detail_slider:hover .owl-nav {
  display: block; }

.product_detail .product_detail_slider:hover .zoom {
  display: block; }

.product_detail .product_detail_slider_thumbs {
  text-align: center; }
  .product_detail .product_detail_slider_thumbs img {
    max-width: 75px;
    max-height: 75px; }
  .product_detail .product_detail_slider_thumbs .owl-thumb-item {
    display: inline-block;
    cursor: pointer;
    border: none;
    background: #fff;
    border: 2px solid #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .product_detail .product_detail_slider_thumbs .owl-thumb-item.active {
    border: 2px solid #5d9139; }

.product_detail .product-detail-description .first-row {
  padding: 45px 45px 35px 0;
  text-align: left;
  line-height: 50px; }
  .product_detail .product-detail-description .first-row span {
    font-size: 16px;
    color: #666; }
  .product_detail .product-detail-description .first-row img {
    float: right; }

.product_detail .small-description {
  color: #333;
  max-height: 60px;
  overflow: hidden;
  padding: 0 45px 0 0;
  font-size: 14px; }

.product_detail .more-block {
  padding: 5px 0 15px 0;
  width: 100%; }
  .product_detail .more-block a {
    font-size: 13px;
    color: #5d9139;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .product_detail .more-block a:after {
    color: #5d9139;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .product_detail .more-block a:hover {
    color: #1d2029; }
  .product_detail .more-block a:hover:after {
    color: #1d2029; }

.product_detail .gray-line {
  display: block;
  width: 100%;
  margin: 15px 45px 25px 0; }

.product_detail .price-block {
  margin-bottom: 15px; }
  .product_detail .price-block span {
    display: inline-block; }
  .product_detail .price-block .price-main {
    font-size: 26px;
    font-weight: 700;
    margin-right: 20px; }
  .product_detail .price-block .price-old {
    font-weight: 400;
    color: #888;
    text-decoration: line-through;
    font-size: 15px; }

.product_detail .tags-block span {
  display: inline-block;
  font-size: 12px;
  padding: 3px 8px 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.product_detail .tags-block .percent {
  background-color: #e32330;
  color: #fff; }

.product_detail .tags-block .saving {
  background: #ffd02e;
  color: #1d2029; }

.product_detail .stock-wrap {
  font-size: 13px;
  color: #999; }
  .product_detail .stock-wrap .item-stock {
    display: inline-block;
    margin: 20px 20px 20px 0; }
    .product_detail .stock-wrap .item-stock span {
      border-bottom: 1px dotted; }
    .product_detail .stock-wrap .item-stock a {
      border-bottom: 1px dotted; }
  .product_detail .stock-wrap .instock i:before {
    color: #5d9139; }
.product_detail .stock-wrap .notstock i:before {
  color: #e52929; }
.product_detail .stock-wrap .onorder i:before {
  color: #2992d9; }
  .product_detail .stock-wrap .found-cheaper i:before {
    color: #888; }
  .product_detail .stock-wrap .found-cheaper a {
    color: #999; }
  .product_detail .stock-wrap .found-cheaper a:hover {
    color: #1d2029; }

.product_detail .buttons-block {
  margin-top: 35px; }
  .product_detail .buttons-block .quantity {
    margin-right: 15px;
    display: inline-block;
    position: relative;
    float: left; }
    .product_detail .buttons-block .quantity span {
      background-color: #f3f3f5;
      color: #666;
      font-size: 14px;
      line-height: 40px;
      display: inline-block;
      width: 30px;
      float: left;
      text-align: center; }
    .product_detail .buttons-block .quantity input {
      display: inline-block;
      width: 65px;
      height: 40px;
      float: left;
      text-align: center; }
  .product_detail .buttons-block .btn-default {
    margin-right: 15px; }
  .product_detail .buttons-block .white {
    margin-left: -4px; }

.product_detail .text-under-buttons {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  padding-right: 45px;
  margin-top: 25px; }

.labels {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 4;
  max-width: 50%; }
  .labels .label {
    display: inline-block;
    margin-right: 5px;
    background-color: #893ca9;
    color: #fff;
    line-height: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 4px 10px 5px;
    font-size: 12px; }

.like-and-comparison {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 4; }
  .like-and-comparison span {
    display: block;
    width: 34px;
    height: 34px;
    margin-bottom: 5px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer; }
    .like-and-comparison span i {
      line-height: 34px;
      text-align: center;
      margin: auto;
      display: block;
      margin-left: -1px;
      padding-top: 1px;
    }
    .like-and-comparison span i:before {
      color: #616161; }
  .like-and-comparison span:hover {
    /*background-color: #e3e3e3;*/
    background-color: #5d9139; }
    .like-and-comparison span:hover i:before {
      color: #fff; }
  .like-and-comparison span.active {
    /*background-color: #e3e3e3;*/
    background-color: #5d9139; }
    .like-and-comparison span.active i:before {
      color: #fff; }

.product-tabs-block .tabs ul {
  list-style-type: none;
  padding: 25px 0 0 0;
  position: relative;
  z-index: 2;
  display: block;
  border-bottom: 1px solid #f2f2f2; }
  .product-tabs-block .tabs ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .product-tabs-block .tabs ul li a {
      background: #f9f9fa;
      border: 1px solid #f2f2f2;
      color: #222;
      margin: 0 -1px -1px 0;
      padding: 17px 25px 18px;
      text-decoration: none;
      -webkit-border-radius: 0;
              border-radius: 0;
      font-weight: 700;
      text-transform: none;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      position: relative; }
    .product-tabs-block .tabs ul li a:hover {
      background-color: #fff;
      color: #5d9139; }
    .product-tabs-block .tabs ul li a.active {
      background-color: #fff;
      color: #5d9139;
      border-bottom-color: #fff; }
    .product-tabs-block .tabs ul li a.active:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 2px;
      background: #5d9139; }
  .product-tabs-block .tabs ul li:not(:first-child) {
    margin-left: -5px; }

.product-tabs-block .tabs .tab-content {
  padding-top: 20px; }
  .product-tabs-block .tabs .tab-content .tab-pane {
    display: none; }
    .product-tabs-block .tabs .tab-content .tab-pane .detail-text {
      margin-bottom: 15px;
      color: #666;
      font-size: 16px; }
    .product-tabs-block .tabs .tab-content .tab-pane .specifications table {
      display: block; }
      .product-tabs-block .tabs .tab-content .tab-pane .specifications table tbody {
        display: block; }
        .product-tabs-block .tabs .tab-content .tab-pane .specifications table tbody tr {
          display: block; }
          .product-tabs-block .tabs .tab-content .tab-pane .specifications table tbody tr td {
            display: inline-block;
            width: 100%;
            position: relative; }
            .product-tabs-block .tabs .tab-content .tab-pane .specifications table tbody tr td .dots {
              -webkit-box-flex: 0;
              -webkit-flex: 0 1 auto;
                  -ms-flex: 0 1 auto;
                      flex: 0 1 auto;
              float: left;
              position: absolute;
              width: 100%;
              left: 0; }
            .product-tabs-block .tabs .tab-content .tab-pane .specifications table tbody tr td .spec-item-name {
              float: left;
              padding-right: 10px; }
            .product-tabs-block .tabs .tab-content .tab-pane .specifications table tbody tr td .dots::before {
              display: block;
              white-space: nowrap;
              overflow: hidden;
              -o-text-overflow: clip;
                 text-overflow: clip;
              font-size: 14px;
              content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "; }
            .product-tabs-block .tabs .tab-content .tab-pane .specifications table tbody tr td .spec-val-item {
              float: right;
              padding-left: 10px; }
            .product-tabs-block .tabs .tab-content .tab-pane .specifications table tbody tr td .spec-item-name, .product-tabs-block .tabs .tab-content .tab-pane .specifications table tbody tr td .spec-val-item {
              background-color: #fff;
              position: relative;
              z-index: 2; }
  .product-tabs-block .tabs .tab-content #question form h4 {
    padding-left: 35px;
    margin-top: 0; }
  .product-tabs-block .tabs .tab-content #question form .form-control-wrapper {
    padding: 0 35px; }
  .product-tabs-block .tabs .tab-content #question form .form-control {
    margin-bottom: 25px;
    position: relative; }
    .product-tabs-block .tabs .tab-content #question form .form-control label {
      font-size: 13px;
      color: #999; }
      .product-tabs-block .tabs .tab-content #question form .form-control label span {
        color: red; }
    .product-tabs-block .tabs .tab-content #question form .form-control textarea {
      min-height: 199px; }
  .product-tabs-block .tabs .tab-content #question form .styled-checkbox {
    position: absolute;
    opacity: 0; }
    .product-tabs-block .tabs .tab-content #question form .styled-checkbox + label {
      position: relative;
      cursor: pointer;
      padding: 0; }
    .product-tabs-block .tabs .tab-content #question form .styled-checkbox + label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: white;
      -webkit-box-shadow: 0 0 0 1px #ccc inset;
              box-shadow: 0 0 0 1px #ccc inset;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
    .product-tabs-block .tabs .tab-content #question form .styled-checkbox:hover + label:before {
      background: #5d9139; }
    .product-tabs-block .tabs .tab-content #question form .styled-checkbox:focus + label:before {
      /*box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);*/ }
    .product-tabs-block .tabs .tab-content #question form .styled-checkbox:checked + label:before {
      background: #5d9139; }
    .product-tabs-block .tabs .tab-content #question form .styled-checkbox:disabled + label {
      color: #5d9139;
      cursor: auto; }
    .product-tabs-block .tabs .tab-content #question form .styled-checkbox:disabled + label:before {
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #5d9139; }
    .product-tabs-block .tabs .tab-content #question form .styled-checkbox:checked + label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 9px;
      background: white;
      width: 2px;
      height: 2px;
      -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
              box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .product-tabs-block .tabs .tab-content .tab-pane.active {
    display: block; }

.sub-sections-wrap {
  margin: 0 0 30px; }
  .sub-sections-wrap .sub-section {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 30px 10px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    margin: 0 0 -1px -1px; }
    .sub-sections-wrap .sub-section:hover {
      border-color: #fff;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
    .sub-sections-wrap .sub-section .img-wrap {
      width: 120px;
      height: 120px;
      line-height: 120px;
      text-align: center;
      margin: 0 auto 22px; }
    .sub-sections-wrap .sub-section .name a {
      font-size: 1em;
      color: #1d2029;
      font-weight: 700; }

.sort-row {
  padding: 0 0 21px;
  position: relative; }
  .sort-row .sort-item {
    display: block;
    color: #999;
    float: left;
    margin: 0 20px 0 0; }
    .sort-row .sort-item i.fas:before {
      color: #999;
      font-size: 0.7em; }
    .sort-row .sort-item:hover {
      color: #444;
      cursor: pointer; }
      .sort-row .sort-item:hover i.fas:before {
        color: #666; }

.products-list {
  min-height: 500px; }
  .products-list .product-wrap {
    position: relative;
    -webkit-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    -webkit-transition: -webkit-box-shadow ease-out .2s;
    transition: -webkit-box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s, -webkit-box-shadow ease-out .2s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 -1px 0 0;
    margin-top: -1px;
    -webkit-box-shadow: 0 0 0 1px #f2f2f2 inset;
            box-shadow: 0 0 0 1px #f2f2f2 inset;
    background: #fff; }
    .products-list .product-wrap:hover .product-item {
      z-index: 60;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      border: none;
      position: absolute;
      width: 100%;
      background: #fff; }
      .products-list .product-wrap:hover .product-item .fast_view_block, .products-list .product-wrap:hover .product-item .like-and-comparison {
        opacity: 1;
        visibility: visible; }
      .products-list .product-wrap:hover .product-item .footer_button {
        display: block;
        opacity: 1;
        visibility: visible;
        margin: 11px 0 0;
        height: auto; }
  .products-list .product-item {
    text-align: center;
    overflow: hidden;
    white-space: normal;
    padding: 20px 19px 26px 20px; }
    .products-list .product-item .footer_button {
      display: none;
      visibility: hidden;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 26px; }
      .products-list .product-item .footer_button .sku_props {
        margin: 0 0 2px; }
      .products-list .product-item .footer_button .counter_wrapp {
        white-space: normal;
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: 0;
        padding-top: 0;
        font-size: 0;
        padding: 15px 0 0; }
        .products-list .product-item .footer_button .counter_wrapp .counter_block {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border: 1px solid #f3f3f5;
          background: #f3f3f5;
          font-size: 0;
          width: 84px;
          margin: 11px 5px 0;
          white-space: nowrap;
          display: inline-block;
          vertical-align: top;
          -webkit-border-radius: 2px;
                  border-radius: 2px;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
          user-select: none;
          height: 36px;
          margin-left: 3px;
          margin-right: 3px; }
          .products-list .product-item .footer_button .counter_wrapp .counter_block .minus, .products-list .product-item .footer_button .counter_wrapp .counter_block .plus {
            font-size: 14px;
            color: black;
            line-height: 34px;
            height: 34px;
            width: 24px;
            display: inline-block;
            cursor: pointer;
            vertical-align: top; }
          .products-list .product-item .footer_button .counter_wrapp .counter_block > span.minus:before {
            opacity: .7;
            display: inline-block;
            content: '\f068';
            color: black;
            width: 24px;
            height: 34px;
            font-size: 0.8em;
            vertical-align: middle; }
          .products-list .product-item .footer_button .counter_wrapp .counter_block > span.plus:before {
            content: '\f067';
            color: black;
            display: inline-block;
            width: 24px;
            height: 34px;
            font-size: 0.8em;
            vertical-align: middle; }
          .products-list .product-item .footer_button .counter_wrapp .counter_block input[type=text] {
            width: 34px;
            border: 0;
            border-left: 1px solid #f3f3f5;
            border-right: 1px solid #f3f3f5;
            background: #f3f3f5;
            color: #666;
            font-size: 13px;
            height: 34px;
            -webkit-border-radius: 0;
                    border-radius: 0;
            text-align: center;
            line-height: 13px;
            padding: 7px 3px; }
        .products-list .product-item .footer_button .counter_wrapp .button_block {
          display: inline-block;
          vertical-align: top;
          margin: 11px 5px 0;
          margin-left: 3px;
          margin-right: 3px; }
          .products-list .product-item .footer_button .counter_wrapp .button_block.wide {
            width: auto;
            display: block;
            padding: 0 20px 0 20px; }
          .products-list .product-item .footer_button .counter_wrapp .button_block .btn.btn-default.in-cart {
            display: block;
            width: 100%; }
    .products-list .product-item .img-wrapper, .products-list .product-item .img-wrapper a {
      min-width: 70px;
      height: 170px;
      line-height: 170px;
      margin: 0 auto;
      padding: 0;
      vertical-align: middle;
      text-align: center;
      zoom: 1;
      display: block; }
      .products-list .product-item .img-wrapper:hover, .products-list .product-item .img-wrapper a:hover {
        cursor: pointer; }
    .products-list .product-item .img-wrapper {
      margin: 0 auto 10px;
      position: relative;
      /*Like & compare*/
      /*Labels block*/
      /*Fast view button*/ }
      .products-list .product-item .img-wrapper img {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 0;
        vertical-align: middle; }
      .products-list .product-item .img-wrapper .like-and-comparison {
        visibility: hidden;
        opacity: 0;
        top: 0px;
        right: 0px; }
        .products-list .product-item .img-wrapper .like-and-comparison span {
          background-color: #fff; }
        .products-list .product-item .img-wrapper .like-and-comparison span.active, .products-list .product-item .img-wrapper .like-and-comparison span:hover {
          /*background-color: #e3e3e3;*/
          background-color: #5d9139; }
      .products-list .product-item .img-wrapper .labels {
        line-height: 12px;
        max-width: 80%;
        top: 0;
        left: 0;
        text-align: left; }
        .products-list .product-item .img-wrapper .labels .label {
          margin-top: 5px;
          font-size: 10px; }
      .products-list .product-item .img-wrapper .fast_view_block {
        webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        background-color: rgba(229, 229, 229, 0.9);
        text-decoration: none;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        visibility: hidden;
        position: absolute;
        text-align: center;
        margin-left: -75px;
        margin-top: -20px;
        line-height: 36px;
        cursor: pointer;
        color: #666;
        height: 36px;
        width: 150px;
        opacity: 0;
        z-index: 99;
        left: 50%;
        top: 50%;
        font-size: 13px; }
    .products-list .product-item .product-title {
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      -o-text-overflow: -o-ellipsis-lastline;
         text-overflow: -o-ellipsis-lastline;
      display: -webkit-box;
      -webkit-line-clamp: 50;
      -webkit-box-orient: vertical;
      white-space: normal;
      height: 42px; }
    .products-list .product-item .stock-wrap .item-stock {
      font-size: 12px;
      display: inline-block;
      margin: 0 6px; }
      .products-list .product-item .stock-wrap .item-stock.instock i:before {
        color: #008b00; }
      .products-list .product-item .stock-wrap .item-stock.notstock i:before {
        color: #e52929; }
      .products-list .product-item .stock-wrap .item-stock.onorder i:before {
        color: #2992d9; }
      .products-list .product-item .stock-wrap .item-stock span {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        color: #666; }
    .products-list .product-item .stock-wrap .article {
      display: inline-block;
      margin: 0 6px;
      color: #999;
      font-size: 12px; }
    .products-list .product-item .price-block {
      margin: 11px 0 0; }
      .products-list .product-item .price-block .price {
        font-size: 18px;
        font-weight: 700;
        line-height: 15px; }
        .products-list .product-item .price-block .price .old-price {
          font-size: 14px;
          line-height: 15px;
          font-weight: 400;
          color: #999;
          text-decoration: line-through; }
      .products-list .product-item .price-block .discount-wrap .sale {
        display: inline-block;
        margin-right: 5px;
        background-color: #e32330;
        color: #fff;
        line-height: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        padding: 4px 10px 5px;
        font-size: 10px;
        margin-top: 10px; }
        .products-list .product-item .price-block .discount-wrap .sale.save {
          background-color: #ffd02e;
          color: #444; }
    .products-list .product-item .sale-block {
      margin: 10px 0 0;
      white-space: nowrap;
      font-size: 0; }
      .products-list .product-item .sale-block .count_d_block, .products-list .product-item .sale-block .quantity_block {
        display: inline-block;
        vertical-align: top;
        font-size: 0; }
      .products-list .product-item .sale-block .title {
        font-size: 11px;
        line-height: 15px;
        color: #666;
        margin: 0 0 5px; }
      .products-list .product-item .sale-block .values {
        margin: 0 0 5px;
        line-height: 15px;
        font-size: 0; }
      .products-list .product-item .sale-block .values .item {
        background: #eee;
        -webkit-border-radius: 0;
                border-radius: 0;
        display: inline-block;
        vertical-align: top;
        font-weight: 700;
        font-size: 15px;
        width: 40px;
        height: 43px;
        padding: 7px 0 0;
        text-align: center;
        position: relative;
        margin: 0; }
      .products-list .product-item .sale-block .values.countdown .item {
        width: 46px; }
      .products-list .product-item .sale-block .values.countdown .item {
        width: 40px; }
      .products-list .product-item .sale-block .quantity_block {
        width: 46px;
        display: none; }
      .products-list .product-item .sale-block .values .item:after, .products-list .product-item .sale-block .values .item:before {
        content: "";
        background: #333;
        width: 3px;
        height: 3px;
        display: block;
        position: absolute;
        right: -1px;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        z-index: 10; }
      .products-list .product-item .sale-block .values .item:before {
        top: 15px; }
      .products-list .product-item .sale-block .values .item:after {
        bottom: 15px; }
      .products-list .product-item .sale-block .values .item .text {
        opacity: .6;
        font-weight: 400;
        font-size: 12px;
        display: block;
        width: auto; }
      .products-list .product-item .sale-block .countdown {
        width: 120px;
        height: 43px;
        display: block;
        overflow: hidden;
        -webkit-border-radius: 2px 0 0 2px;
                border-radius: 2px 0 0 2px;
        color: #1d2029; }
      .products-list .product-item .sale-block .values .item:last-child {
        margin: 0; }
      .products-list .product-item .sale-block .values .item:last-child:after, .products-list .product-item .sale-block .values .item:last-child:before {
        display: none; }
      .products-list .product-item .sale-block .values .item:nth-child(3):after, .products-list .product-item .sale-block .values .item:nth-child(3):before {
        display: none; }
      .products-list .product-item .sale-block .quantity_block .values .item {
        background-color: #5d9139;
        color: #fff;
        width: 46px; }
      .products-list .product-item .sale-block .quantity_block .values .item {
        -webkit-border-radius: 0 2px 2px 0;
                border-radius: 0 2px 2px 0;
        overflow: hidden; }

.rating {
  height: 20px;
  margin: 0 0 9px; }
  .rating .star-wrap {
    display: inline-block;
    margin: 6px auto 0; }
    .rating .star-wrap.small {
      font-size: 84%; }
    .rating .star-wrap .star {
      width: 19px;
      height: 16px;
      overflow: hidden;
      float: left;
      line-height: 16px; }
      .rating .star-wrap .star i:before {
        color: #b6b5b5; }
      .rating .star-wrap .star.active i:before, .rating .star-wrap .star.hover i:before {
        color: #FF9900; }
      .rating .star-wrap .star:hover {
        cursor: pointer; }

.bottom_nav {
  padding-bottom: 40px; }
  .bottom_nav .module-pagination {
    padding-top: 0;
    padding-bottom: 0; }

.bottom_nav.block {
  padding-top: 17px; }

.bottom_nav.block {
  position: relative;
  top: 5px;
  float: left;
  width: 100%; }

.ajax_load_btn {
  text-align: center;
  margin: 0 0 20px;
  border: 1px solid #f2f2f2;
  cursor: pointer; }

.more_text_ajax {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 15px 0 15px 34px;
  color: #333; }
  .more_text_ajax:after {
    content: "\f01e";
    color: #5d9139;
    font-size: 1.5em;
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 5px;
    margin-top: -10px;
    top: 50%;
    -webkit-transition: background .7s ease-in-out;
    -o-transition: background .7s ease-in-out;
    transition: background .7s ease-in-out; }

.ajax_load_btn:hover {
  border-color: #d2d2d4; }
  .ajax_load_btn:hover .more_text_ajax:after {
    -webkit-animation: .5s ease-out spinner;
    animation: .5s spinner;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

.module-pagination {
  margin: 0;
  text-align: center;
  font-size: 0;
  padding: 20px 0 0;
  position: relative; }
  .module-pagination .nums {
    display: inline-block;
    position: relative; }
  .module-pagination .flex-direction-nav {
    position: absolute;
    width: 100%;
    margin: 0 0 27px; }
  .module-pagination .flex-direction-nav > li {
    position: absolute;
    top: 2px; }
  .module-pagination .flex-direction-nav .flex-nav-next {
    right: -37px; }
  .module-pagination .flex-direction-nav .flex-nav-prev {
    left: -37px; }
  .module-pagination .flex-direction-nav  li {
    position: absolute;
    top: 2px; }
  .module-pagination .nums > a, .module-pagination .nums span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 5px 5px 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; }
  .module-pagination .nums > a:hover {
    color: #5d9139; }
  .module-pagination .nums .cur {
    color: #FFF;
    background: #5d9139; }

.flex-direction-nav li, .flex-direction-nav li a, .flex-direction-nav li span {
  width: 29px;
  height: 29px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: inline-block; }

.flex-direction-nav li, .flex-direction-nav li:first-child, .flex-direction-nav li:hover {
  border-bottom-width: 0 !important; }

.flex-direction-nav li:first-child {
  margin-right: 5px; }

.module-pagination .flex-direction-nav li.flex-nav-next a i {
  font-size: 16px;
  line-height: 29px; }
  .module-pagination .flex-direction-nav li.flex-nav-next a i:before {
    color: #999; }

.module-pagination .flex-direction-nav li.flex-nav-next a:hover i:before {
  color: #1d2029; }

.module-pagination .flex-direction-nav li.flex-nav-prev a i {
  font-size: 16px;
  line-height: 29px; }
.module-pagination .flex-direction-nav li.flex-nav-prev a i:before {
  color: #999; }

.module-pagination .flex-direction-nav li.flex-nav-prev a:hover i:before {
  color: #1d2029; }

.group_description_block.bottom {
  padding: 20px 0; }

/*-------Animation-----*/
/* WebKit и Opera */
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

/* Other */
@keyframes spinner {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* End */
#map {
  min-height: 450px; }

.contacts {
  padding-top: 35px; }
  .contacts .icon-wrapper {
    display: inline-block;
    margin: auto;
    width: 45px;
    height: 45px;
    background-color: #5d9139;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    line-height: 45px;
    text-align: center; }
    .contacts .icon-wrapper i:before {
      color: #fff; }
  .contacts .contacts-info p {
    margin-bottom: 3px;
    font-size: 14px; }

.news-filter {
  list-style-type: none;
  display: block;
  margin: 0 0 45px 0;
  padding: 0;
  border-bottom: 1px solid #f2f2f2; }
  .news-filter li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 25px; }
    .news-filter li a {
      color: #1d2029;
      font-size: 16px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding: 10px 0 25px 0;
      display: block;
      border-bottom: 2px solid #fff; }
    .news-filter li a:hover {
      color: #5d9139; }
    .news-filter li a.active {
      color: #5d9139;
      border-bottom: 2px solid #5d9139; }

.callback-label-wrapper {
  position: relative; }
  .callback-label-wrapper .callback-label {
    background-color: #f5f5f5;
    /*margin: 0 0 25px 15px;*/
    /*position: fixed;*/
    text-align: center;
    max-width: 286px;
    margin-left: 30px; }
    .callback-label-wrapper .callback-label i {
      display: inline-block;
      padding: 35px 0 20px 0; }
    .callback-label-wrapper .callback-label i:before {
      font-size: 8em; }
    .callback-label-wrapper .callback-label .text {
      margin-bottom: 25px; }
    .callback-label-wrapper .callback-label button {
      background-color: #f5f5f5 !important;
      margin-bottom: 45px;
      font-weight: 700; }
    .callback-label-wrapper .callback-label button:hover {
      background-color: #5d9139 !important; }

.news-wrapper {
  -webkit-box-shadow: 0 0 0 1px #f2f2f2;
          box-shadow: 0 0 0 1px #f2f2f2;
  margin: 0 15px 30px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .news-wrapper .image-wrapper a img {
    width: 100%; }
  .news-wrapper .text-wrapper {
    padding: 15px 20px 25px 20px; }
    .news-wrapper .text-wrapper a {
      font-weight: 700;
      font-size: 16px;
      color: #1d2029;
      padding-bottom: 15px;
      display: block;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .news-wrapper .text-wrapper a:hover {
      color: #5d9139; }
    .news-wrapper .text-wrapper span {
      font-size: 12px;
      color: #999; }

.news-wrapper:hover {
  -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1); }

.big-news {
  margin-bottom: 30px; }
  .big-news .text-wrapper a {
    font-size: 21px; }

.sidebar.fixed {
  position: fixed; }

.text-before-items .gray-line {
  margin: 31px 0 38px; }

.simple-list-item .image-wrap {
  max-width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 304px;
  max-height: none; }

.simple-list-item .body-info {
  padding-left: 353px;
  padding-top: 12px;
  color: #444; }
  .simple-list-item .body-info .title {
    margin-bottom: 5px; }
    .simple-list-item .body-info .title a:hover, .simple-list-item .body-info .title a.hover {
      color: #5d9139; }
  .simple-list-item .body-info .preview-text {
    margin-top: 5px;
    margin-bottom: 25px; }
  .simple-list-item .body-info .show-more-wrap a {
    color: #444;
    font-size: 14px; }
    .simple-list-item .body-info .show-more-wrap a i {
      -webkit-border-radius: 50%;
              border-radius: 50%;
      width: 18px;
      text-align: center;
      height: 18px;
      line-height: 18px;
      position: relative;
      top: 1px;
      margin: 0 6px; }
    .simple-list-item .body-info .show-more-wrap a i:before {
      margin-left: 2px; }
    .simple-list-item .body-info .show-more-wrap a:hover, .simple-list-item .body-info .show-more-wrap a.hover {
      color: #5d9139; }
      .simple-list-item .body-info .show-more-wrap a:hover i, .simple-list-item .body-info .show-more-wrap a.hover i {
        background-color: #5d9139; }
      .simple-list-item .body-info .show-more-wrap a:hover i:before, .simple-list-item .body-info .show-more-wrap a.hover i:before {
        color: #fff; }

.simple-list-item + .gray-line {
  display: block;
  margin: 38px 0; }

.simple-list-item .date, .date.detail {
  margin: 2px 0 9px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-bottom: 5px; }
  .simple-list-item .date span, .date.detail span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    margin: 0 12px 0 0;
    font-size: 12px;
    color: #666; }

.detail-img {
  margin-bottom: 35px; }

.introtext-wrap .introtext {
  padding: 0 0 20px;
  color: #222;
  border-bottom: 2px solid #5d9139;
  line-height: 1.6em;
  margin-bottom: 40px;
  position: relative; }

.content-detail.end {
  margin-bottom: 51px; }

.popup {
  position: fixed;
  top: 0;
  -webkit-animation: .2s toggle_opacity;
          animation: .2s toggle_opacity;
  background: #fff;
  display: none;
  position: absolute;
  min-width: 420px;
  max-width: 520px;
  left: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -moz-radius: 5px;
  -webkit-border-radius: 5px; }
  .popup .popup-head {
    padding: 34px 75px 35px 35px;
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 2;
    background: #fff;
    position: relative; }
    .popup .popup-head h2 {
      margin: 0; }
  .popup .close-button {
    position: absolute;
    display: block;
    font-size: 24px;
    right: 18px;
    top: 32px;
    width: 24px;
    height: 24px;
    margin: -8px 0 0 -15px;
    min-width: 24px;
    min-height: 24px;
    line-height: 18px;
    z-index: 3001; }

.popup.fast_view_frame {
  max-width: 900px;
  width: 900px; }

.popup.show {
  position: fixed;
  display: block;
  z-index: 3000;
  margin-left: -450px;
  opacity: 1;
  top: 85.5px; }

/*Fast view product*/
.fast_view_frame .fast_view_item {
  /*.product_detail .product-detail-description .first-row{
			line-height: 24px;*/
  /*}*/ }
  .fast_view_frame .fast_view_item .fv-slider .slider-wraper .labels {
    max-width: 80%;
    top: 15px;
    left: 15px; }
    .fast_view_frame .fast_view_item .fv-slider .slider-wraper .labels .label {
      line-height: 10px;
      font-size: 10px;
      margin-right: 2px;
      margin-bottom: 2px; }
  .fast_view_frame .fast_view_item .fv-slider .slider-wraper .product_detail_slider {
    padding: 27px 0; }
    .fast_view_frame .fast_view_item .fv-slider .slider-wraper .product_detail_slider .owl-nav {
      display: none; }
    .fast_view_frame .fast_view_item .fv-slider .slider-wraper .product_detail_slider .owl-nav .owl-prev {
      margin-left: 5%; }
    .fast_view_frame .fast_view_item .fv-slider .slider-wraper .product_detail_slider .owl-nav .owl-next {
      margin-right: 5%; }
  .fast_view_frame .fast_view_item .fv-slider .slider-wraper .zoom-wraper {
    left: 40%;
    top: 40%; }
    .fast_view_frame .fast_view_item .fv-slider .slider-wraper .zoom-wraper .zoom i {
      width: 60px;
      height: 60px;
      line-height: 60px; }
  .fast_view_frame .fast_view_item .fv-slider .product_detail_slider_thumbs img {
    max-width: 50px;
    max-height: 50px; }
  .fast_view_frame .fast_view_item .product-detail-description {
    padding: 27px 15px 0;
    max-height: 530px;
    overflow-y: auto;
    overflow-x: hidden; }
    .fast_view_frame .fast_view_item .product-detail-description::-webkit-scrollbar {
      width: 8px; }
    .fast_view_frame .fast_view_item .product-detail-description::-webkit-scrollbar-track {
      -webkit-border-radius: 8px;
              border-radius: 8px; }
    .fast_view_frame .fast_view_item .product-detail-description::-webkit-scrollbar-thumb {
      -webkit-border-radius: 8px;
              border-radius: 8px;
      background: #999;
      border: 2px solid #fff; }
  .fast_view_frame .fast_view_item .product-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -o-text-overflow: -o-ellipsis-lastline;
       text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 50;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 20px;
    line-height: 20px; }
  .fast_view_frame .fast_view_item .rating {
    width: 100%; }
  .fast_view_frame .fast_view_item .stock-wrap {
    margin-bottom: 19px; }
    .fast_view_frame .fast_view_item .stock-wrap .item-stock {
      font-size: 12px;
      display: inline-block;
      margin: 0 6px;
      margin-left: 0; }
      .fast_view_frame .fast_view_item .stock-wrap .item-stock.instock i:before {
        color: #008b00; }
      .fast_view_frame .fast_view_item .stock-wrap .item-stock.notstock i:before {
        color: #e52929; }
      .fast_view_frame .fast_view_item .stock-wrap .item-stock.onorder i:before {
        color: #2992d9; }
      .fast_view_frame .fast_view_item .stock-wrap .item-stock span {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        color: #666; }
    .fast_view_frame .fast_view_item .stock-wrap .article {
      display: inline-block;
      margin: 0 6px;
      color: #999;
      font-size: 12px; }
    .fast_view_frame .fast_view_item .stock-wrap .found-cheaper {
      display: block;
      font-size: 13px;
      width: 100%;
      margin: 10px 0; }
  .fast_view_frame .fast_view_item .specifications {
    font-size: 13px;
    width: 100%; }
    .fast_view_frame .fast_view_item .specifications table {
      display: block; }
      .fast_view_frame .fast_view_item .specifications table tbody {
        display: block; }
        .fast_view_frame .fast_view_item .specifications table tbody tr {
          display: block; }
          .fast_view_frame .fast_view_item .specifications table tbody tr td {
            display: inline-block;
            width: 100%;
            position: relative; }
            .fast_view_frame .fast_view_item .specifications table tbody tr td .dots {
              -webkit-box-flex: 0;
              -webkit-flex: 0 1 auto;
                  -ms-flex: 0 1 auto;
                      flex: 0 1 auto;
              float: left;
              position: absolute;
              width: 99%;
              left: 1px; }
            .fast_view_frame .fast_view_item .specifications table tbody tr td .spec-item-name {
              float: left;
              padding-right: 5px; }
            .fast_view_frame .fast_view_item .specifications table tbody tr td .dots::before {
              display: block;
              white-space: nowrap;
              overflow: hidden;
              -o-text-overflow: clip;
                 text-overflow: clip;
              font-size: 10px;
              content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "; }
            .fast_view_frame .fast_view_item .specifications table tbody tr td .spec-val-item {
              float: right;
              padding-left: 5px;
              width: 39%; }
            .fast_view_frame .fast_view_item .specifications table tbody tr td .spec-item-name, .fast_view_frame .fast_view_item .specifications table tbody tr td .spec-val-item {
              background-color: #fff;
              position: relative;
              z-index: 2; }
  .fast_view_frame .fast_view_item .fv-buy {
    padding: 27px 15px 0;
    border-left: 1px solid #f2f2f2;
    /*Buy buttons*/
    /*Sale timer*/ }
    .fast_view_frame .fast_view_item .fv-buy .price-block {
      margin-bottom: 10px; }
      .fast_view_frame .fast_view_item .fv-buy .price-block .price-main {
        font-size: 20px; }
    .fast_view_frame .fast_view_item .fv-buy .counter_wrapp {
      white-space: normal;
      margin-left: -6px;
      margin-right: -6px;
      margin-bottom: 0;
      padding-top: 0;
      font-size: 0;
      padding: 15px 0 0;
      text-align: center; }
      .fast_view_frame .fast_view_item .fv-buy .counter_wrapp .counter_block {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #f3f3f5;
        background: #f3f3f5;
        font-size: 0;
        width: 84px;
        margin: 11px 5px 0;
        white-space: nowrap;
        display: inline-block;
        vertical-align: top;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        height: 36px;
        margin-left: 3px;
        margin-right: 3px; }
        .fast_view_frame .fast_view_item .fv-buy .counter_wrapp .counter_block .minus, .fast_view_frame .fast_view_item .fv-buy .counter_wrapp .counter_block .plus {
          font-size: 14px;
          color: black;
          line-height: 34px;
          height: 34px;
          width: 24px;
          display: inline-block;
          cursor: pointer;
          vertical-align: top; }
        .fast_view_frame .fast_view_item .fv-buy .counter_wrapp .counter_block > span.minus:before {
          opacity: .7;
          display: inline-block;
          content: '\f068';
          color: black;
          width: 24px;
          height: 34px;
          font-size: 0.8em;
          vertical-align: middle; }
        .fast_view_frame .fast_view_item .fv-buy .counter_wrapp .counter_block > span.plus:before {
          content: '\f067';
          color: black;
          display: inline-block;
          width: 24px;
          height: 34px;
          font-size: 0.8em;
          vertical-align: middle; }
        .fast_view_frame .fast_view_item .fv-buy .counter_wrapp .counter_block input[type=text] {
          width: 34px;
          border: 0;
          border-left: 1px solid #f3f3f5;
          border-right: 1px solid #f3f3f5;
          background: #f3f3f5;
          color: #666;
          font-size: 13px;
          height: 34px;
          -webkit-border-radius: 0;
                  border-radius: 0;
          text-align: center;
          line-height: 13px;
          padding: 7px 3px; }
      .fast_view_frame .fast_view_item .fv-buy .counter_wrapp .button_block {
        display: inline-block;
        vertical-align: top;
        margin: 11px 5px 0;
        margin-left: 3px;
        margin-right: 3px; }
        .fast_view_frame .fast_view_item .fv-buy .counter_wrapp .button_block.wide {
          width: auto;
          display: block;
          padding: 0 20px 0 20px; }
        .fast_view_frame .fast_view_item .fv-buy .counter_wrapp .button_block .btn.btn-default.in-cart {
          display: block;
          width: 100%; }
    .fast_view_frame .fast_view_item .fv-buy .oneclick-wrap {
      display: block;
      vertical-align: top;
      padding-left: 7px;
      padding-right: 7px;
      margin-top: 10px; }
    .fast_view_frame .fast_view_item .fv-buy .oneclick {
      width: 100%; }
    .fast_view_frame .fast_view_item .fv-buy .sale-block {
      margin: 10px 0 0;
      white-space: nowrap;
      font-size: 0;
      text-align: center; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .count_d_block, .fast_view_frame .fast_view_item .fv-buy .sale-block .quantity_block {
        display: inline-block;
        vertical-align: top;
        font-size: 0; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .title {
        font-size: 11px;
        line-height: 15px;
        color: #666;
        margin: 0 0 5px; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .values {
        margin: 0 0 5px;
        line-height: 15px;
        font-size: 0; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .values .item {
        background: #eee;
        -webkit-border-radius: 0;
                border-radius: 0;
        display: inline-block;
        vertical-align: top;
        font-weight: 700;
        font-size: 15px;
        width: 40px;
        height: 43px;
        padding: 7px 0 0;
        text-align: center;
        position: relative;
        margin: 0; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .values.countdown .item {
        width: 46px; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .values.countdown .item {
        width: 40px; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .quantity_block {
        width: 46px;
        display: none; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .values .item:after, .fast_view_frame .fast_view_item .fv-buy .sale-block .values .item:before {
        content: "";
        background: #333;
        width: 3px;
        height: 3px;
        display: block;
        position: absolute;
        right: -1px;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        z-index: 10; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .values .item:before {
        top: 15px; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .values .item:after {
        bottom: 15px; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .values .item .text {
        opacity: .6;
        font-weight: 400;
        font-size: 12px;
        display: block;
        width: auto; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .countdown {
        width: 120px;
        height: 43px;
        display: block;
        overflow: hidden;
        -webkit-border-radius: 2px 0 0 2px;
                border-radius: 2px 0 0 2px;
        color: #1d2029; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .values .item:last-child {
        margin: 0; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .values .item:last-child:after, .fast_view_frame .fast_view_item .fv-buy .sale-block .values .item:last-child:before {
        display: none; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .values .item:nth-child(3):after, .fast_view_frame .fast_view_item .fv-buy .sale-block .values .item:nth-child(3):before {
        display: none; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .quantity_block .values .item {
        background-color: #5d9139;
        color: #fff;
        width: 46px; }
      .fast_view_frame .fast_view_item .fv-buy .sale-block .quantity_block .values .item {
        -webkit-border-radius: 0 2px 2px 0;
                border-radius: 0 2px 2px 0;
        overflow: hidden; }

.slider-frontpage-block {
  padding-top: 35px;
  background-color: #f9f9fa; }
  .slider-frontpage-block .col-xl-2.col-lg-2 .slider-banner-wrapper:nth-child(1) {
    margin-bottom: 20px; }
  .slider-frontpage-block .slider-banner-wrapper {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .slider-frontpage-block .slider-banner {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: block;
    padding: 125px 15px 15px 15px; }
    .slider-frontpage-block .slider-banner label {
      background-color: #5d9139;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 10px;
      padding: 5px; }
    .slider-frontpage-block .slider-banner span {
      display: block;
      color: #fff;
      font-weight: 700;
      margin-top: 5px;
      font-size: 16px; }
  .slider-frontpage-block .slider-banner-background {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  /*.slider-frontpage-block .slider-banner-wrapper:hover .slider-banner-background {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .slider-frontpage-block .slider-banner-wrapper:hover .slider-banner {
    background-color: rgba(0, 0, 0, 0.5); }*/
  .slider-frontpage-block #frontpage-slider {
    max-height: 442px;
    overflow: hidden;
    padding: 0 20px; }
    .slider-frontpage-block #frontpage-slider h2 {
      margin: 0 0 10px 0;
      font-size: 30px; }
    .slider-frontpage-block #frontpage-slider .slider-left-text {
      width: 50%;
      padding: 112px 0; }
      .slider-frontpage-block #frontpage-slider .slider-left-text .slider-left-text-inside-wrapper {
        width: 50%;
        margin: auto; }
    .slider-frontpage-block #frontpage-slider .text {
      margin-bottom: 20px;
      display: block; }
    .slider-frontpage-block #frontpage-slider .btn {
      font-weight: 700; }
    .slider-frontpage-block #frontpage-slider .owl-dots {
      position: relative;
      width: 100%;
      top: -65px; }
      .slider-frontpage-block #frontpage-slider .owl-dots .owl-dot span {
        background: none;
        border: 2px solid #fff; }
      .slider-frontpage-block #frontpage-slider .owl-dots .owl-dot.active span {
        background: #fff; }
    .slider-frontpage-block #frontpage-slider .owl-nav button span {
      font-size: 2em;
      display: block;
      width: 45px;
      height: 45px;
      background-color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      line-height: 1.2em; }
    .slider-frontpage-block #frontpage-slider .owl-nav button:hover {
      background: none;
      color: #1d2029; }
    .slider-frontpage-block #frontpage-slider .owl-nav .owl-prev {
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      left: 50px;
      top: 42%; }
      .slider-frontpage-block #frontpage-slider .owl-nav .owl-prev span {
        padding-right: 2px; }
    .slider-frontpage-block #frontpage-slider .owl-nav .owl-next {
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      right: 50px;
      top: 42%; }
      .slider-frontpage-block #frontpage-slider .owl-nav .owl-next span {
        padding-left: 2px; }
  .slider-frontpage-block #frontpage-slider:hover .owl-prev, .slider-frontpage-block #frontpage-slider:hover .owl-next {
    opacity: 1; }

.advantages-frontpage-block {
  background-color: #f9f9fa;
  padding: 55px 0 35px 0; }
  .advantages-frontpage-block .icon-wrapper {
    background-color: #fff;
    line-height: 80px;
    width: 80px;
    display: grid;
    margin: auto;
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    .advantages-frontpage-block .icon-wrapper i:before {
      font-size: 40px; }
  .advantages-frontpage-block .text-wrapper {
    text-align: left;
    font-size: 13px;
    line-height: 80px;
    color: #1d2029; }

.front-page-popular-sections .pupular-sections h2 {
  display: inline-block;
  margin-right: 25px; }

.front-page-popular-products {
  margin-bottom: 60px; }
  .front-page-popular-products .popular-products-types {
    list-style-type: none;
    padding: 0;
    margin-bottom: 25px; }
    .front-page-popular-products .popular-products-types li {
      display: inline-block;
      margin-right: 25px;
      line-height: 45px; }
      .front-page-popular-products .popular-products-types li a {
        font-weight: 700; }
    .front-page-popular-products .popular-products-types li.active {
      border-bottom: 2px solid #5d9139; }
      .front-page-popular-products .popular-products-types li.active a {
        color: #1d2029; }

.front-page-three-banners-block {
  margin-bottom: 60px; }
  .front-page-three-banners-block a {
    margin-right: 20px;
    display: block; }
    .front-page-three-banners-block a img {
      max-width: 100%; }

.front-page-stocks {
  background-color: #f9f9fa; }

.front-page-stocks {
  padding-bottom: 60px; }
  .front-page-stocks .stock-item .stock-wrap:hover {
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1); }
  .front-page-stocks .stock-item:nth-child(1) .stock-wrap {
    margin-right: 20px; }
  .front-page-stocks .stock-item:nth-child(2) .stock-wrap {
    margin-right: 10px;
    margin-left: 5px; }
  .front-page-stocks .stock-item:nth-child(3) .stock-wrap {
    margin-left: 10px;
    margin-right: 5px; }
  .front-page-stocks .stock-item:nth-child(4) .stock-wrap {
    margin-right: 0;
    margin-left: 20px; }
  .front-page-stocks .stocks-header h2 {
    display: inline-block;
    margin-right: 25px; }
  .front-page-stocks .stock-wrap {
    margin-right: 20px;
    background-color: #fff; }
    .front-page-stocks .stock-wrap img {
      width: 100%; }
    .front-page-stocks .stock-wrap .stock-text-wrap {
      padding: 15px; }
      .front-page-stocks .stock-wrap .stock-text-wrap span {
        display: block;
        font-size: 14px;
        line-height: 25px; }
      .front-page-stocks .stock-wrap .stock-text-wrap a {
        color: #1d2029;
        font-weight: 700;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .front-page-stocks .stock-wrap .stock-text-wrap a:hover {
        color: #5d9139; }

.front-page-news {
  padding-bottom: 60px; }
  .front-page-news .news-header h2 {
    display: inline-block;
    margin-right: 25px; }
  .front-page-news .big-news {
    padding-right: 30px; }
    .front-page-news .big-news a {
      display: block;
      width: 100%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
      .front-page-news .big-news a .news-text-wrap {
        padding: 350px 15px 15px 15px; }
        .front-page-news .big-news a .news-text-wrap span {
          color: #fff;
          display: block; }
        .front-page-news .big-news a .news-text-wrap .main-text {
          font-size: 1.286em;
          font-weight: 700;
          line-height: 25px; }
        .front-page-news .big-news a .news-text-wrap .sub-text {
          font-size: .929em;
          padding-top: 8px; }
  .front-page-news .big-news .news-wrap:hover {
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1); }
  .front-page-news .small-news:nth-child(2) {
    padding-right: 15px; }
  .front-page-news .small-news:nth-child(3) {
    padding-left: 15px; }
  .front-page-news .small-news .news-wrap {
    -webkit-box-shadow: 0 0 0 1px #f2f2f2;
            box-shadow: 0 0 0 1px #f2f2f2; }
    .front-page-news .small-news .news-wrap a img {
      width: 100%; }
    .front-page-news .small-news .news-wrap a .sub-text {
      color: #1d2029;
      font-size: .929em;
      padding-top: 9px;
      display: block; }
    .front-page-news .small-news .news-wrap a .news-text-wrap {
      padding: 15px; }
    .front-page-news .small-news .news-wrap a .main-text {
      font-size: 1em;
      display: block;
      font-weight: 700;
      line-height: 25px; }
    .front-page-news .small-news .news-wrap a:hover .sub-text {
      color: #1d2029; }
  .front-page-news .small-news .news-wrap:hover {
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1); }

.front-page-fullwidth_banner {
  padding-bottom: 60px; }

.front-page-about_short {
  padding-bottom: 60px; }
  .front-page-about_short img {
    display: block;
    margin: auto; }

.front-page-brads_slider {
  margin-bottom: 60px; }
  .front-page-brads_slider #front-page-brads_slider .item a img {
    display: block;
    margin: auto;
    width: auto;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .front-page-brads_slider #front-page-brads_slider .item a:hover img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1; }
  .front-page-brads_slider #front-page-brads_slider .owl-nav button span {
    font-size: 2em; }
  .front-page-brads_slider #front-page-brads_slider .owl-nav button:hover {
    background-color: #fff;
    color: #1d2029; }
  .front-page-brads_slider #front-page-brads_slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: -7px; }
  .front-page-brads_slider #front-page-brads_slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: -7px; }

  /*Фикс сладера для fastview*/
  .fast_view_item .product_detail_slider .owl-item img{
    width: auto;
    max-width: 100%;

  }

  .fast_view_item .product_detail_slider.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
    min-height: 300px;
  }

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