@charset "UTF-8";
/* @import 'mixins/_mixins.scss'; */
/* variables - базовые переменные
========================================================================== */
/* fonts */
/* colors - цвета проекта
========================================================================== */
/* */
/*  */
/* черничный */
/* buttons */
.counter {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.counter-minus {
  font-size: 29px;
  color: #979797;
  top: -3px;
  padding-right: 5px;
  cursor: pointer; }

.counter-plus {
  font-size: 21px;
  color: #979797;
  top: -3px;
  padding-right: 5px;
  cursor: pointer; }

/* Category-page */
/* Product-page*/
/* News */
.information-news .col-xs-12 {
  padding: 0; }

.news-title {
  text-transform: uppercase;
  font-size: 18px; }

.news-date {
  font-weight: bold; }

.news-descr {
  padding: 25px 0; }

.read-more-news {
  float: right;
  margin-right: 30px; }

.news-item {
  margin-bottom: 55px; }

html, body, div, span, h1, h2, h3, h4, h5, h6, p, pre, a, em, img, strong, sub, sup, b, u, i, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, li, input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%; }

strong, b {
  font-weight: 500; }

em, i {
  font-style: italic; }

u {
  text-decoration: underline; }

p {
  margin: 0 0 15px; }

ul, ol {
  margin: 0 0 15px 15px;
  padding: 0; }

h1, h2, h3, .h1, .h2, .h3 {
  margin: 0 0 15px; }

h2, h3, .h2, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 15px; }

select {
  margin: 0; }

.h3-sub {
  font-size: 18px; }

.btn:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* Wordpress CSS from editor */
.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin: auto; }

.alignright {
  float: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-justify {
  text-align: justify; }

/* General */
html, body {
  /* overflow-x: hidden; */
  margin: 0;
  background: #fcfcfc;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  color: #333; }

a {
  /* border-bottom: 1px dashed #000000; */
  text-decoration: none;
  color: #1683c6; }

a:hover {
  border-color: transparent; }

a:focus, input:focus {
  outline: none; }

input, textarea {
  font: normal 14px 'Roboto', sans-serif; }

input[type="text"], textarea, select {
  padding: 7px;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: inset 0 0 2px #e2e2e2;
  box-shadow: inset 0 0 2px #e2e2e2; }

textarea {
  resize: vertical; }

input[type="text"], select, textarea, .wrapper, .grid-x1, .grid-x2, .grid-x3, .grid-x4, .grid-x5, .btn, #order-window, #mobile-menu, #header .menu-area li, #content.page .clients .item, #content .feedback-form label, #content.page .tbl-services td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wrapper {
  position: relative;
  margin: auto;
  width: 100%;
  min-width: 300px;
  max-width: 1280px;
  padding: 0 10px; }

.grid-x1, .grid-x2, .grid-x3, .grid-x4, .grid-x5, .grid-x6, .grid-x7, grid-x8, #header .menu-area li {
  display: inline-block;
  /* padding-right: 10px; */
  width: 12.5%;
  vertical-align: top;
  padding: 0 10px; }

.grid-x1 img, .grid-x4 img, .grid-x5 img, .grid-x7 img {
  max-width: 100%; }

.grid-x2 {
  width: 24.5%; }

.grid-x3 {
  width: 33%; }

.grid-x4 {
  width: 50%; }

.grid-x5 {
  width: 62.5%; }

.grid-x6 {
  width: 75%; }

.grid-x7 {
  width: 87.5%; }

.grid-x8 {
  width: 100%; }

.grid-last {
  padding-right: 0; }

.grid-line {
  width: 100%;
  padding: 0 10px; }

#content img {
  max-width: 100%; }

.no-border {
  border: 0 !important; }

.table-x3 {
  width: 25%;
  padding-right: 15px; }

.hide {
  display: none; }

.clear {
  clear: both; }

.pluso a {
  text-decoration: none;
  border: 0; }

.yandex-m {
  margin-top: 25px;
  margin-bottom: 15px;
  border: 0; }

.reward {
  font-size: 11px;
  width: 100px;
  display: block; }

.pluso {
  margin-top: 20px; }

#payment-method {
  display: none; }

.number {
  font-size: 150px;
  font-weight: 700;
  color: #e0e0e0; }

/* header */
#header {
  position: relative;
  padding-bottom: 10px;
  font-size: 12px;
  width: 100%;
  line-height: 1.5; }
  #header .cap {
    display: flex;
    align-items: center; }
  #header a {
    color: #1683c6;
    /* border-bottom:1px dotted $link-color; */
    text-decoration: none; }
    #header a:hover {
      border-color: transparent; }
  #header .grid-x2 {
    position: relative;
    vertical-align: middle; }
  #header .grid-x4 {
    position: relative;
    vertical-align: middle; }
  #header .tel {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.2; }
    #header .tel a {
      border-bottom: 0px; }
  #header .metro-icon {
    position: absolute;
    left: -5px;
    top: 41px; }
  #header .map-link {
    position: relative; }
    #header .map-link:hover .map {
      display: block; }
  #header .map {
    display: none;
    width: 500px;
    height: 388px;
    background: url("../image/map.png") no-repeat;
    position: absolute;
    top: 15px;
    left: -190px;
    z-index: 999;
    overflow: hidden; }
  #header .map-img {
    position: absolute;
    top: 14px;
    left: 1px;
    width: 498px;
    height: 373px; }
  #header .descriptor {
    margin: 0;
    font-size: 16px; }
  #header .headerTop_Container_gr1ay {
    background-color: #e0e0e0; }
  #header .headerTop_Container {
    min-height: 23px;
    vertical-align: bottom;
    line-height: 32px; }
    #header .headerTop_Container_gray {
      background-color: #e0e0e0; }
    #header .headerTop_Container_red {
      background-color: #e67777; }
    #header .headerTop_Container_alarm {
      h1eight: 50px;
      width: 100%;
      color: #ffffff;
      font-weight: 600;
      font-size: 21px;
      display: flex;
      justify-content: center;
      align-items: center; }
    #header .headerTop_Container .headerTop_text {
      padding-left: 30px;
      font-weight: 600; }
    #header .headerTop_Container .headerTop_textFirst {
      padding-left: 15px;
      font-weight: 600; }
    #header .headerTop_Container .headerTop_textEmail {
      padding-right: 50px;
      float: right;
      font-size: 14px;
      font-weight: 600; }
      #header .headerTop_Container .headerTop_textEmail a {
        border-bottom: 0px; }
    #header .headerTop_Container .headerTop_textWhatsapp {
      padding-right: 10px;
      margin-top: 3px;
      float: right;
      font-size: 14px;
      font-weight: 600; }
      #header .headerTop_Container .headerTop_textWhatsapp .social__item:hover {
        border-color: #1683c6; }
    #header .headerTop_Container .headerTop_textTel {
      font-weight: 700;
      font-size: 26px;
      text-transform: uppercase;
      line-height: 1.2;
      padding-right: 9px;
      float: right; }
      #header .headerTop_Container .headerTop_textTel a {
        border-bottom: 0px; }
  #header .headerTop_Content {
    padding-top: 20px;
    padding-bottom: 20px; }
    #header .headerTop_Content .headerTop_Content_logo {
      margin-left: 15px; }
  #header #cart {
    padding-left: 10px;
    font-size: 12px;
    float: right; }
    #header #cart button {
      padding-top: 6px;
      cursor: pointer; }
      #header #cart button.btn:hover {
        color: #1683c6; }
    #header #cart .icon-cart {
      float: right; }
  #header .cart-border {
    min-width: 150px;
    border: 2px solid #7e618d;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    border-radius: 20px; }

#header .consult-link, .product-page .text .consult-link {
  position: relative; }

.delivery, .payment, .garanty, .bonus, .one-click-block {
  position: relative; }

.delivery, .payment, .garanty, .bonus {
  float: left; }

.delivery span, .payment span, .garanty span, .bonus span, .consult-leave span {
  cursor: pointer;
  color: #1683c6;
  border-bottom: 1px dotted #1683c6; }

.delivery-header, .bonus-header, .payment-header, .garanty-header {
  display: none;
  width: 350px;
  background: #fff;
  border: 1px solid #7e618d;
  position: absolute;
  top: 25px;
  left: -160px;
  z-index: 900;
  padding: 15px 10px; }

.delivery-header p, .bonus-header p, .payment-header p, .garanty-header p {
  margin: 0; }

.arrow-top {
  display: none;
  width: 25px;
  height: 14px;
  background: url("../image/arrow-top.png") no-repeat;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 999; }

.arrow-right {
  display: none;
  width: 14px;
  height: 25px;
  background: url("../image/arrow-right.png") no-repeat;
  position: absolute;
  top: 1px;
  right: 0%;
  z-index: 999; }

.update-btn {
  background: url("../image/update.jpg") no-repeat;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 5px;
  margin-left: 10px;
  margin-top: 5px; }

.row {
  margin-right: 0 !important;
  margin-left: 0 !important; }

#header .consult-header, .product-page .consult-header {
  display: none;
  width: 350px;
  min-height: 190px;
  background: #fff;
  border: 1px solid #7e618d;
  position: absolute;
  top: 25px;
  left: -100px;
  z-index: 9;
  padding: 25px 10px 10px 10px; }

#header .consult-link .arrow-top, .product-page .consult-link .arrow-top {
  left: 44px;
  z-index: 10; }

.delivery-header, .bonus-header, .payment-header, .garanty-header {
  font-size: 12px; }

#header .delivery-header, #header .bonus-header, #header .payment-header, #header .garanty-header {
  left: -5px; }

#header .consult-grid {
  padding-left: 35px; }

#header .consult-header h4, .product-page .consult-header h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0; }

#header .consult-header p, .product-page .consult-header p {
  font-size: 12px; }

#header .consult-text, .product-page .consult-text {
  padding: 30px 15px 15px 15px;
  color: #000;
  text-align: left; }

#header .consult-link a {
  color: #1683c6;
  border-bottom: 1px dotted #1683c6; }

#header .consult-link a:hover {
  border-color: transparent; }

#header .delivery:hover .delivery-header, #header .bonus:hover .bonus-header, #header .payment:hover .payment-header, #header .garanty:hover .garanty-header {
  display: block; }

.product-page .delivery:hover .delivery-header, .product-page .bonus:hover .bonus-header, .product-page .payment:hover .payment-header, .product-page .garanty:hover .garanty-header {
  display: block; }

#header .delivery:hover .arrow-top, #header .bonus:hover .arrow-top, #header .payment:hover .arrow-top, #header .garanty:hover .arrow-top {
  display: block; }

.product-page .delivery:hover .arrow-top, .product-page .bonus:hover .arrow-top, .product-page .payment:hover .arrow-top, .product-page .garanty:hover .arrow-top {
  display: block; }

#header .consult-header input[type="text"], .product-page .consult-header input[type="text"], .quick_order input[type="tel"] {
  padding: 5px;
  height: 32px;
  width: 49.5%;
  font-size: 12px;
  color: #bbabab;
  background: transparent;
  border-radius: 0; }

.placeholder-ie9 {
  padding: 5px;
  height: 32px;
  width: 49.5%;
  font-size: 12px;
  color: #bbabab;
  background: transparent;
  border-radius: 0; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev {
  left: -25px; }

.slick-next {
  right: -25px; }

.slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #408dd6;
  -webkit-font-smoothing: antialiased; }

.slick-next::before {
  content: "→"; }

.slick-prev::before {
  content: "←"; }

.quick_order .btn-primary {
  width: 49% !important; }

#header .consult-header input[type="submit"], .product-page .consult-header input[type="submit"] {
  background-color: #51e143;
  background: linear-gradient(to top, #0cae41, #51e143);
  padding: 10px 20px;
  line-height: 1;
  max-height: 31px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  border: 0;
  margin-top: 15px;
  color: #fff; }

#header .consult-header input[type="submit"]:hover, .product-page .consult-header input[type="submit"]:hover {
  background-color: #0cae41;
  background: linear-gradient(to top, #34c924, #51e143); }

#header .mobile-menu-hidden {
  margin: 50px 0 20px 0;
  float: right;
  margin-right: -10px;
  width: 100%; }

#header .mobile-menu-hidden a {
  color: #000;
  border: 0;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 45px 15px 10px;
  position: relative;
  z-index: 999;
  background: #fff;
  margin-right: -20px; }

#header .mobile-menu-hidden a:hover {
  background: #f0f0f0; }

.icon-consult {
  padding-top: 5px; }

#header .phone-num-rus {
  color: #492a58; }

@media (max-width: 1100px) {
  #header .consult-header {
    left: -140px; } }
@media (max-width: 992px) {
  /* General */
  #header .descriptor {
    width: 200px;
    margin-top: 20px; }

  #header .grid-x2 {
    width: 25%; } }
@media (max-width: 768px) {
  #header .cap {
    display: block; }
  #header .cart-border {
    min-width: 20px;
    margin-top: 5px;
    margin-right: 0px;
    text-align: center; }
  #header #cart {
    float: none; }
  #header .headerTop_Content {
    padding-bottom: 0px; } }
/* /header */
/* search */
#search .btn-default, #search-column .btn-default {
  border-color: #e2e2e2; }
  #search .btn-default:hover, #search-column .btn-default:hover {
    background-color: #f7f7f7; }
#search input, #search-column input {
  border-radius: 0;
  height: 30px;
  font-style: italic;
  font-size: 11px; }
#search button, #search-column button {
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  height: 30px;
  padding: 5px 15px; }

.search-column {
  margin-bottom: 20px; }

@media (max-width: 768px) {
  #search {
    /* padding-right: 18px; */
    padding-top: 15px; } }
/* /search */
.quick_order {
  text-align: left; }

.quick_order .sbmt {
  margin: auto;
  width: 70%;
  white-space: nowrap; }

.quick_order .sbmt input {
  margin: 50px 0 0; }

#product .arrow-top {
  left: 25px; }

.quick_order h4 {
  margin: 0;
  text-transform: uppercas;
  font-size: 13px;
  font-weight: 500; }

.quick_order p {
  font-size: 12px;
  padding: 10px 0; }

.quick_order p span {
  font-size: 13px;
  font-weight: bold; }

.quick_order .btn-primary {
  margin: 50px auto 0;
  width: 45%; }

/* menu top */
#menu-top {
  position: relative;
  width: 100%;
  background: #ffdd55;
  height: 35px; }

#menu-top a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  line-height: 2.5;
  padding: 0 15px; }

#menu-top a.first {
  padding-left: 10px; }

#menu-top a:hover {
  color: #23527c; }

#under-line {
  height: 20px;
  border-bottom: 2px solid #7e618d; }
  #under-line .checkout {
    background: #7e618d;
    text-align: center;
    padding-bottom: 0px;
    position: relative;
    float: right;
    z-index: 2;
    right: 10px;
    white-space: nowrap; }
    #under-line .checkout a {
      text-decoration: none;
      border: 0;
      color: #fff; }
  #under-line a {
    text-decoration: none;
    border: 0;
    color: #000; }
    #under-line a:hover {
      text-decoration: none;
      color: #005E82; }
  #under-line .menu {
    /* m1argin-left: 15px; */
    padding-left: 15px; }
    #under-line .menu a {
      padding-right: 50px; }

#search-line {
  position: relative;
  width: 100%;
  padding: 10px 0; }

#cart button {
  cursor: default;
  padding: 0;
  background: none;
  text-align: left;
  font-size: 12px; }

#content-main {
  background: transparent;
  padding: 10px 0;
  width: 100%; }

#content .owl-wrapper-outer {
  border: 0;
  box-shadow: none; }

.col-sm-3.sub-category {
  width: 33%; }

.sub-category ul li {
  list-style-type: none;
  margin-top: 5px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px; }

.sub-category ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 15%;
  left: 0;
  background: #75bde9; }

.login-back-home {
  color: #75bde9;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 40px 0; }

.wrapper.forgotten {
  padding: 0 20px; }

.forgotten .pull-right {
  margin-right: 33%; }

.forgot-email {
  width: 60%; }

/*
.sub-category ul li img {
        position:absolute;
        top:15%;
}*/
.sub-category ul li a {
  text-decoration: none;
  font-weight: 500;
  border: 0;
  padding-left: 15px;
  display: block;
  line-height: 1em; }

.alert {
  margin-bottom: 35px;
  text-align: center; }

.alert a {
  text-decoration: none;
  border: 0; }

/* Cart-page */
/* Cart-page */
#cart-page h1 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 2px solid #7e618d; }
#cart-page .control-group {
  text-align: left;
  min-width: 125px; }
#cart-page .img-thumbnail {
  float: left;
  margin-right: 25px;
  border-radius: 0; }
#cart-page .product-name {
  text-decoration: none;
  font-size: 14px;
  border: 0;
  color: #000; }
#cart-page .button-green {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0 10px;
  line-height: 3;
  margin-right: 230px;
  margin-top: -25px;
  margin-bottom: 10px; }
#cart-page thead {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 500; }
#cart-page table {
  vertical-align: middle;
  border: 0; }
  #cart-page table.table-bordered tr {
    border-bottom: 1px solid #ddd; }
#cart-page td {
  vertical-align: middle;
  border: 0; }
#cart-page .btn-danger {
  border: 0;
  background: none; }
  #cart-page .btn-danger i {
    font-style: normal;
    font-size: 13px;
    color: #46474c; }
#cart-page .form-control {
  width: 40%;
  text-align: center; }
#cart-page .product-code {
  margin-left: 96px;
  margin-top: 5px; }
  #cart-page .product-code span {
    font-size: 12px; }
#cart-page .product-td {
  width: 40%; }
#cart-page .mob-table, #cart-page .number, #cart-page .login-back-home {
  display: none; }
#cart-page .total_total {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0;
  padding: 0;
  text-align: right;
  padding-bottom: 10px;
  white-space: nowrap;
  font-weight: 500; }
#cart-page .total_sum {
  font-weight: 700; }

.checkout-cart .number {
  display: none; }
.checkout-cart .login-back-home {
  display: none; }

@media (max-width: 992px) {
  #cart-page .control-group {
    text-align: left; }
  #cart-page .table-responsive {
    border: 0; }
  #cart-page .product-td {
    width: 74%;
    white-space: normal; }
  #cart-page .price-td {
    width: 15%; }
  #cart-page .input-td {
    display: block; }
  #cart-page .total-td {
    width: 10%; }
  #cart-page .mob-table {
    display: none;
    padding-left: 95px;
    margin-top: -35px; }
  #cart-page .form-control {
    width: 50px;
    float: left;
    display: block; }
  #cart-page .button-green {
    margin-right: 0; }
  #cart-page table, #cart-page td {
    vertical-align: top; }

  .col-sm-4.col-sm-offset-8 {
    margin-right: 0;
    margin-left: 0;
    width: 100%; }

  #cart-total {
    d1isplay: block;
    w1idth: 200px; }

  .total-mob {
    display: block !important;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 18px; } }
@media (max-width: 500px) {
  #cart-page .control-group {
    text-align: left;
    margin-left: 96px; }
  #cart-page .product-td {
    width: 100%;
    float: left;
    display: block;
    white-space: normal; }
  #cart-page .price-td {
    width: 40%;
    display: block;
    margin-left: 93px; }
  #cart-page .input-td {
    display: block;
    float: right; }
  #cart-page .remove-td {
    display: block;
    padding-top: 0;
    text-align: right; }
    #cart-page .remove-td button {
      padding: 0; }
  #cart-page table td {
    width: 100%;
    float: left; }

  .total-mob {
    margin-top: 10px;
    margin-left: 15px; } }
/* Mobile */
.mobile-header, .mobile-cart, .mobile-menu {
  display: none; }

.mobile-header {
  background: #e0e0e0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px; }

.mobile-header .phone {
  font-weight: 700;
  font-size: 15px; }

.mobile-cart {
  background: #f0f0f0;
  width: 100%;
  float: left;
  padding: 10px 0;
  margin-bottom: 25px;
  font-size: 12px;
  position: relative;
  z-index: 999; }

.mobile-cart a {
  text-decoration: underline;
  color: #000; }

.mobile-cart a:hover {
  text-decoration: none; }

#content .h2-catalog {
  font-size: 17px;
  border-bottom: 2px solid #7e618d;
  padding: 0 10px;
  margin: 45px 0 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  display: block;
  text-transform: uppercase; }

/* column-left */
#column-left .list-group {
  position: relative; }
#column-left .sub ul li {
  list-style-type: none; }
  #column-left .sub ul li a:hover {
    background: none;
    color: #1683c6; }
#column-left .sub .grid-x3 {
  margin-right: 3%;
  padding: 15px 0 10px 0;
  width: 30%;
  border-bottom: 1px solid #f0f0f0; }
#column-left .power input[type="text"], #column-left .power select {
  padding: 5px;
  height: 32px;
  font-family: Roboto;
  font-size: 12px;
  color: #bbabab;
  background: transparent; }
#column-left .power input[type="radio"] {
  float: left;
  margin: 30px 0 0 -18px; }
#column-left .power input[type="submit"] {
  background: url("../image/buttons/button.png") repeat-x;
  padding: 10px 20px;
  line-height: 1;
  max-height: 31px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  border: 0; }
  #column-left .power input[type="submit"]:hover {
    background: url("../image/buttons/button.png") repeat-x;
    background-position: 0 -125px; }
#column-left .power select {
  -webkit-appearance: none;
  width: 127px; }
#column-left .power .radio {
  display: block;
  padding: 5px 0 0 0; }
  #column-left .power .radio p {
    float: left;
    margin-left: 10px; }
#column-left .power .select-arrow {
  background: url("../image/icons/arrow.jpg") no-repeat 110px 2px;
  height: 25px;
  float: left; }
#column-left .attention {
  padding: 10px;
  border: 2px solid #ffdd55;
  margin-top: 45px;
  position: relative; }
  #column-left .attention input[type="submit"]:hover {
    background: url("../image/buttons/button.png") repeat-x;
    background-position: 0 -125px; }
  #column-left .attention .h2-catalog {
    border: 0;
    margin-top: 0; }
  #column-left .attention a {
    color: #1683c6;
    text-decoration: none;
    position: relative;
    border-bottom: 1px dotted #1683c6; }
    #column-left .attention a:hover {
      border-color: transparent; }
  #column-left .attention p {
    padding-left: 35px; }
#column-left .panel {
  border-radius: 0; }
#column-left .panel-heading {
  text-transform: uppercase;
  text-align: center;
  color: #1683c6;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  max-height: 38px;
  background: url("../image/buttons/button.png") repeat-x;
  background-position: 0 -82px;
  display: block;
  text-decoration: none; }
  #column-left .panel-heading:hover {
    background: url("../image/buttons/button-hover.png") repeat-x;
    background-position: 0 -82px; }
#column-left .panel-default a:hover {
  background: none; }
#column-left .panel-default .list-group {
  margin-bottom: 0; }
#column-left .panel-default .list-group-item {
  border: 0;
  background: #fcfcfc;
  padding: 0 15px;
  margin: 0; }
  #column-left .panel-default .list-group-item .checkbox {
    margin: 0; }
#column-left .panel-default .filter-hidden .list-group a {
  margin-bottom: 3px;
  min-height: auto; }
#column-left .yandex-m {
  display: block;
  margin: 45px 0 15px 0; }
#column-left .consult-link {
  text-align: right;
  margin-top: -10px; }
  #column-left .consult-link .arrow-right {
    right: -5px;
    top: 100px;
    z-index: 10; }
#column-left .consult-header {
  display: none;
  width: 366px;
  min-height: 177px;
  background: #fff;
  position: absolute;
  top: -20px;
  left: 287px;
  z-index: 9;
  cursor: default;
  padding: 20px 10px 10px 25px;
  text-align: left;
  border: 1px solid #f5e74e; }
  #column-left .consult-header h4 {
    font-size: 13px;
    text-transform: uppercase;
    cursor: text;
    margin: 0; }
  #column-left .consult-header p {
    font-size: 12px;
    cursor: text;
    padding-left: 0; }
  #column-left .consult-header input[type="text"] {
    padding: 5px;
    height: 32px;
    width: 49.5%;
    font-size: 12px;
    color: #bbabab;
    background: transparent; }
  #column-left .consult-header input[type="submit"] {
    background: url("../image/buttons/button.png") repeat-x;
    padding: 10px 20px;
    line-height: 1;
    max-height: 31px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border: 0;
    margin-top: 15px; }
#column-left .grid-x4 {
  width: 45%; }
#column-left .featured {
  margin-top: 20px;
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-left: 8px; }
  #column-left .featured h4 {
    font-size: 11px;
    font-weight: normal; }
  #column-left .featured img {
    width: 70px;
    margin: auto; }
  #column-left .featured .price {
    font-size: 11px;
    font-weight: 500; }
  #column-left .featured a {
    color: #1683c6;
    text-decoration: underline;
    font-size: 11px;
    border: 0; }
    #column-left .featured a:hover {
      text-decoration: none; }
#column-left .viewed {
  margin-top: 20px;
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-left: 8px;
  min-height: 232px; }
  #column-left .viewed h4 {
    font-size: 11px;
    font-weight: normal;
    min-height: 72px; }
  #column-left .viewed img {
    width: 70px;
    margin: auto; }
  #column-left .viewed .price {
    font-size: 11px;
    font-weight: 500;
    float: none;
    padding-bottom: 0; }
  #column-left .viewed a {
    color: #1683c6;
    text-decoration: underline;
    font-size: 11px;
    border: 0; }
    #column-left .viewed a:hover {
      text-decoration: none; }
#column-left .filter-hidden .list-group {
  padding-top: 10px; }
  #column-left .filter-hidden .list-group .checkbox {
    line-height: 1.6; }

.sub-cat-2, .sub-cat-3, .sub-cat-4, .sub-cat-5, .sub-cat-6, .sub-cat-7, .sub-cat-8 {
  display: none; }

@media (max-width: 1200px) {
  #column-left .viewed.grid-x4, #column-left .featured.grid-x4 {
    margin-left: 0;
    width: 100%; } }
@media (max-width: 992px) {
  #column-left {
    width: 100%;
    min-height: 100%; }
    #column-left .col-md-4, #column-left .sub-link:hover .sub-cat-1 {
      display: none; }
    #column-left .list-group a {
      padding: 12px 10px;
      border-bottom: 2px solid #f0f0f0; } }
#button-filter {
  background: url("../image/buttons/button.png") repeat-x;
  padding: 10px 20px;
  line-height: 1;
  max-height: 31px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  border: 0;
  color: #000; }

#button-filter:hover {
  background: url("../image/buttons/button-hover.png") repeat-x; }

.result {
  clear: both;
  padding-top: 10px;
  line-height: 1;
  text-align: center; }

.result img {
  width: 24px; }

#consult-form-kontakt .result {
  background: #fff;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #f5e74e;
  border-left: 1px solid #f5e74e;
  border-right: 1px solid #f5e74e;
  padding-top: 18px; }

/* Home */
.main-page {
  /* width: 75.5%; */
  padding: 0 4px; }

.main-page h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 45px; }

.main-page p {
  font-size: 17px;
  font-weight: 500; }

.main-page h2 {
  font-size: 17px;
  border-bottom: 2px solid #7e618d;
  margin-top: 45px;
  text-transform: uppercase;
  font-weight: 500; }

.main-page a:hover {
  text-decoration: none; }

.main-page .owl-wrapper-outer {
  border-radius: 0 !important; }

.benefits td {
  text-align: center;
  vertical-align: top; }

.benefits td.table-x3 {
  text-align: left; }

.benefits table {
  margin-top: 25px; }

.benefits .more {
  font-size: 13px;
  text-align: center;
  color: #1683c6;
  text-transform: uppercase;
  border: 0;
  padding-top: 25px;
  text-decoration: underline;
  font-weight: 500;
  display: table;
  margin: auto; }

.clients {
  margin-bottom: 25px; }

.clients img {
  margin-right: -1px; }

.clients .catalog {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  width: 80%;
  margin: auto;
  margin-top: 55px;
  margin-bottom: 55px; }

.clients a {
  border: 0;
  color: #1683c6;
  text-decoration: underline; }

/* Category-page */
/* Category-page */
/* есть ещё элементы category-page в _heritage*/
.category-page .product-thumb button[type="button"], .button-green, #button-confirm, .search-page .product-thumb button[type="button"] {
  background-color: #51e143;
  background: linear-gradient(to top, #0cae41, #51e143);
  padding: 15px 20px;
  max-height: 41px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  border: 0;
  border-radius: 0; }

.category-page .product-thumb button[type="button"]:hover, .search-page .product-thumb button[type="button"]:hover, .button-green:hover {
  background-color: #0cae41;
  background: linear-gradient(to top, #34c924, #51e143); }

.category-page .product-thumb .one-click, .search-page .product-thumb .one-click {
  color: #1683c6;
  border-bottom: 1px dotted #1683c6;
  position: relative;
  font-size: 12px;
  cursor: pointer; }
  .category-page .product-thumb .one-click:hover, .search-page .product-thumb .one-click:hover {
    border-color: transparent; }
  .category-page .product-thumb .one-click .h1, .search-page .product-thumb .one-click .h1 {
    margin: 0; }
.category-page .product-thumb button[type="button"], .search-page .product-thumb button[type="button"] {
  /* margin: -10px 0 0 0; */ }
.category-page h1, .search-page h1 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase; }
.category-page h2, .search-page h2 {
  margin-top: 0; }
  .category-page h2 a, .search-page h2 a {
    text-decoration: none;
    border: 0; }
.category-page .product-layout, .search-page .product-layout {
  padding: 0 0px 20px 0px;
  border-right: 1px solid #f0f0f0;
  margin-bottom: 20px; }
  .category-page .product-layout.product-grid, .search-page .product-layout.product-grid {
    min-height: 375px;
    margin-bottom: 10px; }
    .category-page .product-layout.product-grid .attribute, .search-page .product-layout.product-grid .attribute {
      display: inline; }
  .category-page .product-layout.product-list, .search-page .product-layout.product-list {
    border-right: 0px; }
    .category-page .product-layout.product-list .attribute, .search-page .product-layout.product-list .attribute {
      display: block; }
  .category-page .product-layout .alldescription, .search-page .product-layout .alldescription {
    color: #333; }
.category-page .product-list .product-thumb .one-click-block, .category-page .product-grid .product-thumb .one-click-block, .search-page .product-list .product-thumb .one-click-block, .search-page .product-grid .product-thumb .one-click-block {
  float: right; }
.category-page .product-list h2, .search-page .product-list h2 {
  font-size: 18px;
  font-weight: 500; }
.category-page .product-list .caption .h3, .search-page .product-list .caption .h3 {
  font-weight: 400;
  margin-bottom: 15px;
  display: block; }
  .category-page .product-list .caption .h3 a, .search-page .product-list .caption .h3 a {
    color: #1683c6; }
.category-page .product-list .image, .search-page .product-list .image {
  float: left;
  padding: 0px 10px 10px 0;
  box-sizing: border-box;
  width: 30%; }
.category-page .product-list .description_dot, .search-page .product-list .description_dot {
  display: none; }
.category-page .product-list .product-text, .search-page .product-list .product-text {
  float: left;
  padding: 5px 0;
  box-sizing: border-box;
  width: 70%; }
.category-page .product-list .button-group, .search-page .product-list .button-group {
  background-color: #f6f1e3;
  display: inline-block;
  width: 100%; }
  .category-page .product-list .button-group .button-subgrup, .search-page .product-list .button-group .button-subgrup {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 0px 0; }
.category-page .product-list .price, .search-page .product-list .price {
  font-size: 22px;
  padding-top: 0px;
  padding-left: 10px;
  margin-bottom: 0px;
  display: inline-block;
  width: 69%;
  vertical-align: middle; }
.category-page .product-list .product-thumb button[type="button"], .search-page .product-list .product-thumb button[type="button"] {
  float: right;
  margin: 0; }
.category-page .product-grid .product-text, .search-page .product-grid .product-text {
  padding: 0 10px; }
.category-page .product-grid h2, .search-page .product-grid h2 {
  font-size: 13px;
  font-weight: 700;
  padding-top: 25px; }
.category-page .product-grid .caption a, .search-page .product-grid .caption a {
  font-size: 18px;
  padding-top: 25px;
  margin-bottom: 15px;
  display: block;
  color: #1683c6;
  height: 95px;
  overflow: hidden; }
.category-page .product-grid .caption .description_long, .search-page .product-grid .caption .description_long {
  display: none; }
.category-page .product-grid .caption .description, .search-page .product-grid .caption .description {
  height: 94px;
  overflow: hidden; }
.category-page .product-grid .price1, .search-page .product-grid .price1 {
  font-size: 22px;
  font-weight: 700;
  float: left;
  padding-right: 20px;
  padding-bottom: 40px; }
.category-page .product-grid .image img, .search-page .product-grid .image img {
  margin: auto; }
.category-page .product-grid .product-thumb, .search-page .product-grid .product-thumb {
  margin-top: 25px;
  padding: 0 0 15px 0; }
.category-page .product-grid .button-group, .search-page .product-grid .button-group {
  background-color: #f6f1e3;
  display: inline-block;
  width: 100%; }
  .category-page .product-grid .button-group .button-subgrup, .search-page .product-grid .button-group .button-subgrup {
    width: 38%;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 0px 0;
    text-align: right; }
.category-page .product-grid .price, .search-page .product-grid .price {
  font-size: 22px;
  padding-top: 0px;
  padding-left: 10px;
  margin-bottom: 0px;
  display: inline-block;
  width: 60%;
  vertical-align: middle; }
.category-page .image img, .search-page .image img {
  border: 1px solid #f0f0f0; }
.category-page .length-class-input, .search-page .length-class-input {
  margin-bottom: 12px; }
.category-page .grid-x6, .search-page .grid-x6 {
  font-size: 13px; }
.category-page .reward, .search-page .reward {
  width: 100%; }
.category-page label, .search-page label {
  font-weight: normal; }
.category-page .col-sm-2 img, .search-page .col-sm-2 img {
  display: none; }
.category-page .output button, .search-page .output button {
  border: 0;
  padding: 0;
  float: none !important;
  font-size: 11px; }
  .category-page .output button i, .search-page .output button i {
    font-weight: normal;
    font-style: normal; }
.category-page .col-sm-10, .search-page .col-sm-10 {
  width: 100%;
  padding-top: 50px; }
.category-page .cat-head-line, .search-page .cat-head-line {
  line-height: 17px;
  border-bottom: 2px solid #7e618d;
  padding-top: 25px;
  padding-bottom: 10px; }
.category-page .one-click-block .delivery-header, .search-page .one-click-block .delivery-header {
  display: block; }
.category-page .one-click-block .arrow-to, .search-page .one-click-block .arrow-to {
  display: block; }

#input-sort {
  -webkit-appearance: none;
  padding: 5px;
  height: 32px;
  font-family: Roboto;
  font-size: 12px;
  color: #bbabab;
  background: transparent;
  border-radius: 0;
  margin-top: -10px; }

.product-search .one-click-block .delivery-header {
  display: block; }
.product-search .one-click-block .arrow-top {
  display: block; }

.one-click-block .one-click-category {
  display: none !important; }
.one-click-block.active .one-click-category {
  display: block !important; }

.category-page .one-click-category, .search-page .one-click-category {
  position: absolute;
  right: 50px;
  top: 10px; }

.product-search .one-click-category {
  position: absolute;
  right: 50px;
  top: 10px; }

.table-catalog tbody {
  width: 100%;
  display: block; }
.table-catalog tr {
  width: 100%;
  display: block; }
.table-catalog td {
  width: 30%;
  display: block;
  float: left; }

@media (max-width: 1212px) {
  .category-page .product-list .price, .search-page .product-list .price {
    margin-top: 0px; } }
@media (max-width: 1200px) {
  .category-page .product-layout.product-grid, .search-page .product-layout.product-grid {
    min-height: 534px; } }
@media (max-width: 992px) {
  .category-page .product-list .price, .search-page .product-list .price {
    margin-top: 0px; }
  .category-page .product-list .product-text, .search-page .product-list .product-text {
    float: left;
    width: 80%; }
  .category-page .button-group, .search-page .button-group {
    clear: none; }
  .category-page .col-md-2.text-left, .search-page .col-md-2.text-left {
    width: 15% !important;
    float: left;
    padding-left: 0; }
  .category-page .col-md-3.text-left, .search-page .col-md-3.text-left {
    float: left; }
  .category-page p.description, .search-page p.description {
    width: 100%; }

  .category-page .product-list .price {
    float: none; }
  .category-page .image img {
    text-align: center; }
  .category-page .product-grid .caption a {
    height: auto;
    overflow: inherit; }
  .category-page .product-grid .caption .description {
    height: auto;
    overflow: inherit; } }
@media (max-width: 600px) {
  .category-page .product-list .price, .category-page .product-grid .price, .search-page .product-list .price, .search-page .product-grid .price {
    text-align: left;
    margin-top: 0px; }
  .category-page .button-group, .search-page .button-group {
    text-align: center; }
  .category-page .col-md-2.text-left, .search-page .col-md-2.text-left {
    float: none;
    height: 40px; }
  .category-page .col-md-3.text-left, .search-page .col-md-3.text-left {
    margin-left: 0 !important; }
  .category-page p.description, .search-page p.description {
    width: 100%; } }
@media (max-width: 1360px) {
  .category-page .one-click-category, .search-page .one-click-category {
    position: absolute;
    right: 120px;
    top: 10px; }
    .category-page .one-click-category .arrow-top, .search-page .one-click-category .arrow-top {
      left: 70px; } }
@media (max-width: 1100px) {
  .category-page .product-layout.product-grid, .search-page .product-layout.product-grid {
    min-height: 534px; } }
@media (max-width: 992px) {
  .category-page #column-left, .search-page #column-left {
    display: none; }
  .category-page .product-list p.description, .search-page .product-list p.description {
    width: 70%; }
  .category-page .product-layout.product-grid, .search-page .product-layout.product-grid {
    min-height: 420px; } }
@media (max-width: 600px) {
  .category-page .product-list .image, .search-page .product-list .image {
    width: 100%; }
    .category-page .product-list .image img, .search-page .product-list .image img {
      margin: 0 auto; }
  .category-page .product-list .product-text, .search-page .product-list .product-text {
    width: 100%; } }
@media (max-width: 372px) {
  .category-page .product-list .price, .category-page .product-grid .price, .search-page .product-list .price, .search-page .product-grid .price {
    text-align: center;
    margin-top: 0px;
    padding-left: 10px;
    width: 100%;
    padding-left: 0px; } }
/* /Category-page */
/* Product-page */
/* Product-page */
/* import in _heritage */
.product-page h1 {
  font-size: 21px;
  font-weight: 500; }
.product-page h3 {
  font-size: 17px;
  border-bottom: 2px solid #7e618d; }
.product-page .item_code {
  display: block;
  font-size: 12px; }
.product-page .h2-catalog {
  font-size: 17px;
  border-bottom: 2px solid #7e618d;
  padding: 0 10px;
  margin: 45px 0 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  display: block;
  text-transform: uppercase; }
.product-page .descriptio {
  height: 240px; }
.product-page .img-more_one {
  height: 290px; }
.product-page .phone {
  font-size: 20px; }

.thumbnails a {
  border: 0;
  padding: 0; }

.thumbnails li {
  list-style-type: none;
  float: left; }

.thumbnails li.image-additional {
  float: left; }

.info-page .thumbnails {
  margin: 0 auto; }

.info-page .thumbnails li {
  padding: 5px; }

.product-page .btn-primary, .category-page .btn-primary {
  background-color: #51e143;
  background: linear-gradient(to top, #0cae41, #51e143);
  padding: 15px 20px;
  max-height: 41px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  border-radius: 0; }

.product-page .btn-primary:hover, .category-page .btn-primary:hover {
  background-color: #0cae41;
  background: linear-gradient(to top, #34c924, #51e143); }

.product-page .panel-default {
  display: none; }

.product-page .list-unstyled {
  margin: 0; }

.product-page .list-unstyled h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap; }

.product-page .list-unstyled.alignleft {
  margin-top: 15px;
  min-width: 100px; }

.product-page #product {
  float: left;
  text-align: center;
  margin-left: 25px;
  margin-top: 13px; }

.product-page #product .form-group {
  margin: 0; }

.product-page #product .one-click {
  text-decoration: none;
  color: #1683c6;
  border-bottom: 1px dotted #1683c6; }

.product-page #product .one-click:hover {
  border-color: transparent; }

.product-page .thumbnails a img {
  border: 1px solid #f0f0f0;
  border-radius: 0; }

.product-page .text {
  font-size: 13px;
  border-top: 1px solid #f0f0f0;
  padding: 10px 140px 0 0;
  margin-top: 70px; }

.product-page .text a {
  text-decoration: none;
  color: #1683c6;
  border-bottom: 1px dotted #1683c6; }

.product-page .text a:hover {
  border: 0; }

.product-page table.how-order {
  width: 100%;
  text-align: center;
  font-size: 11px; }

.product-page .details-how {
  margin: 25px 0;
  font-size: 12px;
  padding: 10px;
  line-height: 1.7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.product-page .details-how a {
  text-decoration: none;
  color: #1683c6;
  border-bottom: 1px dotted #1683c6; }

.product-page .details-how a:hover {
  border-color: transparent; }

.product-page table.how-order td {
  width: 33%;
  vertical-align: top;
  padding-top: 10px; }

.product-page .recommend {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 150px; }
  .product-page .recommend h4 {
    font-size: 12px;
    font-weight: normal; }
  .product-page .recommend img {
    width: 70px;
    margin: auto; }
  .product-page .recommend .price {
    font-size: 11px;
    font-weight: 500; }
  .product-page .recommend a {
    color: #1683c6;
    text-decoration: underline;
    font-size: 11px;
    border: 0; }

.product-page .price {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
  /*display:block;*/ }

.product-page .length-class {
  font-size: 11px; }

.product-page .length-class-input {
  float: left;
  margin-right: 3px;
  padding: 11px 7px; }

.product-page .btn-cart-sv {
  display: inline-block;
  width: auto; }

.product-page .recommend a:hover {
  text-decoration: none; }

.product-page .image-additional {
  margin-top: 3px;
  margin-right: 3px; }

.product-page .image-additional a img {
  width: 47px; }

.product-page .table-bordered {
  font-size: 11px !important; }

.product-page a.thumbnail {
  margin: 0; }

.product-page a.thumbnail > img {
  margin: 0; }

/*
.product-page .delivery, .product-page .bonus, .product-page .payment, .product-page .garanty {
                position:relative;

        }
.product-page .delivery-header, .product-page .bonus-header, .product-page .payment-header, .product-page .garanty-header {
                display:none;
                width:350px;
                height:190px;
                background: url('../image/consult-header.png') no-repeat;
                position:absolute;
                top: 15px;
                left: -185px;
                z-index:999;
        }

        .product-page .delivery:hover .delivery-header, .product-page .bonus:hover .bonus-header, .product-page .payment:hover .payment-header, .product-page .garanty:hover .garanty-header {
                display:block;
        }
*/
.product-page .mob-text {
  display: none; }

/* Checkout-page */
.checkout-page .col-sm-9 {
  width: 100%; }

.checkout-page a {
  text-decoration: none;
  border: 0; }

.checkout-page .collapse {
  display: block;
  visibility: visible; }

.checkout-page .panel-default {
  border: 0;
  box-shadow: none; }

.checkout-page h1, .checkout-cart h1 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase; }

.checkout-page h2 {
  font-size: 17px;
  font-weight: 500; }

.checkout-page .panel-body {
  padding: 15px 0; }

.checkout-page .forgot-pass {
  text-decoration: none;
  color: #1683c6;
  border-bottom: 1px dotted #1683c6;
  padding-top: 10px;
  font-size: 11px; }

.checkout-page .forgot-pass:hover {
  border-color: transparent; }

.checkout-page input {
  border-radius: 0; }

.checkout-page .grid-x2.alignleft {
  min-height: 290px;
  border-right: 1px solid #f0f0f0; }

.checkout-page .checkbox-bonus {
  height: inherit;
  float: left;
  width: inherit;
  border: 0;
  box-shadow: none; }

.checkout-page .label-bonus {
  display: block;
  padding-left: 25px; }

.checkout-page input[type="submit"]:disabled {
  color: #fff !important; }

/* Information-page */
.info-page iframe {
  width: 100%; }
.info-page h1 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500; }
.info-page .info-hide {
  display: none; }
.info-page a {
  text-decoration: none;
  color: #1683c6; }
  .info-page a:hover {
    color: #005E82; }
.info-page table a {
  border: 0;
  color: #000; }
  .info-page table a:hover {
    color: #23527c; }

#content .info-page-content {
  width: 100%; }

.info-page-content- {
  width: 75.5%;
  padding: 0 10px; }

.info-page-content h3 {
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 2px solid #7e618d; }
.info-page-content .table > tbody > tr > td {
  border: 0;
  padding-top: 10px; }
.info-page-content .table p img {
  display: inline-block;
  vertical-align: middle; }
.info-page-content .table p span {
  width: 85%;
  display: inline-block;
  padding-left: 10px;
  font-weight: bold;
  vertical-align: middle; }

.info-page table a:hover {
  color: #23527c; }

.info-page a {
  text-decoration: none;
  color: #1683c6; }
  .info-page a:hover {
    border-color: transparent; }
  .info-page a ul.list {
    margin: 0;
    list-style-type: none; }
    .info-page a ul.list li {
      position: relative;
      margin-bottom: 20px;
      padding-left: 15px; }
      .info-page a ul.list li:before {
        content: '';
        top: 6px;
        left: 0;
        position: absolute;
        width: 7px;
        height: 7px;
        background: #1683c6; }

.info-page ul.list.nm li {
  margin-bottom: 5px; }

.info-page #content .sub-category-main, .info-page #content .h2-catalog, .info-page #content .list-group-catalog {
  display: none; }

#useful-info .item {
  display: inline-block;
  padding: 20px;
  width: 25%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center; }
  #useful-info .item:hover {
    border: 1px solid #7e618d; }
    #useful-info .item:hover a {
      color: #1383b7; }
  #useful-info .item a {
    border: 0;
    font-size: 13px; }
  #useful-info .item img {
    width: 100%; }
  #useful-info .item .data {
    display: block;
    text-align: right;
    font-size: 10px;
    color: #333;
    margin-bottom: 10px; }

@media (max-width: 992px) {
  /* General */
  #useful-info .item {
    width: 100%; }

  #useful-info .item img {
    width: 50%;
    padding-bottom: 15px;
    display: block;
    margin: 0 auto; } }
/*account*/
.forgotten h1 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500; }

.forgotten legend {
  font-size: 16px; }

.forgotten input {
  border-radius: 0; }

.forgotten .form-group {
  margin-top: 15px; }

/* Breadcrumb */
.breadcrumb {
  background: none;
  padding: 8px 0;
  margin-left: 0px;
  font-size: 11px;
  white-space: nowrap; }

.breadcrumb a {
  border: 0;
  text-decoration: none;
  font-size: 11px;
  color: #1683c6; }

.breadcrumb > li + li:before {
  content: '>'; }

#content .hidden-md {
  display: block !important; }

.svetoyar-num {
  position: absolute;
  top: 0; }

.consult-contact {
  display: none;
  width: 350px;
  height: 190px;
  background: url("../image/consult-header.png") no-repeat;
  position: relative;
  top: 15px;
  left: 50%;
  margin-left: -210px;
  z-index: 999; }

.consult-contact h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0; }

.consult-contact .consult-text {
  padding: 30px 15px 15px 15px;
  color: #000;
  text-align: left; }

.consult-contact p {
  font-size: 12px; }

.consult-contact input[type="text"] {
  padding: 5px;
  height: 32px;
  width: 49.5%;
  font-size: 12px;
  color: #bbabab;
  background: transparent;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.consult-contact input[type="submit"] {
  background: url("../image/buttons/button.png") repeat-x;
  padding: 10px 20px;
  line-height: 1;
  max-height: 31px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  border: 0;
  margin-top: 15px; }

@media (max-width: 1250px) {
  .search-page .product-list p.description {
    width: 600px; } }
@media (max-width: 992px) {
  /* General */
  #footer .grid-x2, .mobile-cart .grid-x2 {
    width: 41%; }

  #footer .grid-x2 {
    width: 100%; }

  #footer .grid-x2 .tel {
    display: block;
    white-space: nowrap; }

  #footer .grid-x2.ooo-svetoyar > * {
    display: block;
    position: relative;
    right: 0;
    text-align: left; }

  .min-height-400 {
    margin-bottom: 50px; }

  .mob-hide {
    display: none !important; }

  .mobile-menu {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    width: 100% !important;
    position: absolute !important;
    z-index: 9999;
    top: 0;
    right: 20px; }

  .mobile-m {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px; }

  .mobile-m img {
    margin: 2px 10px 0 0; }

  .mobile-cart #cart {
    margin-left: 0;
    padding-left: 0 !important;
    overflow: visible;
    position: relative;
    z-index: 999;
    width: 215px; }

  .mobile-header, .mobile-cart, .mobile-cart .hidden-sm {
    display: block !important; }

  #menu-top, #under-line, .product-page #column-left, .breadcrumb {
    display: none; }

  #search-line {
    border: 0; }

  #search-line .grid-x4 {
    width: 100%; }

  .search-page .product-list .product-text {
    float: left;
    width: 75%; }

  .search-page .product-list p.description {
    width: 70%; }

  .col-sm-9, .product-page .grid-x2, .product-page .grid-x6 {
    width: 100%; }

  .product-page .grid-x2, .product-page .grid-x6 {
    margin: 15px 0; }

  .product-page .grid-x2.mob-grid-x2.alignleft {
    margin: 0; }

  #input-sort {
    /*margin-top:15px;*/ }

  .clear.hide {
    display: block !important; }

  /* Home */
  .main-page {
    display: none; }

  #content .hidden-md {
    display: block !important; }

  .svetoyar-num {
    right: 20px;
    text-align: right; }

  .wm-copyright {
    position: absolute;
    right: 20px;
    width: 190px;
    bottom: 0; }

  .update-btn {
    display: block;
    float: left;
    margin: 5px; }

  /* info */
  .info-page #column-left {
    display: none; }

  /* Product-page */
  .product-page h1 {
    font-size: 13px; }

  .product-page ul {
    margin: 0; }

  .product-page .one-click {
    display: none; }

  .product-page .thumbnail {
    float: left;
    width: 35%; }

  .product-page .grid-x4 {
    width: 100%; }

  .product-page .mob-text {
    text-align: center;
    padding: 10px;
    font-size: 13px;
    border-bottom: 2px solid #7e618d;
    border-top: 2px solid #7e618d;
    display: block;
    margin-top: 50px; }

  .product-page .mob-grid-x2, .product-page .mob-grid-x4 {
    width: 50%; }

  .product-page #product {
    clear: both;
    margin-left: 0; }

  .after-min-height {
    margin-top: 0; }

  /* Cart-page */
  /* Checkout-page */
  .checkout-page .grid-x2, .checkout-page .grid-x4 {
    width: 100%;
    margin: 25px 0; }

  .search-page .product-layout {
    width: 100%; }

  .sub, .arrow-right {
    display: none !important; }

  .info-page iframe {
    width: 100%; }

  .checkout-page .grid-x2.alignleft {
    border: 0; }

  .col-sm-3.sub-category {
    width: 100%; }

  .col-sm-3.sub-category ul {
    margin-bottom: 0; }

  .col-sm-3.sub-category ul li {
    padding: 10px 0; }

  .table-catalog td {
    width: 100%;
    display: block;
    float: left; }

  .sub-category ul li::before {
    top: 40%; } }
@media (max-width: 600px) {
  .product-page .mob-grid-x4 {
    clear: both;
    width: 100%; }

  .table-responsive {
    overflow-x: hidden; }

  .search-page .product-list .image {
    width: 100%; }

  .search-page .product-list .image img {
    margin: 0 auto; }

  .search-page .product-list .product-text {
    width: 100%; }

  .search-page .product-list .price {
    float: none; } }
@media (max-width: 500px) {
  .consult-contact .consult-text {
    padding: 15px; }

  .mobile-cart .grid-x2 {
    width: 100%;
    text-align: left; }

  .consult-contact {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    background: none;
    border: 1px solid #FFE735; } }
#error_area {
  position: relative; }

#error_area button.close {
  position: absolute;
  top: 0;
  right: 3px; }

#collapse-payment-address form {
  display: none !important; }

.check-success h1 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500; }

.dropdown-menu.pull-right {
  display: none !important; }

.font-11 {
  font-size: 11px; }

.ie-9-pad {
  padding: 0 10px 0 17px; }

.pseudo-link {
  color: #1683c6;
  border-bottom: 1px dotted #1683c6;
  cursor: pointer; }

.table-striped-pro > tbody > tr:nth-of-type(2n) {
  background-color: #f9f9f9; }

.table-pro > tbody > tr > td {
  border-top: inherit; }

.table-pro > tbody > tr:first-child > td {
  border-top: inherit;
  padding-top: 0px; }

/* modules - Файл 
========================================================================== */
/* Breadcrumb */
.breadcrumb {
  background: none;
  padding: 8px 0;
  margin-left: 0px;
  font-size: 11px;
  white-space: nowrap; }

.breadcrumb a {
  border: 0;
  text-decoration: none;
  font-size: 11px;
  color: #1683c6; }

.breadcrumb > li + li:before {
  content: '>'; }

/* content */
#content {
  line-height: 1.5; }

/* footer */
.sm-footer {
  float: none;
  clear: both;
  margin-top: 50px; }

.grid-x6.alignleft.mob-hide {
  margin-top: 25px; }

#footer {
  background: #131313;
  background: #46474c;
  margin-top: 20px;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  font-size: 11px; }
  #footer a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 1.3; }
    #footer a:hover {
      color: #ffdd55; }
    #footer a.h1 {
      font-size: 28px; }
  #footer .grid-x2 {
    vertical-align: top; }
    #footer .grid-x2.ooo-svetoyar a img {
      margin-top: -25px; }
  #footer ul {
    margin: 0; }
    #footer ul li {
      list-style-type: none; }
  #footer .logo {
    display: block; }
  #footer .tel {
    font-weight: 700;
    white-space: nowrap; }
    #footer .tel a {
      color: #ffdd55;
      font-size: 21px; }
  #footer .email a {
    color: #ffdd55;
    font-size: 21px; }
  #footer .wm-copyright a {
    color: #46474c;
    text-decoration: none;
    font-size: 10px; }
    #footer .wm-copyright a:hover {
      text-decoration: none; }
  #footer .wm-copyright img {
    margin-right: 10px; }
  #footer .wm-copyright p {
    line-height: normal;
    font-size: 10px;
    color: #46474c; }
  #footer .ooo-svetoyar {
    vertical-align: bottom; }

/* /footer */
/* header */
#header {
  position: relative;
  padding-bottom: 10px;
  font-size: 12px;
  width: 100%;
  line-height: 1.5; }
  #header .cap {
    display: flex;
    align-items: center; }
  #header a {
    color: #1683c6;
    /* border-bottom:1px dotted $link-color; */
    text-decoration: none; }
    #header a:hover {
      border-color: transparent; }
  #header .grid-x2 {
    position: relative;
    vertical-align: middle; }
  #header .grid-x4 {
    position: relative;
    vertical-align: middle; }
  #header .tel {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.2; }
    #header .tel a {
      border-bottom: 0px; }
  #header .metro-icon {
    position: absolute;
    left: -5px;
    top: 41px; }
  #header .map-link {
    position: relative; }
    #header .map-link:hover .map {
      display: block; }
  #header .map {
    display: none;
    width: 500px;
    height: 388px;
    background: url("../image/map.png") no-repeat;
    position: absolute;
    top: 15px;
    left: -190px;
    z-index: 999;
    overflow: hidden; }
  #header .map-img {
    position: absolute;
    top: 14px;
    left: 1px;
    width: 498px;
    height: 373px; }
  #header .descriptor {
    margin: 0;
    font-size: 16px; }
  #header .headerTop_Container_gr1ay {
    background-color: #e0e0e0; }
  #header .headerTop_Container {
    min-height: 23px;
    vertical-align: bottom;
    line-height: 32px; }
    #header .headerTop_Container_gray {
      background-color: #e0e0e0; }
    #header .headerTop_Container_red {
      background-color: #e67777; }
    #header .headerTop_Container_alarm {
      h1eight: 50px;
      width: 100%;
      color: #ffffff;
      font-weight: 600;
      font-size: 21px;
      display: flex;
      justify-content: center;
      align-items: center; }
    #header .headerTop_Container .headerTop_text {
      padding-left: 30px;
      font-weight: 600; }
    #header .headerTop_Container .headerTop_textFirst {
      padding-left: 15px;
      font-weight: 600; }
    #header .headerTop_Container .headerTop_textEmail {
      padding-right: 50px;
      float: right;
      font-size: 14px;
      font-weight: 600; }
      #header .headerTop_Container .headerTop_textEmail a {
        border-bottom: 0px; }
    #header .headerTop_Container .headerTop_textWhatsapp {
      padding-right: 10px;
      margin-top: 3px;
      float: right;
      font-size: 14px;
      font-weight: 600; }
      #header .headerTop_Container .headerTop_textWhatsapp .social__item:hover {
        border-color: #1683c6; }
    #header .headerTop_Container .headerTop_textTel {
      font-weight: 700;
      font-size: 26px;
      text-transform: uppercase;
      line-height: 1.2;
      padding-right: 9px;
      float: right; }
      #header .headerTop_Container .headerTop_textTel a {
        border-bottom: 0px; }
  #header .headerTop_Content {
    padding-top: 20px;
    padding-bottom: 20px; }
    #header .headerTop_Content .headerTop_Content_logo {
      margin-left: 15px; }
  #header #cart {
    padding-left: 10px;
    font-size: 12px;
    float: right; }
    #header #cart button {
      padding-top: 6px;
      cursor: pointer; }
      #header #cart button.btn:hover {
        color: #1683c6; }
    #header #cart .icon-cart {
      float: right; }
  #header .cart-border {
    min-width: 150px;
    border: 2px solid #7e618d;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    border-radius: 20px; }

#header .consult-link, .product-page .text .consult-link {
  position: relative; }

.delivery, .payment, .garanty, .bonus, .one-click-block {
  position: relative; }

.delivery, .payment, .garanty, .bonus {
  float: left; }

.delivery span, .payment span, .garanty span, .bonus span, .consult-leave span {
  cursor: pointer;
  color: #1683c6;
  border-bottom: 1px dotted #1683c6; }

.delivery-header, .bonus-header, .payment-header, .garanty-header {
  display: none;
  width: 350px;
  background: #fff;
  border: 1px solid #7e618d;
  position: absolute;
  top: 25px;
  left: -160px;
  z-index: 900;
  padding: 15px 10px; }

.delivery-header p, .bonus-header p, .payment-header p, .garanty-header p {
  margin: 0; }

.arrow-top {
  display: none;
  width: 25px;
  height: 14px;
  background: url("../image/arrow-top.png") no-repeat;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 999; }

.arrow-right {
  display: none;
  width: 14px;
  height: 25px;
  background: url("../image/arrow-right.png") no-repeat;
  position: absolute;
  top: 1px;
  right: 0%;
  z-index: 999; }

.update-btn {
  background: url("../image/update.jpg") no-repeat;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 5px;
  margin-left: 10px;
  margin-top: 5px; }

.row {
  margin-right: 0 !important;
  margin-left: 0 !important; }

#header .consult-header, .product-page .consult-header {
  display: none;
  width: 350px;
  min-height: 190px;
  background: #fff;
  border: 1px solid #7e618d;
  position: absolute;
  top: 25px;
  left: -100px;
  z-index: 9;
  padding: 25px 10px 10px 10px; }

#header .consult-link .arrow-top, .product-page .consult-link .arrow-top {
  left: 44px;
  z-index: 10; }

.delivery-header, .bonus-header, .payment-header, .garanty-header {
  font-size: 12px; }

#header .delivery-header, #header .bonus-header, #header .payment-header, #header .garanty-header {
  left: -5px; }

#header .consult-grid {
  padding-left: 35px; }

#header .consult-header h4, .product-page .consult-header h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0; }

#header .consult-header p, .product-page .consult-header p {
  font-size: 12px; }

#header .consult-text, .product-page .consult-text {
  padding: 30px 15px 15px 15px;
  color: #000;
  text-align: left; }

#header .consult-link a {
  color: #1683c6;
  border-bottom: 1px dotted #1683c6; }

#header .consult-link a:hover {
  border-color: transparent; }

#header .delivery:hover .delivery-header, #header .bonus:hover .bonus-header, #header .payment:hover .payment-header, #header .garanty:hover .garanty-header {
  display: block; }

.product-page .delivery:hover .delivery-header, .product-page .bonus:hover .bonus-header, .product-page .payment:hover .payment-header, .product-page .garanty:hover .garanty-header {
  display: block; }

#header .delivery:hover .arrow-top, #header .bonus:hover .arrow-top, #header .payment:hover .arrow-top, #header .garanty:hover .arrow-top {
  display: block; }

.product-page .delivery:hover .arrow-top, .product-page .bonus:hover .arrow-top, .product-page .payment:hover .arrow-top, .product-page .garanty:hover .arrow-top {
  display: block; }

#header .consult-header input[type="text"], .product-page .consult-header input[type="text"], .quick_order input[type="tel"] {
  padding: 5px;
  height: 32px;
  width: 49.5%;
  font-size: 12px;
  color: #bbabab;
  background: transparent;
  border-radius: 0; }

.placeholder-ie9 {
  padding: 5px;
  height: 32px;
  width: 49.5%;
  font-size: 12px;
  color: #bbabab;
  background: transparent;
  border-radius: 0; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev {
  left: -25px; }

.slick-next {
  right: -25px; }

.slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #408dd6;
  -webkit-font-smoothing: antialiased; }

.slick-next::before {
  content: "→"; }

.slick-prev::before {
  content: "←"; }

.quick_order .btn-primary {
  width: 49% !important; }

#header .consult-header input[type="submit"], .product-page .consult-header input[type="submit"] {
  background-color: #51e143;
  background: linear-gradient(to top, #0cae41, #51e143);
  padding: 10px 20px;
  line-height: 1;
  max-height: 31px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  border: 0;
  margin-top: 15px;
  color: #fff; }

#header .consult-header input[type="submit"]:hover, .product-page .consult-header input[type="submit"]:hover {
  background-color: #0cae41;
  background: linear-gradient(to top, #34c924, #51e143); }

#header .mobile-menu-hidden {
  margin: 50px 0 20px 0;
  float: right;
  margin-right: -10px;
  width: 100%; }

#header .mobile-menu-hidden a {
  color: #000;
  border: 0;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 45px 15px 10px;
  position: relative;
  z-index: 999;
  background: #fff;
  margin-right: -20px; }

#header .mobile-menu-hidden a:hover {
  background: #f0f0f0; }

.icon-consult {
  padding-top: 5px; }

#header .phone-num-rus {
  color: #492a58; }

@media (max-width: 1100px) {
  #header .consult-header {
    left: -140px; } }
@media (max-width: 992px) {
  /* General */
  #header .descriptor {
    width: 200px;
    margin-top: 20px; }

  #header .grid-x2 {
    width: 25%; } }
@media (max-width: 768px) {
  #header .cap {
    display: block; }
  #header .cart-border {
    min-width: 20px;
    margin-top: 5px;
    margin-right: 0px;
    text-align: center; }
  #header #cart {
    float: none; }
  #header .headerTop_Content {
    padding-bottom: 0px; } }
/* /header */
/* _menu.scss */
.list-group-catalog-header {
  margin: 0; }
  .list-group-catalog-header .link-icon {
    height: 21px;
    width: 41px;
    text-align: center; }
  .list-group-catalog-header .sub-category-main a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    padding: 15px 0px 15px 10px;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    color: #000; }
    .list-group-catalog-header .sub-category-main a:hover {
      color: #23527c; }
    .list-group-catalog-header .sub-category-main a img {
      position: absolute;
      top: 12px;
      left: 5px; }
    .list-group-catalog-header .sub-category-main a span {
      padding-left: 25px;
      font-weight: 500;
      vertical-align: middle; }
  .list-group-catalog-header .h2-catalog {
    font-size: 17px;
    border-bottom: 2px solid #ffdd55;
    padding: 0 10px;
    /*margin: 45px 0 15px;*/
    margin: 0 0 0px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block; }
  .list-group-catalog-header .h2-catalog-modification {
    font-size: 17px;
    background-color: #ffdd55;
    padding: 9px 10px;
    /*margin: 45px 0 15px;*/
    /* margin: 0 0 15px; */
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block; }
  .list-group-catalog-header .list-group {
    position: relative;
    background: #fcfcfc;
    /* box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5); */ }
    .list-group-catalog-header .list-group a {
      border: 0;
      padding: 11px 10px;
      min-height: 30px;
      font-size: 15px;
      color: #333;
      position: relative;
      /* display:block; */
      /* font-weight:500; */
      /*            span {
                      display: inline-block;
                      width: 85%;
                      vertical-align: middle;
                      font-size: 15px;
                  }*/ }
      .list-group-catalog-header .list-group a:hover {
        background: #ffdd55; }
    .list-group-catalog-header .list-group .sub-cat-1-item {
      page-break-inside: avoid; }
    .list-group-catalog-header .list-group .sub-cat-1-item:first-child a {
      padding-top: 10px; }
    .list-group-catalog-header .list-group .sub-link {
      position: relative;
      display: block;
      font-family: "PT Sans", sans-serif;
      /*            .sub-cat-1 {
                      -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
                      -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
                      box-shadow:  0 0 5px rgba(0,0,0,0.1);
                  }*/ }
      .list-group-catalog-header .list-group .sub-link p {
        padding: 0;
        margin: 0; }
        .list-group-catalog-header .list-group .sub-link p a {
          display: block;
          padding: 10px 10px 10px 25px; }
    .list-group-catalog-header .list-group .sub p a {
      border: 0;
      font-size: 13px;
      color: #333;
      position: relative;
      font-weight: 500;
      font-size: 13px; }
      .list-group-catalog-header .list-group .sub p a:hover {
        background: #ffdd55; }
    .list-group-catalog-header .list-group .sub ul li a {
      font-size: 12px;
      color: #333;
      text-decoration: none;
      padding: 0;
      height: 100%;
      background: none;
      font-weight: normal;
      padding: 3px 0;
      min-height: 100%; }
      .list-group-catalog-header .list-group .sub ul li a:after {
        content: none; }
    .list-group-catalog-header .list-group img {
      /*float:left;
      position:relative;*/
      z-index: 999;
      /* top: 5px; */
      /* max-height: 20px; */
      vertical-align: middle;
      display: inline-block; }
    .list-group-catalog-header .list-group .sub ul li {
      padding: 3px 0; }
      .list-group-catalog-header .list-group .sub ul li a {
        font-size: 13px;
        color: #333;
        text-decoration: none;
        margin: 3px 0;
        height: 100%;
        background: none;
        font-weight: normal;
        min-height: 100%; }
        .list-group-catalog-header .list-group .sub ul li a:after {
          content: none; }
  .list-group-catalog-header .list-group-catalog {
    background-color: #f2f2f2;
    margin-bottom: 10px; }
  .list-group-catalog-header .list-group-catalog-in {
    position: absolute;
    display: none; }
  .list-group-catalog-header a.list-group-item {
    background-color: #f2f2f2;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: center; }
  .list-group-catalog-header .sub-link:hover a.list-group-item {
    background: #ffdd55; }
  .list-group-catalog-header .sub {
    position: absolute;
    z-index: 998;
    width: 735px;
    max-width: 1020px;
    min-height: 430px;
    background: #f2f2f2;
    /*  box-shadow: 0 0 5px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
    left: 100%; }
    .list-group-catalog-header .sub p a {
      font-size: 14px;
      background: none;
      text-decoration: none;
      padding: 0;
      border-bottom: 0;
      min-height: 100%;
      color: #1683c6; }
      .list-group-catalog-header .sub p a:hover {
        background: none; }
    .list-group-catalog-header .sub ul {
      margin: 0; }
      .list-group-catalog-header .sub ul li {
        list-style-type: none; }
        .list-group-catalog-header .sub ul lia:hover {
          background: none;
          color: #1683c6; }
    .list-group-catalog-header .sub li {
      list-style-type: none; }
      .list-group-catalog-header .sub li a {
        padding: 0;
        background: none;
        text-decoration: none;
        min-height: 100%;
        font-size: 11px; }
    .list-group-catalog-header .sub .grid-x3 {
      margin-right: 3%;
      padding: 15px 0 10px 0;
      width: 30%;
      border-bottom: 1px solid #f0f0f0; }

.header-menu-catalog {
  padding: 25px 0 0px 0; }

/* модификация меню каталога конец */
/* подменю в категориях */
#column-left .sub_catalog ul {
  list-style-type: none; }
  #column-left .sub_catalog ul li {
    padding-bottom: 10px; }
    #column-left .sub_catalog ul li a {
      color: #1683c6; }

/* затемнение при наведении на меню */
#column-left {
  z-index: 1000; }
  #column-left .list-group-catalog-header:hover {
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #column-left .list-group-catalog-header:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }

/* /_menu.scss */
.pagination {
  margin: 0;
  margin-top: -20px; }

.pagination-text {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 25px; }

.page_catalog-header {
  padding-top: 15px;
  display: flex;
  align-items: center;
  font-size: 17px; }
  .page_catalog-header a {
    padding-left: 10px;
    color: #333; }

.page_catalog-list {
  margin: 0; }
  .page_catalog-list li {
    list-style-type: none; }
    .page_catalog-list li a {
      color: #333;
      font-size: 13px;
      border-bottom: 1px solid;
      border-color: rgba(0, 0, 0, 0.3); }
      .page_catalog-list li a:hover {
        color: #005E82;
        border-color: rgba(22, 131, 198, 0.3); }

.product-layout.product-grid .caption .h3 {
  font-weight: 400;
  margin-bottom: 15px;
  display: block; }
  .product-layout.product-grid .caption .h3 a {
    color: #1683c6; }
.product-layout.product-grid .price .price-old {
  display: table; }
.product-layout .price .price-old {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  color: #999; }
.product-layout .price .line-through {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(60, 60, 60, 0.5);
  transform: rotate(-15deg); }

/* социальные сети */
.social__item {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #9d9d9d;
  box-sizing: border-box;
  margin-left: 12px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-backface-visibility: hidden; }

.social__item {
  margin-left: 0;
  margin-right: 12px;
  border: 1px solid #9d9d9d; }

.social__item_vk:before, .social__item_vk:after, .social__item_in:before, .social__item_in:after, .social__item_yt:before, .social__item_yt:after, .social__item_whatsapp:before, .social__item_whatsapp:after, .social__item_whatsapp_blue:before, .social__item_whatsapp_blue:after {
  position: absolute;
  content: '';
  display: block;
  bottom: auto;
  right: auto;
  background-image: url(/image/sprite.png);
  z-index: 1; }

.social__item_vk {
  position: relative; }

.social__item_vk:before {
  left: 3px;
  top: 6px;
  background-position: -16px -2px;
  width: 17px;
  height: 11px; }

.social__item_vk:after {
  left: 3px;
  top: 6px;
  background-position: -16px -18px;
  width: 17px;
  height: 11px; }

.social__item_in {
  position: relative; }

.social__item_in:before {
  left: 4px;
  top: 4px;
  background-position: 0px 0px;
  width: 16px;
  height: 16px; }

.social__item_in:after {
  left: 4px;
  top: 4px;
  background-position: 0px -16px;
  width: 16px;
  height: 16px; }

.social__item_yt {
  position: relative; }

.social__item_yt:before {
  left: 7px;
  top: 5px;
  background-position: -32px -2px;
  width: 10px;
  height: 11px; }

.social__item_yt:after {
  left: 7px;
  top: 5px;
  background-position: -32px -18px;
  width: 10px;
  height: 11px; }

.social__item_whatsapp {
  position: relative; }

.social__item_whatsapp:before {
  left: 4px;
  top: 3px;
  background-position: -44px -0px;
  width: 16px;
  height: 16px; }

.social__item_whatsapp:after {
  left: 4px;
  top: 3px;
  background-position: -44px -16px;
  width: 16px;
  height: 16px; }

.social__item_whatsapp_blue {
  position: relative; }

.social__item_whatsapp_blue:before {
  left: 4px;
  top: 3px;
  background-position: -60px -0px;
  width: 16px;
  height: 16px; }

.social__item_whatsapp_blue:after {
  left: 4px;
  top: 3px;
  background-position: -60px -16px;
  width: 16px;
  height: 16px; }

.social__item:after {
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-backface-visibility: hidden; }

.social__item:hover {
  border-color: #ffdd55; }

.social__item:hover:after {
  opacity: 1; }

.social_red .social__item:hover {
  border-color: #9d9d9d; }

.social_red .social__item:hover:before {
  opacity: 0; }

/* slider */
.slider-slick {
  margin-left: 25px;
  margin-right: 25px; }
  .slider-slick .grid-x4 img {
    margin-left: auto;
    margin-right: auto; }
  .slider-slick h4 {
    height: 54px;
    overflow: hidden; }
  .slider-slick div:focus {
    outline: none; }
  .slider-slick .price {
    padding-top: 10px; }
  .slider-slick .image {
    padding-top: 10px; }

.slick-prev::before {
  content: " ";
  background: url("../image/arrow-gray.png");
  background-position: 0 31px;
  width: 13px;
  position: absolute;
  left: 5px;
  top: -6px;
  height: 31px; }

.slick-next::before {
  content: " ";
  background: url("../image/arrow-gray.png");
  background-position: 0 0;
  width: 13px;
  position: absolute;
  left: 5px;
  top: -6px;
  height: 31px; }

/* icons */
.about_company {
  max-height: 60px;
  text-align: left; }

.about_company_goods {
  max-width: 160px;
  text-align: left; }
  .about_company_goods img {
    max-height: 100px;
    margin-bottom: 10px; }

.about_company_delivery {
  max-width: 160px;
  text-align: left; }
  .about_company_delivery img {
    max-height: 100px;
    margin-bottom: 10px; }

.about_company_сonsultants {
  max-width: 160px;
  text-align: left; }
  .about_company_сonsultants img {
    max-height: 100px;
    margin-bottom: 10px; }

.viewed-slider .price-new {
  font-size: 17px;
  font-weight: 500;
  position: relative; }
.viewed-slider .price-old {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  color: #999;
  margin-left: 5px; }
.viewed-slider .line-through {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(60, 60, 60, 0.5);
  transform: rotate(-15deg); }
.viewed-slider .price {
  font-size: 17px; }

/*# sourceMappingURL=style.css.map */
