@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  transition: none;
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
body {
  font-size: 16px;
  line-height: 1.2222;
  color: #212121;
  font-weight: 300;
}
.clear {
  clear: both;
}
p {
  margin-bottom: 18px;
}
b {
  font-weight: 400;
}
a {
  color: #0a9eac;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.main-title-block {
  text-align: center;
  margin-bottom: 27px;
}
.main-title-block h1,
.main-title-block .main-title {
  margin-bottom: 0;
}
h1,
.main-title {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  font-size: 24px;
  line-height: 0.92;
  font-weight: 300;
  text-align: center;
  margin-bottom: 27px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e4b17e;
}
h2,
.second-title,
h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #6e9e32;
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
  color: #0a9eac;
}
h4 {
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 16px;
}
.pic-box {
  margin: 25px auto 22px auto;
  display: block;
  line-height: 1;
  overflow: hidden;
  width: 400px;
  position: relative;
  font-size: 0;
}
.pic-box img {
  display: block;
  width: 100%;
}
table {
  width: auto;
  margin: -3px 0 20px -3px;
  border-collapse: separate;
  border-spacing: 3px;
  color: #6e9e32;
}
table th,
table td {
  border: 1px solid #6e9e32;
  padding: 4px 20px;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
}
table th {
  border-color: #e4b17e;
  font-size: 18px;
  padding: 5px 20px;
  color: #ea501c;
}
ul {
  margin-bottom: 25px;
}
li {
  position: relative;
  padding-left: 20px;
}
li:before {
  content: "";
  display: block;
  background: #6e9e32;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -4px;
}
.nav ul,
.header ul,
.footer ul,
ul[class] {
  margin-bottom: 0;
}
.nav li,
.header li,
.footer li,
ul[class] > li {
  padding-left: 0;
}
.nav li:before,
.header li:before,
.footer li:before,
ul[class] > li:before {
  display: none;
}
@media (min-width: 768px) {
  .pic-box {
    float: left;
    margin-top: 0;
    margin-right: 28px;
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .main-title-block h1,
  .main-title-block .main-title {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  p {
    margin-bottom: 21px;
  }
  .main-title-block h1,
  .main-title-block .main-title {
    padding-left: 100px;
    padding-right: 100px;
  }
  h1,
  .main-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  h2,
  .second-title {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .pic-box {
    width: 500px;
    margin-right: 34px;
    margin-bottom: 25px;
  }
  table th {
    font-size: 20px;
    padding: 7px 30px;
    line-height: 24px;
  }
  table td {
    padding: 3px 30px;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body.fixed {
  overflow: hidden;
}
.wrap,
.footer,
.header,
.nav,
.cnt-section {
  min-width: 480px;
  position: relative;
  clear: both;
}
.wrap {
  overflow: hidden;
}
.header .main-menu,
.footer .main-menu {
  position: relative;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 17px;
  text-align: center;
  overflow: hidden;
}
.header .main-menu ul,
.footer .main-menu ul {
  margin: 0 -5px;
}
.header .main-menu li,
.footer .main-menu li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
.header .main-menu .sep a,
.footer .main-menu .sep a {
  color: #ea501c;
}
.header .main-menu a,
.footer .main-menu a {
  display: block;
  text-decoration: none;
  color: #6e9e32;
}
.header .main-menu a:hover,
.footer .main-menu a:hover {
  text-decoration: underline;
}
.header .main-menu a.active,
.footer .main-menu a.active {
  text-decoration: none;
  color: #0a9eac !important;
}
.header .contacts-block,
.footer .contacts-block {
  clear: both;
  overflow: hidden;
  padding: 16px 2px 0 6px;
  margin: 0 auto;
  max-width: 510px;
}
.header .contact-item,
.footer .contact-item {
  white-space: nowrap;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  position: relative;
  padding: 2px 0 0 43px;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: #0a9eac;
}
.header .contact-item + .contact-item,
.footer .contact-item + .contact-item {
  float: right;
}
.header .contact-item .title,
.footer .contact-item .title {
  display: block;
  line-height: 24px;
  color: #212121;
  font-size: 20px;
  margin-bottom: -4px;
}
.header .contact-item .title span,
.footer .contact-item .title span {
  font-size: 16px;
}
.header .contact-item:before,
.footer .contact-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  transition: none;
}
.header .contact-item .info a,
.footer .contact-item .info a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid;
}
.header .contact-item .info a:hover,
.footer .contact-item .info a:hover {
  padding-bottom: 1px;
  border-bottom: none;
}
.header .contact-item-shedule:before,
.footer .contact-item-shedule:before {
  background-image: url(../img/spr.png);
  background-position: -35px -287px;
  width: 28px;
  height: 27px;
}
.header .contact-item-phone,
.footer .contact-item-phone {
  padding-left: 32px;
}
.header .contact-item-phone:before,
.footer .contact-item-phone:before {
  top: 1px;
  background-image: url(../img/spr.png);
  background-position: -117px -287px;
  width: 17px;
  height: 26px;
}
.footer {
  background: #f3f3f3 url(../img/main/p01.png) 0 0;
  padding: 35px 0 15px 0;
  text-align: center;
}
.footer:after {
  content: "";
  display: block;
  width: 167px;
  height: 364px;
  background: url(../img/main/d05.png) 0 0 no-repeat;
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 205px;
  opacity: 0.12;
}
.footer:before {
  content: "";
  display: block;
  width: 280px;
  height: 110px;
  opacity: 0.12;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: url(../img/main/d04.png) right bottom no-repeat;
  z-index: -1;
}
.footer .inner-wrap {
  overflow: hidden;
}
.footer .contacts-block {
  margin-bottom: 18px;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
}
.footer .logo-block {
  line-height: 1;
  font-size: 0;
  margin-bottom: 13px;
}
.footer .logo {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-decoration: none;
}
.footer .logo img {
  display: block;
  width: 100%;
}
.footer .copy-block {
  font-size: 16px;
  line-height: 20px;
  color: #6e9e32;
}
.footer .copy-block a,
.footer .copy-block span {
  color: #ff6633;
  text-decoration: none;
}
.footer .copy-block a:hover {
  text-decoration: underline;
}
.header {
  padding-bottom: 20px;
}
.header:before {
  content: "";
  display: block;
  width: 241px;
  height: 123px;
  background: url(../img/main/d03.png) 0 0 no-repeat;
  opacity: 0.04;
  position: absolute;
  top: 0;
  left: -105px;
}
.header .wrap-block {
  max-width: 455px;
  margin: 0 auto;
}
.header .wrap-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.header .logo-block {
  overflow: hidden;
  float: left;
  padding-left: 22px;
}
.header .actions-block {
  float: right;
  height: 80px;
  padding-right: 4px;
}
.header .logo {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  position: relative;
  padding-left: 100px;
  height: 80px;
  font-size: 14px;
  line-height: 1;
  color: #6f6f6f;
  text-decoration: none;
}
.header .logo .logo-pic {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
}
.header .logo .logo-pic img {
  display: block;
  width: 100%;
}
.header .logo .logo-text {
  display: block;
  position: relative;
  padding-top: 40px;
  line-height: 20px;
}
.header .logo .logo-text .title {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: #6e9e32;
}
.header .logo .logo-text .title span {
  color: #ea501c;
}
.header .btn-action {
  display: block;
  float: left;
  position: relative;
  padding-top: 40px;
  height: 60px;
  width: 78px;
  font-size: 14px;
  line-height: 20px;
  color: #6f6f6f;
  text-decoration: none;
  text-align: center;
}
.header .btn-action:before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  transition: none;
}
.header .btn-action-cart .count {
  display: block;
  width: 40px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #ff6633;
  position: absolute;
  top: -6px;
  left: 50%;
}
.header .btn-action-cart:before {
  background-image: url(../img/spr.png);
  background-position: -106px -237px;
  width: 37px;
  height: 30px;
  top: 11px;
  margin-left: -19px;
}
.header .btn-action-cart:hover:before {
  background-image: url(../img/spr.png);
  background-position: 0px -237px;
  width: 37px;
  height: 30px;
}
.header .btn-action-orders:before {
  background-image: url(../img/spr.png);
  background-position: -163px -237px;
  width: 32px;
  height: 30px;
  top: 11px;
  margin-left: -16px;
}
.header .btn-action-orders:hover:before {
  background-image: url(../img/spr.png);
  background-position: -265px -237px;
  width: 32px;
  height: 30px;
}
.inner-wrap,
.page {
  position: relative;
  min-width: 480px;
  max-width: 1400px;
  clear: both;
  margin: 0 auto;
  padding: 0 10px;
}
.page {
  margin-bottom: 80px;
}
.nav {
  z-index: 5;
}
@media (max-width: 999px) {
  body.fixed-menu {
    overflow: hidden;
  }
  .nav {
    background: #f3f3f3 url(../img/main/p01.png) 0 0 repeat-x;
    margin-bottom: 10px;
    height: 35px;
  }
  .nav .inner-wrap {
    padding: 0;
  }
  .nav .btn-toggle {
    display: block;
    height: 35px;
    line-height: 35px;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #212121;
    text-decoration: none;
    font-weight: 400;
  }
  .nav .btn-toggle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -90px -336px;
    width: 32px;
    height: 11px;
    position: relative;
    margin-right: 19px;
  }
  .catalog-menu-wrap .btn-toggle.active + .catalog-menu-block + .catalog-menu-overlay,
  .catalog-menu-wrap .btn-toggle.active ~ .catalog-menu-overlay {
    display: block;
  }
  .catalog-menu-block {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
  }
  .catalog-menu-block .btn-popup-close {
    display: inline-block;
    vertical-align: middle;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -288px -57px;
    width: 30px;
    height: 31px;
    position: fixed;
    top: 115px;
    right: 80px;
    z-index: 110;
  }
  .catalog-menu-block a {
    display: block;
    position: relative;
    text-decoration: none;
  }
  .catalog-menu-block ul {
    animation: fadein ease 0.3s;
  }
  .catalog-menu-block li.open > ul {
    display: block;
  }
  .catalog-menu-block > ul {
    overflow: auto;
    max-height: 100%;
    padding: 155px 100px 0 100px;
  }
  .catalog-menu-block > ul > li:last-child:after {
    display: none;
  }
  .catalog-menu-block > ul > li.open > a {
    color: #ea501c;
  }
  .catalog-menu-block > ul > li:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #e4b17e;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
  }
  .catalog-menu-block > ul > li > a {
    font-size: 20px;
    line-height: 24px;
    color: #212121;
    padding: 10px 0;
  }
  .catalog-menu-block > ul > li > a:hover,
  .catalog-menu-block > ul > li > a.active {
    color: #ea501c;
  }
  .catalog-menu-block > ul > li > ul {
    display: none;
    padding: 5px 0;
  }
  .catalog-menu-block > ul > li > ul > li {
    border-bottom: 1px dotted #8abc4b;
  }
  .catalog-menu-block > ul > li > ul > li:last-child {
    border-bottom: none;
  }
  .catalog-menu-block > ul > li > ul > li.open > a {
    color: #6e9e32;
  }
  .catalog-menu-block > ul > li > ul > li > a {
    font-size: 18px;
    line-height: 20px;
    color: #212121;
    padding: 4px 0;
  }
  .catalog-menu-block > ul > li > ul > li > a:hover,
  .catalog-menu-block > ul > li > ul > li > a.active {
    color: #ea501c;
  }
  .catalog-menu-block > ul > li > ul ul {
    display: none;
    font-size: 18px;
    line-height: 22px;
    padding: 5px 0 13px 0;
  }
  .catalog-menu-block > ul > li > ul ul a {
    color: #6e9e32;
  }
  .catalog-menu-block > ul > li > ul ul a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 -5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6e9e32;
  }
  .catalog-menu-block > ul > li > ul ul a:hover {
    color: #ea501c;
  }
  .catalog-menu-overlay {
    display: none;
    animation: fadein ease 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(243, 243, 243, 0.95) url(../img/main/p01.png);
  }
  .catalog-menu-overlay:before,
  .catalog-menu-overlay:after {
    content: "";
    display: block;
    width: 251px;
    height: 123px;
    position: absolute;
    top: 0;
    left: -89px;
    opacity: 0.12;
    background: url(../img/main/d01.png) 0 0 no-repeat;
  }
  .catalog-menu-overlay:after {
    width: 167px;
    height: 364px;
    left: auto;
    top: 197px;
    right: -92px;
    background-image: url(../img/main/d02.png);
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .catalog-menu-block > ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-menu-block > ul > li > ul {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-bottom: 20px;
  }
  .catalog-menu-block > ul > li > ul > li {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .catalog-menu-block > ul {
    padding-left: 95px;
    padding-right: 95px;
  }
  .catalog-menu-block > ul > li > ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .catalog-menu-block .btn-popup-close {
    right: 170px;
  }
}
@media (min-width: 600px) {
  .header .contacts-block,
  .footer .contacts-block {
    padding-left: 0;
    padding-right: 0;
  }
  .header .contact-item,
  .footer .contact-item {
    padding-left: 47px;
    padding-top: 0;
  }
  .header .contact-item .title,
  .footer .contact-item .title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: -2px;
  }
  .header .contact-item .title span,
  .footer .contact-item .title span {
    font-size: 18px;
  }
  .header .contact-item-phone,
  .footer .contact-item-phone {
    padding-left: 38px;
  }
  .footer .inner-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .wrap {
    min-height: 100%;
  }
  .empty-page {
    height: 160px;
  }
  .header .main-menu,
  .footer .main-menu {
    display: block;
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: 50%;
    padding-right: 130px;
    text-align: left;
  }
  .header .main-menu ul,
  .footer .main-menu ul {
    margin: 0;
    overflow: hidden;
  }
  .header .main-menu li,
  .footer .main-menu li {
    float: left;
    margin: 0 13px 0 0;
    line-height: 23px;
    padding: 0;
  }
  .header .contacts-block,
  .footer .contacts-block {
    position: absolute;
    top: 0px;
    left: 20px;
    right: 20px;
    padding: 0;
    max-width: 100%;
  }
  .footer {
    margin-top: -160px;
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .footer .inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
    height: 110px;
  }
  .footer .contacts-block {
    position: relative;
    left: auto;
    right: auto;
    z-index: 2;
  }
  .footer .logo-block {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
  }
  .footer .logo {
    width: 80px;
    height: 80px;
  }
  .footer .copy-block {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 20px;
    text-align: left;
  }
  .footer .main-menu {
    left: auto;
    right: 00px;
    width: 245px;
    padding: 0;
    z-index: 2;
  }
  .header {
    padding: 40px 0 15px 0;
  }
  .header .actions-block {
    position: absolute;
    bottom: 2px;
    right: 0px;
    padding: 0;
    height: auto;
  }
  .header .logo-block {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .header .logo {
    display: inline-block;
    vertical-align: top;
    padding: 90px 0 0 0;
    text-align: center;
    height: auto;
  }
  .header .logo .logo-pic {
    left: 50%;
    margin-left: -40px;
  }
  .header .logo .logo-text {
    display: block;
    padding: 0;
    margin: 0 0 0px 0;
  }
  .header .logo .logo-text .title {
    position: relative;
    top: auto;
    margin-bottom: -5px;
  }
  .catalog-menu-overlay:before {
    left: 0;
  }
  .catalog-menu-overlay:after {
    right: 0;
  }
  .inner-wrap,
  .page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1000px) {
  .header .contact-item .title span,
  .footer .contact-item .title span {
    font-size: 24px;
  }
  .header .main-menu .sep + li:not([class]),
  .footer .main-menu .sep + li:not([class]) {
    clear: left;
  }
  .footer .main-menu li {
    clear: none !important;
  }
  .nav {
    margin: 0;
  }
  .catalog-menu-wrap .btn-toggle,
  .catalog-menu-wrap .btn-popup-close,
  .catalog-menu-wrap .catalog-menu-overlay {
    display: none !important;
  }
  .catalog-menu-wrap ul {
    display: none;
    animation: fadein ease 0.3s;
  }
  .catalog-menu-block > ul {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
  }
  .catalog-menu-block > ul > li {
    display: table-cell;
    width: 1px;
    position: relative;
    padding: 0 3px;
  }
  .catalog-menu-block > ul > li:last-child > a,
  .catalog-menu-block > ul > li.last > a {
    background-position: right bottom !important;
  }
  .catalog-menu-block > ul > li:last-child > ul,
  .catalog-menu-block > ul > li.last > ul {
    left: auto;
    right: 3px;
    border-radius: 10px 0 10px 10px;
    background-position: right 0;
  }
  .catalog-menu-block > ul > li:last-child > ul {
    right: 0;
  }
  .catalog-menu-block > ul > li:first-child > ul {
    left: 0;
  }
  .catalog-menu-block > ul > li.submenu:hover > a {
    border-radius: 10px 10px 0 0;
    background: rgba(243, 243, 243, 0.95) url(../img/main/p01.png) 0 bottom;
    color: #ea501c;
  }
  .catalog-menu-block > ul > li:hover > ul {
    display: block;
  }
  .catalog-menu-block > ul > li:hover > a {
    color: #ea501c;
  }
  .catalog-menu-block > ul > li:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background: #e4b17e;
  }
  .catalog-menu-block > ul > li:first-child {
    padding-left: 0;
  }
  .catalog-menu-block > ul > li:first-child:after {
    display: none;
  }
  .catalog-menu-block > ul > li:last-child {
    padding-right: 0;
  }
  .catalog-menu-block > ul > li > a {
    display: block;
    line-height: 40px;
    font-size: 17px;
    color: #212121;
    text-decoration: none;
  }
  .catalog-menu-block > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 3px;
    background: rgba(243, 243, 243, 0.95) url(../img/main/p01.png) 0 0;
    border-radius: 0 10px 10px 10px;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 15px 30px;
    width: 620px;
    z-index: 2;
    text-align: left;
    white-space: normal;
  }
  .catalog-menu-block > ul > li > ul > li {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dotted #8abc4b;
  }
  .catalog-menu-block > ul > li > ul > li:hover > a {
    color: #ea501c;
  }
  .catalog-menu-block > ul > li > ul > li.open > a {
    color: #6e9e32 !important;
  }
  .catalog-menu-block > ul > li > ul > li.open ul {
    display: block;
  }
  .catalog-menu-block > ul > li > ul > li > a {
    display: block;
    font-size: 17px;
    line-height: 20px;
    color: #212121;
    text-decoration: none;
    padding: 4px 0;
  }
  .catalog-menu-block > ul > li > ul > li > a:hover {
    color: #ea501c;
  }
  .catalog-menu-block > ul > li > ul > li > a.active {
    color: #0a9eac;
  }
  .catalog-menu-block > ul > li > ul > li ul {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 0 13px 15px;
  }
  .catalog-menu-block > ul > li > ul > li ul a {
    color: #6e9e32;
    text-decoration: none;
    display: block;
    position: relative;
  }
  .catalog-menu-block > ul > li > ul > li ul a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 -5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6e9e32;
  }
  .catalog-menu-block > ul > li > ul > li ul a:hover {
    color: #ea501c;
  }
}
@media (min-width: 1200px) {
  .empty-page {
    height: 200px;
  }
  .header .main-menu,
  .footer .main-menu {
    left: 50px;
  }
  .header .contacts-block,
  .footer .contacts-block {
    left: 50px;
    right: 50px;
  }
  .header .contact-item,
  .footer .contact-item {
    padding-top: 0;
    font-size: 20px;
    line-height: 20px;
  }
  .header .contact-item .title,
  .footer .contact-item .title {
    font-size: 28px;
    line-height: 28px;
    margin-top: -3px;
  }
  .header .contact-item .title span,
  .footer .contact-item .title span {
    font-size: 28px;
  }
  .footer {
    padding: 50px 0 20px 0;
    margin-top: -200px;
  }
  .footer .inner-wrap {
    padding-left: 50px;
    padding-right: 50px;
    height: 130px;
  }
  .footer .contacts-block {
    left: 0;
    right: 0;
  }
  .footer .logo-block {
    top: 0;
  }
  .footer .logo {
    width: 100px;
    height: 100px;
  }
  .footer .copy-block {
    left: 50px;
    font-size: 18px;
    line-height: 23px;
  }
  .footer .main-menu {
    left: auto;
    right: 50px;
    float: right;
    width: auto;
  }
  .footer .main-menu li {
    float: right;
    margin-right: 0;
    margin-left: 18px;
  }
  .footer .main-menu .sep + li:not([class]) {
    clear: right !important;
  }
  .header {
    padding: 50px 0 25px 0;
  }
  .header:before {
    left: 0;
  }
  .header .actions-block {
    right: 20px;
  }
  .header .main-menu {
    font-size: 18px;
    line-height: 20px;
  }
  .header .main-menu li {
    margin-top: 5px;
  }
  .header .logo {
    padding-top: 130px;
    font-size: 18px;
    line-height: 20px;
  }
  .header .logo .logo-pic {
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .header .logo .logo-text {
    font-size: 18px;
    line-height: 20px;
  }
  .header .logo .logo-text .title {
    font-size: 30px;
    line-height: 32px;
  }
  .header .btn-action {
    line-height: 20px;
    font-size: 16px;
    height: auto;
    padding-top: 55px;
    width: 80px;
    margin: 0 12px;
  }
  .header .btn-action-cart:before {
    background-image: url(../img/spr.png);
    background-position: -129px -177px;
    width: 49px;
    height: 40px;
    margin-left: -25px;
    top: 13px;
  }
  .header .btn-action-cart:hover:before {
    background-image: url(../img/spr.png);
    background-position: -60px -177px;
    width: 49px;
    height: 40px;
  }
  .header .btn-action-cart .count {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 18px;
  }
  .header .btn-action-orders:before {
    background-image: url(../img/spr.png);
    background-position: -198px -177px;
    width: 44px;
    height: 40px;
    margin-left: -22px;
    top: 16px;
  }
  .header .btn-action-orders:hover:before {
    background-image: url(../img/spr.png);
    background-position: -224px 0px;
    width: 44px;
    height: 40px;
  }
  .inner-wrap,
  .page {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page {
    margin-bottom: 100px;
  }
  .catalog-menu-block {
    margin-bottom: 8px;
  }
  .catalog-menu-block > ul > li > a {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
  }
  .catalog-menu-block > ul > li > ul {
    padding: 15px 40px 25px 40px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .catalog-menu-block > ul > li > ul > li > a {
    font-size: 18px;
    line-height: 22px;
    padding: 3px 0;
  }
  .catalog-menu-block > ul > li > ul > li ul {
    font-size: 18px;
    line-height: 22px;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-a01 {
  background-image: url(../img/spr.png);
  background-position: -344px -81px;
  width: 8px;
  height: 16px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -264px -287px;
  width: 13px;
  height: 23px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: -188px -287px;
  width: 13px;
  height: 23px;
}
.i-a04 {
  background-image: url(../img/spr.png);
  background-position: -154px -287px;
  width: 14px;
  height: 26px;
}
.i-a05 {
  background-image: url(../img/spr.png);
  background-position: -288px -159px;
  width: 15px;
  height: 30px;
}
.i-a06 {
  background-image: url(../img/spr.png);
  background-position: -83px -287px;
  width: 14px;
  height: 26px;
}
.i-a07 {
  background-image: url(../img/spr.png);
  background-position: 0px -287px;
  width: 15px;
  height: 29px;
}
.i-a08 {
  background-image: url(../img/spr.png);
  background-position: -180px 0px;
  width: 24px;
  height: 47px;
}
.i-a09 {
  background-image: url(../img/spr.png);
  background-position: -180px -67px;
  width: 24px;
  height: 47px;
}
.i-a10 {
  background-image: url(../img/spr.png);
  background-position: 0px -100px;
  width: 30px;
  height: 57px;
}
.i-a11 {
  background-image: url(../img/spr.png);
  background-position: -50px -100px;
  width: 30px;
  height: 57px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -344px -117px;
  width: 1px;
  height: 1px;
}
.i-btn-close-d {
  background-image: url(../img/spr.png);
  background-position: -224px -120px;
  width: 36px;
  height: 37px;
}
.i-btn-close-dh {
  background-image: url(../img/spr.png);
  background-position: -288px 0px;
  width: 36px;
  height: 37px;
}
.i-btn-close-h {
  background-image: url(../img/spr.png);
  background-position: -288px -108px;
  width: 30px;
  height: 31px;
}
.i-btn-close {
  background-image: url(../img/spr.png);
  background-position: -288px -57px;
  width: 30px;
  height: 31px;
}
.i-btn-del-h {
  background-image: url(../img/spr.png);
  background-position: -297px -287px;
  width: 21px;
  height: 21px;
}
.i-btn-del {
  background-image: url(../img/spr.png);
  background-position: -344px 0px;
  width: 21px;
  height: 21px;
}
.i-btn-hcart-d {
  background-image: url(../img/spr.png);
  background-position: -129px -177px;
  width: 49px;
  height: 40px;
}
.i-btn-hcart-dh {
  background-image: url(../img/spr.png);
  background-position: -60px -177px;
  width: 49px;
  height: 40px;
}
.i-btn-hcart-h {
  background-image: url(../img/spr.png);
  background-position: 0px -237px;
  width: 37px;
  height: 30px;
}
.i-btn-hcart {
  background-image: url(../img/spr.png);
  background-position: -106px -237px;
  width: 37px;
  height: 30px;
}
.i-btn-hmenu {
  background-image: url(../img/spr.png);
  background-position: -90px -336px;
  width: 32px;
  height: 11px;
}
.i-btn-horders-d {
  background-image: url(../img/spr.png);
  background-position: -198px -177px;
  width: 44px;
  height: 40px;
}
.i-btn-horders-dh {
  background-image: url(../img/spr.png);
  background-position: -224px 0px;
  width: 44px;
  height: 40px;
}
.i-btn-horders-h {
  background-image: url(../img/spr.png);
  background-position: -265px -237px;
  width: 32px;
  height: 30px;
}
.i-btn-horders {
  background-image: url(../img/spr.png);
  background-position: -163px -237px;
  width: 32px;
  height: 30px;
}
.i-btn-refresh-h {
  background-image: url(../img/spr.png);
  background-position: -45px -336px;
  width: 25px;
  height: 20px;
}
.i-btn-refresh {
  background-image: url(../img/spr.png);
  background-position: 0px -336px;
  width: 25px;
  height: 20px;
}
.i-btn-search-d {
  background-image: url(../img/spr.png);
  background-position: 0px -177px;
  width: 40px;
  height: 40px;
}
.i-btn-search {
  background-image: url(../img/spr.png);
  background-position: -215px -237px;
  width: 30px;
  height: 30px;
}
.i-btn-zoom-large-d {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 80px;
  height: 80px;
}
.i-btn-zoom-large {
  background-image: url(../img/spr.png);
  background-position: -100px 0px;
  width: 60px;
  height: 60px;
}
.i-btn-zoom-small-d {
  background-image: url(../img/spr.png);
  background-position: -100px -100px;
  width: 50px;
  height: 50px;
}
.i-btn-zoom-small {
  background-image: url(../img/spr.png);
  background-position: -224px -60px;
  width: 40px;
  height: 40px;
}
.i-dot-d {
  background-image: url(../img/spr.png);
  background-position: -57px -237px;
  width: 29px;
  height: 30px;
}
.i-dot {
  background-image: url(../img/spr.png);
  background-position: -344px -41px;
  width: 19px;
  height: 20px;
}
.i-frm-helper-h {
  background-image: url(../img/spr.png);
  background-position: -180px -134px;
  width: 23px;
  height: 23px;
}
.i-frm-helper {
  background-image: url(../img/spr.png);
  background-position: -221px -287px;
  width: 23px;
  height: 23px;
}
.i-ico-hphone {
  background-image: url(../img/spr.png);
  background-position: -117px -287px;
  width: 17px;
  height: 26px;
}
.i-ico-htime {
  background-image: url(../img/spr.png);
  background-position: -35px -287px;
  width: 28px;
  height: 27px;
}
/* ----------------------------------- *\
      forms styles
\* ----------------------------------- */
.frm-helper {
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -221px -287px;
  width: 23px;
  height: 23px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.frm-helper:before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border: 12px solid rgba(0, 0, 0, 0);
  border-top-color: #0a9eac;
  opacity: 0.95;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  margin-bottom: -10px;
  animation: fadein ease 0.8s;
}
.frm-helper:hover {
  background-image: url(../img/spr.png);
  background-position: -180px -134px;
  width: 23px;
  height: 23px;
}
.frm-helper:hover:before {
  display: block;
}
.btn-refresh {
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: 0px -336px;
  width: 25px;
  height: 20px;
}
.btn-refresh:hover {
  background-image: url(../img/spr.png);
  background-position: -45px -336px;
  width: 25px;
  height: 20px;
}
.btn-del {
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -344px 0px;
  width: 21px;
  height: 21px;
}
.btn-del:hover {
  background-image: url(../img/spr.png);
  background-position: -297px -287px;
  width: 21px;
  height: 21px;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  height: 40px;
  border: 1px solid #0a9eac;
  border-radius: 0;
  box-shadow: none;
  padding: 0 19px;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #212121;
}
textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-color: #ff6633;
}
textarea.inp-error,
input[type="text"].inp-error,
input[type="tel"].inp-error,
input[type="email"].inp-error,
input[type="password"].inp-error {
  border-color: #c80000;
}
textarea {
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.btn,
button,
input[type="submit"] {
  height: 40px;
  line-height: 38px;
  border: 1px solid #6e9e32;
  position: relative;
  padding: 0 75px;
  background: none;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #6e9e32;
  font-family: 'Open Sans', sans-serif;
}
.btn:before,
button:before,
input[type="submit"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/main/p02.png) 0 0;
  opacity: 0.45;
  transition: opacity ease 0.3s;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn.active,
button.active,
input[type="submit"].active {
  background: #6e9e32;
  color: #fff;
}
.btn:hover:before,
button:hover:before,
input[type="submit"]:hover:before,
.btn.active:before,
button.active:before,
input[type="submit"].active:before {
  opacity: 0;
}
.btn.btn-second,
button.btn-second,
input[type="submit"].btn-second {
  border-color: #ff6633;
  color: #ff6633;
}
.btn.btn-second:before,
button.btn-second:before,
input[type="submit"].btn-second:before {
  background-image: url(../img/main/p03.png);
}
.btn.btn-second:hover,
button.btn-second:hover,
input[type="submit"].btn-second:hover,
.btn.btn-second.active,
button.btn-second.active,
input[type="submit"].btn-second.active {
  background: #ff6633;
  color: #fff;
}
.frm-popup {
  text-align: center;
  padding: 0 35px;
}

.frm-popup.active .frm-succefull {
  display: block;
}
.frm-popup.active .frm-block {
  display: none;
}
.frm-popup .text-block,
.frm-popup .frm-succefull {
  margin-bottom: 30px;
}
.frm-popup .frm-row {
  margin-bottom: 10px;
}
.frm-popup .frm-row-submit {
  margin-top: 35px;
  margin-bottom: 0;
  text-align: center;
}
.frm-popup .frm-row-submit .btn,
.frm-popup .frm-row-submit button,
.frm-popup .frm-row-submit input[type="submit"] {
  min-width: 330px;
  padding: 0 20px;
}
.frm-popup textarea,
.frm-popup input[type="text"],
.frm-popup input[type="tel"],
.frm-popup input[type="email"],
.frm-popup input[type="password"] {
  height: 40px;
  padding: 0 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #212121;
  background: none;
  border-color: #8abc4b;
}
.frm-popup textarea:focus,
.frm-popup input[type="text"]:focus,
.frm-popup input[type="tel"]:focus,
.frm-popup input[type="email"]:focus,
.frm-popup input[type="password"]:focus {
  background: #fff;
  border-color: #0a9eac;
}
.frm-popup textarea:focus[placeholder]::-webkit-input-placeholder,
.frm-popup input[type="text"]:focus[placeholder]::-webkit-input-placeholder,
.frm-popup input[type="tel"]:focus[placeholder]::-webkit-input-placeholder,
.frm-popup input[type="email"]:focus[placeholder]::-webkit-input-placeholder,
.frm-popup input[type="password"]:focus[placeholder]::-webkit-input-placeholder {
  color: #212121;
}
.frm-popup textarea:focus[placeholder]:-moz-placeholder,
.frm-popup input[type="text"]:focus[placeholder]:-moz-placeholder,
.frm-popup input[type="tel"]:focus[placeholder]:-moz-placeholder,
.frm-popup input[type="email"]:focus[placeholder]:-moz-placeholder,
.frm-popup input[type="password"]:focus[placeholder]:-moz-placeholder {
  color: #212121;
}
.frm-popup textarea:focus[placeholder]::-moz-placeholder,
.frm-popup input[type="text"]:focus[placeholder]::-moz-placeholder,
.frm-popup input[type="tel"]:focus[placeholder]::-moz-placeholder,
.frm-popup input[type="email"]:focus[placeholder]::-moz-placeholder,
.frm-popup input[type="password"]:focus[placeholder]::-moz-placeholder {
  color: #212121;
}
.frm-popup textarea:focus[placeholder]:-ms-input-placeholder,
.frm-popup input[type="text"]:focus[placeholder]:-ms-input-placeholder,
.frm-popup input[type="tel"]:focus[placeholder]:-ms-input-placeholder,
.frm-popup input[type="email"]:focus[placeholder]:-ms-input-placeholder,
.frm-popup input[type="password"]:focus[placeholder]:-ms-input-placeholder {
  color: #212121;
}
.frm-popup textarea.inp-error,
.frm-popup input[type="text"].inp-error,
.frm-popup input[type="tel"].inp-error,
.frm-popup input[type="email"].inp-error,
.frm-popup input[type="password"].inp-error {
  border-color: #ff5c5c;
}
.frm-popup [placeholder]::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
.frm-popup [placeholder]:-moz-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
.frm-popup [placeholder]::-moz-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
.frm-popup [placeholder]:-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
body .ui-widget-overlay {
  background: rgba(243, 243, 243, 0.95) url(../img/main/p01.png);
}
body .ui-widget-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -105px;
  width: 251px;
  height: 123px;
  background: url(../img/main/d01.png);
  opacity: 0.12;
}
body .ui-widget-overlay:before {
  content: "";
  display: block;
  width: 167px;
  height: 364px;
  background: url(../img/main/d02.png);
  position: absolute;
  top: 194px;
  right: -89px;
  opacity: 0.12;
}
body .ui-dialog {
  overflow: visible;
  padding: 0px 0 0 0;
  background: none;
  width: 480px !important;
  left: 50% !important;
  margin-left: -240px;
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 70px 0 0 0;
  margin: 0 0 27px 0;
  text-align: center;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
  text-align: center;
  white-space: normal;
  font-size: 24px;
  font-weight: 300;
  color: #212121;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
  padding: 0 80px;
  border-bottom: 1px solid #e4b17e;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -288px -57px;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 33px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background-image: url(../img/spr.png);
  background-position: -288px -108px;
  width: 30px;
  height: 31px;
}
body .ui-dialog .ui-dialog-content {
  padding: 0;
  overflow: visible;
}
body .ui-tooltip {
  background: rgba(10, 158, 172, 0.95);
  max-width: 230px;
  padding: 20px 15px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  border-radius: 5px;
  box-shadow: none;
}
body .ui-tooltip.dark {
  background: #0a9eac;
}
body .ui-selectmenu-button {
  width: 100% !important;
  padding: 0;
  outline: none;
}
body .ui-selectmenu-button:hover span.ui-selectmenu-text,
body .ui-selectmenu-button.ui-corner-top span.ui-selectmenu-text {
  border-color: #e4b17e;
  color: #ea501c;
}
body .ui-selectmenu-button:hover span.ui-icon:before,
body .ui-selectmenu-button.ui-corner-top span.ui-icon:before {
  background-image: url(../img/spr.png);
  background-position: -188px -287px;
  width: 13px;
  height: 23px;
}
body .ui-selectmenu-button.ui-corner-top span.ui-icon:before {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body .ui-selectmenu-button span.ui-selectmenu-text {
  outline: none;
  display: block;
  height: 30px;
  line-height: 28px;
  border: 1px solid #0a9eac;
  padding: 0 35px 0 19px;
  font-size: 18px;
  color: #0a9eac;
  font-weight: 300;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}
body .ui-selectmenu-button span.ui-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
body .ui-selectmenu-button span.ui-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -264px -287px;
  width: 13px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 10px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: -12px 0 0 -7px;
}
body .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #e4b17e;
  background: #fff;
  padding: 0 10px 0 19px !important;
  margin-top: 3px !important;
  font-size: 18px;
  font-weight: 300;
  color: #ea501c;
}
body .ui-menu .ui-menu-item:hover,
body .ui-menu .ui-menu-item.ui-state-focus {
  background: #ff6633;
  border-color: #ff6633;
  color: #fff;
}
.frm-select {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}
.frm-select:hover label {
  color: #ea501c;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}
.frm-select input[type="radio"] ~ label:before,
.frm-select input[type="radio"] ~ label:after {
  border-radius: 50%;
}
.frm-select input:checked ~ label:after {
  display: block;
}
.frm-select label {
  display: block;
  padding-left: 35px;
  line-height: 20px;
  cursor: pointer;
}
.frm-select label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ea501c;
  position: absolute;
  top: 0;
  left: 0;
}
.frm-select label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #ea501c;
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
}
.frm-select-link {
  font-size: 18px;
  line-height: 22px;
  color: #0a9eac;
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.frm-select-link:hover {
  color: #ea501c;
}
.frm-select-link input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}
.frm-select-link input:checked + label {
  color: #ea501c;
}
.frm-select-link label {
  display: block;
  cursor: pointer;
}
.frm-main-search {
  position: relative;
  overflow: hidden;
  height: 40px;
}
.frm-main-search:hover input {
  border-color: #538811 !important;
}
.frm-main-search input[type="text"],
.frm-main-search input[type="search"] {
  display: block;
  height: 40px;
  padding: 0 50px 0 20px;
  border: 1px solid #6e9e32;
  background: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 300;
  color: #212121;
  font-size: 20px;
}
.frm-main-search input[type="text"]:focus,
.frm-main-search input[type="search"]:focus {
  border-color: #6e9e32;
  border-width: 2px;
  padding-left: 19px;
}
.frm-main-search [placeholder]::-webkit-input-placeholder {
  color: #6f6f6f;
}
.frm-main-search [placeholder]:-moz-placeholder {
  color: #6f6f6f;
}
.frm-main-search [placeholder]::-moz-placeholder {
  color: #6f6f6f;
}
.frm-main-search [placeholder]:-ms-input-placeholder {
  color: #6f6f6f;
}
.frm-main-search .btn,
.frm-main-search button,
.frm-main-search input[type="submit"] {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  box-shadow: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -215px -237px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 16px;
  cursor: pointer;
}
.frm-main-search .btn:before,
.frm-main-search button:before,
.frm-main-search input[type="submit"]:before {
  display: none;
}
.frm-content {
  margin-bottom: 30px;
}
.frm-content .frm-row {
  margin: 0 auto 22px auto;
  position: relative;
}
.frm-content .frm-row > label {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
}
.frm-content .frm-row-actions {
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  padding-top: 8px;
}
.frm-content .frm-row-actions > * {
  float: left;
}
.frm-content .frm-row-actions > * + * {
  float: right;
}
.frm-content .frm-row-submit {
  margin-top: 40px;
  margin-bottom: 0;
}
.frm-content textarea,
.frm-content input[type="text"],
.frm-content input[type="tel"],
.frm-content input[type="email"],
.frm-content input[type="password"] {
  text-align: center;
}
.frm-row-submit {
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
}
.frm-row-submit > * {
  margin: 0 10px 20px 10px;
}
.frm-row-submit .frm-price {
  margin-top: -5px;
}
.frm-row-submit .btn-second {
  min-width: 300px;
}
.frm-price {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #ff6633;
  margin-bottom: 15px;
}
.frm-price span {
  font-size: 20px;
  font-weight: 300;
}
.frm-select-links {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 21px;
  text-align: center;
}
.frm-select-links .title,
.frm-select-links .frm-select {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}
.frm-select-links .frm-select label {
  padding-left: 25px;
}
.frm-select-links .frm-select label:before {
  border-color: #0a9eac;
}
.frm-select-links .frm-select label:after {
  background-color: #0a9eac;
}
.frm-select-links .frm-select label:hover {
  color: #0a9eac;
}
.frm-select-dropdown {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 32px;
  text-align: center;
}
.frm-select-dropdown .title,
.frm-select-dropdown .frm-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 14px;
}
.frm-select-dropdown .frm-select {
  min-width: 210px;
  text-align: left;
}
@media (min-width: 600px) {
  .frm-popup .text-block,
  .frm-popup .frm-succefull {
    margin-left: -80px;
    margin-right: -80px;
  }
  .frm-content .frm-row {
    max-width: 410px;
  }
  .frm-content .frm-row-actions {
    max-width: 433px;
  }
  .frm-content .frm-row-submit {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  textarea,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    height: 50px;
    padding: 0 29px;
    font-size: 24px;
  }
  textarea {
    height: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .btn,
  button,
  input[type="submit"] {
    font-size: 24px;
    padding: 0 70px;
  }
  .frm-popup .text-block,
  .frm-popup .frm-succefull {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  .frm-popup .frm-row {
    margin-bottom: 20px;
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
  }
  .frm-popup .frm-row-submit {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .frm-popup textarea,
  .frm-popup input[type="text"],
  .frm-popup input[type="tel"],
  .frm-popup input[type="email"],
  .frm-popup input[type="password"] {
    height: 50px;
    font-size: 24px;
  }
  body .ui-widget-overlay:after {
    left: 0;
  }
  body .ui-widget-overlay:before {
    right: 0;
  }
  body .ui-dialog {
    width: 700px !important;
    margin-left: -350px;
  }
  body .ui-dialog .ui-dialog-titlebar {
    padding-top: 70px;
    margin-bottom: 35px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 28px;
    line-height: 40px;
    padding: 0 100px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background-image: url(../img/spr.png);
    background-position: -224px -120px;
    width: 36px;
    height: 37px;
    right: 60px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
    background-image: url(../img/spr.png);
    background-position: -288px 0px;
    width: 36px;
    height: 37px;
  }
  body .ui-selectmenu-button span.ui-selectmenu-text {
    height: 35px;
    line-height: 33px;
    padding: 0 40px 0 19px;
    font-size: 20px;
  }
  body .ui-selectmenu-button span.ui-icon {
    height: 35px;
  }
  body .ui-menu .ui-menu-item {
    height: 35px;
    line-height: 33px;
  }
  body .ui-menu .ui-menu-item:hover,
  body .ui-menu .ui-menu-item.ui-state-focus {
    margin: 0;
    padding: 0;
  }
  .frm-select {
    font-size: 20px;
  }
  .frm-select label {
    padding-left: 40px;
  }
  .frm-select-link {
    font-size: 20px;
    line-height: 24px;
  }
  .frm-main-search {
    height: 50px;
  }
  .frm-main-search input[type="text"],
  .frm-main-search input[type="search"] {
    height: 50px;
    padding: 0 80px 0 30px;
    font-size: 24px;
  }
  .frm-main-search input[type="text"]:focus,
  .frm-main-search input[type="search"]:focus {
    padding-left: 29px;
  }
  .frm-main-search .btn,
  .frm-main-search button,
  .frm-main-search input[type="submit"] {
    background-image: url(../img/spr.png);
    background-position: 0px -177px;
    width: 40px;
    height: 40px;
    top: 6px;
    right: 31px;
  }
  .frm-content {
    margin-bottom: 35px;
  }
  .frm-content .frm-row {
    margin-bottom: 25px;
  }
  .frm-content .frm-row > label {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .frm-content .frm-row-actions {
    padding-top: 6px;
  }
  .frm-row-submit .frm-price {
    margin-top: 0;
  }
  .frm-price {
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 35px;
  }
  .frm-price span {
    font-size: 24px;
  }
  .frm-auth {
    margin-top: 45px;
  }
  .frm-select-links {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .frm-select-dropdown {
    margin-bottom: 38px;
    font-size: 20px;
    line-height: 24px;
  }
  .frm-select-dropdown .frm-select {
    min-width: 225px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn-toggle.active + .popup-block {
  display: block !important;
}
.popup-block {
  animation: fadein ease 0.3s;
}
.ico-block {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 2px;
  text-decoration: none;
}
.ico-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
/* ----------------------------------- *\
      animation
\* ----------------------------------- */
.item-animation {
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  opacity: 0;
}
.item-animation.item-active {
  opacity: 1;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.item-aleft {
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.item-aright {
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.item-abottom {
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.item-atop {
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.height-value {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
.item-total {
  font-size: 18px;
  line-height: 25px;
  position: relative;
  overflow: hidden;
  color: #6e9e32;
  font-weight: 300;
}
.item-total .title,
.item-total .val {
  display: block;
  position: relative;
  z-index: 2;
  background: #fff;
}
.item-total .title {
  float: left;
  padding-right: 3px;
}
.item-total .val {
  float: right;
  padding-left: 3px;
}
.item-total:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 1px;
  border-top: 1px dotted #6e9e32;
}
.item-more {
  display: block;
  position: relative;
}
.item-more .btn-more {
  display: block;
  position: relative;
  padding: 0 40px 0 0;
  text-decoration: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px dotted #6e9e32;
  color: #6e9e32;
}
.item-more .btn-more:hover,
.item-more .btn-more.active {
  color: #0a9eac;
  border-bottom-color: #0a9eac;
}
.item-more .btn-more:hover:before,
.item-more .btn-more.active:before {
  background-image: url(../img/spr.png);
  background-position: -83px -287px;
  width: 14px;
  height: 26px;
}
.item-more .btn-more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -154px -287px;
  width: 14px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 10px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: -13px 0 0 -7px;
}
.item-more .btn-more.active:before {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.item-more .more-block {
  display: none;
  padding: 20px 0 0 20px;
  font-style: italic;
}
.item-more .more-block p {
  margin: 0;
}
.item-cat {
  display: block;
  position: relative;
  overflow: hidden;
  width: 340px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  padding: 78px 20px 30px 20px;
  border-radius: 10px;
  transition: box-shadow ease 0.3s;
}
.item-cat:before {
  content: "";
  display: block;
  position: absolute;
  top: 278px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: url(../img/main/p03.png);
  z-index: -1;
}
.item-cat:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.item-cat:hover .title-block {
  border-bottom: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.95);
}
.item-cat:hover .title-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  background: url(../img/main/p03.png);
}
.item-cat:hover:before {
  opacity: 0.2;
}
.item-cat:hover .photo-block {
  border-bottom-color: #e5e5e5;
  background: #fff;
}
.item-cat .title-block {
  display: block;
  padding: 26px 20px 6px 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 20px;
  color: #6e9e32;
  min-height: 78px;
  transition: padding ease 0.3s;
  z-index: 2;
}
.item-cat .title-block a {
  display: inline-block;
  vertical-align: middle;
  transition: max-height ease 0.1s;
  max-height: 46px;
  line-height: 23px;
  overflow: hidden;
  color: #6e9e32;
  text-decoration: none;
  position: relative;
  z-index: 3;
}
.item-cat .title-block:hover {
  padding-bottom: 26px;
}
.item-cat .title-block:hover a {
  max-height: 300px;
}
.item-cat .photo-block {
  display: block;
  margin: 0 -20px 10px -20px;
  height: 200px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  line-height: 178px;
  overflow: hidden;
  text-decoration: none;
  padding: 10px;
  background: none;
  position: relative;
}
.item-cat .photo-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.item-cat .price-block {
  height: 68px;
  border-radius: 8px;
  background: #f3f3f3 url(../img/main/p01.png);
  overflow: hidden;
  margin-bottom: 14px;
}
.item-cat .price,
.item-cat .discount {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #0a9eac;
}
.item-cat .price .val,
.item-cat .discount .val {
  font-size: 20px;
}
.item-cat .discount {
  font-size: 16px;
  color: #ea501c;
}
.item-cat .discount .val {
  font-size: 24px;
}
.item-cat .frm-helper {
  top: -7px;
  margin-left: 5px;
}
.item-cat .val {
  display: inline;
}
.item-cat .desc-block {
  font-size: 16px;
  line-height: 19px;
  height: 38px;
  overflow: hidden;
  color: #212121;
  margin-bottom: 18px;
}
.item-cat .btn,
.item-cat button,
.item-cat input[type="submit"] {
  padding: 0 10px;
  width: 100%;
}
.item-cart {
  position: relative;
  border-radius: 8px;
  background: #f3f3f3 url(../img/main/p01.png);
  font-size: 18px;
  line-height: 22px;
  padding: 3px 10px;
  margin-bottom: 18px;
  cursor: default;
  transition: background-color ease 0.3s;
}
.item-cart:hover {
  background-color: #e9e9e9;
}
.item-cart .inner-block {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.item-cart .inner-block .title-block,
.item-cart .inner-block .price-block,
.item-cart .inner-block .actions-block {
  display: table-cell;
  border: none;
  padding: 0;
  vertical-align: middle;
  text-align: right;
  height: 44px;
  font-size: 0;
}
.item-cart .inner-block .title-block:first-child,
.item-cart .inner-block .price-block:first-child,
.item-cart .inner-block .actions-block:first-child {
  text-align: left;
  padding-right: 5px;
  font-size: inherit;
}
.item-cart .inner-block .title-block a {
  text-decoration: none;
  border-bottom: 1px solid;
}
.item-cart .inner-block .title-block a:hover {
  border-bottom: none;
}
.item-cart .inner-block .actions-block {
  width: 155px;
}
.item-cart .inner-block .price-block {
  width: 115px;
  font-size: 22px;
  font-weight: 400;
  color: #ea501c;
}
.item-cart .inner-block .price-block span {
  font-weight: 300;
  font-size: 16px;
}
.item-cart .inner-block input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 27px;
  text-align: center;
  padding: 0 10px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #b6b6b6;
  font-size: 18px;
  font-weight: 300;
  color: #212121;
  line-height: 1;
}
.item-cart .inner-block input[type="text"]:hover,
.item-cart .inner-block input[type="text"]:focus {
  border-color: #0a9eac;
  color: #0a9eac;
}
.item-cart .inner-block .btn-refresh,
.item-cart .inner-block .btn-del {
  margin-left: 15px;
}
.item-cart:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px dotted #6e9e32;
  margin-top: 9px;
}
.item-cart:last-child {
  margin-bottom: 0;
}
.item-cart:last-child:before {
  display: none;
}
.item-order-list {
  position: relative;
  border-radius: 8px;
  background: #f3f3f3 url(../img/main/p01.png);
  font-size: 18px;
  line-height: 22px;
  padding: 14px 15px;
  margin-bottom: 18px;
  cursor: default;
  transition: background-color ease 0.3s;
}
.item-order-list:hover {
  background-color: #e9e9e9;
}
.item-order-list:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px dotted #6e9e32;
  margin-top: 9px;
}
.item-order-list:last-child {
  margin-bottom: 0;
}
.item-order-list:last-child:before {
  display: none;
}
.item-order-list a {
  text-decoration: none;
  border-bottom: 1px solid;
}
.item-order-list a:hover {
  border-bottom: none;
}
.item-order {
  font-size: 18px;
  line-height: 22px;
  padding: 14px 0;
}
.item-order.bordered {
  border-top: 1px dotted #6e9e32;
  border-bottom: 1px dotted #6e9e32;
}
.item-order.bordered + .bordered {
  border-top: none;
}
.item-order .item-row {
  margin-bottom: 8px;
}
.item-order .item-row:last-child {
  margin-bottom: 0;
}
.item-order .title {
  min-width: 177px;
  display: inline-block;
  padding-right: 10px;
  color: #0a9eac;
}
.item-order .value {
  display: inline;
  color: #ea501c;
}
.item-info {
  position: relative;
  overflow: hidden;
  padding-left: 120px;
}
.item-info .pic-block {
  display: block;
  width: 100px;
  line-height: 1;
  font-size: 0;
  overflow: hidden;
  float: left;
  margin-left: -120px;
  margin-top: 5px;
}
.item-info .pic-block img {
  display: block;
  width: 100%;
}
.item-info .text-block {
  margin-bottom: 10px;
}
.item-info .title {
  font-size: 18px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 5px;
  text-transform: none;
}
.item-info p {
  margin: 0;
}
.item-info .info-block {
  font-size: 18px;
  color: #ea501c;
}
.item-link {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 20px;
  text-align: center;
}
.item-link a {
  color: #6e9e32;
}
.page-top-box {
  margin-bottom: 30px;
  position: relative;
}
.page-top-box > .inner-wrap {
  z-index: 3;
}
.nav-box {
  background: #000 url(../img/main/bg.jpg) center top no-repeat;
  line-height: 70px;
  padding: 10px 0 0 0;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.nav-box:before {
  content: "";
  display: block;
  width: 327px;
  height: 159px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0.04;
  z-index: -1;
  background: url(../img/main/d06.png) right top no-repeat;
}
.nav-box .inner-wrap {
  width: 100%;
  text-align: left;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.breadcrumbs-box {
  overflow: hidden;
  margin: 0 -25px 0 0;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
}
.breadcrumbs-box a,
.breadcrumbs-box span,
.breadcrumbs-box .title {
  display: block;
  position: relative;
  float: left;
  height: 25px;
  padding: 0 15px;
  background: rgba(234, 80, 28, 0.4);
  color: #fff;
  text-decoration: none;
  margin-right: 25px;
  margin-bottom: 10px;
}
.breadcrumbs-box a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -344px -81px;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 100%;
  margin-left: 9px;
  pointer-events: none;
}
.breadcrumbs-box a:hover {
  background: #ea501c;
}
.links-box {
  margin-bottom: 24px;
}
.links-box .item-link {
  margin-bottom: 21px;
}
.links-box a {
  border-bottom: 1px solid;
  text-decoration: none;
}
.links-box a:hover {
  border-bottom: none;
}
.pagenav-box {
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
}
.pagenav-box a,
.pagenav-box span,
.pagenav-box div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 30px;
  line-height: 28px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid #0a9eac;
  text-align: center;
  color: #0a9eac;
  padding: 0 5px;
  min-width: 35px;
  margin: 0 2px;
}
.pagenav-box a:hover,
.pagenav-box span:hover,
.pagenav-box div:hover {
  border-color: #6e9e32;
  background: #6e9e32;
  color: #fff;
}
.pagenav-box a.active,
.pagenav-box span.active,
.pagenav-box div.active {
  border-color: #6e9e32;
  color: #6e9e32;
  pointer-events: none;
}
.pagenav-box a.active:hover,
.pagenav-box span.active:hover,
.pagenav-box div.active:hover {
  background: none;
  color: #6e9e32;
  border-color: #6e9e32;
}
.pagenav-box a.active:before,
.pagenav-box span.active:before,
.pagenav-box div.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.25;
  background: url(../img/main/p02.png) 0 0;
}
.info-box {
  margin-bottom: 30px;
}
.info-box .item-info {
  margin-bottom: 20px;
}
.order-info-box {
  margin-bottom: 45px;
}
.order-info-box b {
  font-weight: 600;
}
.order-box .item-order + h2,
.order-box .item-order + .second-title {
  margin-top: 20px;
}
.order-box .actions-box {
  margin-top: 10px;
}
.order-box .order-items-box {
  margin-bottom: 10px;
}
.order-box .item-wrap {
  margin-bottom: 65px;
}
.order-box .item-wrap:last-child {
  margin-bottom: 0;
}
.order-box .frm-price {
  margin-top: 30px;
}
.actions-box {
  text-align: center;
}
.actions-box .btn-block {
  margin: 0 4px 10px 4px;
  display: inline-block;
  vertical-align: top;
}
.actions-box .btn,
.actions-box button,
.actions-box input[type="submit"] {
  min-width: 300px;
  padding: 0 20px;
}
.actions-box .btn:before,
.actions-box button:before,
.actions-box input[type="submit"]:before {
  display: none;
}
.cart-box {
  margin-top: 30px;
}
.cart-box .items-wrap {
  margin-bottom: 45px;
}
.views-box {
  margin-bottom: 20px;
  margin-top: 33px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #0a9eac;
}
.views-box .item-view {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 325px;
  margin-bottom: 15px;
}
.views-box .title {
  margin-right: 16px;
}
.views-box .title,
.views-box .frm-select {
  display: inline-block;
  vertical-align: middle;
}
.views-box .count .frm-select {
  width: 90px;
}
.views-box .sort .frm-select {
  width: 155px;
}
.catalog-box {
  margin-bottom: 20px;
}
.catalog-box .items-wrap {
  font-size: 0;
  position: relative;
}
.catalog-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 10px;
}
.text-box {
  margin-top: 75px;
}
.product-box .d-block {
  display: none;
}
.product-box .item-more {
  margin-bottom: 10px;
}
.product-box .price-block {
  border-radius: 8px;
  background: #f3f3f3 url(../img/main/p01.png);
  padding: 4px 20px;
  text-align: center;
  margin-bottom: 27px;
}
.product-box .price-block .price,
.product-box .price-block .discount {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #0a9eac;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
}
.product-box .price-block .price .val,
.product-box .price-block .discount .val {
  font-size: 20px;
}
.product-box .price-block .discount {
  font-size: 16px;
  color: #ea501c;
}
.product-box .price-block .discount .val {
  font-size: 24px;
}
.product-box .price-block .frm-helper {
  top: -7px;
  margin-left: 5px;
}
.product-box .price-block .val {
  display: inline;
}
.product-box .actions-block {
  display: inline-block;
  vertical-align: top;
  padding-left: 65px;
  position: relative;
  margin-bottom: 27px;
}
.product-box .actions-block .btn-second {
  width: 300px;
  display: block;
}
.product-box .actions-block .btn-one-block {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
}
.product-box .actions-block .btn-one-block a {
  vertical-align: middle;
  text-decoration: none;
  border-bottom: 1px solid;
}
.product-box .actions-block .btn-one-block a:hover {
  border-bottom: none;
}
.product-box .actions-block input[type="text"] {
  height: 40px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  border: 1px solid #b6b6b6;
}
.product-box .actions-block input[type="text"]:hover,
.product-box .actions-block input[type="text"]:focus {
  border-color: #0a9eac;
  color: #0a9eac;
}
.product-box .total-block {
  margin-bottom: 20px;
}
.product-box .title-block {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}
.product-box .title-block .main-title-block {
  margin-bottom: 33px;
}
.product-box .title-block h1,
.product-box .title-block .main-title {
  min-width: 100%;
}
.product-box .desc-block {
  text-align: justify;
  margin-bottom: 20px;
}
.product-box .desc-block h2,
.product-box .desc-block h3,
.product-box .desc-block h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: left;
  color: #212121;
}
.product-box .gallery-block {
  max-width: 480px;
  margin: 0 auto 20px auto;
  position: relative;
  overflow: hidden;
}
.product-box .gallery-block .photos-block {
  width: 210px;
  float: left;
  position: relative;
  overflow: hidden;
}
.product-box .gallery-block .photos-block .photo-item-main {
  height: 210px;
  line-height: 190px;
  margin-bottom: 10px;
  padding: 10px;
  float: none;
  width: 100%;
}
.product-box .gallery-block .photos-block .photo-item-main:after {
  background-image: url(../img/spr.png);
  background-position: -100px 0px;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
.product-box .gallery-block .photos-block .items-wrap {
  width: 230px;
}
.product-box .gallery-block .photos-block .items-wrap .photo-item {
  width: 95px;
  height: 95px;
  line-height: 89px;
  float: left;
  margin: 0 20px 10px 0;
}
.product-box .gallery-block .documents-block {
  width: 220px;
  float: right;
}
.product-box .gallery-block .documents-block h2,
.product-box .gallery-block .documents-block h3 {
  line-height: 1;
}
.product-box .gallery-block .documents-block .items-wrap {
  width: 240px;
}
.product-box .gallery-block .documents-block .photo-item {
  width: 100px;
  height: 130px;
  line-height: 124px;
  margin: 0 20px 20px 0;
}
.product-box .gallery-block .documents-block .photo-item:before {
  background-color: rgba(10, 158, 172, 0.85);
}
.product-box .gallery-block .items-wrap {
  overflow: hidden;
}
.product-box .gallery-block .photo-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  padding: 3px;
  float: left;
}
.product-box .gallery-block .photo-item img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.product-box .gallery-block .photo-item:hover:before,
.product-box .gallery-block .photo-item:hover:after {
  opacity: 1;
}
.product-box .gallery-block .photo-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 10px;
  transition: opacity ease 0.3s;
  background: rgba(110, 158, 50, 0.85);
}
.product-box .gallery-block .photo-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: opacity ease 0.3s;
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -224px -60px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
.lb-number {
  display: none !important;
}
.catalog-slider-box {
  padding: 0 45px;
  position: relative;
  max-width: 430px;
  margin: 20px auto 45px auto;
}
.catalog-slider-box .slider {
  position: relative;
}
.catalog-slider-box .owl-prev,
.catalog-slider-box .owl-next {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  top: 150px;
  right: -45px;
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -180px 0px;
  width: 24px;
  height: 47px;
}
.catalog-slider-box .owl-prev:hover,
.catalog-slider-box .owl-next:hover {
  background-image: url(../img/spr.png);
  background-position: -180px -67px;
  width: 24px;
  height: 47px;
}
.catalog-slider-box .owl-prev {
  right: auto;
  left: -45px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog-slider-box .sl-item {
  padding: 5px;
}
.catalog-slider-box .item-cat {
  width: 100%;
  max-width: 340px;
}
.main-slider-box {
  background: #000;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}
.main-slider-box:before {
  content: "";
  display: block;
  width: 327px;
  height: 159px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0.04;
  z-index: -1;
  background: url(../img/main/d06.png) right top no-repeat;
}
.main-slider-box .photo {
  display: none;
}
.main-slider-box .sl-item {
  height: 125px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-slider-box .text-block {
  padding: 10px 0 0 0;
}
.main-slider-box .title-block {
  line-height: 1;
  margin-bottom: 1px;
  overflow: hidden;
}
.main-slider-box .title-block + .title-block {
  padding-left: 20px;
  margin-bottom: 0 !important;
}
.main-slider-box .title-block + .title-block .inner-text {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.main-slider-box .inner-text {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 300;
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(234, 80, 28, 0.4);
  transition: background ease 0.3s;
  cursor: default;
}
.main-slider-box .inner-text:hover {
  background: rgba(234, 80, 28, 0.85);
}
.main-slider-box .btn-block {
  margin-top: 10px;
  padding-left: 212px;
}
.main-slider-box .btn {
  height: 25px;
  line-height: 25px;
  border: none;
  background: rgba(10, 158, 172, 0.45);
  padding: 0 20px;
  min-width: 180px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.main-slider-box .btn:before {
  display: none;
}
.main-slider-box .btn:hover {
  background: rgba(10, 158, 172, 0.85);
}
.main-slider-box .owl-dot {
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -344px -41px;
  width: 19px;
  height: 20px;
  margin-left: 7px;
  opacity: 0.6;
  transition: opacity ease 0.3s;
}
.main-slider-box .owl-dot:hover,
.main-slider-box .owl-dot.active {
  opacity: 1;
}
.main-slider-box .owl-dots {
  display: none !important;
  font-size: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  padding: 0 11px;
  text-align: right;
}
.index-box {
  overflow: hidden;
  position: relative;
  text-align: center;
  max-width: 450px;
  margin: 0 auto 80px auto;
}
.index-box .pic-block {
  display: block;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 28px;
  font-size: 0;
}
.index-box .pic-block img {
  display: block;
  width: 100%;
}
.index-box + .index-box {
  margin-bottom: 60px;
}
.index-box + .index-box .title-block h2,
.index-box + .index-box .title-block h3,
.index-box + .index-box .title-block h4 {
  border-bottom-color: #8abc4b;
}
.index-box + .index-box .btn {
  border-color: #0a9eac;
  color: #0a9eac;
}
.index-box + .index-box .btn:hover {
  background: #0a9eac;
  color: #fff;
}
.index-box .inner-text {
  line-height: 20px;
  min-height: 100px;
  margin: 0 auto 10px auto;
  max-width: 400px;
}
.index-box .title-block {
  font-size: 24px;
  font-weight: 300;
  color: #212121;
  line-height: 38px;
  margin-bottom: 28px;
}
.index-box .title-block h2,
.index-box .title-block h3,
.index-box .title-block h4 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  margin: 0;
  color: #212121;
  max-width: 100%;
  padding: 0 80px;
  border-bottom: 1px solid #0a9eac;
}
.index-box .btn {
  min-width: 300px;
}
.index-box .btn:before {
  display: none;
}
.index-box p {
  margin: 0;
}
.logo-text-block {
  display: inline;
  color: #6e9e32;
}
.logo-text-block * {
  color: #ea501c;
}
.about-box {
  text-align: justify;
}
@media (min-width: 600px) {
  .item-info {
    padding-right: 230px;
  }
  .item-info .info-block {
    width: 220px;
    text-align: right;
    float: right;
    margin-right: -230px;
  }
  .item-info .text-block {
    width: 100%;
    float: left;
    max-width: 310px;
    margin-bottom: 0;
  }
  .item-info .title {
    width: 100%;
    margin: 0 -230px 5px 0;
  }
  .views-box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .views-box .item-view {
    width: auto;
    float: left;
    padding: 0 5px;
  }
  .views-box .item-view + .item-view {
    float: right;
  }
  .main-slider-box .sl-item {
    height: 157px;
  }
  .main-slider-box .text-block {
    padding-top: 20px;
  }
  .main-slider-box .inner-text {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    padding: 0 20px;
  }
  .main-slider-box .title-block + .title-block {
    padding-left: 30px;
  }
  .main-slider-box .title-block + .title-block .inner-text {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .main-slider-box .btn-block {
    margin-top: 15px;
    padding-left: 295px;
  }
  .main-slider-box .btn {
    height: 30px;
    line-height: 30px;
    min-width: 220px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .item-cart .inner-block .actions-block {
    width: 178px;
  }
  .item-cart .inner-block .price-block {
    width: 135px;
  }
  .item-info {
    padding-right: 300px;
  }
  .item-info .text-block {
    max-width: 100%;
  }
  .item-info .info-block {
    margin-right: -300px;
  }
  .item-info .title {
    margin-right: -300px;
  }
  .links-box {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .views-box {
    max-width: 585px;
  }
  .catalog-box .items-wrap {
    width: 720px;
    position: relative;
    left: 50%;
    margin-left: -360px;
  }
  .catalog-box .item-wrap {
    width: 49.95%;
  }
  .product-box {
    padding-left: 250px;
  }
  .product-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .product-box .m-block {
    display: none;
  }
  .product-box .d-block {
    display: block;
  }
  .product-box .actions-block {
    margin-bottom: 10px;
  }
  .product-box .gallery-block {
    width: 250px;
    float: left;
    margin-left: -250px;
    overflow: hidden;
  }
  .product-box .gallery-block .photos-block {
    float: none;
    margin-bottom: 25px;
  }
  .product-box .gallery-block .documents-block {
    float: none;
  }
  .product-box .info-block {
    width: 100%;
    float: left;
  }
  .catalog-slider-box {
    max-width: 830px;
    padding: 0 20px;
  }
  .catalog-slider-box .slider-wrap {
    max-width: 690px;
    margin: 0 auto;
  }
  .catalog-slider-box .owl-prev {
    left: -20px;
  }
  .catalog-slider-box .owl-next {
    right: -20px;
  }
  .main-slider-box .owl-dots {
    display: block !important;
  }
  .main-slider-box .sl-item {
    height: 200px;
  }
  .main-slider-box .text-block {
    padding-top: 30px;
  }
  .main-slider-box .inner-text {
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    padding: 0 30px;
  }
  .main-slider-box .title-block + .title-block {
    padding-left: 60px;
  }
  .main-slider-box .title-block + .title-block .inner-text {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }
  .main-slider-box .btn-block {
    margin-top: 15px;
    padding-left: 330px;
  }
  .main-slider-box .btn {
    height: 30px;
    line-height: 30px;
    min-width: 248px;
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  .item-cart .inner-block .actions-block {
    width: 210px;
  }
  .item-cart .inner-block .price-block {
    width: 160px;
  }
  .item-info {
    padding-right: 390px;
  }
  .item-info .text-block {
    max-width: 100%;
  }
  .item-info .info-block {
    margin-right: -390px;
  }
  .item-info .title {
    margin-right: -390px;
  }
  .links-box.links-catalog-box {
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .actions-box {
    text-align: left;
  }
  .actions-box .btn-block {
    margin: 0 8px 10px 0;
  }
  .views-box {
    text-align: right;
    max-width: 100%;
  }
  .views-box .item-view {
    padding: 0;
    margin-left: 38px;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .views-box .item-view + .item-view {
    float: none;
  }
  .catalog-box .items-wrap {
    width: 760px;
    margin-left: -380px;
  }
  .product-box {
    padding-left: 260px;
  }
  .product-box .gallery-block {
    width: 260px;
    margin-left: -260px;
  }
  .product-box .title-block {
    max-width: 100%;
    margin-bottom: 26px;
  }
  .product-box .title-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .product-box .title-block .main-title-block {
    margin-bottom: 35px;
  }
  .product-box .title-block h1,
  .product-box .title-block .main-title {
    min-width: 500px;
  }
  .product-box .price-block {
    min-width: 260px;
    white-space: nowrap;
    float: left;
    margin-bottom: 0;
    padding: 11px 10px;
  }
  .product-box .price-block .price,
  .product-box .price-block .discount {
    display: block;
    padding: 0;
    font-size: 16px;
  }
  .product-box .price-block .price .val,
  .product-box .price-block .discount .val {
    font-size: 22px;
  }
  .product-box .price-block .discount {
    font-size: 20px;
  }
  .product-box .price-block .discount .val {
    font-size: 26px;
  }
  .product-box .actions-block {
    float: right;
    margin: 12px 0 0 0;
  }
  .catalog-slider-box .owl-prev {
    margin-left: -40px;
  }
  .catalog-slider-box .owl-next {
    margin-right: -40px;
  }
  .main-slider-box .sl-item {
    height: 264px;
  }
  .main-slider-box .text-block {
    padding-top: 40px;
  }
  .main-slider-box .inner-text {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    padding: 0 30px;
  }
  .main-slider-box .title-block + .title-block {
    padding-left: 60px;
  }
  .main-slider-box .title-block + .title-block .inner-text {
    height: 35px;
    line-height: 35px;
    font-size: 22px;
  }
  .main-slider-box .btn-block {
    margin-top: 40px;
    padding-left: 345px;
  }
  .main-slider-box .btn {
    height: 30px;
    line-height: 30px;
    min-width: 248px;
    font-size: 20px;
  }
  .index-box {
    padding-left: 450px;
    max-width: 100%;
    margin-bottom: 75px;
  }
  .index-box + .index-box {
    margin-bottom: 75px;
    padding-left: 0;
    padding-right: 450px;
  }
  .index-box + .index-box .pic-block {
    float: right;
    margin: 0 -450px 0 0;
  }
  .index-box + .index-box .text-block {
    float: left;
  }
  .index-box .pic-block {
    margin-bottom: 0;
    width: 450px;
    float: left;
    margin-left: -450px;
  }
  .index-box .text-block {
    width: 100%;
    float: right;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .item-total {
    font-size: 20px;
    line-height: 30px;
  }
  .item-total:before {
    bottom: 10px;
  }
  .item-more .btn-more {
    font-size: 22px;
    line-height: 30px;
  }
  .item-more .btn-more:before {
    background-image: url(../img/spr.png);
    background-position: -288px -159px;
    width: 15px;
    height: 30px;
    margin: -15px 0 0 -7px;
  }
  .item-more .btn-more:hover:before,
  .item-more .btn-more.active:before {
    background-image: url(../img/spr.png);
    background-position: 0px -287px;
    width: 15px;
    height: 29px;
  }
  .item-cat {
    width: 100%;
    max-width: 406px;
    padding: 83px 40px 30px 40px;
  }
  .item-cat:before {
    top: 313px;
  }
  .item-cat .title-block {
    font-size: 24px;
    line-height: 24px;
    min-height: 83px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding: 25px 40px 5px 40px;
  }
  .item-cat .title-block a {
    max-height: 48px;
  }
  .item-cat .title-block:hover a {
    max-height: 300px;
  }
  .item-cat .photo-block {
    height: 230px;
    line-height: 208px;
    margin: 0 -40px 7px -40px;
  }
  .item-cat .price-block {
    height: 82px;
    margin-bottom: 10px;
  }
  .item-cat .price-block .price,
  .item-cat .price-block .discount {
    height: 41px;
    line-height: 41px;
    font-size: 14px;
  }
  .item-cat .price-block .price .val,
  .item-cat .price-block .discount .val {
    font-size: 22px;
  }
  .item-cat .price-block .discount {
    font-size: 18px;
  }
  .item-cat .price-block .discount .val {
    font-size: 26px;
  }
  .item-cat .desc-block {
    font-size: 18px;
    line-height: 22px;
    height: 66px;
    margin-bottom: 4px;
  }
  .item-cart {
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-cart .inner-block .price-block {
    width: 200px;
    font-size: 26px;
    line-height: 30px;
  }
  .item-cart .inner-block .price-block span {
    font-size: 18px;
  }
  .item-order {
    font-size: 22px;
    line-height: 26px;
    padding: 22px 0;
  }
  .item-order .item-row {
    margin-bottom: 16px;
  }
  .item-order .item-row:last-child {
    margin-bottom: 0;
  }
  .item-order-list {
    font-size: 20px;
    line-height: 24px;
    padding: 13px 20px;
  }
  .item-info {
    padding-right: 430px;
    padding-left: 140px;
  }
  .item-info .pic-block {
    margin-left: -140px;
  }
  .item-info .text-block {
    max-width: 520px;
  }
  .item-info .info-block {
    margin-right: -430px;
    font-size: 20px;
  }
  .item-info .title {
    font-size: 20px;
    margin-right: -430px;
  }
  .item-link {
    font-size: 24px;
  }
  .page-top-box {
    margin-bottom: 60px;
  }
  .nav-box {
    margin-bottom: 50px;
    padding-top: 15px;
    line-height: 85px;
  }
  .breadcrumbs-box {
    line-height: 30px;
    margin-right: -30px;
  }
  .breadcrumbs-box a,
  .breadcrumbs-box span,
  .breadcrumbs-box .title {
    margin-bottom: 15px;
    margin-right: 33px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    padding: 0 15px;
  }
  .breadcrumbs-box a:before {
    margin-left: 11px;
    top: 7px;
  }
  .links-box {
    margin-bottom: 23px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .links-box .item-link {
    margin-bottom: 37px;
  }
  .main-box {
    margin-top: 60px;
  }
  .pagenav-box {
    margin-bottom: 45px;
  }
  .pagenav-box a,
  .pagenav-box span,
  .pagenav-box div {
    height: 35px;
    line-height: 33px;
    font-size: 24px;
    min-width: 40px;
  }
  .info-box {
    margin-bottom: 35px;
  }
  .info-box .item-info {
    margin-bottom: 25px;
  }
  .info-box + .frm-row-submit {
    margin-top: 45px;
  }
  .order-info-box {
    margin-bottom: 60px;
  }
  .order-box .item-order + h2,
  .order-box .item-order + .second-title {
    margin-top: 25px;
  }
  .order-box h2,
  .order-box .second-title {
    margin-bottom: 30px;
  }
  .order-box .item-wrap {
    margin-bottom: 85px;
  }
  .order-box .item-wrap:last-child {
    margin-bottom: 0;
  }
  .order-box .frm-price {
    margin-top: 50px;
  }
  .actions-box .btn-block {
    margin: 0 17px 0 0;
  }
  .actions-box .btn,
  .actions-box button,
  .actions-box input[type="submit"] {
    min-width: 325px;
  }
  .cart-box {
    margin-top: 50px;
  }
  .cart-box .items-wrap {
    margin-bottom: 50px;
  }
  .views-box {
    font-size: 20px;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .views-box .title {
    margin-right: 25px;
  }
  .views-box .item-view {
    margin-left: 55px;
  }
  .catalog-box {
    margin-bottom: 0px;
  }
  .catalog-box .items-wrap {
    width: auto;
    margin: 0 0px;
    left: auto;
  }
  .catalog-box .item-wrap {
    width: 33.3%;
    margin-bottom: 40px;
  }
  .text-box {
    margin-top: 95px;
  }
  .product-box {
    padding-left: 372px;
  }
  .product-box .gallery-block {
    width: 372px;
    margin-left: -372px;
  }
  .product-box .item-more {
    margin-bottom: 15px;
  }
  .product-box .title-block {
    margin-bottom: 20px;
  }
  .product-box .price-block {
    min-width: 290px;
    padding: 10px 20px;
  }
  .product-box .price-block .price,
  .product-box .price-block .discount {
    font-size: 18px;
    line-height: 40px;
  }
  .product-box .price-block .price .val,
  .product-box .price-block .discount .val {
    font-size: 26px;
  }
  .product-box .price-block .discount {
    font-size: 22px;
  }
  .product-box .price-block .discount .val {
    font-size: 30px;
  }
  .product-box .actions-block {
    margin-top: 15px;
  }
  .product-box .actions-block .btn-second {
    margin-bottom: 12px;
  }
  .product-box .actions-block .btn-one-block {
    line-height: 35px;
    font-size: 20px;
  }
  .product-box .total-block {
    margin-bottom: 30px;
  }
  .product-box .desc-block {
    margin-bottom: 30px;
  }
  .product-box .desc-block h2,
  .product-box .desc-block h3,
  .product-box .desc-block h4 {
    font-size: 18px;
    margin-bottom: 21px;
    line-height: 22px;
  }
  .product-box .gallery-block .photos-block {
    width: 300px;
    margin-bottom: 50px;
  }
  .product-box .gallery-block .photos-block .photo-item-main {
    height: 300px;
    line-height: 280px;
    margin-bottom: 10px;
  }
  .product-box .gallery-block .photos-block .photo-item-main:after {
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
  .product-box .gallery-block .photos-block .items-wrap {
    width: 315px;
  }
  .product-box .gallery-block .photos-block .items-wrap .photo-item {
    margin: 0 7px 10px 0;
  }
  .product-box .gallery-block .documents-block {
    width: 300px;
  }
  .product-box .gallery-block .documents-block .items-wrap {
    width: 320px;
  }
  .product-box .gallery-block .documents-block .photo-item {
    width: 140px;
    height: 180px;
    line-height: 174px;
    margin: 0 20px 10px 0;
  }
  .catalog-slider-box {
    margin-top: 30px;
    margin-bottom: 65px;
    max-width: 100%;
    padding: 0;
  }
  .catalog-slider-box .slider-wrap {
    max-width: 100%;
  }
  .catalog-slider-box .owl-prev,
  .catalog-slider-box .owl-next {
    top: 163px;
    background-image: url(../img/spr.png);
    background-position: 0px -100px;
    width: 30px;
    height: 57px;
  }
  .catalog-slider-box .owl-prev:hover,
  .catalog-slider-box .owl-next:hover {
    background-image: url(../img/spr.png);
    background-position: -50px -100px;
    width: 30px;
    height: 57px;
  }
  .catalog-slider-box .owl-prev {
    margin-left: 0;
    left: -35px;
  }
  .catalog-slider-box .owl-next {
    margin-right: 0;
    right: -35px;
  }
  .catalog-slider-box .item-cat {
    max-width: 405px;
  }
  .main-slider-box {
    margin-bottom: 48px;
  }
  .main-slider-box .sl-item {
    height: 316px;
  }
  .main-slider-box .text-block {
    padding-top: 40px;
  }
  .main-slider-box .inner-text {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    padding: 0 30px;
  }
  .main-slider-box .title-block + .title-block {
    padding-left: 80px;
  }
  .main-slider-box .title-block + .title-block .inner-text {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
  }
  .main-slider-box .btn-block {
    margin-top: 40px;
    padding-left: 345px;
  }
  .main-slider-box .btn {
    height: 40px;
    line-height: 40px;
    min-width: 285px;
    font-size: 24px;
  }
  .main-slider-box .owl-dot {
    background-image: url(../img/spr.png);
    background-position: -57px -237px;
    width: 29px;
    height: 30px;
    margin-left: 10px;
  }
  .main-slider-box .owl-dots {
    bottom: 10px;
    padding: 0 50px;
  }
  .index-box {
    padding-left: 500px;
    margin-bottom: 80px;
  }
  .index-box + .index-box {
    padding-left: 0;
    padding-right: 500px;
    margin-bottom: 80px;
  }
  .index-box + .index-box .pic-block {
    float: right;
    margin-left: 0;
    margin-right: -500px;
  }
  .index-box .pic-block {
    width: 500px;
    margin-left: -500px;
    margin-top: 10px;
  }
  .index-box .title-block {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  .index-box .title-block h2,
  .index-box .title-block h3,
  .index-box .title-block h4 {
    line-height: 40px;
    padding: 0 100px;
    margin: 0;
    font-size: 28px;
  }
  .index-box .inner-text {
    width: 450px;
    max-width: 450px;
    font-size: 18px;
    line-height: 22px;
    min-height: 132px;
    margin-bottom: 22px;
  }
  .index-box .btn {
    min-width: 325px;
  }
}
@media (min-width: 1400px) {
  .product-box {
    padding-left: 400px;
  }
  .product-box .gallery-block {
    width: 400px;
    margin-left: -400px;
  }
  .product-box .price-block {
    width: auto;
    padding: 0 0px;
    height: 58px;
    line-height: 58px;
  }
  .product-box .price-block .price,
  .product-box .price-block .discount {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 58px;
  }
  .product-box .actions-block {
    margin-top: 8px;
  }
  .catalog-slider-box {
    padding: 0 15px;
  }
  .catalog-slider-box .owl-prev {
    left: -65px;
  }
  .catalog-slider-box .owl-next {
    right: -65px;
  }
  .main-slider-box .sl-item {
    height: 500px;
  }
  .main-slider-box .text-block {
    padding-top: 127px;
  }
  .main-slider-box .owl-dots {
    width: 1400px;
    left: 50%;
    margin-left: -700px;
  }
  .index-box .inner-text {
    max-width: 550px;
    width: 550px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1550px) {
  .item-cart .inner-block .actions-block {
    width: 250px;
  }
  .item-cart .inner-block .price-block {
    width: 260px;
  }
  .nav-box {
    background-size: 100% auto;
  }
  .nav-box:before {
    right: 50%;
    margin-right: -775px;
  }
  .main-slider-box:before {
    right: 50%;
    margin-right: -775px;
  }
}


.header .title, .footer. title {font-weight: 300;}


.bx-searchtitle {
    margin: 10px 0 0
}

.bx-searchtitle .bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600
}

.bx-searchtitle .bx-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bx-searchtitle .bx-input-group .bx-form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8fafc;
    border: 1px solid #d5dadc;
    border-right: 0;
    border-radius: 2px 0 0 2px;
    outline: 0;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
    background-image: -webkit-linear-gradient(#f8fafc 0, #f8fafc 100%);
    background-image: linear-gradient(#f8fafc 0, #f8fafc 100%)
}

.bx-searchtitle .bx-input-group-btn {
    position: relative;
    font-size: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell
}

.bx-searchtitle .bx-input-group-btn button {
    position: relative;
    border: 0;
    background: #95a1a8;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.bx-searchtitle .bx-input-group-btn button:hover {
    background: #1484ce
}

div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 999;
    min-width: 370px;
    margin-top: -3px;
    background-color: #FFF
}

div.title-search-fader {
    display: none;
    background-image: url('/bitrix/templates/agroim/components/bitrix/search.title/catalog_search/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute
}

p.title-search-preview {
    font-size: 12px
}

div.title-search-result td.title-search-price span {
    font-size: 26px
}

.bx_searche .bx_img_element {
    background: #fafafa;
    float: left;
    width: 67px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    bottom: 0
}

.bx_searche .bx_item_block {
    min-height: 65px;
    position: relative
}

.bx_searche .bx_image {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e8e8e8
}

.bx_searche .bx_item_element {
    padding-left: 10px;
    margin-left: 70px
}

.bx_searche .bx_item_element hr {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.bx_searche .bx_item_element a {
    margin-top: 10px;
    display: inline-block;
    color: #4788cb;
    font-size: 13px;
    text-decoration: none
}

.bx_searche .bx_item_element a b {
    color: #000;
    font-weight: normal
}

.bx_searche .bx_item_element a:hover, .bx_searche .bx_item_element a:hover b {
    text-decoration: underline
}

.bx_searche .bx_price {
    font-weight: bold;
    font-size: 13px
}

.bx_searche .bx_price .old {
    font-weight: normal;
    text-decoration: line-through;
    color: #636363
}

.bx_item_block.all_result {
    min-height: 0
}

.bx_item_block.others_result {
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px
}

.bx_item_block.all_result .all_result_title {
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    padding-top: 15px;
    padding-bottom: 10px
}

.bx_item_block.all_result .all_result_title a {
    color: #a7a7a7
}

.bx_item_block.all_result .all_result_title a:hover {
    color: #4788cb
}

.bx_item_block.all_result a {
    margin-top: 0
}





.bx_order_make .bx_block.r3x1 {
 width: 100%;
}
.bx-sls .dropdown-block {
 box-shadow: none;
 border-color: #0a9eac;
}
.bx-sls .dropdown-block:focus, .bx-sls .dropdown-block.focus {
 border-color: #ff6633;
}
.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
 height: 38px;
 font-size: 20px;
 font-weight: 300;
}
.bx-sls .bx-ui-sls-clear {
 margin-top: 6px;
}
.bx-sls .dropdown-icon {
 top: 14px;
}
@media (min-width: 1200px) {
 .bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
  height: 48px;
  font-size: 24px;
  font-weight: 300;
 }
 .bx-sls .bx-ui-sls-clear {
  margin-top: 11px;
 }
 .bx-sls .dropdown-icon {
  top: 19px;
 }
}




.location-block-wrapper .bx-ui-sls-fake {background: #fff !important;}

#tPP {
 border-spacing: 0;
    margin-top: 20px;
 width: 100%;
 border-collapse: collapse;
}
#tPP td {
    vertical-align: top;
    padding: 10px;
}
.item-cat .desc-block {
 max-height: 38px;
 overflow: hidden;
}
.item-cat .title-block a {
 line-height: 26px;
 max-height: 54px;
}
@media (min-width: 1200px) {
 .item-cat .title-block a {
  line-height: 30px;
  max-height: 60px;
 }
 .item-cat .desc-block {
  max-height: 44px;
  margin-bottom: 10px;
 }
}


.location-block-wrapper .bx-ui-sls-fake {background: #fff !important;}

#tPP {
 border-spacing: 0;
    margin-top: 30px;
 width: 100%;
 border-collapse: collapse;
}
#tPP td {
    vertical-align: top;
    padding: 10px;
}
#tPP td:empty-page {display: none;}
.item-cat .desc-block {
 max-height: 38px;
 overflow: hidden;
}
.item-cat .title-block a {
 line-height: 26px;
 max-height: 54px;
}
#order_form_div .location-block-wrapper {
 max-width: 100%;
}
@media (min-width: 1200px) {
 .item-cat .title-block a {
  line-height: 30px;
  max-height: 60px;
 }
 .item-cat .desc-block {
  max-height: 44px;
  margin-bottom: 10px;
 }
}

#order_form_div .bx-sls {background: #fff !important;}
#order_form_div .location-block-wrapper {height: 50px;}
#order_form_div .location-block-wrapper {
 max-width: 100%;
}
#order_form_div .dropdown-block {
    padding-right: 25px;
}

#order_form_div .bx-ui-sls-container {
    display: block !important;
    height: 48px;
}


.discount a {
    color: #ea501c;
    text-decoration: none;
}

.discount a:hover {
    text-decoration: underline;
}