/*
Theme Name: semena54
Theme URI: http://semena54.ru
Author: Ivan Kozlov
Author URI: http://ivan-kozlov.ru
Version: 1.0
*/
@font-face {
  font-family: "Lato";
  src: url("fonts/LatoRegular/LatoRegular.eot");
  src: url("fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("fonts/LatoRegular/LatoRegular.woff") format("woff"), url("fonts/LatoRegular/LatoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "Lato";
  src: url("fonts/LatoBold/LatoBold.eot");
  src: url("fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"), url("fonts/LatoBold/LatoBold.woff") format("woff"), url("fonts/LatoBold/LatoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "Lato";
  src: url("fonts/LatoItalic/LatoItalic.eot");
  src: url("fonts/LatoItalic/LatoItalic.eot?#iefix") format("embedded-opentype"), url("fonts/LatoItalic/LatoItalic.woff") format("woff"), url("fonts/LatoItalic/LatoItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: "Lato";
  src: url("fonts/LatoLight/LatoLight.eot");
  src: url("fonts/LatoLight/LatoLight.eot?#iefix") format("embedded-opentype"), url("fonts/LatoLight/LatoLight.woff") format("woff"), url("fonts/LatoLight/LatoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "Lato";
  src: url("fonts/LatoBoldItalic/LatoBoldItalic.eot");
  src: url("fonts/LatoBoldItalic/LatoBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/LatoBoldItalic/LatoBoldItalic.woff") format("woff"), url("fonts/LatoBoldItalic/LatoBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700; }
@font-face {
  font-family: "Lato";
  src: url("fonts/LatoLightItalic/LatoLightItalic.eot");
  src: url("fonts/LatoLightItalic/LatoLightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/LatoLightItalic/LatoLightItalic.woff") format("woff"), url("fonts/LatoLightItalic/LatoLightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300; }
::-webkit-scrollbar {
  width: 0.3em;
  height: 0.3em; }

::-webkit-scrollbar-thumb {
  background: #303030; }

::-webkit-scrollbar-track {
  background: #989898; }

body {
  scrollbar-face-color: #303030;
  scrollbar-track-color: #989898; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font-family: "Lato";
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  overflow-y: scroll;
  position: relative; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ''; }

q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.anim {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hide {
  opacity: 0;
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.containerWrap {
  display: block;
  width: 100%;
  min-width: 1130px; }
  .containerWrap .wrap {
    display: block;
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 0 15px; }

.popup-form {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 25px;
  width: 360px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  z-index: 888;
  max-height: calc(100% - 60px);
  overflow: auto;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transform: scale(0.91);
  -ms-transform: scale(0.91);
  -webkit-transform: scale(0.91);
  -o-transform: scale(0.91);
  transform: scale(0.91); }
  .popup-form .close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABAUlEQVQ4T62TzU0DMRCF5zkNsGtvD1wpgD+REkAh4saFfrhRARAiCgAlCnUgOvB6uSP7IUdY2l28SqTExxnP5/eeNZAdD3acl/0CiqL4VErd1XW9zCkrquoY3t87545Sv6PgwJjTEfkiItd9yHqYfJUQbpxzb1lALEaIEpmDjJDFulZVJ6MQ5iTj8HtbXTaDFmTqgZ8/VdME3AjoKWHO0qCF1DDGnJGcEQDIyVCwWQvGmHOSzwAmERhEZkOQfwCt9QWBJyVyZa1dRUAEDkE6AK31mMBjELn8tvajHVay1M+jAyjL8isoddsfTqD4O/D+oWmaw40hbrsj+92FbV9t3/sF6KqAEY2v/tsAAAAASUVORK5CYII=") no-repeat center; }
  .popup-form .wpcf7-not-valid-tip, .popup-form .ajax-loader, .popup-form .product, .popup-form br {
    display: none !important; }
  .popup-form .title {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px; }
  .popup-form .label {
    display: block;
    color: #450000;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 20px; }
  .popup-form input[type=text], .popup-form input[type=tel], .popup-form input[type=email] {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height: 46px;
    border-radius: 3px;
    border: 1px solid #efefef;
    background-color: #ffffff; }
    .popup-form input[type=text].wpcf7-not-valid, .popup-form input[type=tel].wpcf7-not-valid, .popup-form input[type=email].wpcf7-not-valid {
      border: 1px solid #f44336; }
  .popup-form textarea {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Lato";
    padding: 20px 20px;
    width: 100%;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    resize: none; }
    .popup-form textarea.wpcf7-not-valid {
      border: 1px solid #f44336; }
  .popup-form input[type=submit] {
    display: block;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    border-radius: 3px;
    background-color: #4caf50;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer; }
    .popup-form input[type=submit]:hover {
      opacity: .7; }
  .popup-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 15px; }
    .popup-form .wpcf7-form-control-wrap.tel-842 {
      padding-bottom: 15px; }
  .popup-form .wpcf7-form-control.wpcf7-checkbox {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .popup-form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
      margin: 0 !important;
      color: #000000;
      font-size: 18px;
      font-weight: 300;
      line-height: 23px;
      cursor: pointer;
      text-align: left;
      padding: 0 10px; }
  .popup-form .g-recaptcha {
    display: block;
    margin-top: 14px; }
  .popup-form .wpcf7-response-output.wpcf7-validation-errors, .popup-form .wpcf7-response-output.wpcf7-mail-sent-ok, .popup-form .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: #4caf50;
    color: white;
    opacity: 0.95;
    font-size: 12px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center; }
  .popup-form .wpcf7-response-output.wpcf7-validation-errors, .popup-form .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336; }
  .popup-form.active {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }

.popup-mask {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 880;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .popup-mask.active {
    visibility: visible;
    opacity: .7;
    border: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }

.formatBlock:after {
  display: block;
  content: '';
  clear: both; }
.formatBlock:before {
  display: block;
  content: '';
  clear: both; }
.formatBlock h1 {
  color: #303030;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: .5rem; }
.formatBlock h2 {
  color: #111c24;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: .5rem; }
.formatBlock h3 {
  color: #111c24;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: .5rem; }
.formatBlock h4 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .5rem; }
.formatBlock h5 {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: .5rem; }
.formatBlock h6 {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: .5rem; }
.formatBlock p {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem; }
.formatBlock ol {
  list-style-type: decimal;
  padding: 0;
  margin: 0 0 1rem 1rem;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }
  .formatBlock ol li {
    margin-bottom: .5rem; }
.formatBlock ul {
  padding: 0;
  margin: 0 0 1rem 0;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }
  .formatBlock ul li {
    margin-bottom: .5rem; }
    .formatBlock ul li:before {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      content: '';
      width: 7px;
      height: 7px;
      background-color: #74b822;
      margin: 6px 8px 0 0; }
.formatBlock a {
  color: #74b24d;
  text-decoration: underline;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .formatBlock a:hover {
    text-decoration: none; }
  .formatBlock a:active {
    opacity: .7; }
  .formatBlock a.fancybox {
    text-decoration: none; }
.formatBlock strong, .formatBlock b {
  font-weight: 700; }
.formatBlock em {
  font-style: italic; }
.formatBlock .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }
.formatBlock .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }
.formatBlock .aligncenter {
  display: block;
  margin: 1em auto; }
.formatBlock img {
  max-width: 100%;
  height: auto; }
.formatBlock table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem; }
  .formatBlock table tr td, .formatBlock table tr th {
    color: #222222;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding: .5rem;
    vertical-align: top; }
  .formatBlock table.strip tr td, .formatBlock table.strip tr th {
    border: 1px solid #d7d7d7; }
  .formatBlock table.nice tr td, .formatBlock table.nice tr th {
    background-color: #d7d7d7; }
    .formatBlock table.nice tr td:nth-child(2n), .formatBlock table.nice tr th:nth-child(2n) {
      background-color: #d4d4d4; }
  .formatBlock table.nice tr:nth-child(2n) td, .formatBlock table.nice tr:nth-child(2n) th {
    background-color: gainsboro; }
    .formatBlock table.nice tr:nth-child(2n) td:nth-child(2n), .formatBlock table.nice tr:nth-child(2n) th:nth-child(2n) {
      background-color: #dadada; }
  .formatBlock table.nice tr.head td, .formatBlock table.nice tr.head th {
    font-weight: bold;
    border: 1px solid #74b24d; }
.formatBlock .wpcf7-form {
  display: block;
  position: relative;
  max-width: 400px; }
.formatBlock input[type=text], .formatBlock input[type=tel], .formatBlock input[type=email] {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  height: 46px;
  border-radius: 3px;
  border: 1px solid #efefef;
  background-color: #ffffff; }
  .formatBlock input[type=text].wpcf7-not-valid, .formatBlock input[type=tel].wpcf7-not-valid, .formatBlock input[type=email].wpcf7-not-valid {
    border: 1px solid #f44336; }
.formatBlock textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato";
  padding: 20px 20px;
  width: 100%;
  height: 100px;
  border-radius: 3px;
  border: 1px solid #efefef;
  background-color: #ffffff;
  resize: none; }
  .formatBlock textarea.wpcf7-not-valid {
    border: 1px solid #f44336; }
.formatBlock input[type=submit] {
  display: block;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  border-radius: 3px;
  background-color: #6fac3f;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: none;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer; }
  .formatBlock input[type=submit]:hover {
    opacity: .7; }
.formatBlock .wpcf7-form-control-wrap {
  display: block;
  margin-top: 15px; }
  .formatBlock .wpcf7-form-control-wrap.tel-842 {
    padding-bottom: 15px; }
.formatBlock .wpcf7-form-control.wpcf7-checkbox {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .formatBlock .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    margin: 0 !important;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    cursor: pointer;
    text-align: left;
    padding: 0 10px; }
.formatBlock .g-recaptcha {
  display: block;
  margin-top: 14px; }
.formatBlock .wpcf7-response-output.wpcf7-validation-errors, .formatBlock .wpcf7-response-output.wpcf7-mail-sent-ok, .formatBlock .wpcf7-response-output.wpcf7-spam-blocked {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 70px;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  opacity: 0.95;
  font-size: 12px;
  line-height: 18px;
  border: none;
  margin: 0;
  text-align: center; }
.formatBlock .wpcf7-response-output.wpcf7-validation-errors, .formatBlock .wpcf7-response-output.wpcf7-spam-blocked {
  background-color: #f44336; }

header .wrap {
  height: 150px; }
header .logo {
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }
header .btn {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 15px;
  top: 90px;
  width: 117px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  text-align: center;
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
  border-radius: 17px;
  background-color: #ffffff;
  background-image: linear-gradient(to top, #5fac3f 0%, #77ac3f 100%);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  header .btn span {
    position: relative;
    z-index: 3;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
    text-align: center; }
  header .btn:hover {
    opacity: .7; }
header .phone1 {
  display: block;
  position: absolute;
  left: 860px;
  top: 18px;
  text-decoration: none; }
  header .phone1 .label {
    display: block;
    color: #303030;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase; }
  header .phone1 .value {
    display: block;
    margin-top: 5px;
    color: #303030;
    font-size: 16px;
    font-weight: 300; }
    header .phone1 .value span {
      font-weight: 700; }
header .phone2 {
  display: block;
  position: absolute;
  right: 15px;
  top: 18px;
  text-align: left;
  text-decoration: none; }
  header .phone2 .label {
    display: block;
    color: #303030;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase; }
  header .phone2 .value {
    display: block;
    margin-top: 5px;
    color: #303030;
    font-size: 16px;
    font-weight: 300; }
    header .phone2 .value span {
      font-weight: 700; }
header .phone_icon {
  display: block;
  position: absolute;
  left: 815px;
  top: 18px;
  height: 35px;
  width: 45px;
  background: url("images/phone_icon.png") no-repeat left top; }
header .email {
  display: block;
  position: absolute;
  left: 815px;
  top: 58px;
  padding-left: 45px;
  text-decoration: none;
  background: url("images/email.png") no-repeat left top; }
  header .email span {
    color: #303030;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px; }
header .scheme {
  display: block;
  position: absolute;
  left: 815px;
  top: 97px;
  padding-left: 45px;
  text-decoration: none;
  background: url("images/scheme.png") no-repeat left top; }
  header .scheme span {
    color: #0a5b2d;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    border-bottom: 1px dashed #0a5b2d; }
    header .scheme span:hover {
      border-color: #fff; }
header .tooltip {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 595px;
  top: 5px;
  width: 200px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.09);
  background-color: #ffe680;
  padding: 3px 8px;
  color: #303030;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px; }
  header .tooltip strong {
    font-weight: 900; }
  header .tooltip > div {
    position: relative;
    z-index: 3; }
  header .tooltip:after {
    display: block;
    position: absolute;
    left: 20px;
    bottom: -5px;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ffe680;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
header .minicart {
  display: block;
  position: absolute;
  left: 595px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-decoration: none;
  padding-left: 65px; }
  header .minicart .ico {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url("images/minicart.png") no-repeat center; }
  header .minicart .heading {
    display: block;
    color: #303030;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }
  header .minicart .count {
    display: block;
    margin-top: 8px;
    color: #222222;
    font-size: 14px;
    font-weight: 300; }
    header .minicart .count span {
      color: #5fac3f;
      font-size: 14px;
      font-weight: 700; }
  header .minicart .summ {
    display: block;
    margin-top: 2px;
    font-weight: 400;
    font-size: 11px;
    color: #222222; }
    header .minicart .summ span {
      font-weight: 900; }
header .search-form {
  display: block;
  position: absolute;
  left: 270px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }
  header .search-form .search-field {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 287px;
    height: 45px;
    border-radius: 23px;
    border: 2px solid #e7e7e7;
    background-color: #ffffff;
    padding: 0 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    font-family: "Lato"; }
    header .search-form .search-field:focus {
      outline: none; }
  header .search-form .search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    border-radius: 23px;
    border: none;
    cursor: pointer;
    font-size: 0;
    background: url("images/search.png") no-repeat center;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    header .search-form .search-submit:focus {
      outline: none; }
    header .search-form .search-submit:hover {
      opacity: .7; }

.navHeaderMenu {
  background-color: #5fac3f;
  background-image: linear-gradient(-10deg, #256837 0%, #1f7739 100%); }
  .navHeaderMenu ul.menu {
    display: block;
    font-size: 0;
    letter-spacing: -.25em; }
    .navHeaderMenu ul.menu > li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      position: relative; }
      .navHeaderMenu ul.menu > li:after {
        display: block;
        position: absolute;
        content: '';
        right: 0;
        top: 12.5px;
        width: 1px;
        height: 25px;
        background: url("images/menu_line.png") no-repeat center; }
      .navHeaderMenu ul.menu > li > a {
        display: block;
        text-decoration: none;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 30px;
        line-height: 50px;
        height: 50px;
        overflow: hidden; }
      .navHeaderMenu ul.menu > li.menu-item-has-children {
        background: url("images/gad.png") no-repeat right 16px center; }
      .navHeaderMenu ul.menu > li.current-menu-item > a {
        color: #ffcc00; }
      .navHeaderMenu ul.menu > li:last-child:after {
        display: none; }
      .navHeaderMenu ul.menu > li:hover > a {
        color: #ffcc00; }
      .navHeaderMenu ul.menu > li:hover > ul {
        display: block; }
      .navHeaderMenu ul.menu > li > ul {
        display: none;
        position: absolute;
        z-index: 1000;
        left: 0;
        top: 100%;
        min-width: 200px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.3); }
        .navHeaderMenu ul.menu > li > ul > li {
          display: block;
          position: relative; }
          .navHeaderMenu ul.menu > li > ul > li > a {
            display: block;
            padding: 10px 15px;
            color: #262626;
            font-size: 14px;
            font-weight: 700;
            text-align: left;
            text-decoration: none; }
          .navHeaderMenu ul.menu > li > ul > li > ul {
            display: none;
            position: absolute;
            z-index: 1000;
            left: 100%;
            top: 0;
            min-width: 150px;
            background: rgba(255, 255, 255, 0.9);
            box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.3); }
            .navHeaderMenu ul.menu > li > ul > li > ul > li {
              display: block; }
              .navHeaderMenu ul.menu > li > ul > li > ul > li > a {
                display: block;
                padding: 10px 15px;
                color: #262626;
                font-size: 14px;
                font-weight: 700;
                text-align: left;
                text-decoration: none; }
              .navHeaderMenu ul.menu > li > ul > li > ul > li:hover > a {
                color: #82c62f;
                background: rgba(255, 255, 255, 0.9);
                text-decoration: underline; }
              .navHeaderMenu ul.menu > li > ul > li > ul > li.current-menu-item > a {
                color: #82c62f; }
          .navHeaderMenu ul.menu > li > ul > li:hover > ul {
            display: block; }
          .navHeaderMenu ul.menu > li > ul > li:hover > a {
            background: rgba(255, 255, 255, 0.9);
            text-decoration: underline; }
          .navHeaderMenu ul.menu > li > ul > li.current-menu-item > a {
            color: #82c62f; }

.breadcrumbs {
  padding: 20px 0;
  background-color: #f3f3f3; }
  .breadcrumbs a {
    color: #0a5b2d;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .sep {
    color: #000000;
    font-size: 14px; }
  .breadcrumbs .breadcrumb_last {
    color: #777777;
    font-size: 14px;
    font-weight: 300; }

.defaultPage {
  margin-top: 54px; }
  .defaultPage .title {
    display: block;
    color: #303030;
    font-size: 34px;
    font-weight: 700; }

.cartPage {
  margin-top: 54px; }
  .cartPage .title {
    display: block;
    color: #303030;
    font-size: 34px;
    font-weight: 700; }

.catalogPage {
  margin-top: 54px; }
  .catalogPage .title {
    display: block;
    color: #303030;
    font-size: 34px;
    font-weight: 700; }
  .catalogPage .twoWrap {
    margin-top: 54px; }
    .catalogPage .twoWrap:after, .catalogPage .twoWrap:before {
      display: block;
      content: '';
      clear: both; }
    .catalogPage .twoWrap .leftWrap {
      display: block;
      float: left;
      width: 260px; }
    .catalogPage .twoWrap .rightWrap {
      display: block;
      float: right;
      width: 820px; }

.singleProductPage {
  margin-top: 54px; }
  .singleProductPage .title {
    display: block;
    color: #303030;
    font-size: 34px;
    font-weight: 700; }
  .singleProductPage .twoWrap {
    margin-top: 54px; }
    .singleProductPage .twoWrap:after, .singleProductPage .twoWrap:before {
      display: block;
      content: '';
      clear: both; }
    .singleProductPage .twoWrap .leftWrap {
      display: block;
      float: left;
      width: 260px; }
    .singleProductPage .twoWrap .rightWrap {
      display: block;
      float: right;
      width: 820px; }
  .singleProductPage .cartProduct:after, .singleProductPage .cartProduct:before {
    display: block;
    content: '';
    clear: both; }
  .singleProductPage .cartProduct .imgWrap {
    display: block;
    float: left;
    width: 300px; }
    .singleProductPage .cartProduct .imgWrap .img {
      display: block;
      width: 200px;
      margin: 0 auto;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .singleProductPage .cartProduct .imgWrap .img:hover {
        opacity: .7; }
      .singleProductPage .cartProduct .imgWrap .img img {
        display: block;
        width: 200px;
        height: auto; }
  .singleProductPage .cartProduct .item {
    display: block;
    position: relative;
    float: right;
    width: 500px;
    padding-bottom: 150px; }
    .singleProductPage .cartProduct .item.load:after {
      display: block;
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.7) url("images/135.gif") no-repeat center; }
    .singleProductPage .cartProduct .item .sku, .singleProductPage .cartProduct .item .brand {
      display: block;
      color: #222222;
      font-weight: 300;
      font-size: 14px;
      line-height: 18px; }
      .singleProductPage .cartProduct .item .sku span, .singleProductPage .cartProduct .item .brand span {
        font-weight: 700; }
      .singleProductPage .cartProduct .item .sku a, .singleProductPage .cartProduct .item .brand a {
        color: #74b24d;
        text-decoration: underline; }
        .singleProductPage .cartProduct .item .sku a:hover, .singleProductPage .cartProduct .item .brand a:hover {
          text-decoration: none; }
    .singleProductPage .cartProduct .item .desc {
      padding-top: 20px; }
      .singleProductPage .cartProduct .item .desc .formatBlock p, .singleProductPage .cartProduct .item .desc .formatBlock li {
        font-size: 14px;
        line-height: 18px;
        color: #919191; }
    .singleProductPage .cartProduct .item .weight {
      display: block;
      position: absolute;
      right: 240px;
      bottom: 110px;
      color: #222222;
      font-size: 14px;
      font-weight: 300; }
      .singleProductPage .cartProduct .item .weight select {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        *display: inline;
        width: 78px;
        height: 24px;
        border-radius: 12px;
        background-color: #f3f3f3;
        color: #222222;
        font-size: 14px;
        font-weight: 700;
        text-align: center; }
        .singleProductPage .cartProduct .item .weight select:focus {
          outline: none; }
    .singleProductPage .cartProduct .item .price {
      display: block;
      position: absolute;
      left: 0;
      bottom: 80px; }
      .singleProductPage .cartProduct .item .price .label {
        display: block;
        color: #222222;
        font-size: 14px;
        font-weight: 700; }
      .singleProductPage .cartProduct .item .price .value {
        display: block;
        margin-top: 5px;
        color: #222222;
        font-size: 24px;
        font-weight: 700; }
        .singleProductPage .cartProduct .item .price .value .rub {
          font-size: 14px; }
    .singleProductPage .cartProduct .item .qty {
      display: block;
      position: absolute;
      right: 240px;
      bottom: 80px;
      width: 80px;
      height: 24px;
      border-radius: 12px;
      background-color: #f3f3f3;
      line-height: 24px;
      font-size: 0;
      letter-spacing: -.25em; }
      .singleProductPage .cartProduct .item .qty .minus {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        font-size: medium;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        width: 16px;
        height: 16px;
        box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
        border-radius: 8px;
        background-color: #ffffff;
        background-image: linear-gradient(to top, #5fac3f 0%, #77ac3f 100%);
        margin-left: 4px;
        margin-right: 2px;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .singleProductPage .cartProduct .item .qty .minus:after {
          display: block;
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: url("images/minus.png") no-repeat center; }
        .singleProductPage .cartProduct .item .qty .minus:hover {
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
          cursor: pointer; }
        .singleProductPage .cartProduct .item .qty .minus:active {
          opacity: .85; }
      .singleProductPage .cartProduct .item .qty .value {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        font-size: medium;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 36px;
        color: #222222;
        font-size: 14px;
        font-weight: 700;
        text-align: center; }
      .singleProductPage .cartProduct .item .qty .plus {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        *display: inline;
        letter-spacing: normal;
        word-spacing: normal;
        font-size: medium;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        width: 16px;
        height: 16px;
        box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
        border-radius: 8px;
        background-color: #ffffff;
        background-image: linear-gradient(to top, #5fac3f 0%, #77ac3f 100%);
        margin-left: 4px;
        margin-right: 2px;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .singleProductPage .cartProduct .item .qty .plus:after {
          display: block;
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: url("images/plus.png") no-repeat center; }
        .singleProductPage .cartProduct .item .qty .plus:hover {
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
          cursor: pointer; }
        .singleProductPage .cartProduct .item .qty .plus:active {
          opacity: .85; }
    .singleProductPage .cartProduct .item .add_to_cart {
      display: block;
      position: absolute;
      left: 0;
      bottom: 30px;
      width: 260px;
      height: 34px;
      box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
      border-radius: 17px;
      background-color: #ffffff;
      background-image: linear-gradient(to top, #5fac3f 0%, #77ac3f 100%);
      color: #ffffff;
      font-size: 13px;
      font-weight: 700;
      text-align: center;
      line-height: 36px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .singleProductPage .cartProduct .item .add_to_cart:hover {
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        cursor: pointer; }
      .singleProductPage .cartProduct .item .add_to_cart:active {
        opacity: .85; }

.pageArchive {
  margin-top: 54px; }
  .pageArchive .title {
    display: block;
    color: #303030;
    font-size: 34px;
    font-weight: 700; }
  .pageArchive .items .item {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 50px; }
    .pageArchive .items .item img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 84px;
      height: 84px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      object-fit: cover;
      -o-object-fit: cover; }
    .pageArchive .items .item .date {
      display: block;
      color: #9d9ea0;
      font-weight: 300;
      font-size: 14px; }
    .pageArchive .items .item .heading {
      display: block;
      margin-top: 10px;
      color: #252628;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      text-decoration: none; }
      .pageArchive .items .item .heading:hover {
        text-decoration: underline; }
    .pageArchive .items .item .desc {
      padding-top: 5px;
      color: #252628;
      font-size: 14px;
      font-weight: 300;
      line-height: 18px; }
      .pageArchive .items .item .desc a {
        color: #5fac3f;
        font-weight: 300; }
        .pageArchive .items .item .desc a:hover {
          text-decoration: none; }
  .pageArchive .items .item-img {
    padding-left: 105px; }

.searchPage {
  margin-top: 54px; }
  .searchPage .title {
    display: block;
    color: #303030;
    font-size: 34px;
    font-weight: 700; }
  .searchPage .productItems {
    margin-top: 45px; }

.pagenavi {
  display: block;
  margin-top: 70px; }
  .pagenavi .wp-pagenavi {
    display: block;
    margin: 40px auto 0;
    font-size: 0;
    letter-spacing: -.25em;
    text-align: right; }
    .pagenavi .wp-pagenavi > span {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      margin: 0 5px;
      font-size: 18px;
      font-weight: 400;
      color: #888888; }
    .pagenavi .wp-pagenavi .pages {
      margin-right: 15px;
      font-size: 18px;
      font-weight: 400;
      color: #888888; }
    .pagenavi .wp-pagenavi > a {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      margin: 0 5px;
      font-size: 18px;
      font-weight: 400;
      color: #5fac3f;
      text-decoration: underline; }

#scrollup {
  position: fixed;
  display: none;
  bottom: 85px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-image: url(images/backtotop.png);
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-color: #262626;
  opacity: .4;
  border-radius: 30px; }
  #scrollup:hover {
    opacity: .7; }

footer {
  display: block;
  margin-top: 50px;
  padding: 25px 0;
  background-color: #262626; }
  footer .topLine {
    display: block;
    height: 70px;
    position: relative; }
    footer .topLine .btn {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      right: 0;
      top: 50%;
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -webkit-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      width: 160px;
      height: 34px;
      line-height: 34px;
      text-decoration: none;
      text-align: center;
      box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
      border-radius: 17px;
      background-color: #ffffff;
      background-image: linear-gradient(to top, #5fac3f 0%, #77ac3f 100%);
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      footer .topLine .btn span {
        position: relative;
        z-index: 3;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        text-align: center; }
      footer .topLine .btn:hover {
        opacity: .7; }
    footer .topLine .phone1 {
      display: block;
      position: absolute;
      left: 340px;
      top: 50%;
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -webkit-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      text-decoration: none; }
      footer .topLine .phone1 .label {
        display: block;
        color: #7f7f7f;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase; }
      footer .topLine .phone1 .value {
        display: block;
        margin-top: 5px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 300; }
        footer .topLine .phone1 .value span {
          font-weight: 700; }
    footer .topLine .phone2 {
      display: block;
      position: absolute;
      left: 500px;
      top: 50%;
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -webkit-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      text-align: left;
      text-decoration: none; }
      footer .topLine .phone2 .label {
        display: block;
        color: #7f7f7f;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase; }
      footer .topLine .phone2 .value {
        display: block;
        margin-top: 5px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 300; }
        footer .topLine .phone2 .value span {
          font-weight: 700; }
    footer .topLine .phone_icon {
      display: block;
      position: absolute;
      left: 285px;
      top: 50%;
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -webkit-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      height: 35px;
      width: 45px;
      background: url("images/phone_icon.png") no-repeat left top; }
    footer .topLine .email {
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -webkit-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      padding-left: 45px;
      text-decoration: none;
      background: url("images/email.png") no-repeat left top; }
      footer .topLine .email span {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        line-height: 32px; }
  footer .middleLine {
    display: block;
    margin-top: 25px; }
    footer .middleLine:after, footer .middleLine:before {
      display: block;
      content: '';
      clear: both; }
    footer .middleLine nav {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 20%;
      padding-right: 30px; }
      footer .middleLine nav ul {
        display: block; }
        footer .middleLine nav ul li {
          display: block; }
          footer .middleLine nav ul li a {
            display: block;
            text-decoration: none;
            color: #777777;
            font-size: 14px;
            font-weight: 300;
            line-height: 25px; }
            footer .middleLine nav ul li a:hover {
              text-decoration: underline; }
          footer .middleLine nav ul li:first-child a {
            color: #ffffff;
            font-weight: 700;
            text-transform: uppercase; }
  footer .bottomLine {
    display: block;
    margin-top: 25px; }
    footer .bottomLine:after, footer .bottomLine:before {
      display: block;
      content: '';
      clear: both; }
    footer .bottomLine .copyright {
      display: block;
      float: left;
      width: 50%;
      color: #bdbdbd;
      font-size: 14px;
      font-weight: 300;
      line-height: 32px; }
    footer .bottomLine .madeby {
      display: block;
      float: right;
      width: 230px;
      text-align: right; }
      footer .bottomLine .madeby:after {
        display: block;
        content: '';
        clear: both; }
      footer .bottomLine .madeby .madeLogo {
        float: right;
        margin-left: 20px; }
      footer .bottomLine .madeby .madeLink {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        color: #888888;
        font-size: 12px;
        font-weight: 300;
        line-height: 14px;
        text-decoration: underline; }
        footer .bottomLine .madeby .madeLink:hover {
          text-decoration: none; }

.navSidebarMenu {
  display: block; }
  .navSidebarMenu > ul {
    display: block;
    background-color: #ebecec; }
    .navSidebarMenu > ul > li {
      display: block;
      padding: 0 10px; }
      .navSidebarMenu > ul > li > a {
        display: block;
        padding: 10px 10px;
        color: #222222;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-decoration: none;
        border-bottom: 1px dotted #ababab; }
      .navSidebarMenu > ul > li > ul {
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100% + 20px);
        margin-left: -10px;
        background-color: #dcdcdc; }
        .navSidebarMenu > ul > li > ul > li {
          display: block;
          padding: 0 10px; }
          .navSidebarMenu > ul > li > ul > li > a {
            display: block;
            padding: 10px 10px;
            color: #222222;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            text-decoration: none;
            border-bottom: 1px dotted #ababab; }
          .navSidebarMenu > ul > li > ul > li:last-child > a {
            border-bottom: none; }
          .navSidebarMenu > ul > li > ul > li:hover > a {
            color: #43a64b;
            font-weight: 700; }
          .navSidebarMenu > ul > li > ul > li.current-menu-item > a {
            color: #43a64b;
            font-weight: 700; }
      .navSidebarMenu > ul > li.current-menu-item {
        background-color: #43a64b; }
        .navSidebarMenu > ul > li.current-menu-item > a {
          color: #fefefe;
          font-weight: 700;
          border-bottom: 1px solid #43a64b; }
        .navSidebarMenu > ul > li.current-menu-item > ul {
          display: block; }
      .navSidebarMenu > ul > li.current-menu-ancestor {
        background-color: #43a64b; }
        .navSidebarMenu > ul > li.current-menu-ancestor > a {
          color: #fefefe;
          font-weight: 700;
          border-bottom: 1px solid #43a64b; }
        .navSidebarMenu > ul > li.current-menu-ancestor > ul {
          display: block; }
      .navSidebarMenu > ul > li:hover {
        background-color: #43a64b; }
        .navSidebarMenu > ul > li:hover > a {
          color: #ffffff; }
      .navSidebarMenu > ul > li:last-child > a {
        border-bottom: none; }

.sidebarBrands {
  display: block;
  margin-top: 30px; }
  .sidebarBrands .heading {
    display: block;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .sidebarBrands .items {
    margin-top: 15px; }
    .sidebarBrands .items .item {
      display: block;
      margin-top: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #e7e7e7;
      background-color: #ffffff;
      padding: 10px; }
      .sidebarBrands .items .item img {
        display: block;
        margin: 0 auto;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .sidebarBrands .items .item:hover img {
        opacity: .7; }

.productItems {
  display: block; }
  .productItems .items {
    margin: -20px 0 0 -20px;
    font-size: 0;
    letter-spacing: -.25em; }
    .productItems .items .item {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      position: relative;
      width: 260px;
      height: 400px;
      border: 2px solid #e7e7e7;
      background-color: #ffffff;
      overflow: hidden;
      padding: 20px 20px;
      text-decoration: none;
      margin: 20px 0 0 20px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .productItems .items .item.load:after {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.7) url("images/135.gif") no-repeat center; }
      .productItems .items .item .img {
        display: block;
        position: relative;
        width: 100%;
        height: 140px;
        overflow: hidden; }
        .productItems .items .item .img img {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: contain;
          -o-object-fit: contain; }
      .productItems .items .item .heading {
        display: block;
        color: #222222;
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
        margin: 10px 0;
        text-align: center;
        text-decoration: none; }
      .productItems .items .item .sku, .productItems .items .item .brand {
        display: block;
        color: #222222;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px; }
        .productItems .items .item .sku span, .productItems .items .item .brand span {
          font-weight: 700; }
      .productItems .items .item .weight {
        display: block;
        position: absolute;
        right: 20px;
        bottom: 110px;
        color: #222222;
        font-size: 14px;
        font-weight: 300; }
        .productItems .items .item .weight select {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          zoom: 1;
          *display: inline;
          width: 78px;
          height: 24px;
          border-radius: 12px;
          background-color: #f3f3f3;
          color: #222222;
          font-size: 14px;
          font-weight: 700;
          text-align: center; }
          .productItems .items .item .weight select:focus {
            outline: none; }
      .productItems .items .item .price {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 80px; }
        .productItems .items .item .price .label {
          display: block;
          color: #222222;
          font-size: 14px;
          font-weight: 700; }
        .productItems .items .item .price .value {
          display: block;
          margin-top: 5px;
          color: #222222;
          font-size: 24px;
          font-weight: 700; }
          .productItems .items .item .price .value .rub {
            font-size: 14px; }
      .productItems .items .item .qty {
        display: block;
        position: absolute;
        right: 20px;
        bottom: 80px;
        width: 80px;
        height: 24px;
        border-radius: 12px;
        background-color: #f3f3f3;
        line-height: 24px;
        font-size: 0;
        letter-spacing: -.25em; }
        .productItems .items .item .qty .minus {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          zoom: 1;
          *display: inline;
          letter-spacing: normal;
          word-spacing: normal;
          font-size: medium;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          width: 16px;
          height: 16px;
          box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
          border-radius: 8px;
          background-color: #ffffff;
          background-image: linear-gradient(to top, #5fac3f 0%, #77ac3f 100%);
          margin-left: 4px;
          margin-right: 2px;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          .productItems .items .item .qty .minus:after {
            display: block;
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url("images/minus.png") no-repeat center; }
          .productItems .items .item .qty .minus:hover {
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
            cursor: pointer; }
          .productItems .items .item .qty .minus:active {
            opacity: .85; }
        .productItems .items .item .qty .value {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          zoom: 1;
          *display: inline;
          letter-spacing: normal;
          word-spacing: normal;
          font-size: medium;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 36px;
          color: #222222;
          font-size: 14px;
          font-weight: 700;
          text-align: center; }
        .productItems .items .item .qty .plus {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          zoom: 1;
          *display: inline;
          letter-spacing: normal;
          word-spacing: normal;
          font-size: medium;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          width: 16px;
          height: 16px;
          box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
          border-radius: 8px;
          background-color: #ffffff;
          background-image: linear-gradient(to top, #5fac3f 0%, #77ac3f 100%);
          margin-left: 4px;
          margin-right: 2px;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          .productItems .items .item .qty .plus:after {
            display: block;
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url("images/plus.png") no-repeat center; }
          .productItems .items .item .qty .plus:hover {
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
            cursor: pointer; }
          .productItems .items .item .qty .plus:active {
            opacity: .85; }
      .productItems .items .item .add_to_cart {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 30px;
        width: 220px;
        height: 34px;
        box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
        border-radius: 17px;
        background-color: #ffffff;
        background-image: linear-gradient(to top, #5fac3f 0%, #77ac3f 100%);
        margin-left: -110px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        line-height: 36px;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .productItems .items .item .add_to_cart:hover {
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
          cursor: pointer; }
        .productItems .items .item .add_to_cart:active {
          opacity: .85; }
      .productItems .items .item:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.cart {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .cart tr td, .cart tr th {
    padding: 15px;
    text-align: left;
    vertical-align: top;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    border: 2px solid #e7e7e7; }
    .cart tr td img, .cart tr th img {
      width: 100px;
      height: auto; }
    .cart tr td .weight, .cart tr th .weight {
      display: block;
      color: #74b24d; }
    .cart tr td .remove, .cart tr th .remove {
      display: block;
      margin: 0 auto;
      width: 16px;
      height: 16px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABAUlEQVQ4T62TzU0DMRCF5zkNsGtvD1wpgD+REkAh4saFfrhRARAiCgAlCnUgOvB6uSP7IUdY2l28SqTExxnP5/eeNZAdD3acl/0CiqL4VErd1XW9zCkrquoY3t87545Sv6PgwJjTEfkiItd9yHqYfJUQbpxzb1lALEaIEpmDjJDFulZVJ6MQ5iTj8HtbXTaDFmTqgZ8/VdME3AjoKWHO0qCF1DDGnJGcEQDIyVCwWQvGmHOSzwAmERhEZkOQfwCt9QWBJyVyZa1dRUAEDkE6AK31mMBjELn8tvajHVay1M+jAyjL8isoddsfTqD4O/D+oWmaw40hbrsj+92FbV9t3/sF6KqAEY2v/tsAAAAASUVORK5CYII=") no-repeat center;
      cursor: pointer;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .cart tr td .remove:hover, .cart tr th .remove:hover {
        opacity: .7; }
    .cart tr td.summ, .cart tr th.summ {
      font-size: 16px;
      font-weight: 900;
      text-align: right; }
  .cart tr.head {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
    .cart tr.head td, .cart tr.head th {
      font-weight: 900;
      background: #e7e7e7; }
      .cart tr.head td:first-child, .cart tr.head th:first-child {
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
        border-radius: 5px 0 0 0; }
      .cart tr.head td:last-child, .cart tr.head th:last-child {
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0; }

.frontSlider {
  height: 500px;
  overflow: hidden; }
  .frontSlider .bx-prev {
    display: block;
    margin-top: -22.5px !important;
    width: 23px !important;
    height: 45px !important;
    background: url("images/prev.png") no-repeat center; }
  .frontSlider .bx-next {
    display: block;
    margin-top: -22.5px !important;
    width: 23px !important;
    height: 45px !important;
    background: url("images/next.png") no-repeat center; }
  .frontSlider .item {
    height: 500px; }

.frontTerms {
  display: block;
  margin-top: 50px; }
  .frontTerms .title {
    display: block;
    color: #303030;
    font-size: 34px;
    font-weight: 700; }
  .frontTerms .items {
    display: block;
    margin: 25px 0 0 -20px;
    font-size: 0;
    letter-spacing: -.25em; }
    .frontTerms .items .item {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      position: relative;
      width: 260px;
      height: 200px;
      background-color: lightgrey;
      margin: 20px 0 0 20px;
      text-decoration: none;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .frontTerms .items .item img {
        display: block;
        width: 260px;
        height: 200px;
        object-fit: cover;
        -o-object-fit: cover; }
      .frontTerms .items .item .heading {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        bottom: 0;
        z-index: 10;
        width: 206px;
        height: 37px;
        background-color: #1b1b1b;
        opacity: 0.8;
        margin-left: -103px;
        padding: 0 10px; }
        .frontTerms .items .item .heading span {
          display: block;
          position: absolute;
          left: 0;
          width: 100%;
          text-align: center;
          top: 50%;
          -moz-transform: translate(0px, -50%);
          -ms-transform: translate(0px, -50%);
          -webkit-transform: translate(0px, -50%);
          -o-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
          color: #ffffff;
          font-size: 13px;
          font-weight: 400;
          line-height: 16px;
          text-transform: uppercase; }
      .frontTerms .items .item:hover {
        opacity: .7; }

.frontProducts {
  display: block;
  margin-top: 50px; }
  .frontProducts .title {
    display: block;
    position: relative;
    color: #303030;
    font-size: 34px;
    font-weight: 700; }
    .frontProducts .title .more {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      right: 0;
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -webkit-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      width: 188px;
      height: 34px;
      box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
      border-radius: 17px;
      border: 3px solid #5fac3f;
      text-align: center;
      color: #5fac3f;
      font-size: 13px;
      font-weight: 400;
      line-height: 34px;
      text-decoration: none;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .frontProducts .title .more:hover {
        opacity: .7; }
  .frontProducts .productItems {
    margin-top: 45px; }

.frontBrands {
  display: block;
  margin-top: 50px; }
  .frontBrands .title {
    display: block;
    position: relative;
    color: #303030;
    font-size: 34px;
    font-weight: 700; }
    .frontBrands .title .more {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      right: 0;
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -webkit-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      width: 188px;
      height: 34px;
      box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
      border-radius: 17px;
      border: 3px solid #5fac3f;
      text-align: center;
      color: #5fac3f;
      font-size: 13px;
      font-weight: 400;
      line-height: 34px;
      text-decoration: none;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .frontBrands .title .more:hover {
        opacity: .7; }
  .frontBrands .items {
    display: block;
    margin: 25px 0 0 -20px;
    font-size: 0;
    letter-spacing: -.25em; }
    .frontBrands .items .item {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      position: relative;
      width: 120px;
      height: 80px;
      margin: 20px 0 0 20px;
      text-decoration: none; }
      .frontBrands .items .item img {
        display: block;
        width: 120px;
        height: 80px;
        object-fit: contain;
        -o-object-fit: contain;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: url(images/grayscale.svg#greyscale);
        filter: gray;
        -webkit-filter: grayscale(1);
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .frontBrands .items .item:hover img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: none;
        -webkit-filter: grayscale(0); }

.formRequest {
  display: block;
  margin-top: 50px; }
  .formRequest .title {
    display: block;
    color: #303030;
    font-size: 34px;
    font-weight: 700; }
  .formRequest .wrap {
    position: relative;
    background: url("images/formRequest.jpg") no-repeat center;
    background-size: cover;
    height: 280px; }
  .formRequest .title {
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    font-weight: 900; }
  .formRequest input[type="text"], .formRequest input[type="tel"] {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 256px;
    height: 44px;
    border-radius: 22px;
    background-color: #ffffff;
    border: none; }
    .formRequest input[type="text"]:focus, .formRequest input[type="tel"]:focus {
      outline: none; }
    .formRequest input[type="text"].wpcf7-not-valid, .formRequest input[type="tel"].wpcf7-not-valid {
      border: 1px solid #f44336; }
  .formRequest .text-579 {
    display: block;
    position: absolute;
    left: 156px;
    top: 93px; }
  .formRequest .tel-109 {
    display: block;
    position: absolute;
    left: 422px;
    top: 93px; }
  .formRequest .text-562 {
    display: block;
    position: absolute;
    left: 688px;
    top: 93px; }
  .formRequest .checkbox-697 {
    display: block;
    position: absolute;
    top: 166px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300; }
    .formRequest .checkbox-697 label {
      cursor: pointer; }
    .formRequest .checkbox-697 input {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      *display: inline; }
    .formRequest .checkbox-697 .wpcf7-list-item-label {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      *display: inline;
      margin-top: -2px; }
  .formRequest .wpcf7-submit {
    display: block;
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 256px;
    height: 44px;
    box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
    border-radius: 22px;
    background-color: #222222;
    background-image: linear-gradient(to top, #5fac3f 0%, #77ac3f 100%);
    margin-left: -128px;
    border: none;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .formRequest .wpcf7-submit:focus {
      outline: none; }
    .formRequest .wpcf7-submit:hover {
      opacity: .7; }
  .formRequest .wpcf7-not-valid-tip, .formRequest .ajax-loader, .formRequest .product, .formRequest br {
    display: none !important; }
  .formRequest .wpcf7-response-output.wpcf7-validation-errors, .formRequest .wpcf7-response-output.wpcf7-mail-sent-ok, .formRequest .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    background-color: #4caf50;
    color: white;
    opacity: 0.95;
    font-size: 12px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center; }
  .formRequest .wpcf7-response-output.wpcf7-validation-errors, .formRequest .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336; }

.frontNews {
  display: block;
  margin-top: 50px; }
  .frontNews .title {
    display: block;
    position: relative;
    color: #303030;
    font-size: 34px;
    font-weight: 700; }
    .frontNews .title .more {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      right: 0;
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -webkit-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      width: 188px;
      height: 34px;
      box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
      border-radius: 17px;
      border: 3px solid #5fac3f;
      text-align: center;
      color: #5fac3f;
      font-size: 13px;
      font-weight: 400;
      line-height: 34px;
      text-decoration: none;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .frontNews .title .more:hover {
        opacity: .7; }
  .frontNews .items {
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -20px; }
    .frontNews .items .item {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      width: 353px;
      background-color: #f3f3f3;
      background-image: linear-gradient(to top, #f1f1f1 0%, #f6f6f6 100%);
      margin: 45px 0 0 20px;
      padding: 10px; }
      .frontNews .items .item img {
        display: block;
        position: absolute;
        left: 10px;
        top: 50%;
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        width: 84px;
        height: 84px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        object-fit: cover;
        -o-object-fit: cover; }
      .frontNews .items .item .date {
        display: block;
        color: #9d9ea0;
        font-weight: 300;
        font-size: 14px; }
      .frontNews .items .item .heading {
        display: block;
        margin-top: 10px;
        color: #252628;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-decoration: none;
        height: 44px;
        overflow: hidden; }
        .frontNews .items .item .heading:hover {
          text-decoration: underline; }
      .frontNews .items .item .desc {
        padding-top: 5px;
        color: #252628;
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
        height: 54px;
        overflow: hidden; }
        .frontNews .items .item .desc a {
          color: #5fac3f;
          font-weight: 300; }
          .frontNews .items .item .desc a:hover {
            text-decoration: none; }
    .frontNews .items .item-img {
      padding-left: 105px; }

.order_form {
  display: block;
  position: relative;
  width: 600px;
  margin: 50px auto 0; }
  .order_form .wpcf7-not-valid-tip, .order_form .ajax-loader, .order_form .product, .order_form br {
    display: none !important; }
  .order_form #product_list {
    display: none !important; }
  .order_form .title, .order_form .heading {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px; }
  .order_form .label {
    display: block;
    color: #450000;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 20px; }
  .order_form input[type=text], .order_form input[type=tel], .order_form input[type=email] {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height: 46px;
    border-radius: 3px;
    border: 1px solid #efefef;
    background-color: #ffffff; }
    .order_form input[type=text].wpcf7-not-valid, .order_form input[type=tel].wpcf7-not-valid, .order_form input[type=email].wpcf7-not-valid {
      border: 1px solid #f44336; }
  .order_form textarea {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Lato";
    padding: 20px 20px;
    width: 100%;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    resize: none; }
    .order_form textarea.wpcf7-not-valid {
      border: 1px solid #f44336; }
  .order_form input[type=submit] {
    display: block;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    border-radius: 3px;
    background-color: #4caf50;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer; }
    .order_form input[type=submit]:hover {
      opacity: .7; }
  .order_form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 15px; }
    .order_form .wpcf7-form-control-wrap.tel-842 {
      padding-bottom: 15px; }
  .order_form .wpcf7-form-control.wpcf7-checkbox {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .order_form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
      margin: 0 !important;
      color: #000000;
      font-size: 18px;
      font-weight: 300;
      line-height: 23px;
      cursor: pointer;
      text-align: left;
      padding: 0 10px; }
  .order_form .g-recaptcha {
    display: block;
    margin-top: 14px; }
  .order_form .wpcf7-response-output.wpcf7-validation-errors, .order_form .wpcf7-response-output.wpcf7-mail-sent-ok, .order_form .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: #4caf50;
    color: white;
    opacity: 0.95;
    font-size: 12px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center; }
  .order_form .wpcf7-response-output.wpcf7-validation-errors, .order_form .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336; }

@media (min-width: 1024px) and (max-width: 1100px) {
  .containerWrap {
    min-width: 1024px; }
    .containerWrap .wrap {
      width: 1000px;
      padding: 0 12px; }

  header .logo {
    left: 15px; }
  header .btn {
    right: 15px; }
  header .phone1 {
    left: 720px; }
  header .phone2 {
    right: 15px; }
  header .phone_icon {
    left: 675px; }
  header .email {
    left: 675px; }
  header .scheme {
    left: 675px; }
  header .tooltip {
    left: 470px; }
  header .minicart {
    left: 470px; }
  header .search-form {
    left: 250px; }
    header .search-form .search-field {
      width: 200px; }

  .navHeaderMenu ul.menu > li > a {
    padding: 0 20px; }
  .navHeaderMenu ul.menu > li.menu-item-has-children {
    background: url("images/gad.png") no-repeat right 8px center; }

  .defaultPage {
    margin-top: 30px; }

  .cartPage {
    margin-top: 30px; }

  .catalogPage {
    margin-top: 30px; }
    .catalogPage .twoWrap {
      margin-top: 30px; }
      .catalogPage .twoWrap .leftWrap {
        width: 235px; }
      .catalogPage .twoWrap .rightWrap {
        width: 745px; }

  .singleProductPage {
    margin-top: 30px; }
    .singleProductPage .twoWrap {
      margin-top: 30px; }
      .singleProductPage .twoWrap .leftWrap {
        width: 235px; }
      .singleProductPage .twoWrap .rightWrap {
        width: 745px; }
    .singleProductPage .cartProduct .imgWrap {
      width: 270px; }
    .singleProductPage .cartProduct .item {
      width: 455px; }

  .pageArchive {
    margin-top: 30px; }
    .pageArchive .items .item {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      margin-top: 30px; }

  .searchPage {
    margin-top: 30px; }
    .searchPage .productItems {
      margin-top: 30px; }

  .pagenavi {
    margin-top: 30px; }
    .pagenavi .wp-pagenavi {
      margin: 30px auto 0; }

  footer {
    margin-top: 30px;
    padding: 20px 0; }

  .productItems {
    display: block; }
    .productItems .items .item {
      width: 235px;
      height: 380px;
      overflow: hidden;
      padding: 10px 10px; }
      .productItems .items .item .weight {
        right: 10px;
        bottom: 100px; }
      .productItems .items .item .price {
        left: 10px;
        bottom: 70px; }
      .productItems .items .item .qty {
        right: 10px;
        bottom: 70px; }
      .productItems .items .item .add_to_cart {
        bottom: 20px;
        width: 200px;
        margin-left: -100px; }

  .frontSlider {
    height: 400px; }
    .frontSlider .item {
      height: 400px; }

  .frontTerms {
    margin-top: 30px; }
    .frontTerms .items {
      margin: 10px 0 0 -20px; }
      .frontTerms .items .item {
        width: 235px;
        height: 180px; }
        .frontTerms .items .item img {
          width: 235px;
          height: 180px; }
        .frontTerms .items .item .heading {
          width: 215px;
          margin-left: -107.5px; }

  .frontProducts {
    margin-top: 30px; }
    .frontProducts .productItems {
      margin-top: 30px; }

  .frontBrands {
    margin-top: 30px; }
    .frontBrands .items {
      margin: 20px 0 0 -20px;
      font-size: 0;
      letter-spacing: -.25em; }
      .frontBrands .items .item {
        width: 107.5px;
        height: 65px; }
        .frontBrands .items .item img {
          width: 107.5px;
          height: 65px; }

  .frontNews {
    margin-top: 30px; }
    .frontNews .items {
      font-size: 0;
      letter-spacing: -.25em;
      margin: 0 0 0 -20px; }
      .frontNews .items .item {
        width: 320px;
        margin: 30px 0 0 20px; }
        .frontNews .items .item .desc {
          height: 72px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .containerWrap {
    min-width: 768px; }
    .containerWrap .wrap {
      width: 750px;
      padding: 0 9px; }

  .popup-mask {
    z-index: 299990; }

  .popup-form {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    z-index: 299999;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .popup-form .wpcf7-response-output.wpcf7-validation-errors, .popup-form .wpcf7-response-output.wpcf7-mail-sent-ok, .popup-form .wpcf7-response-output.wpcf7-spam-blocked {
      width: calc(100% - 60px);
      left: 20px;
      padding: 10px;
      margin-top: 0; }

  header .logo img {
    width: 175px;
    height: auto; }
  header .phone1 {
    left: 475px; }
  header .phone_icon {
    left: 430px; }
  header .email {
    left: 430px; }
  header .scheme {
    left: 430px; }
  header .tooltip {
    left: 225px; }
  header .minicart {
    left: 225px; }
  header .search-form {
    display: none; }

  .navHeaderMenu ul.menu > li > a {
    font-size: 12px;
    font-weight: 400;
    padding: 0 18px; }
  .navHeaderMenu ul.menu > li.menu-item-has-children {
    background: url("images/gad.png") no-repeat right 6px center; }

  .breadcrumbs {
    padding: 10px 0; }

  .defaultPage {
    margin-top: 30px; }

  .cartPage {
    margin-top: 30px; }

  .catalogPage {
    margin-top: 30px; }
    .catalogPage .twoWrap {
      margin-top: 30px; }
      .catalogPage .twoWrap .leftWrap {
        width: 240px; }
      .catalogPage .twoWrap .rightWrap {
        width: 490px; }

  .singleProductPage {
    margin-top: 30px; }
    .singleProductPage .twoWrap {
      margin-top: 30px; }
      .singleProductPage .twoWrap .leftWrap {
        width: 240px; }
      .singleProductPage .twoWrap .rightWrap {
        width: 490px; }
    .singleProductPage .cartProduct .imgWrap {
      width: 220px; }
      .singleProductPage .cartProduct .imgWrap .img {
        width: 180px; }
        .singleProductPage .cartProduct .imgWrap .img img {
          width: 180px; }
    .singleProductPage .cartProduct .item {
      width: 260px; }
      .singleProductPage .cartProduct .item .weight {
        right: 0; }
      .singleProductPage .cartProduct .item .qty {
        right: 0; }
      .singleProductPage .cartProduct .item .add_to_cart {
        left: 0; }

  .pageArchive {
    margin-top: 30px; }
    .pageArchive .items .item {
      margin-top: 30px; }

  .searchPage {
    margin-top: 30px; }
    .searchPage .productItems {
      margin-top: 30px; }

  .pagenavi {
    margin-top: 30px; }
    .pagenavi .wp-pagenavi {
      margin: 30px auto 0; }

  #scrollup {
    bottom: 85px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-position: -1px -1px; }

  footer {
    margin-top: 30px;
    padding: 15px 0; }
    footer .topLine .phone1 {
      left: 270px; }
    footer .topLine .phone2 {
      left: 420px; }
    footer .topLine .phone_icon {
      left: 220px; }
    footer .middleLine nav {
      padding-right: 15px; }

  .productItems .items .item {
    width: 235px; }
    .productItems .items .item .add_to_cart {
      width: 200px;
      margin-left: -100px; }

  .frontSlider {
    height: 350px; }
    .frontSlider .item {
      height: 350px; }

  .frontTerms {
    margin-top: 30px; }
    .frontTerms .items {
      margin: 10px 0 0 -20px; }
      .frontTerms .items .item {
        width: 172.5px;
        height: 145px; }
        .frontTerms .items .item img {
          width: 172.5px;
          height: 145px; }
        .frontTerms .items .item .heading {
          width: 172.5px;
          margin-left: -86.25px; }

  .frontProducts {
    margin-top: 30px; }
    .frontProducts .productItems {
      margin-top: 30px; }

  .frontBrands {
    margin-top: 30px; }
    .frontBrands .items {
      margin: 10px 0 0 -20px; }
      .frontBrands .items .item {
        width: 134px;
        height: 84px; }
        .frontBrands .items .item img {
          width: 134px;
          height: 84px; }

  .formRequest {
    margin-top: 30px; }
    .formRequest input[type="text"], .formRequest input[type="tel"] {
      width: 240px; }
    .formRequest .text-579 {
      left: 10px; }
    .formRequest .tel-109 {
      left: 264px; }
    .formRequest .text-562 {
      left: auto;
      right: 10px; }

  .frontNews {
    margin-top: 30px; }
    .frontNews .items {
      margin: 10px 0 0 -20px; }
      .frontNews .items .item {
        width: 365px;
        margin: 20px 0 0 20px; } }
@media (min-width: 320px) and (max-width: 767px) {
  .formatBlock h1 {
    font-size: 26px;
    line-height: 36px; }
  .formatBlock h2 {
    font-size: 24px;
    line-height: 28px; }
  .formatBlock h3 {
    font-size: 22px;
    line-height: 24px; }

  .containerWrap {
    min-width: 320px; }
    .containerWrap .wrap {
      width: calc(100% - 20px);
      padding: 0 10px; }

  .popup-mask {
    z-index: 299990; }

  .popup-form {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    z-index: 299999;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .popup-form .wpcf7-response-output.wpcf7-validation-errors, .popup-form .wpcf7-response-output.wpcf7-mail-sent-ok, .popup-form .wpcf7-response-output.wpcf7-spam-blocked {
      width: calc(100% - 60px);
      left: 20px;
      padding: 10px;
      margin-top: 0; }

  header {
    position: relative;
    margin-bottom: 50px; }
    header.mt {
      margin-top: 20px; }
    header:after {
      display: block;
      position: absolute;
      content: '';
      left: 0;
      top: 100%;
      z-index: 1;
      width: 100%;
      height: 50px;
      background-color: #5fac3f;
      background-image: linear-gradient(-10deg, #256837 0%, #1f7739 100%); }
    header .wrap {
      position: relative;
      height: 80px;
      z-index: 5; }
    header .burgerBtn {
      display: block;
      position: absolute;
      left: 10px;
      top: 100%;
      width: 165px;
      height: 50px;
      background: url("images/burgerBtn.png") no-repeat center;
      cursor: pointer;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      header .burgerBtn:hover {
        background-color: #559938; }
    header .logo {
      left: 10px; }
      header .logo img {
        width: 120px;
        height: auto; }
    header .btn {
      display: none; }
    header .phone1 {
      left: auto;
      right: 94px;
      top: 100%;
      padding-left: 0;
      margin-top: 9px;
      width: 32px;
      height: 32px;
      background: #fff url("images/phone_icon.png") no-repeat left top;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      header .phone1 .label {
        display: none; }
      header .phone1 .value {
        display: none; }
      header .phone1:hover {
        opacity: .7; }
    header .phone2 {
      display: none; }
    header .phone_icon {
      display: none; }
    header .email {
      left: auto;
      right: 52px;
      top: 100%;
      padding-left: 0;
      margin-top: 9px;
      width: 32px;
      height: 32px;
      background: #fff url("images/email.png") no-repeat left top;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      header .email span {
        display: none; }
      header .email:hover {
        opacity: .7; }
    header .scheme {
      left: auto;
      right: 10px;
      top: 100%;
      padding-left: 0;
      margin-top: 9px;
      width: 32px;
      height: 32px;
      background: #fff url("images/scheme.png") no-repeat left top;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      header .scheme span {
        display: none; }
      header .scheme:hover {
        opacity: .7; }
    header .tooltip {
      left: auto;
      right: 0;
      top: auto;
      bottom: 100%;
      width: 100%;
      padding: 3px 5px;
      text-align: center; }
      header .tooltip > div {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        *display: inline; }
      header .tooltip:after {
        display: none; }
    header .minicart {
      left: auto;
      right: 10px;
      padding-left: 55px; }
    header .search-form {
      display: none; }

  .navHeaderMenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 19999;
    background: none; }
    .navHeaderMenu.active {
      display: block; }
    .navHeaderMenu .wrap {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      width: 80%;
      margin: 0;
      padding: 0;
      height: inherit;
      max-height: 100%;
      background-color: #5fac3f;
      background-image: linear-gradient(-10deg, #256837 0%, #1f7739 100%);
      overflow: auto;
      box-shadow: 15px 0 10px -10px rgba(0, 0, 0, 0.1), 1px 0 4px rgba(0, 0, 0, 0.3); }
    .navHeaderMenu .close {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 20%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      cursor: pointer; }
    .navHeaderMenu ul.menu {
      padding: 20px 0; }
      .navHeaderMenu ul.menu > li {
        display: block; }
        .navHeaderMenu ul.menu > li:after {
          display: none; }
        .navHeaderMenu ul.menu > li.menu-item-has-children {
          background: none; }
        .navHeaderMenu ul.menu > li > ul {
          display: block;
          position: relative;
          z-index: 10;
          left: 0;
          top: 0;
          min-width: 100px;
          background: none;
          box-shadow: none; }
          .navHeaderMenu ul.menu > li > ul > li {
            display: block;
            position: relative; }
            .navHeaderMenu ul.menu > li > ul > li > a {
              display: block;
              padding: 10px 15px 10px 45px;
              color: #fff; }
            .navHeaderMenu ul.menu > li > ul > li > ul {
              display: block;
              position: relative;
              z-index: 100;
              left: 0;
              top: 0;
              min-width: 100px;
              background: none;
              box-shadow: none; }
              .navHeaderMenu ul.menu > li > ul > li > ul > li {
                display: block; }
                .navHeaderMenu ul.menu > li > ul > li > ul > li > a {
                  padding: 10px 15px 10px 65px;
                  color: #fff; }
                .navHeaderMenu ul.menu > li > ul > li > ul > li:hover > a {
                  background: none; }
            .navHeaderMenu ul.menu > li > ul > li:hover > a {
              background: none;
              text-decoration: underline; }

  .breadcrumbs {
    padding: 10px 0; }

  .defaultPage {
    margin-top: 30px; }
    .defaultPage .title {
      font-size: 26px; }

  .cartPage {
    margin-top: 30px; }
    .cartPage .title {
      font-size: 26px; }
    .cartPage .wrap {
      display: block;
      max-width: 100%;
      overflow: auto; }

  .catalogPage {
    margin-top: 30px; }
    .catalogPage .title {
      font-size: 26px; }
    .catalogPage .twoWrap {
      margin-top: 0; }
      .catalogPage .twoWrap .leftWrap {
        display: none; }
      .catalogPage .twoWrap .rightWrap {
        margin-top: 30px;
        width: 100%; }

  .singleProductPage {
    margin-top: 30px; }
    .singleProductPage .title {
      font-size: 26px; }
    .singleProductPage .twoWrap {
      margin-top: 0; }
      .singleProductPage .twoWrap .leftWrap {
        display: none; }
      .singleProductPage .twoWrap .rightWrap {
        margin-top: 10px;
        width: 100%; }
    .singleProductPage .cartProduct .imgWrap {
      width: 100%; }
      .singleProductPage .cartProduct .imgWrap .img {
        width: 180px; }
        .singleProductPage .cartProduct .imgWrap .img img {
          width: 180px; }
    .singleProductPage .cartProduct .item {
      margin-top: 20px;
      width: 100%;
      padding-bottom: 150px; }
      .singleProductPage .cartProduct .item .weight {
        right: 0; }
      .singleProductPage .cartProduct .item .qty {
        right: 0; }
      .singleProductPage .cartProduct .item .add_to_cart {
        left: 50%;
        width: 260px;
        margin-left: -130px; }

  .pageArchive {
    margin-top: 30px; }
    .pageArchive .title {
      font-size: 26px; }
    .pageArchive .items .item {
      margin-top: 30px; }
      .pageArchive .items .item img {
        width: 50px;
        height: 50px; }
    .pageArchive .items .item-img {
      padding-left: 65px; }

  .searchPage {
    margin-top: 30px; }
    .searchPage .title {
      font-size: 26px; }
    .searchPage .productItems {
      margin-top: 30px; }

  .pagenavi {
    margin-top: 30px; }
    .pagenavi .wp-pagenavi {
      margin: 30px auto 0; }

  #scrollup {
    bottom: 85px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-position: -1px -1px; }

  footer {
    display: block;
    margin-top: 30px;
    padding: 15px 0; }
    footer .topLine {
      display: none; }
    footer .middleLine {
      display: block;
      margin-top: 15px; }
      footer .middleLine nav {
        width: 100%;
        padding-right: 0;
        text-align: center; }
    footer .bottomLine {
      margin-top: 15px; }
      footer .bottomLine .copyright {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        line-height: 20px; }
      footer .bottomLine .madeby {
        display: block;
        padding-top: 15px;
        float: none;
        margin: 0 auto 0; }

  .productItems .items {
    text-align: center; }

  .cart {
    display: block; }
    .cart tr td, .cart tr th {
      padding: 5px;
      font-size: 14px;
      line-height: 18px;
      border: 1px solid #e7e7e7;
      word-wrap: break-word;
      overflow-wrap: break-word; }
      .cart tr td img, .cart tr th img {
        width: 60px; }

  .frontSlider {
    height: 250px; }
    .frontSlider .item {
      height: 250px; }

  .frontTerms {
    margin-top: 30px; }
    .frontTerms .title {
      font-size: 26px; }
    .frontTerms .items {
      margin: 0 0 0 0; }
      .frontTerms .items .item {
        width: 100%;
        margin: 20px 0 0 0; }
        .frontTerms .items .item img {
          width: 100%; }

  .frontProducts {
    margin-top: 30px; }
    .frontProducts .title {
      font-size: 26px;
      text-align: center;
      padding-bottom: 50px; }
      .frontProducts .title .more {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 0;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 188px;
        margin-left: -94px; }
    .frontProducts .productItems {
      margin-top: 30px; }

  .frontBrands {
    display: block;
    margin-top: 30px; }
    .frontBrands .title {
      font-size: 26px;
      text-align: center;
      padding-bottom: 50px; }
      .frontBrands .title .more {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 0;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 188px;
        margin-left: -94px; }
    .frontBrands .items {
      margin: 10px 0 0 -20px; }
      .frontBrands .items .item {
        width: calc(25% - 20px);
        height: 60px;
        margin: 20px 0 0 20px; }
        .frontBrands .items .item img {
          display: block;
          width: 100%;
          height: 60px; }

  .formRequest {
    margin-top: 30px; }
    .formRequest .title {
      font-size: 26px; }
    .formRequest .wrap {
      height: 400px; }
    .formRequest input[type="text"], .formRequest input[type="tel"] {
      width: 250px; }
    .formRequest .text-579 {
      left: 50%;
      top: 93px;
      margin-left: -125px; }
    .formRequest .tel-109 {
      left: 50%;
      top: 150px;
      margin-left: -125px; }
    .formRequest .text-562 {
      left: 50%;
      top: 208px;
      margin-left: -125px; }
    .formRequest .checkbox-697 {
      top: 276px; }
    .formRequest .wpcf7-submit {
      display: block;
      position: absolute;
      bottom: 28px;
      left: 50%;
      width: 256px;
      height: 44px;
      box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.07);
      border-radius: 22px;
      background-color: #222222;
      background-image: linear-gradient(to top, #5fac3f 0%, #77ac3f 100%);
      margin-left: -128px;
      border: none;
      text-align: center;
      line-height: 44px;
      color: #ffffff;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      cursor: pointer;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .formRequest .wpcf7-submit:focus {
        outline: none; }
      .formRequest .wpcf7-submit:hover {
        opacity: .7; }

  .frontNews {
    display: block;
    margin-top: 30px; }
    .frontNews .title {
      font-size: 26px;
      text-align: center;
      padding-bottom: 50px; }
      .frontNews .title .more {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 0;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 188px;
        margin-left: -94px; }
    .frontNews .items {
      margin: 0; }
      .frontNews .items .item {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 10px; }
        .frontNews .items .item img {
          width: 50px;
          height: 50px; }
      .frontNews .items .item-img {
        padding-left: 80px; }

  .order_form {
    width: 100%;
    margin: 30px auto 0; }

  .fixed_menu {
    padding-top: 130px; }
    .fixed_menu header {
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 10000;
      background-color: #ffffff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } }

/*# sourceMappingURL=style.css.map */
