@charset "UTF-8";
html, body {
  overflow-x: hidden;
  min-height: 100vh; }

body {
  min-height: 100%;
  overflow-x: hidden;
  font-family: Tahoma, sans-serif; }

body {
  background: url("../img/main-bg.png") repeat;
  background-attachment: fixed; }

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

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

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

.h3-title {
  padding: 6px 30px;
  font-size: 20px;
  font-weight: 300;
  background: #dedede;
  border-radius: 6px 6px 0 0; }
  @media only screen and (max-width: 359px) {
    .h3-title {
      font-size: 14px;
      padding: 6px 10px;
      text-align: center; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .h3-title {
      font-size: 15px;
      padding: 6px 10px;
      text-align: center; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .h3-title {
      font-size: 16px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .h3-title {
      font-size: 16px; } }

.h4-title {
  background: #543C37;
  border-radius: 6px 6px 0 0;
  padding: 6px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center; }

.block p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px; }
  @media only screen and (max-width: 359px) {
    .block p {
      font-size: 13px; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .block p {
      font-size: 13px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .block p {
      font-size: 13px; } }

ul li {
  font-size: 14px;
  line-height: 1.3; }
  @media only screen and (max-width: 359px) {
    ul li {
      font-size: 13px; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    ul li {
      font-size: 13px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    ul li {
      font-size: 13px; } }

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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* body {
	line-height: 1;
} */
ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

header {
  outline: 0px solid red; }
  header .padding {
    /*overflow: hidden;*/
    height: 270px;
    padding: 0 15px;
    position: relative; }

.logo {
  width: 279px;
  height: 279px;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.52);
  background: url("../img/elips2.png") no-repeat;
  position: absolute;
  top: -20px;
  overflow: hidden; }
  .logo .bg-text {
    box-sizing: border-box;
    position: absolute;
    height: 50%;
    width: 100%;
    top: calc(50% - 25%);
    background: url("../img/bg-text.png") no-repeat;
    padding: 0 15px; }
    .logo .bg-text .wawe {
      position: absolute;
      width: 24px;
      height: 117px;
      outline: 0px solid red; }
    .logo .bg-text .wawe1 {
      background: url("../img/8222.png") no-repeat;
      left: 30px; }
    .logo .bg-text .wawe2 {
      background: url("../img/8221.png") no-repeat;
      left: 48px; }
    .logo .bg-text .wawe3 {
      background: url("../img/822.png") no-repeat;
      left: 66px; }
  .logo .logo-text {
    position: absolute;
    right: 40px;
    top: 26px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    width: 170px;
    outline: 0px solid blue; }
    .logo .logo-text .second-line {
      position: relative;
      left: 34px;
      top: -8px;
      display: block;
      color: #c5f000; }

.tel-block {
  width: 310px;
  box-sizing: border-box;
  position: absolute;
  right: 39%;
  top: 50px;
  outline: 0px solid red; }
  .tel-block:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .tel-block .city-tel {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 6px;
    font-weight: 500; }
    .tel-block .city-tel a {
      color: #000;
      letter-spacing: 0; }
  .tel-block .zakaz-tel {
    transition: all .350s;
    display: block;
    width: 170px;
    height: 30px;
    background: #fc7500;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 20px auto;
    border-radius: 2px; }
    .tel-block .zakaz-tel:hover {
      background: #5a9d00; }
  .tel-block .point {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 0 4px 24px;
    position: relative;
    display: block;
    max-width: 260px;
    outline: 0px solid red;
    margin: 0 auto 8px auto;
    text-align: left; }
  .tel-block .point:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/point.png") no-repeat; }

/*.circle:not(:hover){ transition: all 3s;}*/
.circle {
  position: absolute;
  right: 15px;
  top: -1px;
  background: url("../img/elips1.png") no-repeat;
  height: 332px;
  width: 371px;
  /*transition: background 2s;*/
  /*&:hover{ background: url("../img/elips1.1.png")no-repeat; transition: background 2s;}*/ }

.nav-main {
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 100%;
  max-width: 73%;
  outline: 0px solid blue; }
  .nav-main #close-menu {
    display: none;
    background: #F44336;
    position: absolute;
    right: 5px;
    top: 3px;
    border: none;
    outline: none !important;
    border-radius: 2px;
    height: 30px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all 1s ease; }
  .nav-main .menu {
    background: #34211d;
    border-radius: 6px; }
    .nav-main .menu:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .nav-main .menu li {
      float: left;
      width: 16.66%;
      padding: 6px;
      box-sizing: border-box;
      outline: 0px solid red; }
      .nav-main .menu li a {
        border-radius: 2px;
        display: block;
        padding: 5px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        transition: all .365s; }
        .nav-main .menu li a:hover {
          background: #4e7c03; }

.nav-main.menu-in {
  display: block; }

@media only screen and (max-width: 1009px) {
  header .padding {
    height: 218px; }
  .logo {
    width: 116px;
    height: 116px;
    border-radius: 0;
    box-shadow: none;
    background: url("../img/bgLogo.png") no-repeat;
    background-position: center;
    background-size: 100%;
    top: 2px;
    left: 15px;
    overflow: hidden; }
    .logo .bg-text {
      box-sizing: border-box;
      position: relative;
      height: 38px;
      top: 50px;
      background: transparent;
      padding: 0; }
      .logo .bg-text .wawe {
        position: absolute;
        width: 6px;
        height: 30px;
        top: 5px;
        background-size: contain; }
      .logo .bg-text .wawe1 {
        left: 10px; }
      .logo .bg-text .wawe2 {
        left: 15px; }
      .logo .bg-text .wawe3 {
        left: 20px; }
    .logo .logo-text {
      position: relative;
      right: 2px;
      top: 2px;
      font-size: 16px;
      width: 100%; }
      .logo .logo-text .second-line {
        position: relative;
        left: 16px;
        top: -7px; }
  .tel-block {
    width: 270px;
    position: relative;
    z-index: 10;
    right: 100px;
    top: 20px;
    margin: 0 auto;
    /* .city-tel{ font-size: 18px; font-weight: bold; margin: 0; letter-spacing: 0; text-align: center;} */ }
    .tel-block .zakaz-tel {
      margin: 10px auto; }
    .tel-block .point {
      font-size: 14px;
      padding: 0 0 0 24px; }
  .circle {
    right: 0;
    top: -82px;
    width: 250px;
    z-index: -1; }
  .nav-main {
    position: absolute;
    bottom: -2px;
    max-width: 77%;
    left: 0; }
    .nav-main .menu li {
      padding: 6px 2px; }
  .bread-line li a {
    font-size: 12px !important; } }

@media only screen and (max-width: 359px) {
  header .padding {
    overflow: visible;
    height: 155px !important; }
  .logo {
    width: 116px;
    height: 116px;
    border-radius: 0;
    box-shadow: none;
    background: url("../img/bgLogo.png") no-repeat;
    background-position: center;
    background-size: 100%;
    top: 2px;
    right: auto;
    left: 0;
    overflow: hidden; }
    .logo .bg-text {
      box-sizing: border-box;
      position: relative;
      height: 38px;
      top: 50px;
      background: transparent;
      padding: 0; }
      .logo .bg-text .wawe {
        position: absolute;
        width: 6px;
        height: 30px;
        top: 5px;
        background-size: contain; }
      .logo .bg-text .wawe1 {
        left: 10px; }
      .logo .bg-text .wawe2 {
        left: 15px; }
      .logo .bg-text .wawe3 {
        left: 20px; }
    .logo .logo-text {
      position: relative;
      right: 2px;
      top: 2px;
      font-size: 16px;
      width: 100%; }
      .logo .logo-text .second-line {
        position: relative;
        left: 16px;
        top: -7px; }
  .nav-main .menu li {
    padding: 2px;
    display: block;
    width: 100%; }
  .tel-block {
    float: right;
    margin-left: 0;
    width: 150px;
    top: 11px;
    background: rgba(195, 183, 177, 0.6);
    padding: 5px;
    border-radius: 5px;
    position: relative;
    left: auto;
    right: auto;
    text-align: center; }
    .tel-block .city-tel {
      font-size: 13px;
      font-weight: 500;
      margin-bottom: 5px; }
    .tel-block .zakaz-tel {
      margin: 7px auto;
      font-size: 12px;
      width: 140px; }
    .tel-block .point {
      font-size: 12px;
      padding: 0 0 0 18px;
      margin-bottom: 6px; }
    .tel-block .point:before {
      background-size: 80%;
      background-position: center;
      height: 18px; }
  .circle {
    background-size: 115%;
    top: -60px;
    display: none; } }

@media only screen and (min-width: 360px) and (max-width: 599px) {
  header .padding {
    overflow: visible;
    height: 155px  !important; }
  .logo {
    width: 116px;
    height: 116px;
    border-radius: 0;
    box-shadow: none;
    background: url("../img/bgLogo.png") no-repeat;
    background-position: center;
    background-size: 100%;
    top: 2px;
    right: auto;
    left: 20px;
    overflow: hidden; }
    .logo .bg-text {
      box-sizing: border-box;
      position: relative;
      height: 38px;
      top: 50px;
      background: transparent;
      padding: 0; }
      .logo .bg-text .wawe {
        position: absolute;
        width: 6px;
        height: 30px;
        top: 5px;
        background-size: contain; }
      .logo .bg-text .wawe1 {
        left: 10px; }
      .logo .bg-text .wawe2 {
        left: 15px; }
      .logo .bg-text .wawe3 {
        left: 20px; }
    .logo .logo-text {
      position: relative;
      right: 2px;
      top: 2px;
      font-size: 16px;
      width: 100%; }
      .logo .logo-text .second-line {
        position: relative;
        left: 16px;
        top: -7px; }
  .tel-block {
    float: right;
    margin-left: 0;
    width: 200px;
    top: 9px;
    background: rgba(195, 183, 177, 0.6);
    padding: 5px;
    border-radius: 5px;
    position: relative;
    left: auto;
    right: auto; }
    .tel-block .city-tel {
      font-size: 13px;
      text-align: center;
      font-weight: 500; }
    .tel-block .point {
      font-size: 13px;
      padding: 0 0 0 18px;
      margin-bottom: 6px; }
    .tel-block .point:before {
      background-size: 80%;
      background-position: center;
      height: 18px; }
  .circle {
    background-size: 112%;
    top: -62px;
    display: none; } }

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .tel-block {
    float: right;
    margin-right: 20%;
    top: 20px; }
    .tel-block .city-tel {
      font-size: 14px; }
    .tel-block .point {
      font-size: 14px;
      padding: 0 0 0 24px; }
  /*.nav-main{ position: relative; bottom: -2px; max-width: 100%; left: 0;}*/ }

@media only screen and (max-width: 768px) {
  header .padding {
    height: 155px; }
  /*делаем мобильное меню*/
  .nav-main {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    background: #34211d;
    display: none; }
    .nav-main #close-menu {
      display: block; }
    .nav-main .menu {
      width: 100%;
      background: none;
      margin-top: 34px; }
      .nav-main .menu li {
        padding: 2px;
        display: block;
        width: 100%; }
        .nav-main .menu li a:hover {
          background: #4e7c03; }
  /*************************************/ }

.three .block .pod-block .padding {
  padding-top: 32px;
  padding-bottom: 32px; }

.mobile_controls_block {
  box-sizing: border-box;
  padding: 4px 5px;
  min-height: 38px;
  width: 100%;
  background: rgba(195, 183, 177, 0.5);
  z-index: 100;
  text-align: right;
  /*  position: absolute;
  left:0;
  top: calc(100% - 38px);*/
  display: none;
  font-size: 0; }
  @media only screen and (max-width: 359px) {
    .mobile_controls_block #togg-search {
      display: none; } }
  .mobile_controls_block button, .mobile_controls_block a {
    font-size: 13px;
    display: inline-block;
    height: 30px;
    min-width: 43px;
    text-align: center;
    border: none;
    outline: none !important;
    background: #34211d;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 2px;
    cursor: pointer;
    transition: all .540s ease;
    margin-right: 4px; }
    @media only screen and (max-width: 359px) {
      .mobile_controls_block button #togg-search, .mobile_controls_block a #togg-search {
        margin-right: 2px; } }
    .mobile_controls_block button:hover, .mobile_controls_block a:hover {
      box-shadow: inset 0px 0px 5px #026158;
      background: #4e7c03; }
  .mobile_controls_block #show-category {
    display: none; }

.mobile_controls_block.otherPages #show-category {
  display: inline-block; }

.sticky-content.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  .sticky-content.fixed .mobile_controls_block {
    padding: 4px 4px; }

.grid {
  text-align: center; }
  .grid:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .grid li {
    display: inline-block;
    width: 28%;
    margin: 2%;
    outline: 0px solid red; }
    .grid li a {
      color: #402A26;
      font-size: 18px;
      font-weight: 500;
      display: block;
      padding: 6px;
      box-shadow: 1px 1px 10px rgba(144, 144, 144, 0.57);
      border: 1px solid #ccc;
      border-radius: 2px; }
      .grid li a img {
        max-width: 100%;
        height: auto;
        max-height: 240px; }
      .grid li a span {
        display: block;
        padding: 4px 5px 6px 5px; }
      .grid li a:hover {
        box-shadow: 1px 1px 10px rgba(0, 150, 136, 0.5); }
      @media only screen and (max-width: 359px) {
        .grid li a {
          padding: 3px;
          font-size: 12px;
          font-weight: 600;
          box-shadow: 0px 0px 4px rgba(144, 144, 144, 0.37); } }
      @media only screen and (min-width: 360px) and (max-width: 599px) {
        .grid li a {
          padding: 3px;
          font-size: 12px;
          font-weight: 600;
          box-shadow: 0px 0px 4px rgba(144, 144, 144, 0.37); } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .grid li a {
          padding: 3px;
          font-size: 14px;
          font-weight: 600;
          box-shadow: 0px 0px 4px rgba(144, 144, 144, 0.37); } }
    @media only screen and (max-width: 359px) {
      .grid li {
        margin: 2.2% 0;
        width: 96%; } }
    @media only screen and (min-width: 360px) and (max-width: 599px) {
      .grid li {
        margin: 2.2% 0;
        width: 32%; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .grid li {
        margin: 2.2% 0;
        width: 32%; } }

#reward .grid {
  text-align: center;
  padding: 0 10px; }
  #reward .grid li {
    min-height: 50px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    _height: 50px;
    box-sizing: border-box;
    min-height: 100px;
    width: 19.55%;
    padding-left: 90px;
    text-align: left;
    position: relative;
    margin: 0; }
    #reward .grid li img {
      position: absolute;
      top: 50%;
      margin-top: -40px;
      left: 0; }
    #reward .grid li div {
      display: inline-block;
      vertical-align: middle; }
      #reward .grid li div span {
        display: block;
        color: #888;
        font-weight: 300; }
  #reward .grid li:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle; }
  @media only screen and (max-width: 359px) {
    #reward .grid li {
      min-height: 50px;
      width: 100%;
      padding-left: 50px; }
      #reward .grid li img {
        max-height: 48px;
        margin-top: -24px; }
      #reward .grid li div span {
        display: inline-block; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    #reward .grid {
      /*li{ min-height: 64px; width: 49.1%; padding-left: 40px; font-size: 12px;
      img{ max-height: 40px; margin-top: -20px;}
    }*/ }
      #reward .grid li {
        width: 20%;
        min-height: 40px;
        font-size: 11px;
        padding: 0 2px;
        text-align: center;
        float: left; }
        #reward .grid li img {
          position: static;
          top: 0;
          max-height: 40px;
          margin-top: 4px;
          left: 0; }
        #reward .grid li div {
          display: block;
          vertical-align: middle;
          padding-bottom: 5px; }
      #reward .grid li:before {
        content: "";
        display: block;
        min-height: initial;
        height: 100%;
        vertical-align: middle; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    #reward .grid li {
      width: 19.2%;
      min-height: 100px;
      font-size: 12px;
      padding-left: 0;
      text-align: center; }
      #reward .grid li img {
        position: static;
        top: 0;
        max-height: 50px;
        margin-top: 0;
        left: 0; }
      #reward .grid li div {
        display: block;
        vertical-align: middle; }
    #reward .grid li:before {
      content: "";
      display: block;
      min-height: initial;
      height: 100%;
      vertical-align: middle; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #reward .grid li {
      width: 19.4%;
      min-height: 70px;
      font-size: 13px;
      padding-left: 50px; }
      #reward .grid li img {
        position: absolute;
        top: 50%;
        max-height: 50px;
        margin-top: -25px;
        left: 0; } }

#photoTovarow .padding, #building .padding, #videoRabot .padding, #complectation .padding, #contactsBlock .padding, #reward .padding {
  padding: 10px 10px 20px 10px; }

.text-def h3 {
  margin: 5px 0px 10px 0px;
  font-size: 16px; }

.text-def p {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 5px; }

.text-def ul {
  list-style-type: circle;
  margin-left: 20px; }

.text-def ul li {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 5px; }

.wrap-map {
  box-sizing: border-box;
  float: left;
  height: 300px;
  width: calc(100% - 380px);
  border: 1px solid brown;
  margin-right: 30px; }
  @media only screen and (max-width: 359px) {
    .wrap-map {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .wrap-map {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .wrap-map {
      width: calc(100% - 220px);
      margin-right: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .wrap-map {
      margin-right: 20px; } }

#contactsBlock .padding:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

#contactsBlock .flex-item p a {
  color: #111; }

#contactsBlock .flex-item p:nth-child(1) a, #contactsBlock .flex-item p:nth-child(2) a {
  font-size: 18px; }

#contactsBlock .flex-item p:nth-child(3) a {
  font-size: 16px; }

#contactsBlock .flex-item p:last-child span {
  display: block; }

.block .pod-block .bg-wait .padding {
  padding: 15px 20px !important; }
  @media only screen and (max-width: 359px) {
    .block .pod-block .bg-wait .padding {
      padding: 10px; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .block .pod-block .bg-wait .padding {
      padding: 10px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .block .pod-block .bg-wait .padding {
      padding: 10px; } }

.flexBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .flexBox .flex-item:nth-child(2) {
    padding-left: 10px; }
  @media only screen and (max-width: 359px) {
    .flexBox {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
                  -ms-grid-row-align: flex-start;
              align-items: flex-start; }
      .flexBox .flex-item:nth-child(2) {
        padding-left: 0; }
        .flexBox .flex-item:nth-child(2) img {
          margin-top: 10px; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .flexBox {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
                  -ms-grid-row-align: flex-start;
              align-items: flex-start; }
      .flexBox .flex-item:nth-child(2) {
        padding-left: 0; }
        .flexBox .flex-item:nth-child(2) img {
          margin-top: 10px; } }

/*Хлебные крошки*/
.bread-line {
  text-align: left;
  padding: 15px 0;
  /*margin-top: -27px;*/ }
  .bread-line:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .bread-line li {
    float: left;
    padding-right: 17px;
    position: relative;
    margin: 1px 0; }
    .bread-line li a {
      display: block;
      border-radius: 2px;
      padding: 2px 4px;
      color: #fff;
      text-shadow: 0 1px 1px #000;
      font-size: 14px;
      background: rgba(195, 183, 177, 0.6); }
  .bread-line li:after {
    content: ' ';
    width: 15px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 2px;
    background: url("../img/arrBread.png") no-repeat center;
    background-size: contain; }
  .bread-line li:last-child {
    padding-right: 0; }
    .bread-line li:last-child a {
      color: #000;
      text-shadow: none;
      font-weight: bold; }
  .bread-line li:last-child:after {
    width: 0;
    height: 0;
    display: none; }
  @media only screen and (max-width: 359px) {
    .bread-line {
      margin-top: 0; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .bread-line {
      margin-top: 0; } }

.two-column .padding:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.left-side, .right-side {
  outline: 0px solid red;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 20px; }

.left-side {
  width: 250px;
  float: left; }
  .left-side .block {
    background: #EBE6E2;
    border-radius: 6px;
    margin-bottom: 20px; }
  .left-side .mCSB_scrollTools {
    display: none !important; }
  .left-side .mCSB_inside > .mCSB_container {
    margin-right: 0; }

.right-side {
  float: right;
  background: #fff;
  width: calc(100% - 270px); }
  @media only screen and (max-width: 359px) {
    .right-side {
      float: none;
      width: 100%; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .right-side {
      float: none;
      width: 100%; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .right-side {
      float: none;
      width: 100%; } }

.right-side-text-inner {
  padding: 5px 10px; }

.block-text ul li, .block-text ol li, .block-text p {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 5px; }

.block-text .h-bold {
  font-weight: bold; }

.block-text ul {
  list-style-type: disc;
  margin-left: 20px; }

.block-text ol {
  list-style-type: decimal;
  margin-left: 20px; }

.block-text a {
  color: #5DA100; }
  .block-text a:hover {
    text-decoration: underline; }

.block-trash .padding {
  padding: 0 !important; }
  .block-trash .padding a {
    transition: all .360s;
    color: #5DA100;
    font-size: 14px;
    padding: 6px;
    text-decoration: underline;
    display: block;
    text-align: right; }
    .block-trash .padding a:hover {
      color: #fff;
      text-decoration: none; }
  .block-trash .padding .shop-cart-empty a:hover {
    background: #f44336; }
  .block-trash .padding .shop-cart-order a:hover {
    background: #4caf50;
    border-radius: 0 0 6px 6px; }
  .block-trash .padding .chose-box {
    padding: 6px 0 6px 60px;
    background: url("../img/trash.png") no-repeat 8px 5px;
    background-size: 38px; }
  .block-trash .padding p {
    font-weight: 600;
    line-height: 1.4;
    margin: 0; }

.block-search {
  display: inline-block; }
  .block-search .padding {
    padding: 10px !important;
    height: auto !important; }
    .block-search .padding:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .block-search .padding input {
      float: left;
      width: calc(100% - 50px);
      border-radius: 4px 0 0 4px;
      margin: 0; }
    .block-search .padding button {
      width: 50px;
      height: 34px;
      border-radius: 0 4px 4px 0;
      font-size: 16px;
      border: 1px solid rgba(90, 157, 0, 0.77);
      outline: none !important;
      background: #559500;
      transition: all .360s; }
      .block-search .padding button:hover {
        background: #5ab300; }

/*side menu*/
.block-list-categories .padding {
  padding: 10px 0 !important; }

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 0;
  background: transparent;
  border-radius: 6px; }

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 12px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  transition: all 0.4s ease; }

.accordion li:last-child .link {
  border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  transition: all 0.4s ease; }

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px; }

.accordion li.open .link {
  color: #5a9d00; }

.accordion li.open i {
  color: #5a9d00; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;
  background: #f5f5f5;
  font-size: 14px; }
  @media only screen and (min-width: 980px) {
    .submenu {
      display: block; } }

.submenu li {
  border-bottom: 1px solid  #ebe6e2; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #4b4b4b;
  padding: 6px 12px;
  padding-left: 12px;
  transition: all 0.25s ease; }

.submenu a:hover {
  background: #5a9d00;
  color: #FFF; }

.block-search.togg-search {
  display: none; }

/* right side */
.right-side .padding {
  padding: 5px; }

.block-title-categories {
  margin-bottom: 5px; }
  .block-title-categories .h3-title {
    background: none;
    border-bottom: 1px solid #222; }

.category_1 {
  width: 100%; }
  .category_1 h2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px; }
  .category_1 ul li {
    min-height: 50px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    _height: 50px;
    width: 49.53%; }
    @media only screen and (max-width: 359px) {
      .category_1 ul li {
        width: 100%; } }
    @media only screen and (min-width: 360px) and (max-width: 599px) {
      .category_1 ul li {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 899px) {
      .category_1 ul li {
        width: 100%; } }
    .category_1 ul li .block {
      display: block;
      box-sizing: border-box;
      outline: 0px solid red;
      min-height: 170px;
      margin: 4px 0;
      border-radius: 6px;
      background: rgba(158, 158, 158, 0.03); }
      .category_1 ul li .block:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; }
      .category_1 ul li .block .left-block {
        float: left;
        width: 40%;
        text-align: center;
        padding: 0 4px;
        box-sizing: border-box; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .category_1 ul li .block .left-block {
            width: 36%; } }
        .category_1 ul li .block .left-block img {
          max-width: 100%;
          height: auto;
          margin: 5px 0; }
      .category_1 ul li .block .right-block {
        float: right;
        width: 60%;
        color: #111; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .category_1 ul li .block .right-block {
            width: 64%; } }
        .category_1 ul li .block .right-block h2 {
          font-size: 18px;
          font-weight: 100;
          text-align: center;
          margin-bottom: 6px;
          padding: 8px 0 4px 0; }
        .category_1 ul li .block .right-block h3 {
          font-size: 16px;
          font-weight: 100;
          text-align: left;
          margin-bottom: 6px;
          padding: 4px 0 4px 0; }
        .category_1 ul li .block .right-block table {
          width: 100%; }
        .category_1 ul li .block .right-block tr td {
          padding: 0 4px;
          font-size: 14px;
          box-sizing: border-box; }
          @media only screen and (max-width: 359px) {
            .category_1 ul li .block .right-block tr td {
              font-size: 12px; } }
          @media only screen and (min-width: 360px) and (max-width: 599px) {
            .category_1 ul li .block .right-block tr td {
              font-size: 12px; } }
          @media only screen and (min-width: 600px) and (max-width: 767px) {
            .category_1 ul li .block .right-block tr td {
              font-size: 12px; } }
          @media only screen and (min-width: 768px) and (max-width: 979px) {
            .category_1 ul li .block .right-block tr td {
              font-size: 13px; } }
      .category_1 ul li .block:hover {
        box-shadow: inset 0px 0px 6px rgba(52, 33, 29, 0.58); }

.block-descrybe {
  padding: 0px 10px; }
  .block-descrybe .h1-title {
    background: none;
    font-size: 20px; }
  .block-descrybe .h3-title {
    background: none; }
  .block-descrybe p {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 5px; }

.main-category ul {
  margin: 15px 0; }
  .main-category ul li {
    min-height: 50px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    _height: 50px;
    vertical-align: middle;
    width: 24.4%;
    margin-bottom: 5px;
    outline: 0px solid red; }
    @media only screen and (max-width: 359px) {
      .main-category ul li {
        width: 49%; } }
    @media only screen and (min-width: 360px) and (max-width: 599px) {
      .main-category ul li {
        width: 49%; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .main-category ul li {
        width: 24.2%; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .main-category ul li {
        width: 49%; } }
    .main-category ul li a {
      box-sizing: border-box;
      text-align: center;
      padding: 8px 6px;
      display: block;
      border-radius: 6px;
      min-height: 248px;
      font-size: 15px;
      font-weight: bold;
      color: #34211d;
      transition: all 0.3s ease; }
      .main-category ul li a .block {
        text-align: center;
        margin-bottom: 6px; }
        .main-category ul li a .block img {
          max-width: 100%;
          height: auto; }
      .main-category ul li a:hover {
        color: #5a9d00;
        box-shadow: 0 2px 6px rgba(90, 157, 0, 0.51); }
      @media only screen and (max-width: 359px) {
        .main-category ul li a {
          font-size: 11px;
          min-height: 206px; } }
      @media only screen and (min-width: 360px) and (max-width: 599px) {
        .main-category ul li a {
          font-size: 12px;
          min-height: 220px; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .main-category ul li a {
          font-size: 12px;
          min-height: 208px; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .main-category ul li a {
          font-size: 13px;
          min-height: 226px; } }

.single-towar {
  box-sizing: border-box;
  padding: 0 0 10px 0; }
  .single-towar .top {
    margin-bottom: 20px; }
    .single-towar .top:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .single-towar .photoBlock {
    box-sizing: border-box;
    padding: 30px 15px 15px 0;
    float: left;
    width: 50%;
    text-align: center; }
    @media only screen and (max-width: 359px) {
      .single-towar .photoBlock {
        width: 100%;
        text-align: center; } }
    @media only screen and (min-width: 360px) and (max-width: 599px) {
      .single-towar .photoBlock {
        width: 100%;
        text-align: center; } }
    .single-towar .photoBlock img {
      max-width: 100%;
      height: auto; }
  .single-towar .countBlock {
    box-sizing: border-box;
    float: right;
    width: 50%;
    text-align: center; }
    @media only screen and (max-width: 359px) {
      .single-towar .countBlock {
        width: 100%;
        text-align: center; } }
    @media only screen and (min-width: 360px) and (max-width: 599px) {
      .single-towar .countBlock {
        width: 100%;
        text-align: center; } }
    .single-towar .countBlock h3 {
      font-size: 24px;
      padding: 10px 0;
      font-weight: 400;
      text-align: center; }
    .single-towar .countBlock .pdf {
      display: inline-block;
      background: url("../img/pdficon.png") no-repeat;
      background-position: 0 0;
      margin: 10px 0;
      background-size: contain;
      padding-left: 34px;
      font-size: 13px;
      text-align: left;
      color: #5ab300;
      max-width: 180px; }
    .single-towar .countBlock form:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .single-towar .countBlock form .tovar-tab {
      padding: 4px 0;
      border-bottom: 1px solid #ccc;
      max-width: 310px;
      float: right; }
      .single-towar .countBlock form .tovar-tab:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; }
      .single-towar .countBlock form .tovar-tab p {
        margin: 4px 0px 8px 0px;
        text-align: center;
        font-size: 14px; }
        .single-towar .countBlock form .tovar-tab p a {
          color: #000; }
          .single-towar .countBlock form .tovar-tab p a:hover {
            text-decoration: underline; }
      .single-towar .countBlock form .tovar-tab label {
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 14px;
        /* width: 135px; */
        outline: 0px solid red;
        height: 34px; }
        .single-towar .countBlock form .tovar-tab label.price-tab {
          margin-right: 5px; }
        .single-towar .countBlock form .tovar-tab label span {
          font-weight: bold; }
        @media only screen and (min-width: 785px) and (max-width: 979px) {
          .single-towar .countBlock form .tovar-tab label {
            float: none; } }
      .single-towar .countBlock form .tovar-tab input {
        float: left;
        width: 135px;
        border-radius: 4px 0 0 4px;
        padding: 0 0 0 5px;
        margin-bottom: 4px; }
        @media only screen and (max-width: 359px) {
          .single-towar .countBlock form .tovar-tab input {
            width: 100px; } }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .single-towar .countBlock form .tovar-tab input {
            width: 100px; } }
      .single-towar .countBlock form .tovar-tab input::-webkit-inner-spin-button {
        display: block;
        height: 34px;
        opacity: 1; }
      .single-towar .countBlock form .tovar-tab button {
        cursor: pointer;
        color: #fff;
        background: #5A9D00;
        text-align: center;
        font-size: 22px;
        transition: all 0.346s ease;
        float: left;
        width: 40px;
        height: 34px;
        border-radius: 0 4px 4px 0;
        box-sizing: border-box;
        border: 1px solid rgba(90, 157, 0, 0.77); }
        .single-towar .countBlock form .tovar-tab button.shk-but {
          margin-top: -2px;
          padding: 0px 4px; }
        .single-towar .countBlock form .tovar-tab button:hover {
          background: #5ab300; }
    .single-towar .countBlock .zakaz-tel {
      line-height: 130%;
      min-height: 34px;
      width: 200px;
      display: block;
      margin: 15px auto 0 auto;
      font-size: 16px;
      color: #fff;
      background: #5A9D00;
      border-radius: 2px;
      border: none;
      transition: all 0.450s ease; }
      .single-towar .countBlock .zakaz-tel:hover {
        background: #5ab300; }
    .single-towar .countBlock .go-to-korzina {
      margin-top: 20px; }
      .single-towar .countBlock .go-to-korzina a {
        padding: 5px 10px;
        color: #fff;
        cursor: pointer;
        background: #fc7500;
        text-align: center;
        font-size: 16px;
        transition: all 0.346s ease;
        height: 34px;
        border-radius: 0 4px 4px 0;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.77); }
        @media only screen and (max-width: 359px) {
          .single-towar .countBlock .go-to-korzina a {
            font-size: 12px; } }

/* .single-towar */
.tabs {
  width: 100%; }

.ui-widget.ui-widget-content {
  margin: 10px 0;
  border: none;
  padding: 0;
  float: left; }

.ui-tabs .ui-tabs-nav {
  padding: 0;
  border-radius: 2px;
  border: none; }

.ui-tabs .ui-tabs-panel {
  padding: 15px 0;
  min-height: 200px; }

.ui-tabs .ui-tabs-nav li {
  margin: 0;
  border: none; }
  @media only screen and (max-width: 359px) {
    .ui-tabs .ui-tabs-nav li {
      width: 100%;
      overflow: hidden; }
      .ui-tabs .ui-tabs-nav li a {
        display: block;
        text-align: center;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .ui-tabs .ui-tabs-nav li {
      width: 50%;
      overflow: hidden; }
      .ui-tabs .ui-tabs-nav li a {
        display: block;
        text-align: center;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important; } }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-radius: 2px; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #009688;
  background: #8d8e91;
  font-weight: normal;
  color: #fff; }

/*galery js*/
.photobox-gallery-tov {
  font-size: 0; }
  .photobox-gallery-tov a {
    box-sizing: border-box;
    display: inline-block;
    width: 25%;
    border: 1px solid #fff;
    border-radius: 2px;
    margin-bottom: 0;
    background: #dedede; }
    @media only screen and (max-width: 359px) {
      .photobox-gallery-tov a {
        width: 50%; } }
    @media only screen and (min-width: 360px) and (max-width: 599px) {
      .photobox-gallery-tov a {
        width: 33.33%; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .photobox-gallery-tov a {
        width: 33.33%; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .photobox-gallery-tov a {
        width: 33.33%; } }
    .photobox-gallery-tov a img {
      max-width: 100%;
      height: auto;
      border-radius: 2px;
      margin: 0; }

.scrollTable {
  width: 100%;
  overflow: hidden;
  white-space: nowrap; }
  .scrollTable table {
    margin-bottom: 10px; }
    .scrollTable table thead {
      background: #555759; }
      .scrollTable table thead tr th {
        box-sizing: border-box;
        padding: 0 8px;
        border-right: 1px solid rgba(185, 185, 185, 0.9);
        line-height: 1;
        height: 30px;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 300;
        vertical-align: middle;
        border-bottom: 1px solid rgba(2, 88, 80, 0.68); }
        @media only screen and (max-width: 359px) {
          .scrollTable table thead tr th {
            height: 26px;
            font-size: 12px;
            padding-top: 3px; } }
        @media only screen and (min-width: 360px) and (max-width: 599px) {
          .scrollTable table thead tr th {
            height: 26px;
            font-size: 12px;
            padding-top: 3px; } }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .scrollTable table thead tr th {
            height: 26px;
            font-size: 12px;
            padding-top: 3px; } }
      .scrollTable table thead tr th:last-child {
        border-right: none; }
    .scrollTable table tbody tr {
      border-bottom: 1px solid #ccc; }
      .scrollTable table tbody tr:first-child {
        font-size: 120%;
        font-weight: bold; }
      .scrollTable table tbody tr td {
        padding: 0 8px;
        vertical-align: middle;
        font-size: 14px;
        height: 26px; }
        .scrollTable table tbody tr td:first-child {
          font-weight: bold; }
        @media only screen and (max-width: 359px) {
          .scrollTable table tbody tr td {
            height: 20px;
            font-size: 11px; } }
        @media only screen and (min-width: 360px) and (max-width: 599px) {
          .scrollTable table tbody tr td {
            height: 20px;
            font-size: 11px; } }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .scrollTable table tbody tr td {
            height: 20px;
            font-size: 11px; } }
      .scrollTable table tbody tr:hover {
        background: rgba(76, 175, 80, 0.25); }
    .scrollTable table tbody tr:last-child {
      border-bottom: none; }

.scrollTable.mCustomScrollbar .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  border-radius: 2px; }

.scrollTable.mCustomScrollbar .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 12px; }

.scrollTable.mCustomScrollbar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.scrollTable.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #009688;
  background-color: rgba(85, 87, 89, 0.9);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

@media only screen and (max-width: 768px) {
  #photoTovarow .padding, #building .padding, #videoRabot .padding, #complectation .padding, #contactsBlock .padding, #reward .padding {
    padding-bottom: 10px; }
  #reward .padding {
    padding-top: 8px; }
  .three .block .pod-block .padding {
    padding-top: 10px;
    padding-bottom: 10px; }
  .mobile_controls_block {
    display: block; }
  .left-side {
    padding: 4px;
    margin-left: -300px;
    position: fixed;
    top: 38px;
    left: 0;
    transition: 1.2s ease;
    background: rgba(195, 183, 177, 0.6);
    z-index: 100;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    padding-bottom: 25px; }
    .left-side .mCSB_inside > .mCSB_container {
      margin-right: 10px; }
    .left-side .block-search {
      display: none; }
  .left-side.visible {
    margin-left: 0; }
  .left-side .mCSB_scrollTools {
    display: block !important; }
  .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -10px;
    height: auto; }
  .right-side {
    margin-left: 0; }
  .accordion .link {
    font-size: 12px; } }

.shop-table-border ul {
  font-size: 0; }

.shop-table-border ul li {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: calc(25% - 40px);
  margin: 5px;
  position: relative; }
  @media only screen and (max-width: 359px) {
    .shop-table-border ul li {
      width: calc(100% - 10px); } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .shop-table-border ul li {
      width: calc(50% - 20px); } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .shop-table-border ul li {
      width: calc(33.33% - 30px); } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .shop-table-border ul li {
      width: calc(33.33% - 30px); } }
  .shop-table-border ul li h2 {
    font-size: 14px;
    margin-bottom: 5px; }
  .shop-table-border ul li h2 a {
    font-size: 12px; }
  .shop-table-border ul li .price {
    font-size: 14px; }
  .shop-table-border ul li .kypit {
    margin-bottom: 5px;
    text-align: center; }
  .shop-table-border ul li .shk-count {
    width: calc(100% - 40px); }
  .shop-table-border ul li img {
    max-width: 100%; }
  .shop-table-border ul li .shk-del {
    position: absolute;
    top: -5px;
    right: -5px; }

.owl-carousel-tovar .item a {
  font-size: 18px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 10px 6px 32px 6px;
  margin: 2px 0;
  min-height: 140px;
  position: relative;
  outline: 0px solid red; }
  .owl-carousel-tovar .item a img {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    height: auto;
    max-height: 100px; }
  .owl-carousel-tovar .item a span {
    display: block;
    padding-bottom: 5px;
    color: #402A26;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .owl-carousel-tovar .item a span:hover {
      color: #000; }
  .owl-carousel-tovar .item a:hover span {
    color: #000; }
  @media only screen and (max-width: 359px) {
    .owl-carousel-tovar .item a {
      font-size: 13px; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .owl-carousel-tovar .item a {
      font-size: 13px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .owl-carousel-tovar .item a {
      font-size: 13px; } }

.owl-carousel .item .wrap-video {
  position: relative; }
  .owl-carousel .item .wrap-video video {
    width: 100%;
    height: auto; }
  .owl-carousel .item .wrap-video .playVideo {
    cursor: pointer;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(90, 157, 0, 0.7);
    color: #fff;
    text-align: center;
    font-size: 36px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    z-index: 100; }
    .owl-carousel .item .wrap-video .playVideo i {
      display: inline-block;
      vertical-align: middle;
      padding-left: 10px; }
  .owl-carousel .item .wrap-video .playVideo:before {
    content: " ";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle; }

.owl-carousel-video .item .wrap-video {
  position: relative; }
  .owl-carousel-video .item .wrap-video img {
    width: 100%;
    height: auto; }
  .owl-carousel-video .item .wrap-video .playVideo {
    cursor: pointer;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(90, 157, 0, 0.7);
    color: #fff;
    text-align: center;
    font-size: 36px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    z-index: 100; }
    .owl-carousel-video .item .wrap-video .playVideo i {
      display: inline-block;
      vertical-align: middle;
      padding-left: 10px; }
  .owl-carousel-video .item .wrap-video .playVideo:before {
    content: " ";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle; }

.owl-prev, .owl-next {
  transition: background .365s;
  display: inline-block;
  width: 45px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  background: #5A9D00;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold; }
  .owl-prev:hover, .owl-next:hover {
    background: #5ab300; }
  @media only screen and (max-width: 980px) {
    .owl-prev, .owl-next {
      border-radius: 6px;
      width: 30px;
      height: 40px;
      line-height: 40px;
      margin-top: -18px;
      background: rgba(90, 157, 0, 0.25); } }

.owl-prev {
  left: -32px; }
  @media only screen and (max-width: 359px) {
    .owl-prev {
      left: -14px; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .owl-prev {
      left: -14px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .owl-prev {
      left: -14px; } }

.owl-next {
  right: -32px; }
  @media only screen and (max-width: 359px) {
    .owl-next {
      right: -14px; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .owl-next {
      right: -14px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .owl-next {
      right: -14px; } }

footer .h3-title {
  background: none;
  border-radius: 0;
  margin-bottom: 15px;
  font-weight: 500;
  padding: 0;
  color: #f6f4f4; }
  @media only screen and (max-width: 359px) {
    footer .h3-title {
      margin-bottom: 8px; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    footer .h3-title {
      margin-bottom: 8px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    footer .h3-title {
      margin-bottom: 8px; } }

.padding-footer {
  padding: 10px 20px; }

footer .flexBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  footer .flexBox .flex-item {
    padding: 0 8px; }
    @media only screen and (max-width: 359px) {
      footer .flexBox .flex-item {
        box-sizing: border-box;
        min-height: 50px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        _height: 50px;
        width: 100%;
        margin-bottom: 10px;
        text-align: left; } }
    @media only screen and (min-width: 360px) and (max-width: 599px) {
      footer .flexBox .flex-item {
        box-sizing: border-box;
        min-height: 50px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        _height: 50px;
        width: 49.10%;
        margin-bottom: 10px;
        text-align: left; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      footer .flexBox .flex-item {
        box-sizing: border-box;
        min-height: 50px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        _height: 50px;
        width: 24.2%;
        margin-bottom: 10px;
        text-align: left; } }
    footer .flexBox .flex-item ul li, footer .flexBox .flex-item a, footer .flexBox .flex-item p {
      color: #fff;
      font-weight: 100;
      line-height: 1.5;
      font-size: 14px; }
      @media only screen and (max-width: 359px) {
        footer .flexBox .flex-item ul li, footer .flexBox .flex-item a, footer .flexBox .flex-item p {
          font-size: 12px; } }
      @media only screen and (min-width: 360px) and (max-width: 599px) {
        footer .flexBox .flex-item ul li, footer .flexBox .flex-item a, footer .flexBox .flex-item p {
          font-size: 12px; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        footer .flexBox .flex-item ul li, footer .flexBox .flex-item a, footer .flexBox .flex-item p {
          font-size: 11px; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        footer .flexBox .flex-item ul li, footer .flexBox .flex-item a, footer .flexBox .flex-item p {
          font-size: 13px; } }
    footer .flexBox .flex-item a:hover {
      color: #5ab300; }
    footer .flexBox .flex-item .hasIcon {
      padding-left: 38px;
      position: relative; }
      @media only screen and (max-width: 359px) {
        footer .flexBox .flex-item .hasIcon {
          padding-left: 0; } }
      @media only screen and (min-width: 360px) and (max-width: 599px) {
        footer .flexBox .flex-item .hasIcon {
          padding-left: 0; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        footer .flexBox .flex-item .hasIcon {
          padding-left: 0; } }
      footer .flexBox .flex-item .hasIcon a, footer .flexBox .flex-item .hasIcon span {
        display: block; }
    footer .flexBox .flex-item .hasIcon:before {
      content: ' ';
      position: absolute;
      left: 2px;
      top: 50%;
      height: 28px;
      width: 28px;
      margin-top: -14px;
      background-position: center; }
      @media only screen and (max-width: 359px) {
        footer .flexBox .flex-item .hasIcon:before {
          display: none; } }
      @media only screen and (min-width: 360px) and (max-width: 599px) {
        footer .flexBox .flex-item .hasIcon:before {
          display: none; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        footer .flexBox .flex-item .hasIcon:before {
          display: none; } }
    footer .flexBox .flex-item .phone:before {
      background: url("../img/phone4.png") no-repeat; }
    footer .flexBox .flex-item .point:before {
      background: url("../img/google-location-icon-location_black.png") no-repeat;
      background-size: contain; }
  @media only screen and (max-width: 359px) {
    footer .flexBox {
      display: block; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    footer .flexBox {
      display: block; }
      footer .flexBox .flex-item:nth-child(2) {
        padding-left: 8px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    footer .flexBox {
      display: block;
      text-align: center; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    footer .flexBox {
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }

.socialIcon {
  padding: 0 0 20px 0;
  position: relative;
  top: -5px; }
  .socialIcon a {
    transition: background .365s;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    font-size: 20px; }
    .socialIcon a i {
      padding-left: 2px; }
    .socialIcon a:hover {
      background: rgba(90, 157, 0, 0.77); }

.socialIcon:after {
  content: ' ';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 15px;
  border-radius: 6px 6px 0 0;
  background: rgba(0, 0, 0, 0.3); }

/*MODAL WINDOW*/
.box_hide {
  position: fixed;
  top: 0;
  left: -99999px;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.oneScreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.fon_black {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden; }

.window {
  position: absolute;
  top: 10%;
  left: 50%;
  margin-top: -20px;
  margin-left: -150px;
  width: 300px;
  background: #fff;
  z-index: 100;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 10px 10px 10px;
  box-shadow: 1px 1px 26px #000000; }

.close_window {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0.6;
  background: red;
  height: 26px;
  width: 34px;
  border-radius: 0 9px 0 2px;
  border: none;
  outline: none; }
  .close_window i {
    color: #fff;
    font-size: 20px; }
  .close_window:hover {
    opacity: 0.9; }

input, select {
  border: 1px solid rgba(90, 157, 0, 0.77);
  outline: none;
  border-radius: 4px;
  height: 34px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 15px;
  margin-bottom: 8px; }

select {
  max-width: 100%; }

.sub_btn {
  transition: background .360s;
  display: block;
  width: 160px;
  height: 34px;
  border-radius: 4px;
  outline: none !important;
  margin: 0 auto;
  background: #fc7500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none; }
  .sub_btn:hover {
    background: #5A9D00; }

#modal_phone .window {
  height: 140px;
  background: #fff url("../img/phone4.png") no-repeat 90% 50%; }
  #modal_phone .window p {
    font-size: 15px;
    color: #000;
    padding: 2px 0; }
    #modal_phone .window p a {
      color: #000;
      font-weight: bold; }

.clear {
  clear: both; }

.block-100 {
  width: 100%;
  box-sizing: content-box; }
  .block-100 .pod-block {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box; }
    .block-100 .pod-block > .padding {
      padding: 0 15px;
      max-width: 1200px;
      margin: 0 auto; }
      @media only screen and (max-width: 359px) {
        .block-100 .pod-block > .padding {
          padding: 0 6px; } }
      @media only screen and (min-width: 360px) and (max-width: 599px) {
        .block-100 .pod-block > .padding {
          padding: 0 6px; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .block-100 .pod-block > .padding {
          padding: 0 6px; } }
    .block-100 .pod-block > .padding-top {
      padding-top: 20px; }
    .block-100 .pod-block > .padding-bottom {
      padding-bottom: 20px; }
    @media only screen and (max-width: 359px) {
      .block-100 .pod-block {
        width: 100%; } }
    @media only screen and (min-width: 360px) and (max-width: 599px) {
      .block-100 .pod-block {
        width: 100%; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .block-100 .pod-block {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .block-100 .pod-block {
        width: 100%; } }
    @media only screen and (min-width: 980px) {
      .block-100 .pod-block {
        max-width: 1300px; } }

.left-content {
  width: 49%;
  float: left; }
  .left-content .padding {
    padding: 5px; }
  @media only screen and (max-width: 359px) {
    .left-content {
      float: none;
      width: 100%; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .left-content {
      float: none;
      width: 100%; } }

.right-content {
  width: 49%;
  float: right; }
  .right-content .padding {
    padding: 5px; }
  @media only screen and (max-width: 359px) {
    .right-content {
      float: none;
      width: 100%; } }
  @media only screen and (min-width: 360px) and (max-width: 599px) {
    .right-content {
      float: none;
      width: 100%; } }

.img-respond {
  max-width: 100%;
  height: auto; }

.bg_015 {
  background: rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25); }

.bg-wait {
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px; }

.bg-footer {
  background: #5e372e;
  border-radius: 6px 6px 0 0; }

.clear-100 {
  width: 100%;
  float: left; }

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