/* Переменные цветов */
header .forum_link {
  position: relative;
}
.modal-language {
  position: absolute;
  top: 28px;
  left: 0;
  background-color: #fff;
  padding: 15px 20px;
  -webkit-box-shadow: -4px 11px 39px -6px rgba(0, 0, 0, 0.75);
          box-shadow: -4px 11px 39px -6px rgba(0, 0, 0, 0.75);
  z-index: 1;
  width: 340px;
  text-align: center;
}
.modal-language .h2 {
  color: #434343;
  margin-bottom: 10px;
}
.modal-language .show-language-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-language .show-language-selection a {
  color: #fff !important;
  text-shadow: none !important;
  padding: 0 10px !important;
  margin: 0 5px;
  width: 100%;
  max-width: 130px;
}
.modal-language .show-language-selection a:hover,
.modal-language .show-language-selection a:focus,
.modal-language .show-language-selection a:active {
  color: #fff !important;
}
.modal-language .show-language-selection a:before {
  display: none !important;
}
@media (max-width: 575.98px) {
  .modal-language .show-language-selection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-language .show-language-selection a:not(:first-child) {
    margin-top: 10px;
  }
}
@media (max-width: 920px) {
  .modal-language {
    top: 62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .modal-language .h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media (max-width: 640px) {
  .page-compare .breadcrumbs {
    display: none;
  }
}
.page-compare h1 {
  color: #434343;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 640px) {
  .page-compare h1 {
    font-size: 18px;
    vertical-align: top;
    padding: 7px 0 0 10px;
  }
}
@media (max-width: 640px) {
  .page-compare .back {
    border-radius: 3px;
    background: #e9e9e9 url("../images/back.png") center center no-repeat;
    height: 42px;
    width: 42px;
    display: inline-block;
    float: none;
    margin-right: 0;
  }
}
.page-compare .title-block {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.page-compare .title-block:after,
.page-compare .title-block:before {
  display: none;
}
.page-compare .title-block .compare-buttons {
  display: inline-block;
  margin-left: 100px;
}
.page-compare .title-block .compare-buttons .compare-clear-all {
  background: none;
  color: #28458d;
  font-size: 24px;
}
.page-compare .title-block .compare-buttons .compare-clear-all:hover {
  opacity: .8;
}
.page-compare .title-block .compare-buttons .compare-clear-all span {
  border-bottom: 1px solid;
}
@media (max-width: 640px) {
  .page-compare .title-block .compare-buttons {
    position: absolute;
    right: 15px;
    margin-left: 0;
  }
  .page-compare .title-block .compare-buttons .compare-clear-all {
    font-size: 15px;
    padding: 0;
    color: red;
  }
}
.page-compare.scrollable {
  overflow-y: hidden;
  overflow-x: scroll;
}
.page-compare .compare-table {
  width: 100%;
  width: auto;
  min-width: 1146px;
  margin-left: auto;
  margin-right: auto;
}
.page-compare .compare-table .tr {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 640px) {
  .page-compare .compare-table .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-compare .compare-table .tr:first-child .td:first-child {
  font-size: 20px;
  font-weight: bold;
}
.page-compare .compare-table .tr:nth-child(even) {
  background: #efefef;
}
.page-compare .compare-table .tr:not(:first-child):hover {
  background: #d6d6d6;
}
.page-compare .compare-table .tr:not(:first-child):hover .td:not(:first-child) {
  border-left: 1px solid #d6d6d6;
}
.page-compare .compare-table .tr:first-child > :not(:first-child) {
  padding: 0 5px 10px;
}
@media (max-width: 640px) {
  .page-compare .compare-table .tr:first-child > :not(:first-child) {
    padding: 10px 15px;
  }
}
.page-compare .compare-table .tr .td {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 10px 15px;
  text-align: center;
  min-width: 253px;
  max-width: 253px;
}
.page-compare .compare-table .tr .td:first-child {
  min-width: 200px;
  max-width: 200px;
  text-align: left;
}
.page-compare .compare-table .tr .td:not(:first-child) {
  border-left: 1px solid #efefef;
}
@media (max-width: 640px) {
  .page-compare .compare-table .tr .td {
    min-width: 250px;
    max-width: 250px;
  }
  .page-compare .compare-table .tr .td:first-child {
    min-width: 150px;
    max-width: 150px;
  }
}
.page-compare .compare-table .product-image-wrap {
  display: block;
  margin-bottom: 10px;
}
.page-compare .compare-table .product-image-wrap img {
  max-width: 100%;
}
.page-compare .compare-table .product-title {
  padding: 5px 10px;
  display: table-cell;
  width: 1000px;
  vertical-align: middle;
  color: #3d3d3d;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
  text-align: center;
}
.page-compare .compare-table .product-title:hover {
  color: #ff7200;
}
.page-compare .compare-table .stock {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-compare .compare-table .in-stock {
  color: #36ac2d;
}
.page-compare .compare-table .to-order {
  color: #36ac2d;
}
.page-compare .compare-table .out-of-stock {
  color: black;
}
.page-compare .compare-table .product-block-1 {
  padding: 5px 10px;
  display: none;
}
.page-compare .compare-table .product-rate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.page-compare .compare-table .product-rate-wrap .rate-list,
.page-compare .compare-table .product-rate-wrap .amount {
  margin: 5px;
}
.page-compare .compare-table .compare-wrap {
  float: right;
  margin-left: 10px;
}
.page-compare .compare-table .favorites-wrap {
  float: right;
  margin-left: 10px;
}
.page-compare .compare-table .compare-button,
.page-compare .compare-table .fav-trigger {
  background: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  color: #e1e1e1;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-compare .compare-table .compare-button.active,
.page-compare .compare-table .fav-trigger.active,
.page-compare .compare-table .compare-button:hover,
.page-compare .compare-table .fav-trigger:hover {
  color: #ff7200;
}
.btn-compare i {
  display: inline-block;
  margin-top: 2px;
  font-size: 1.25rem;
}
.btn-compare.active {
  color: white;
  background: #00cf5d;
  background-image: -ms-linear-gradient(90deg, #00cf5d 0%, #00c55d 4%, #00cb59 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cf5d', endColorstr='#00c55d', GradientType=0);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -1px 1px #00e363, 0 1px 0 #00a84d, 0 8px 10px -5px rgba(0, 170, 80, 0.35);
          box-shadow: inset 0 -1px 1px #00e363, 0 1px 0 #00a84d, 0 8px 10px -5px rgba(0, 170, 80, 0.35);
}
.btn-compare.active:focus,
.btn-compare.active:hover {
  background: #00c55d;
  background-image: -ms-linear-gradient(90deg, #00c55d 0%, #00b15a 4%, #00b556 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c55d', endColorstr='#00b15a', GradientType=0);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.error-content {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.error-content .left,
.error-content .right {
  width: 50%;
  float: left;
}
.error-content .right img {
  max-width: 100%;
}
.error-content .monet-bt {
  background-color: #f85329;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  width: 255px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  margin: 0 auto;
}
.error-content .monet-bt:hover {
  opacity: 0.8;
}
.error-content p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.error-content img {
  margin-bottom: 10px;
}
.error-content ul {
  list-style: none;
}
.error-content ul li {
  font-size: 12px;
  text-align: left;
  margin-bottom: 15px;
}
.compare-sidebar {
  position: fixed;
  right: 0px;
  bottom: 5px;
  height: 40px;
  z-index: 999;
  display: none;
  border: 1px solid #f85329;
  background: #f85329;
  border-radius: 4px 0 0 4px;
}
.compare-sidebar .image {
  background: url('../images/compare-sidebar.png') no-repeat center center #f85329;
  width: 38px;
  height: 40px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 100;
  border: 1px solid #f85329;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
.compare-sidebar .head {
  padding: 0 13px 0 1px;
  margin-left: 40px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  background: #f85329;
  color: #fff;
}
.compare-sidebar .head .label {
  color: #fff;
}
.compare-sidebar .head .value {
  color: #fff;
  font-weight: normal;
}
.compare-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.compare-sidebar .categories {
  position: absolute;
  cursor: auto;
  left: -41px;
  right: -1px;
  bottom: 40px;
  border: 1px solid #f85329;
  border-bottom: 1px solid transparent;
  background: #f85329;
  padding: 10px;
  line-height: 16px;
  margin-top: 10px;
  display: none;
  z-index: 9999999;
  border-radius: 4px 0 0 4px;
}
.compare-sidebar .categories .warning {
  background: #f85329;
  margin-bottom: 10px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.compare-sidebar .categories .warning strong {
  display: block;
  margin-bottom: 5px;
}
.compare-sidebar .categories ul {
  padding: 0;
  margin: 0;
}
.compare-sidebar .categories ul li {
  padding: 3px 0;
  position: relative;
}
.compare-sidebar .categories ul li a {
  color: #fff;
  position: relative;
}
.compare-sidebar .categories:after {
  content: '';
  height: 1px;
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  z-index: 1000;
}
.compare-sidebar .categories a {
  text-decoration: none;
  position: relative;
}
.compare-sidebar .categories .open:hover {
  text-decoration: underline;
}
.compare-sidebar .categories .delete {
  line-height: 20px;
  position: absolute;
  top: 0px;
  right: -33px;
  margin-top: 2px;
}
.wrapper.is-main nav.nav-menu .catalog-menu .list-block .sub-menu {
  opacity: 1;
  visibility: visible;
  right: auto;
  width: 277px;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.wrapper.is-main nav.nav-menu .catalog-menu .list-block .sub-menu.full-submenu {
  right: 10px;
  width: auto;
}
footer {
  z-index: 1;
  position: relative;
  height: 265px;
  margin-top: -265px !important;
}
.clearfix {
  clear: both;
}
.float-100 {
  float: left;
  width: 100%;
}
.table {
  width: 100%;
  display: table;
}
.table .tr {
  display: table-row;
}
.table .td {
  vertical-align: top;
  display: table-cell;
}
.button-reset {
  border: none;
  padding: 0;
  background: none;
}
.align-center {
  text-align: center;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.center-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.center-img img {
  margin: 0 auto;
}
.gradient-red {
  background: #d93d3d;
  background: -webkit-gradient(linear, left top, left bottom, from(#eb5c5c), color-stop(#d93d3d), color-stop(#bf2626), to(#b61e1e));
  background: linear-gradient(to bottom, #eb5c5c, #d93d3d, #bf2626, #b61e1e);
}
.gradient-red:hover {
  background: #eb5c5c;
  background: -webkit-gradient(linear, left top, left bottom, from(#b61e1e), color-stop(#bf2626), color-stop(#d93d3d), to(#eb5c5c));
  background: linear-gradient(to bottom, #b61e1e, #bf2626, #d93d3d, #eb5c5c);
}
input,
textarea,
button {
  outline: none;
}
body {
  font-family: 'Roboto', sans-serif;
  background: #fff;
}
.main {
  position: relative;
  padding-bottom: 60px;
  z-index: 1;
  opacity: 1 !important;
}
/* Переменные шрифтов */
.opensans {
  font-family: "Open Sans", sans-serif;
}
button.btn.red-35 {
  line-height: 38px;
}
.btn {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  background: #63a211;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
}
.btn.green {
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  background: #63a211;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #51840e;
  color: #fff;
  padding: 0 30px;
}
.btn.green:hover {
  background: #71b913;
}
.btn.red {
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  background: #f85329;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #d14623;
  color: #fff;
  padding: 0 30px;
  border-radius: 3px;
}
.btn.red:hover {
  background: #f57756;
}
.btn.brown {
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  background: #4c3b38;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  border-radius: 3px;
}
.btn.brown:hover {
  background: #69524e;
}
.btn.close {
  height: 35px;
  font-size: 11px;
  line-height: 35px;
  font-weight: normal;
  padding: 0 50px 0 7px;
  border-radius: 3px;
  position: relative;
  background: #e9e9e9;
  color: #434343;
}
.btn.close.grey {
  background: #e9e9e9;
  color: #434343;
}
.btn.close.grey:after {
  background: #d8d8d8 url("../images/close-btn.png") center center no-repeat;
}
.btn.close.grey:hover {
  background: #d0d0d0;
}
.btn.close.grey:hover:after {
  background-color: #bfbfbf;
}
.btn.close.brown {
  color: #fff;
  background: #9d817b;
}
.btn.close.brown:after {
  background: #d0c5c3 url("../images/close-btn.png") center center no-repeat;
}
.btn.close.brown:hover {
  background: #836862;
}
.btn.close.brown:hover:after {
  background-color: #baa9a6;
}
.btn.close:after {
  content: "";
  height: 35px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  border-radius: 0 3px 3px 0;
}
.red-btn {
  border: none;
  padding: 0;
  background: none;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  color: #f85329;
  text-transform: uppercase;
  border-bottom: 1px solid #f85329;
  display: inline-block;
  text-decoration: none;
}
.red-btn:hover {
  color: #63a211;
  border-color: #63a211;
}
.back-btn {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #434343;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.back-btn:after {
  position: absolute;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  top: 1px;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #e9e9e9 url("../images/back.png") center center no-repeat;
}
.back-btn:hover:after {
  background-color: #d0d0d0;
}
.alert {
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  color: #c09853;
  font-size: 14px;
}
.alert p {
  padding: 5px 0;
}
.alert h4 {
  color: #c09853;
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/*UI Dialog*/
.ui-dialog {
  padding: 0;
  z-index: 1002;
  background-color: #fff;
  position: absolute !important;
}
.ui-dialog.find-callback-ui .ui-dialog-titlebar {
  margin-bottom: 0px;
}
.ui-dialog.find-callback-ui .control-label {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  color: #434343;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ui-dialog.find-callback-ui textarea {
  border: 1px solid #e9e9e9;
  background: #fff;
  color: #aba8a8;
  font-size: 14px;
  height: 50px;
  padding: 0 8px;
  width: 100%;
  border-radius: 3px;
}
.ui-dialog.callback-ui .ui-dialog-titlebar {
  margin-bottom: 0px;
}
.ui-dialog.login-dialog .ui-dialog-titlebar {
  margin-bottom: 0px;
}
.ui-dialog.login-dialog .btn.red {
  float: left;
}
.ui-dialog.login-dialog .btn.green {
  margin-left: 10px;
  float: left;
  border-radius: 3px;
}
.ui-dialog.login-dialog .social-auth {
  float: right;
  max-width: 173px;
  margin-bottom: 0;
  margin-top: 2px;
}
.ui-dialog.login-dialog .social-auth .info {
  font-size: 11px;
  color: #434343;
  text-transform: uppercase;
  float: left;
  padding-top: 10px;
}
.ui-dialog.login-dialog .social-auth .social {
  float: right;
  margin-left: 9px;
}
.ui-dialog .ui-dialog-titlebar {
  margin: 0;
  position: relative;
  background: #e8453f;
  margin-bottom: 13px;
  height: 55px;
  background: url(../images/bg-dialog.jpg) repeat-x center top;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 18px;
  line-height: 55px;
  font-weight: bold;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-titlebar .ui-button {
  padding: 0;
  position: absolute;
  top: 17px;
  right: 10px;
  background: #3e312e url(../images/ui-close.png) no-repeat center center;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.ui-dialog .ui-dialog-titlebar .ui-button span {
  display: none;
}
.ui-dialog .ui-dialog-titlebar .ui-button:hover {
  opacity: 0.7;
}
.ui-dialog .ui-dialog-content {
  min-height: auto !important;
}
.ui-dialog .ui-dialog-content .alert {
  margin: 0 10px 0 10px;
}
.ui-dialog .ui-dialog-content .form-horizontal {
  background: none;
  border: none;
}
.ui-dialog .ui-dialog-content .form-horizontal#foundcheaperForm {
  margin-top: 15px;
}
.ui-dialog .ui-dialog-content .form-horizontal#foundcheaperForm .column-right {
  padding: 10px;
}
.ui-dialog .ui-dialog-content .controls {
  margin: 10px;
}
.ui-dialog .ui-dialog-content .form-error,
.ui-dialog .ui-dialog-content .error {
  color: #f85329;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.ui-dialog .ui-dialog-content input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #aba8a8;
  font-size: 14px;
  height: 40px;
  margin-top: 0;
  padding: 0 8px;
  width: 100%;
}
.ui-dialog .ui-dialog-content input.hide {
  display: none;
}
.ui-dialog .ui-dialog-content .product-wrapper {
  padding-top: 20px;
  overflow: hidden;
  background: #f4f4f4;
  -webkit-box-shadow: 0 3px 12px 0 #c9c9c9 inset;
          box-shadow: 0 3px 12px 0 #c9c9c9 inset;
}
.ui-dialog .ui-dialog-content .product-wrapper .title-small {
  margin: 0 0 0 10px;
  padding-bottom: 10px;
}
.ui-dialog .ui-dialog-content .product-wrapper .content {
  margin: 0 10px 0 10px;
}
.ui-dialog .ui-dialog-content .product-wrapper .product-small {
  margin-left: 20px;
  margin-bottom: 10px;
}
.ui-dialog .ui-dialog-content .product-wrapper .product-small:nth-child(4n+1) {
  margin-left: 0;
}
#profileForm label {
  padding-top: 5px;
}
.orders-row {
  background: #f3f3f3;
  border-radius: 4px;
  height: 20px;
  padding: 5px;
  margin-bottom: 10px;
}
ul.orders-row {
  background: #f3f3f3;
  border-radius: 4px;
  height: 20px;
  padding: 5px;
  margin-bottom: 10px;
}
ul.orders-row li {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  color: #2f2f2f;
  display: block;
  float: left;
  width: 25%;
  text-align: center;
}
ul.orders-row li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  color: #2f2f2f;
  display: block;
  text-align: center;
}
ul.orders-row > li:last-child {
  color: #e90000;
}
.wrap-order .order-row > ul {
  height: 145px;
}
.wrap-order .order-row > ul > li:first-child {
  width: 14%;
}
.wrap-order .order-row > ul > li:first-child + * {
  width: 25%;
}
.wrap-order .order-row > ul > li.item-info {
  width: 35%;
}
.wrap-order .order-row > ul > li div.table-cell {
  display: table-cell;
  height: 103px;
  vertical-align: middle;
}
.wrap-order .order-row > ul > li.order-item-price {
  float: right;
}
.orders-l-header {
  background: #f85329;
  border-radius: 4px;
  height: 40px;
  border-bottom: 3px solid #f85329;
  margin-bottom: 10px;
  list-style: none;
}
.orders-l-header li {
  height: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 32px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  width: 25%;
  float: left;
}
.orders-l-header li div {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}
.product-order .product {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}
.product-order .product:first-child {
  border-top: 1px solid #e0e0e0;
}
.product-order .product .table {
  width: 100%;
  display: table;
}
.product-order .product .td {
  display: table-cell;
  vertical-align: middle;
}
.product-order .product .img {
  margin-right: 5px;
  width: 85px;
  height: 92px;
  float: left;
}
.product-order .product .img img {
  width: 85px;
  height: 92px;
}
.product-order .product .info {
  float: left;
  overflow: hidden;
  margin-right: 50px;
}
.product-order .product .title {
  width: 250px;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  color: #434343;
  overflow: hidden;
  height: 25px;
  margin-bottom: 3px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}
.product-order .product .title:hover {
  text-decoration: underline;
}
.product-order .product .qty {
  float: left;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  color: #434343;
  text-transform: uppercase;
  margin-right: 37px;
}
.product-order .product .qty strong {
  font-weight: bold;
}
.product-order .product .qty input {
  display: inline-block;
  text-align: center;
  height: 21px;
  width: 35px;
  border: 2px solid #e5e5e5;
  font-size: 11px;
  line-height: 21px;
  font-weight: normal;
  margin-top: 7px;
}
.product-order .product .total-sum {
  margin-top: 4px;
}
.product-order .product .price-block {
  float: left;
}
.product-order .product .price-block .old-price {
  display: block;
}
.product-order .product .price-block .old-price strong {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.product-order .product .price-block .old-price span {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  color: #434343;
}
.product-order .product .price-block .price {
  display: inline-block;
}
.product-order .product .price-block .price strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.product-order .product .price-block .price span {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  color: #434343;
}
.aside-left {
  float: left;
  width: 17.4%;
  margin-right: 1.6%;
}
.aside-left .wrap-rubrics {
  background: #f9f8f5;
  border-radius: 3px;
}
.aside-left .wrap-rubrics header {
  padding-top: 10px;
  height: 40px;
  background-color: #f85329;
  background-size: 100% 100%;
  text-align: center;
  font-family: 'Arial', seriv;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  z-index: 1;
}
.aside-left .wrap-rubrics ul {
  padding: 10px;
  list-style: none;
}
.aside-left .wrap-rubrics ul li.active {
  width: auto;
  padding-right: 10px;
  background-color: #63a211;
}
.aside-left .wrap-rubrics ul li.active a {
  font-family: 'Arial', serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
.aside-left .wrap-rubrics ul li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Arial', seriv;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
  color: #2f2f2f;
  text-decoration: none;
  margin-bottom: 10px;
}
.aside-left + .content-center {
  position: relative;
  z-index: 25;
  width: 81%;
  float: right;
}
.ui-widget-overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
}
/*UI Tabs*/
.ui-tabs {
  margin-top: 15px;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 30px;
  border-bottom: 2px solid #ebebeb;
}
.ui-tabs .ui-tabs-nav .ui-state-default {
  float: left;
  margin-right: 5px;
}
.ui-tabs .ui-tabs-nav .ui-state-default .ui-tabs-anchor {
  font-size: 12px;
  line-height: 45px;
  font-weight: bold;
  display: block;
  padding: 0 25px;
  text-decoration: none;
  color: #434343;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav .ui-state-default.ui-tabs-active .ui-tabs-anchor {
  border-color: #63a211;
  background: #63a211;
  color: #fff;
}
.ui-tabs .ui-tabs-panel {
  padding: 20px;
  background: #f7f7f7;
  clear: both;
}
.review-rate {
  position: relative;
  width: 180px;
  height: 36px;
  margin: 10px auto;
}
.review-rate .vote-star {
  float: left;
  width: 36px;
  height: 36px;
  background: url(../images/stars-big.png) no-repeat left top;
  cursor: pointer;
}
.review-rate .vote-star.active {
  background-position: left bottom;
}
.review-rate .vote-label {
  position: absolute;
  width: 20%;
  bottom: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.select-block .label {
  font-size: 11px;
  line-height: 30px;
  font-weight: normal;
  color: #434343;
  display: inline-block;
  text-transform: uppercase;
}
.jq-selectbox {
  border: 1px solid #d9d9d9;
  width: 100%;
  border-radius: 0;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  padding: 0;
  cursor: pointer;
}
.jq-selectbox.opened .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  background: url("../images/arrow-select.png") center bottom no-repeat;
}
.jq-selectbox .jq-selectbox__select-text {
  color: #2c2e32;
  font-size: 15px;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 33px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.jq-selectbox .jq-selectbox__trigger {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 20px;
  border-left: 1px solid #d9d9d9;
}
.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  background: url("../images/arrow-select.png") center top no-repeat;
  width: 12px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -2px;
}
.jq-selectbox .jq-selectbox__dropdown {
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #d0d0d0;
  left: auto !important;
  right: 0 !important;
  top: 30px !important;
  bottom: auto !important;
}
.jq-selectbox .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
}
.jq-selectbox .jq-selectbox__dropdown ul li {
  background: none;
  left: 0;
  right: 0;
  top: 100%;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  border-bottom: 1px solid #d0d0d0;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
@media (max-width: 640px) {
  .jq-selectbox .jq-selectbox__dropdown ul li {
    font-size: 12px;
  }
}
.jq-selectbox .jq-selectbox__dropdown ul li:hover {
  background: #dddddd;
}
.jq-selectbox .jq-selectbox__dropdown ul li:last-child {
  border-bottom: none;
}
.jq-selectbox .jq-selectbox__dropdown ul li.disabled {
  cursor: not-allowed;
  color: #848484;
}
/*Стили хлебных крошек*/
.breadcrumbs {
  margin: 12px 0 15px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.breadcrumbs .breadcrumb li {
  float: left;
}
.breadcrumbs .breadcrumb li.separator {
  width: 22px;
  height: 19px;
  background: url("../images/separator.png") center center no-repeat;
}
.breadcrumbs .breadcrumb li a,
.breadcrumbs .breadcrumb li span {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumb li a {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
}
.breadcrumbs .breadcrumb li a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #636363;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  width: 0;
}
.breadcrumbs .breadcrumb li a {
  color: #434343;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumb li a span {
  color: #434343;
  line-height: 16px;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumb li a:hover {
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumb li a:hover:after {
  width: 100%;
}
.breadcrumbs .breadcrumb li span {
  color: #bababa;
}
.btn.pagination {
  width: 220px;
  padding: 0;
  text-align: center;
}
.pagination-block {
  position: relative;
}
.pagination-block:after {
  content: '';
  background: #ebebeb;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: -1;
}
.pagination-block .sort-block {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 2px;
  background: #fff;
}
.pagination-block .sel-block {
  background: #fff;
}
.paginationContainer {
  margin: 35px 0 0 0;
  text-align: center;
  position: relative;
}
.paginationContainer .paginationControl {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: -18px;
}
.paginationContainer .paginationControl .page {
  background: #ebebeb;
  float: left;
  display: inline-block;
  height: 37px;
  color: #434343;
  border-radius: 0;
  text-align: center;
  min-width: 30px;
  font-size: 14px;
  line-height: 37px;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  margin: 0 2px;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.paginationContainer .paginationControl .page:hover {
  color: #fff;
  background: #4c3b38;
  text-decoration: none;
}
.paginationContainer .paginationControl .page.current {
  color: #fff;
  background: #4c3b38;
  text-decoration: none;
  font-weight: normal;
}
.paginationContainer .paginationControl .page.no-bg {
  background: none;
  color: #434343;
}
.paginationContainer .paginationControl .page.prev {
  background: #ebebeb url("../images/p-left.png") center 15px no-repeat;
}
.paginationContainer .paginationControl .page.prev:hover {
  background-color: #4c3b38;
  background-position: center -17px;
}
.paginationContainer .paginationControl .page.next {
  background: #ebebeb url("../images/p-right.png") center 15px no-repeat;
}
.paginationContainer .paginationControl .page.next:hover {
  background-color: #4c3b38;
  background-position: center -17px;
}
/* Стили bx-wrapper */
.wrapper .bx-wrapper .bx-viewport {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
}
.wrapper .bx-wrapper .bx-viewport ul {
  padding: 0;
  margin: 0;
}
.wrapper .bx-wrapper .bx-controls {
  text-align: center;
}
.wrapper .bx-wrapper .bx-controls .bx-pager {
  position: absolute;
  bottom: 0;
  left: inherit;
  right: inherit;
  width: auto;
  display: inline-block;
}
.wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 0;
  background: #999;
  text-indent: -9999px;
  text-decoration: none;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
}
.wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  background: #369750;
  border: 2px solid #369750;
}
.wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 17px;
  height: 29px;
  display: block;
  z-index: 500;
  position: absolute;
  top: 50%;
}
.wrapper .bx-wrapper .bx-controls .bx-prev {
  left: 0;
}
.wrapper .bx-wrapper .bx-controls .bx-next {
  right: 0;
}
.write-us .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.write-us .form-horizontal {
  padding: 10px 15px 5px 15px;
}
.write-us .form-horizontal .control-group {
  margin: 0 0 10px 0;
}
.write-us .form-horizontal .left-column {
  width: 49%;
  float: left;
}
.write-us .form-horizontal .right-column {
  margin-left: 51%;
}
.write-us .btn {
  border-radius: 3px;
}
.form-horizontal {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  border-radius: 3px;
}
.form-horizontal .control-group {
  margin: 0 10px 10px 10px;
  position: relative;
}
.form-horizontal .control-group .control-label {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  color: #434343;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.form-horizontal .control-group textarea {
  border: 1px solid #e9e9e9;
  background: #fff;
  color: #aba8a8;
  font-size: 14px;
  min-height: 100px;
  padding: 8px 8px 0 8px;
  width: 100%;
  resize: vertical;
  font-family: 'Roboto', sans-serif;
  opacity: 1;
  border-radius: 3px;
}
.form-horizontal .control-group .controls {
  margin: 0;
}
.form-horizontal .control-group .controls input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #aba8a8;
}
.form-horizontal .control-group .controls input::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #aba8a8;
}
.form-horizontal .control-group .controls input:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #aba8a8;
}
.form-horizontal .control-group .controls input:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #aba8a8;
}
.form-horizontal .control-group .controls input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #aba8a8;
}
.form-horizontal .control-group .controls input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #aba8a8;
}
.form-horizontal .control-group .controls input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #aba8a8;
}
.form-horizontal .control-group .controls input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #aba8a8;
}
.form-horizontal .control-group .controls input {
  border: 1px solid #e9e9e9;
  background: #fff;
  color: #aba8a8;
  font-size: 14px;
  height: 35px;
  padding: 0 8px;
  width: 100%;
  border-radius: 3px;
}
.form-horizontal .control-group .form-error,
.form-horizontal .control-group .error {
  color: #f85329;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.sticker {
  min-width: 72px;
  padding: 0 4px;
  height: 23px;
  font-size: 10px;
  line-height: 23px;
  font-weight: normal;
  color: #fff;
  background: #63a211;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  z-index: 200;
  display: inline-block;
}
.sticker.violet {
  background: #b53bc4;
}
.sticker.blue {
  background: #3ba9c4;
}
.sticker .green {
  background: #2fb658;
}
.price-block .price {
  display: inline-block;
  color: #434343;
}
.price-block .price strong {
  color: #de5b3a;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}
.price-block .price span {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
}
.price-block .price-old {
  color: #878787;
}
.price-block .price-old strong {
  text-decoration: line-through;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
}
.price-block .price-old span {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
}
.price-block .note {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #2fb658;
}
.price-block.disable .price strong {
  color: #434343;
}
.price-block.disable .note {
  color: #de5b3a;
}
.price-block .foundcheaper {
  display: inline-block;
  cursor: pointer;
  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #63a211;
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  border: 2px dashed #63a211;
  padding: 5px 10px;
  border-radius: 10px;
  letter-spacing: 1px;
}
.price-block .foundcheaper:hover {
  color: #ff7200;
}
.price-block .foundcheaper:after {
  content: '?';
  font-size: 50px;
  line-height: 0;
}
.product-block {
  height: 386px;
  position: relative;
  border-radius: 0;
  margin: 0;
  background: #fff;
}
.product-block.no-margin {
  margin-left: 0 !important;
}
@media (min-width: 641px) {
  .product-block:hover .product-block-container {
    border: 1px solid #63a211;
    z-index: 100;
    -webkit-box-shadow: 0 0 0 1px #63a211;
    box-shadow: 0 0 0 1px #63a211;
  }
  .product-block:hover .product-block-container .content-hidden {
    display: block;
  }
}
.product-block .product-block-container {
  background: #fff;
  border: 1px solid #e7e7e7;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  z-index: 1;
  padding: 10px 7px 0 7px;
}
.product-block .product-block-container .sticker {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-block .product-block-container .has-video {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../images/video-grey.png") center top no-repeat;
  font-size: 8px;
  line-height: 10px;
  font-weight: normal;
  color: #838383;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 200;
  text-transform: uppercase;
}
.product-block .product-block-container .image-title {
  display: block;
  text-decoration: none;
}
.product-block .product-block-container .image {
  text-align: center;
  height: 217px;
  width: 100%;
  display: block;
}
@media (min-width: 641px) {
  .product-block .product-block-container .image:hover img {
    opacity: 0.7;
  }
}
.product-block .product-block-container .image img {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.product-block .product-block-container .title {
  height: 13px;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 5px;
}
@media (min-width: 641px) {
  .product-block .product-block-container .title:hover {
    text-decoration: none;
    color: #f85329;
  }
}
.product-block .product-block-container .text {
  height: 29px;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  display: block;
  text-align: center;
  color: #434343;
  text-transform: uppercase;
}
.product-block .product-block-container .price-block {
  float: left;
}
.product-block .product-block-container .buy-block {
  margin: 10px 0 0 0;
}
.product-block .product-block-container .buy-block .stock-block {
  padding: 5px 0;
}
.product-block .product-block-container .buy-block .price-block {
  float: left;
}
.product-block .product-block-container .buy-block .btn {
  float: right;
  margin: 0;
  width: 100px;
  padding: 0;
  text-align: center;
}
.product-block .product-block-container .bottom-block {
  height: 50px;
  border-top: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 7px;
  position: relative;
}
.product-block .product-block-container .bottom-block .favorite {
  height: 50px;
  width: 48px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  background-position: center 15px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.product-block .product-block-container .bottom-block .favorite.active {
  background-position: center -62px;
}
.product-block .product-block-container .bottom-block .compare-block {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
}
.product-block .product-block-container .bottom-block .compare {
  padding-left: 25px;
  margin-top: 12px;
  margin-left: 5px;
}
.product-block .product-block-container .bottom-block .card-rate {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 14px;
  padding-right: 25px;
}
.product-block .product-block-container .features {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}
.product-block .product-block-container .features .column {
  margin-bottom: 8px;
  overflow: hidden;
}
.product-block .product-block-container .features .column .value {
  color: #b0b0b0;
  float: left;
  padding-right: 5px;
}
.product-block .product-block-container .features .column .attr {
  float: left;
  font-weight: 500;
}
.product-block .product-block-container .features .column .attr:not(:last-child) {
  padding-right: 4px;
}
.product-block .product-block-container .features .column .attr:not(:last-child):after {
  content: ';';
}
.product-block .product-block-container .video-product .video-link {
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #f85329;
  text-decoration: underline;
  padding-left: 32px;
  text-transform: uppercase;
  height: 26px;
  display: block;
  background: url("../images/video.png") left center no-repeat;
}
.product-block .product-block-container .video-product .video-link:hover {
  opacity: 0.7;
}
.product-block .product-block-container .video-product iframe {
  display: none;
}
.product-block .product-block-container .content-hidden {
  border-top: 1px solid #ddd;
  display: none;
  padding-bottom: 8px;
  margin-top: 0;
  padding-top: 10px;
}
.product-mini {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 280px;
  float: left;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  width: 18%;
  margin-left: 2.5%;
  margin-bottom: 2.5%;
}
.product-mini:nth-child(5n+1) {
  margin-left: 0;
}
@media (min-width: 641px) {
  .product-mini:hover {
    border: 1px solid #63a211;
  }
}
.product-mini .image-title {
  display: block;
  text-decoration: none;
}
.product-mini .img {
  text-align: center;
  height: 160px;
  width: 100%;
  display: block;
}
@media (min-width: 641px) {
  .product-mini .img:hover img {
    opacity: 0.7;
  }
}
.product-mini .img img {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.product-mini .title {
  height: 13px;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 5px;
}
@media (min-width: 641px) {
  .product-mini .title:hover {
    text-decoration: none;
    color: #f85329;
  }
}
.product-mini .text {
  height: 29px;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  display: block;
  text-align: center;
  color: #434343;
  text-transform: uppercase;
}
.product-mini .price-block {
  float: left;
}
.product-mini .buy-block {
  margin: 10px 0 0 0;
}
.product-mini .buy-block .price-block {
  float: left;
}
.product-mini .buy-block .btn {
  float: right;
  margin: 0;
  width: 100px;
  padding: 0;
  text-align: center;
}
.swiper-slide .product-mini {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  float: none;
}
.product-small {
  width: 180px;
  min-height: 250px;
  background: #fff;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}
.product-small .link {
  display: block;
  text-decoration: none;
}
.product-small .img {
  height: 115px;
  display: block;
  width: 100%;
}
@media (min-width: 641px) {
  .product-small .img:hover img {
    opacity: 0.7;
  }
}
.product-small .img img {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  display: block;
  max-height: 100%;
  max-width: 155px;
  margin: 0 auto;
}
.product-small .title {
  min-height: 20px;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 10px;
  text-decoration: none;
}
@media (min-width: 641px) {
  .product-small .title:hover {
    color: #f85329;
  }
}
.product-small .price-block {
  padding-left: 15px;
  margin-bottom: 10px;
}
.product-small .price-block .price strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.product-small .price-block .price-old strong {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.product-small .btn.red {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.favorite {
  width: 25px;
  height: 22px;
  display: block;
  cursor: pointer;
  background: url("../images/favorite.png") left top no-repeat;
}
.favorite.active {
  background-position: left bottom;
}
.compare {
  text-decoration: none;
  display: block;
  height: 26px;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: #434343;
  padding-left: 40px;
  background: url("../images/compare.png") left 5px no-repeat;
  overflow: hidden;
}
.compare.active {
  background-position: left -25px;
  color: #63a211;
}
.card-rate .amount {
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #434343;
  padding-bottom: 3px;
}
.card-rate .amount a {
  color: #63a211;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  text-decoration: none;
}
.social-block a {
  display: inline-block;
  margin-right: 3px;
}
.social-block a img {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.social-block a img:hover {
  opacity: 0.7;
}
.social-block a:last-child {
  margin-right: 0;
}
.social-block.small .label {
  float: left;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  color: #434343;
  text-transform: uppercase;
}
.social-block.small .social-img {
  float: left;
}
.social-block.small .hidden {
  width: 24px;
  height: 23px;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
@media (min-width: 641px) {
  .social-block.small .social-icon:hover img {
    top: -27px;
    opacity: 1;
  }
}
.social-block.small .item,
.social-block.small a {
  margin: 0 0 0 10px;
  width: 24px;
  height: 23px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.social-block.small .item img,
.social-block.small a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media (min-width: 641px) {
  .social-block.small .item img:hover,
  .social-block.small a img:hover {
    top: -27px;
    opacity: 1;
  }
}
.fnx {
  float: right;
  position: relative;
}
.fnx img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.fnx span {
  float: left;
  color: #ababab;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 11px;
}
.fnx span a {
  text-decoration: none;
  color: #ababab;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  position: relative;
}
.fnx span a:after {
  content: "";
  bottom: -1px;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  width: 0;
}
.fnx span a:hover:after {
  width: 100%;
}
.title-page {
  color: #434343;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.title-page h1 {
  color: #434343;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.title-page .back {
  height: 21px;
  width: 21px;
  border-radius: 3px;
  background: #e9e9e9 url("../images/back.png") center center no-repeat;
  float: left;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media (min-width: 641px) {
  .title-page .back:hover {
    background-color: #c3c3c3;
  }
}
.title-page .back + h1 {
  margin-left: 31px;
}
.title-page.no-line {
  border-bottom: none;
}
.title-page.p-right {
  padding-right: 380px;
}
.title-page .social-block {
  position: absolute;
  top: 0;
  right: 0;
}
.title-page .social-block .label {
  line-height: 24px;
}
.regular-page .title-page {
  padding-bottom: 0;
}
.regular-page .social-block.small {
  margin: 20px 0;
}
.regular-page article {
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
}
.regular-text {
  color: #434343;
  font-size: 13px;
  line-height: 20px;
}
.regular-text p {
  margin-bottom: 10px;
}
.regular-text img {
  max-width: 100% !important;
  height: auto !important;
}
.regular-text a {
  color: #f85329;
  text-decoration: underline;
}
@media (min-width: 641px) {
  .regular-text a:hover {
    color: #63a211;
    text-decoration: none;
  }
}
.regular-text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 10px;
}
.regular-text ul li {
  color: #434343;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}
.regular-text ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background: #f85329;
}
aside.left-column {
  width: 278px;
  float: left;
}
section.center-column {
  margin-left: 300px;
}
.filter {
  border: 1px solid #ebebeb;
  position: relative;
  margin-bottom: 30px;
  background: #f5f5f5;
}
.filter .title-filter {
  background: #52413e;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  line-height: 55px;
  font-weight: bold;
  height: 55px;
  margin-bottom: 20px;
  text-align: center;
}
.filter .title {
  color: #434343;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
}
.filter .selections-wrapper {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 22px 15px;
  padding-bottom: 15px;
}
.filter .selections-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 5px;
}
.filter .selections-wrapper:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.filter .btn.filter {
  width: 100%;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 23px;
}
.filter .btn.close {
  height: 21px;
  line-height: 21px;
  padding-right: 30px;
}
.filter .btn.close:after {
  height: 21px;
  width: 22px;
}
.filter .attribute-range {
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.filter .attribute-range:after {
  content: '';
  display: block;
  clear: both;
}
.filter .attribute-range .ui-slider {
  background: #fff;
  height: 6px;
  border-radius: 0;
  margin-bottom: 15px;
  margin-top: 6px;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 10px;
}
.filter .attribute-range .ui-slider .ui-slider-range {
  position: absolute;
  background: #63a211;
  top: 1px;
  height: 4px;
}
.filter .attribute-range .ui-slider .ui-slider-handle {
  background: #5f4c49;
  display: block;
  height: 17px;
  margin-left: -7px;
  position: absolute;
  top: -6px;
  width: 9px;
  z-index: 10;
  border-radius: 3px;
}
@media (min-width: 641px) {
  .filter .attribute-range .ui-slider .ui-slider-handle:hover {
    background: #a2a2a2;
  }
}
.filter .attribute-range .range {
  line-height: 25px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 25px;
  padding: 0 10px;
  display: inline-block;
  float: left;
  color: #434343;
  font-size: 13px;
  position: relative;
}
.filter .attribute-range .range-from {
  float: left;
}
.filter .attribute-range .range-to {
  float: right;
}
.filter .attribute-range .range-from span,
.filter .attribute-range .range-to span {
  color: #434343;
  font-size: 13px;
  line-height: 27px;
}
.filter .attribute-range .range-from input,
.filter .attribute-range .range-to input {
  color: #434343;
  font-size: 12px;
  width: 75px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  height: 27px;
  text-align: center;
  border-radius: 3px;
}
.filter .attribute-checkbox {
  margin-bottom: 10px;
  position: relative;
}
.filter .attribute-checkbox.selected .hint-select {
  display: inline-block;
}
.filter .attribute-checkbox.selected .more {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.filter .attribute-checkbox.selected .list,
.filter .attribute-checkbox.active .list {
  background: url("../images/check-on.png") no-repeat left center;
  color: #63a211;
}
.filter .attribute-checkbox .list {
  background: url("../images/check-off.png") no-repeat left center;
  color: #343434;
  text-decoration: none;
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
  display: inline-block;
  padding: 5px 0 5px 42px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.filter .attribute-checkbox .list:hover {
  text-decoration: underline;
}
.filter .attribute-checkbox .list span {
  color: #c1c1c1;
  font-size: 12px;
  line-height: 14px;
}
.filter .attribute-checkbox .hint-select {
  display: none;
  color: #fff;
  background: url("../images/bg-hint.png") no-repeat;
  position: absolute;
  right: -70px;
  top: -10px;
  text-decoration: none;
  padding: 17px 7px 0 22px;
  z-index: 10;
  height: 43px;
  width: 115px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.filter .attribute-checkbox .hint-select:hover {
  opacity: 0.8;
}
.filter .attribute-checkbox .more {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 25px;
  color: #652a6a;
  font-size: 13px;
  line-height: 25px;
  padding: 0 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.filter .attribute-checkbox .more span {
  border-bottom: 1px dashed #652a6a;
  display: inline-block;
  line-height: 15px;
  margin: 5px 0;
}
header .info-header {
  opacity: 1 !important;
}
.login-lk {
  background: url("../images/clock.png") no-repeat left 2px;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: #434343;
  border: none;
  padding: 4px 0 0 20px;
  display: inline-block;
}
@media (min-width: 641px) {
  .login-lk:hover {
    color: #63a211;
  }
  .login-lk:hover span {
    background: none;
  }
}
.login-lk span {
  display: inline-block;
  padding-bottom: 1px;
  text-decoration: underline;
}
#checkoutSidebar {
  position: absolute;
  right: 10px;
  top: 45px;
  background: url("../images/cart.png") no-repeat 18px center;
  width: 203px;
  border: 2px solid #ececec;
  border-radius: 3px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 5px 5px 57px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  cursor: pointer;
}
@media (min-width: 641px) {
  #checkoutSidebar:hover {
    border-color: #63a211;
  }
}
#checkoutSidebar .cart-modal span {
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  color: #434343;
  text-transform: uppercase;
}
#checkoutSidebar .cart-modal span strong {
  color: #f85329;
}
.tell-block {
  width: 330px;
}
.tell-block .column {
  float: left;
}
.tell-block .column:first-child {
  margin-right: 10px;
}
.tell-block .column:first-child p {
  background: url("../images/tell.png") no-repeat left center;
  padding-left: 20px;
}
.tell-block .column:last-child p {
  background: url("../images/tell.png") no-repeat left center;
  padding-left: 15px;
}
.tell-block p {
  margin-bottom: 5px;
}
.tell-block p a {
  text-decoration: none;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  color: #434343;
}
.tell-block p a strong {
  font-weight: bold;
}
.tell-block .btn {
  margin-top: 10px;
  width: 100%;
  padding: 0;
  text-align: center;
}
.search-block {
  width: 560px;
}
.search-block .label {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #63a211;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.search-block .search {
  width: 100%;
  height: 35px;
  border: 2px solid #434343;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
}
.search-block .search .submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 31px;
  background: #4e4e4e url("../images/search.png") no-repeat center center;
  background-size: 16px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
@media (min-width: 641px) {
  .search-block .search .submit:hover {
    background-size: 20px 20px;
  }
}
.search-block .search .field {
  text-transform: uppercase;
  width: 100%;
  height: 31px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 0 5px;
  font-size: 11px;
  line-height: 35px;
  font-weight: normal;
  color: #434343;
  border: none;
}
.search-block .search-results {
  position: absolute;
  background: #fff;
  left: 0px;
  right: 0px;
  z-index: 9999;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadows: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadows: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadows: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.search-block .search-results .ui-menu {
  width: 100% !important;
  position: relative;
  z-index: 9999;
  padding: 0;
  margin: 0;
  top: 0 !important;
  left: 0 !important;
  right: 2px !important;
  margin-right: 1px;
  border-radius: 2px;
  list-style: none;
}
.search-block .search-results .ui-menu .see-all {
  border: none;
  text-align: center;
}
.search-block .search-results .ui-menu .see-all a {
  border: none;
  padding: 0;
  background: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #d52527;
  text-transform: uppercase;
  border-bottom: 1px dashed #d52527;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 641px) {
  .search-block .search-results .ui-menu .see-all a:hover {
    border-bottom: 1px solid #d52527;
    text-decoration: none;
  }
}
.search-block .search-results .ui-menu li {
  position: relative;
  z-index: 100;
  padding: 5px;
  overflow: hidden;
  border-top: 1px solid #e7e7e7;
}
.search-block .search-results .ui-menu li a {
  text-decoration: none;
}
.search-block .search-results .ui-menu li a .search-fast-product {
  display: block;
  overflow: hidden;
  margin: 0;
  background: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 5px;
}
.search-block .search-results .ui-menu li a .search-fast-product .image {
  float: left;
  margin-right: 5px;
  width: 80px;
}
.search-block .search-results .ui-menu li a .search-fast-product .image img {
  width: 70px;
  height: auto;
}
.search-block .search-results .ui-menu li a .search-fast-product .title {
  float: left;
  margin-bottom: 5px;
  color: #434343;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 15px;
  width: 165px;
  margin-top: 26px;
}
.search-block .search-results .ui-menu li a .search-fast-product .sku {
  float: left;
  display: block;
  font-size: 10px;
  text-decoration: none;
  color: #434343;
}
.search-block .search-results .ui-menu li a .search-fast-product .price {
  margin-top: 26px;
  display: block;
  float: right;
  color: #f53400;
  font-size: 15px;
  font-weight: bold;
}
.search-block .search-results .ui-menu li a .search-fast-product .price span {
  font-size: 14px;
}
.search-block .search-results .ui-menu li a:hover {
  text-decoration: underline;
}
.search-block .search-results .ui-menu li:last-child {
  border: none;
}
nav.nav-menu .table .tr {
  opacity: 1 !important;
}
nav.nav-menu .nav {
  border-radius: 3px;
  margin-left: 277px;
}
@media (max-width: 641px) {
  nav.nav-menu .nav .list-block:hover {
    background: #392d2a;
  }
}
nav.nav-menu .nav .list-block .sub-menu {
  width: 278px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.nav-menu .nav .sub-list:last-child .list {
  border-bottom: none;
}
nav.nav-menu .nav .sub-list .list {
  height: auto;
  background: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  color: #434343;
  text-transform: uppercase;
  padding: 9px 22px;
  border-bottom: 1px solid #eee;
  text-align: left;
  text-decoration: none;
  display: block;
  position: relative;
}
nav.nav-menu .nav .sub-list .list:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 15px;
  left: 10px;
  background: #f85329;
}
@media (min-width: 641px) {
  nav.nav-menu .nav .sub-list .list:hover {
    background: #63a211;
    color: #fff;
  }
  nav.nav-menu .nav .sub-list .list:hover:before {
    background: #fff;
  }
}
nav.nav-menu .catalog-menu {
  width: 277px !important;
  background: url("../images/nav-menu-red.png") left top repeat-x;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 641px) {
  nav.nav-menu .catalog-menu:hover {
    background-position: left -62px;
  }
  nav.nav-menu .catalog-menu:hover .list-block .list .line:before {
    top: -7px;
  }
  nav.nav-menu .catalog-menu:hover .list-block .list .line:after {
    bottom: -7px;
  }
}
nav.nav-menu .catalog-menu .list-block {
  position: static;
}
nav.nav-menu .catalog-menu .list-block:after {
  display: none;
}
@media (min-width: 641px) {
  nav.nav-menu .catalog-menu .list-block:hover .sub-menu {
    right: 10px !important;
    width: auto !important;
    visibility: visible;
    opacity: 1;
  }
  nav.nav-menu .catalog-menu .list-block:hover .sub-menu .sub-category .category-block:first-child .sub-category-title .block-menu {
    display: block;
  }
}
nav.nav-menu .catalog-menu .list-block .list {
  font-weight: bold;
  position: relative;
  width: 277px;
}
nav.nav-menu .catalog-menu .list-block .list .line {
  width: 15px;
  position: absolute;
  top: 8px;
  left: -40px;
  height: 2px;
  background: #ffec00;
}
nav.nav-menu .catalog-menu .list-block .list .line:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #ffec00;
  position: absolute;
  top: -4px;
  left: 0;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
nav.nav-menu .catalog-menu .list-block .list .line:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #ffec00;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
nav.nav-menu .sub-category {
  overflow: hidden;
}
nav.nav-menu .sub-category .category-block {
  clear: both;
}
nav.nav-menu .sub-category .category-block .block-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 277px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  z-index: 5;
  -webkit-box-shadow: 1px 2px 3px 1px #ededed;
  box-shadow: 1px 2px 3px 1px #ededed;
}
nav.nav-menu .sub-category .other-category {
  float: right;
  width: 300px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav.nav-menu .sub-category .other-category .link-block {
  display: block;
  text-decoration: none;
}
nav.nav-menu .sub-category .other-category .link-block .title {
  color: #cfcfcf;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
  text-align: center;
  padding-top: 15px;
}
nav.nav-menu .sub-category .other-category .link-block .image {
  margin-bottom: 65px;
}
nav.nav-menu .sub-category .other-category .red {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  display: block;
  text-align: right;
  color: #f85329;
  text-transform: uppercase;
}
nav.nav-menu .sub-category .sub-category-title {
  width: 277px;
  z-index: 10;
}
@media (min-width: 641px) {
  nav.nav-menu .sub-category .sub-category-title:hover .title-category {
    background: #63a211;
    color: #fff;
  }
  nav.nav-menu .sub-category .sub-category-title:hover .title-category:before {
    background: #fff;
  }
  nav.nav-menu .sub-category .sub-category-title:hover .title-category:after {
    background: url("../images/bg-menu-active.png") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 100%;
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
  }
  nav.nav-menu .sub-category .sub-category-title:hover .title-category span {
    color: #ffc000;
  }
  nav.nav-menu .sub-category .sub-category-title:hover .block-menu {
    display: block;
  }
}
nav.nav-menu .sub-category .sub-category-title .title-category {
  background: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  color: #434343;
  text-transform: uppercase;
  padding: 9px 22px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  text-align: left;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 10;
}
nav.nav-menu .sub-category .sub-category-title .title-category:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 15px;
  left: 10px;
  background: #f85329;
}
nav.nav-menu .sub-category .sub-category-title .title-category:after {
  background: url("../images/arrow-right.png") no-repeat;
  width: 3px;
  height: 6px;
  position: absolute;
  top: 15px;
  right: 10px;
  content: "";
}
@media (min-width: 641px) {
  nav.nav-menu .sub-category .sub-category-title .title-category:hover {
    background: #63a211;
    color: #fff;
  }
  nav.nav-menu .sub-category .sub-category-title .title-category:hover:before {
    background: #fff;
  }
  nav.nav-menu .sub-category .sub-category-title .title-category:hover:after {
    background: url("../images/bg-menu-active.png") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 100%;
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
  }
  nav.nav-menu .sub-category .sub-category-title .title-category:hover span {
    color: #ffc000;
  }
}
nav.nav-menu .sub-category .sub-category-title .title-category.active {
  background: #63a211;
  color: #fff;
}
nav.nav-menu .sub-category .sub-category-title .title-category.active:before {
  background: #fff;
}
nav.nav-menu .sub-category .sub-category-title .title-category.active:after {
  background: url("../images/bg-menu-active.png") no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 100%;
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
}
nav.nav-menu .sub-category .sub-category-title .title-category.active span {
  color: #ffc000;
}
nav.nav-menu .sub-category .sub-category-title .title-category span {
  color: #bbb;
}
nav.nav-menu .sub-category .sub-category-block {
  text-align: left;
}
nav.nav-menu .sub-category .sub-category-block .table-block .table {
  background: none;
  height: auto;
}
nav.nav-menu .sub-category .sub-category-block .table-block .table .row {
  display: table-row;
}
nav.nav-menu .sub-category .sub-category-block .table-block .table .td {
  height: auto;
  border-right: 1px solid #ebebeb;
}
nav.nav-menu .sub-category .sub-category-block .table-block .column {
  vertical-align: top;
  padding: 0 25px;
}
nav.nav-menu .sub-category .sub-category-block .table-block .column .block {
  border-bottom: 1px solid #ebebeb;
}
nav.nav-menu .sub-category .sub-category-block .table-block .column .block:last-child {
  border-bottom: none;
}
nav.nav-menu .sub-category .sub-category-block .table-block .title {
  margin-top: 15px;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #7e5750;
  text-decoration: none;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
@media (min-width: 641px) {
  nav.nav-menu .sub-category .sub-category-block .table-block .title:hover {
    color: #63a211;
  }
}
nav.nav-menu .sub-category .sub-category-block .table-block .sub-list {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #434343;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
  padding-right: 23px;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
@media (min-width: 641px) {
  nav.nav-menu .sub-category .sub-category-block .table-block .sub-list:hover {
    text-decoration: underline;
    color: #63a211;
  }
  nav.nav-menu .sub-category .sub-category-block .table-block .sub-list:hover:before {
    background: #63a211;
  }
  nav.nav-menu .sub-category .sub-category-block .table-block .sub-list:hover span:after {
    display: inline-block;
  }
}
nav.nav-menu .sub-category .sub-category-block .table-block .sub-list:before {
  width: 10px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  background: #c8c8c8;
}
nav.nav-menu .sub-category .sub-category-block .table-block .sub-list span {
  padding-right: 23px;
  position: relative;
}
nav.nav-menu .sub-category .sub-category-block .table-block .sub-list span:after {
  display: none;
  content: '';
  background: url("../images/arrow-right-green.png") no-repeat;
  width: 18px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 3px;
}
nav.nav-menu .sub-category .sub-category-block {
  margin-right: 310px;
}
nav.nav-menu .sub-category .sub-category-block .table .row .td {
  width: 50%;
}
nav.nav-menu .list-block {
  text-align: center;
  height: 48px;
  position: relative;
}
nav.nav-menu .list-block:last-child:after {
  display: none;
}
nav.nav-menu .list-block:after {
  position: absolute;
  right: 0;
  top: 20px;
  content: '';
  width: 1px;
  height: 9px;
  background: #625856;
}
nav.nav-menu .list-block.akcii .list {
  font-weight: bold;
}
nav.nav-menu .list-block.akcii .list span {
  position: relative;
  padding-left: 26px;
}
nav.nav-menu .list-block.akcii .list span:after {
  background: url("../images/star-y.png") center center no-repeat;
  width: 16px;
  height: 15px;
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (min-width: 641px) {
  nav.nav-menu .list-block:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
nav.nav-menu .list-block .list {
  color: #fff;
  text-transform: uppercase;
  display: table-cell;
  height: 48px;
  vertical-align: middle;
  text-decoration: none;
  width: inherit;
}
nav.nav-menu .list-block .list span {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  position: relative;
}
nav.nav-menu .list-block .sub-menu {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 48px;
}
.banner-wrapper .left {
  min-height: 395px;
  max-width: 75%;
  margin-left: 25%;
}
.banner-wrapper .carousel-container {
  width: 100%;
  overflow: hidden;
}
.banner-wrapper .bx-wrapper {
  margin-top: 18px;
  margin-bottom: 0;
}
.banner-wrapper .bx-wrapper .bx-viewport .slide {
  position: relative;
}
.banner-wrapper .bx-wrapper .bx-viewport .slide img {
  width: 100%;
  height: 365px;
}
.banner-wrapper .bx-wrapper .bx-viewport .slide .text {
  position: absolute;
  right: 130px;
  bottom: 80px;
}
.banner-wrapper .bx-wrapper .bx-viewport .slide .text p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.banner-wrapper .bx-wrapper .bx-viewport .slide .text p.big {
  font-size: 47px;
  line-height: 50px;
  font-weight: bold;
}
.banner-wrapper .bx-wrapper .bx-viewport .slide .btn-block {
  position: absolute;
  bottom: 15px;
  right: 130px;
}
.banner-wrapper .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link {
  background-color: #999;
  text-indent: -9999px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 50%;
}
.banner-wrapper .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link.active {
  background-color: #369750;
  border-color: #369750;
}
.banner-wrapper .bx-wrapper .bx-controls .bx-prev,
.banner-wrapper .bx-wrapper .bx-controls .bx-next {
  width: 70px !important;
  position: absolute;
  height: 100% !important;
  top: 0 !important;
  bottom: 0;
  margin: 0 !important;
  display: block;
  text-indent: -9999px;
}
.banner-wrapper .bx-wrapper .bx-controls .bx-prev {
  left: 0;
  background: rgba(255, 255, 255, 0.8) url("../images/f-arrow-left.png") center center no-repeat;
}
.banner-wrapper .bx-wrapper .bx-controls .bx-next {
  right: 0;
  background: rgba(255, 255, 255, 0.8) url("../images/f-arrow-right.png") center center no-repeat;
}
.title-block {
  position: relative;
  margin: 20px 0;
}
.title-block:before {
  content: '';
  height: 3px;
  background: #e7e7e7;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  z-index: -1;
}
.title-block:after {
  content: '';
  height: 12px;
  background: #e7e7e7;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1;
  width: 5px;
}
.title-block .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #434343;
  background: #fff;
  display: inline-block;
  padding-right: 8px;
}
.title-block .title a {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #434343;
  background: #fff;
}
.title-block .red-btn {
  position: relative;
  bottom: 3px;
  margin-left: 30px;
}
.title-block .red-btn:before {
  content: '';
  width: 1px;
  height: 20px;
  background: #c6c6c6;
  position: absolute;
  left: -16px;
  top: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.category-banner {
  position: relative;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.category-banner a {
  display: block;
}
.category-banner img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.category-banner .text {
  text-transform: uppercase;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-wrapper .title-block {
  margin: 20px 0;
}
.product-wrapper .title-small {
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #434343;
  margin: 15px 0 12px 0;
}
.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  min-width: 100%;
}
.products-list .product-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products-list .product-col .product-block {
  width: 100%;
}
article.two-column .products-list .product-col {
  width: 25%;
}
.promo-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
}
.promo-wrapper .left {
  padding-right: 4px;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-wrapper .right {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 4px;
}
.promo-wrapper .right .img {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-wrapper .right .img:first-child {
  padding-right: 4px;
}
.promo-wrapper .right .img:last-child {
  padding-left: 4px;
}
.promo-wrapper .big {
  width: 49.5%;
}
.promo-wrapper .big a .text {
  text-align: center;
}
.promo-wrapper .small {
  width: 24.5%;
}
.promo-wrapper .small a .text {
  text-align: right;
}
.promo-wrapper .img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: 0.5%;
}
.promo-wrapper .img a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.promo-wrapper .img a img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.promo-wrapper .img a img:hover {
  -ms-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}
.promo-wrapper .img .text {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 15px;
  right: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.category-wrapper .category {
  width: 25%;
  float: left;
  height: 360px;
  border-bottom: 1px solid #ebebeb;
  color: #434343;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-wrapper .category:nth-child(4n) .block {
  border-color: transparent;
}
.category-wrapper .category .block {
  border-right: 1px solid #ebebeb;
  padding: 0 25px 0 35px;
  margin-bottom: 20px;
  height: 340px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-wrapper .category .block .last {
  overflow: hidden;
}
.category-wrapper .category .block .last a {
  margin-top: 100px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f85329;
  display: block;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.category-wrapper .category .block .last a:hover {
  color: #63a211;
}
.category-wrapper .category .image-title {
  display: block;
  text-decoration: none;
}
.category-wrapper .category .image-title img {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  max-height: 150px;
}
.category-wrapper .category .image-title img:hover {
  opacity: 0.7;
}
.category-wrapper .category .title {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 15px;
  display: block;
  height: 29px;
  overflow: hidden;
}
.category-wrapper .category .title .amount {
  color: #bbb;
  font-weight: normal;
}
.category-wrapper .category .list-block .list {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #434343;
  padding-left: 25px;
  display: block;
  text-decoration: none;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.category-wrapper .category .list-block .list:before {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  content: '';
  width: 5px;
  height: 5px;
  background: #d9d9d9;
  position: absolute;
  top: 5px;
  left: 0;
}
.category-wrapper .category .list-block .list:hover {
  color: #f85329;
}
.category-wrapper .category .list-block .list:hover:before {
  background: #f85329;
}
.news-wrapper .news {
  color: #434343;
  width: 22.7%;
  float: left;
  margin-left: 3%;
  margin-bottom: 20px;
}
.news-wrapper .news:nth-child(4n+1) {
  margin-left: 0;
}
.news-wrapper .news .block {
  display: block;
  text-decoration: none;
  color: #434343;
}
.news-wrapper .news .title {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #796363;
  text-decoration: underline;
  display: block;
  overflow: hidden;
  height: 35px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.news-wrapper .news .title:hover {
  color: #f85329;
}
.news-wrapper .news .date {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  display: block;
  margin: 5px 0 10px 0;
}
.news-wrapper .news .img {
  display: block;
  opacity: 1;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.news-wrapper .news .img img {
  display: block;
  width: 100%;
}
.news-wrapper .news .img:hover {
  opacity: 0.7;
}
.news-wrapper .news .text {
  margin: 20px 0 10px 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
  overflow: hidden;
  height: 51px;
}
.seo-wrapper .title-block {
  margin-bottom: 30px;
}
footer {
  background: #332b2a url("../images/footer-bg.png") center top repeat-x;
}
footer .top-footer {
  height: 50px;
  border-bottom: 2px solid #49403f;
}
footer .catalog-title-f {
  float: left;
}
footer .catalog-title-f a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  text-decoration: none;
  font-size: 15px;
  line-height: 50px;
  font-weight: bold;
  padding-left: 34px;
  position: relative;
}
footer .catalog-title-f a .line {
  width: 15px;
  position: absolute;
  top: 23px;
  left: 0;
  height: 2px;
  background: #ffec00;
}
footer .catalog-title-f a .line:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #ffec00;
  position: absolute;
  top: -4px;
  left: 0;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
footer .catalog-title-f a .line:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #ffec00;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
footer .catalog-title-f a:hover .line:before {
  top: -7px;
}
footer .catalog-title-f a:hover .line:after {
  bottom: -7px;
}
footer .nav-footer {
  float: right;
  margin-top: 17px;
}
footer .nav-footer .list {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 0 30px;
  border-right: 1px solid #5d4b46;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
footer .nav-footer .list.akcii {
  background: url("../images/star-y.png") left center no-repeat;
  padding-left: 30px;
}
footer .nav-footer .list:hover {
  color: #de5b3a;
}
footer .nav-footer .list:last-child {
  padding-right: 0;
  border-right: none;
}
footer .middle-footer {
  padding-top: 13px;
}
footer .tell-block {
  padding-top: 15px;
  float: right;
}
footer .tell-block p a {
  color: #fff;
}
footer .catalog-list {
  margin-right: 400px;
}
footer .catalog-list .list {
  width: 210px;
  height: 29px;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding-left: 15px;
  margin: 0 20px 10px 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
footer .catalog-list .list:before {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: #805a50;
}
footer .catalog-list .list:hover {
  color: #de5b3a;
}
footer .catalog-list .list:hover:before {
  background: #de5b3a;
}
footer .bottom-footer {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 56px;
  top: 208px;
}
footer .copyright {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  color: #fff;
  float: left;
  padding-top: 22px;
}
footer .fnx {
  margin-top: 12px;
}
footer .social-block {
  width: 300px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
footer .social-block .social-img {
  display: inline-block;
}
.title-catalog {
  position: relative;
}
.title-catalog .title-page {
  border-bottom: none;
  margin-bottom: 15px;
  padding: 0 250px 0 0;
}
.title-catalog .sale-block {
  position: absolute;
  top: 0;
  right: 0;
}
.tooltip-block {
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  background: #63a211;
  position: relative;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  display: inline-block;
  min-width: 200px;
  z-index: 500;
}
.tooltip-block:before {
  border: 8px solid transparent;
  border-left: 8px solid #63a211;
  position: absolute;
  top: 20px;
  margin-top: -8px;
  right: -15px;
  content: '';
}
.sale-block {
  height: 40px;
  color: #f85329;
  display: inline-block;
}
.sale-block .info {
  background: #ebebeb;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  position: relative;
  top: 12px;
  color: #434343;
  float: left;
}
.sale-block .info:hover .tooltip-block {
  visibility: visible;
  opacity: 1;
}
.sale-block .info .tooltip-block {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
  position: absolute;
  top: -10px;
  right: 31px;
}
.sale-block p {
  padding-top: 6px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  border-left: 2px solid #f85329;
  padding-left: 8px;
  padding-right: 5px;
  margin-left: 10px;
  font-size: 10px;
  line-height: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.sale-block strong {
  padding-top: 6px;
  float: left;
  display: inline-block;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
}
.tags-block {
  background: #d8eace;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 10px;
}
.tags-block .table {
  display: block;
  position: relative;
}
.tags-block .table:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.tags-block .table .tr {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.tags-block .table .tr:last-child {
  margin-bottom: 0;
}
.tags-block .table .tr:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.tags-block .table .tr .td {
  float: left;
  display: block;
  width: 20%;
  height: 50px;
  vertical-align: middle;
  position: relative;
  padding: 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1100px) {
  .tags-block .table .tr .td {
    width: 25%;
  }
}
.tags-block a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-indent: -9999px;
  overflow: hidden;
}
.tags-block .tag {
  text-align: center;
  background: #fff;
  color: #434343;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  z-index: 1;
  display: table;
  width: 100%;
}
.tags-block .tag:before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 2px;
  right: 2px;
  bottom: 0;
  content: '';
  z-index: 0;
  height: 100%;
  border-radius: 3px;
}
.tags-block .tag:after {
  width: 2px;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  background: #63a211;
  content: '';
}
.tags-block .tag.active {
  color: #fff;
}
.tags-block .tag.active:before {
  background: #63a211;
}
.tags-block .tag.active:after {
  border: 8px solid transparent;
  border-top: 8px solid #63a211;
  content: '';
  position: absolute;
  width: auto;
  right: auto;
  bottom: -15px;
  left: 50%;
  margin-left: -8px;
  top: auto;
  background: none;
}
.tags-block .tag.active p span {
  color: #c4e59a;
}
.tags-block .tag .block {
  padding: 0 3px;
  z-index: 1;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
.tags-block .tag p {
  display: inline-block;
}
.tags-block .tag p span {
  color: #bbb;
}
.sort-block {
  margin-bottom: 10px;
}
.sort-block .left {
  width: 48%;
  float: left;
}
.sort-block .left .btn {
  margin: 0 5px 5px 0;
}
.sort-block .right {
  margin-left: 50%;
}
.sort-block .sel-block {
  float: right;
  margin-left: 15px;
}
.sort-block .sel-block .label {
  font-size: 11px;
  line-height: 35px;
  font-weight: normal;
  text-transform: uppercase;
  float: left;
  padding-right: 5px;
}
.sort-block .sel-block .jq-selectbox {
  float: left;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.sort-block .sel-block .jq-selectbox.amount {
  width: 100px !important;
}
.sort-block .sel-block .jq-selectbox.sort {
  width: 185px !important;
}
.sort-block .sel-block .jq-selectbox .jq-selectbox__select-text {
  color: #9d817a;
  font-size: 11px;
}
.sort-block .sel-block .jq-selectbox .jq-selectbox__trigger {
  border-left: none;
}
.video-product .video-link {
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #f85329;
  text-decoration: underline;
  padding-left: 32px;
  text-transform: uppercase;
  height: 26px;
  display: block;
  background: url("../images/video.png") left center no-repeat;
}
.video-product .video-link:hover {
  opacity: 0.7;
}
.video-product iframe {
  display: none;
}
.gallery-block {
  height: 505px;
  width: 600px;
  position: relative;
}
.gallery-block .sticker {
  position: absolute;
  top: 10px;
  left: 10px;
}
.gallery-block .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 200;
}
.gallery-block .video-kit {
  width: 130px;
  height: 88px;
  border: 1px solid #e7e7e7;
  position: absolute;
  bottom: 3px;
  right: 30px;
}
.gallery-block .video-kit .img {
  width: 130px;
  height: 88px;
}
.gallery-block .video-kit .play {
  position: absolute;
  top: 18px;
  left: 39px;
}
.gallery-block .video-kit #video-kit {
  display: none;
}
.gallery-block .video-product {
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 100;
  right: 0;
  bottom: 105px;
}
.gallery-block .video-product .video-link {
  display: inline-block;
}
.gallery-block .sliderkit .sliderkit-panels {
  min-height: 405px;
}
.gallery-block .sliderkit .sliderkit-nav .sliderkit-nav-clip {
  min-width: 137px !important;
  min-height: 100px !important;
}
.sliderkit {
  width: 600px;
  height: 505px;
  display: block;
}
.sliderkit a:focus {
  outline: none !important;
}
.sliderkit .sliderkit-panels .sliderkit-btn {
  position: absolute;
  bottom: 32px;
  height: 37px;
  margin-top: -13px;
  width: 27px;
  cursor: pointer;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.sliderkit .sliderkit-panels .sliderkit-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.sliderkit .sliderkit-panels .sliderkit-btn a:focus {
  outline: none;
}
.sliderkit .sliderkit-panels .sliderkit-btn a span {
  opacity: 0;
  display: none;
}
.sliderkit .sliderkit-panels .sliderkit-btn.sliderkit-go-prev {
  left: 0;
  background: #eeeeee url("../images/kit-left.png") center 14px no-repeat;
}
.sliderkit .sliderkit-panels .sliderkit-btn.sliderkit-go-prev:hover {
  background-color: #63a211;
  background-position: center -15px;
}
.sliderkit .sliderkit-panels .sliderkit-btn.sliderkit-go-next {
  right: 3px;
  background: #eeeeee url("../images/kit-right.png") center 14px no-repeat;
}
.sliderkit .sliderkit-panels .sliderkit-btn.sliderkit-go-next:hover {
  background-color: #63a211;
  background-position: center -15px;
}
.sliderkit .sliderkit-panels .sliderkit-panel {
  background: #fff;
  width: 595px;
  height: 405px;
  border: 1px solid #ededed;
  border-radius: 0;
}
.sliderkit .sliderkit-panels .sliderkit-panel img {
  display: block;
  margin: 0 auto;
  max-width: 595px;
  max-height: 405px;
}
.sliderkit .sliderkit-nav {
  bottom: 3px;
  left: 27px;
  right: auto;
}
.sliderkit .sliderkit-nav .sliderkit-nav-clip ul {
  padding-top: 10px;
}
.sliderkit .sliderkit-nav .sliderkit-selected .img-small {
  border: 1px solid #63a211;
  -webkit-box-shadow: 0 0 0 1px #63a211 inset;
          box-shadow: 0 0 0 1px #63a211 inset;
}
.sliderkit .sliderkit-nav .sliderkit-selected .img-small:after {
  border: 4px solid transparent;
  border-bottom: 4px solid #63a211;
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin: 0 0 0 -4px;
}
.sliderkit .sliderkit-nav .img-small {
  margin-right: 5px;
  width: 130px;
  height: 88px;
  border: 1px solid #e7e7e7;
  border-radius: 0px;
  position: relative;
  overflow: visible;
  background: #fff;
  margin-bottom: 10px;
}
.sliderkit .sliderkit-nav .img-small img {
  max-width: 128px;
  max-height: 86px;
  display: block;
}
.sliderkit .sliderkit-nav .img-small .center-img {
  width: 130px;
  height: 88px;
}
.product-page .title-page {
  padding-right: 350px;
}
.product-page .title-page.no-line {
  padding-bottom: 0;
  margin-bottom: 20px;
}
.product-page .brand-block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-page .brand-block .list span {
  padding-top: 0;
}
#tabs-product {
  opacity: 1 !important;
  position: relative;
}
#tabs-product #tabs-all {
  padding: 10px 0 0 0;
  background: none;
  float: left;
  width: 600px;
}
#tabs-product .ui-tabs-panel {
  background: none;
}
#tabs-product .ui-tabs-panel.secondary-tab {
  clear: none !important;
  margin-right: 300px;
  padding-left: 0;
  padding-top: 15px;
  overflow: hidden;
}
#tabs-product .ui-tabs-panel.secondary-tab .reviews-wrapper .title-reviews {
  border-top: none;
  margin-top: 0;
}
#tabs-product .ui-tabs-panel.secondary-tab .text-product {
  margin-bottom: 15px;
}
#tabs-product .ui-tabs-panel.secondary-tab .text-product .title {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
#tabs-product .right-top-block {
  width: 335px;
  position: absolute;
  right: 0;
  top: -37px;
}
#tabs-product .right-top-block .artikul {
  background: #f3f3f3;
  height: 37px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 37px;
  font-weight: normal;
  color: #acacac;
  margin-top: 20px;
}
#tabs-product .right-top-block .artikul span {
  color: #434343;
}
.btn-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  width: 100%;
  border-radius: 3px;
}
.btn-credit img {
  margin-right: 10px;
}
.btn-credit[disabled] {
  background: #9d9d9d;
  cursor: not-allowed;
}
.note-credit {
  width: 100%;
  text-align: center;
  margin-top: 4px;
  color: #9d9d9d;
}
.info-product {
  margin-left: 615px;
  padding-top: 10px;
}
.info-product.sidebar {
  margin-left: 0;
  float: right;
  width: 270px;
}
.info-product.sidebar .small-card-image {
  display: block;
}
.info-product.sidebar .float-100 > .left-column,
.info-product.sidebar .float-100 > .right-column {
  float: none;
  width: 100%;
  margin-left: 0;
}
.info-product.sidebar .float-100 > .left-column {
  position: relative;
  padding-bottom: 110px;
}
.info-product.sidebar .float-100 > .left-column .brand-block {
  position: absolute;
  top: 445px;
  left: 0;
}
.info-product .left-column {
  width: 49%;
  float: left;
}
.info-product .right-column {
  margin-left: 51%;
  overflow: hidden;
}
.info-product .small-card-image {
  height: 180px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  display: none;
}
.info-product .small-card-image .img img {
  max-height: 180px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.info-product .small-card-image .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
}
.info-product .buy-block {
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.info-product .buy-block .left-column {
  border-right: 1px solid #e5e5e5;
}
.info-product .buy-block .left-column .compare-block {
  margin: 10px 0 10px 10px;
}
.info-product .buy-block .right-column .card-rate {
  margin: 10px 10px 10px 20px;
}
.info-product .buy-block .block {
  padding: 12px 10px 10px 10px;
  border-top: 1px solid #e5e5e5;
}
.info-product .buy-block .price-block .price strong {
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
}
.info-product .buy-block .price-block .price span {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
}
.info-product .buy-block .price-block .price-old strong {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}
.info-product .buy-block .price-block .price-old span {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
}
.info-product .buy-block .btn.red {
  margin: 12px 0 5px 0;
  width: 100%;
  padding: 0;
  text-align: center;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
}
.info-product .buy-block .btn-credit {
  margin-top: 5px;
}
.info-product .buy-block .btn-report-availability {
  margin: 12px 0 5px 0;
  width: 100%;
  padding: 0;
  text-align: center;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  font-weight: normal;
}
.info-product .buy-block .form-horizontal {
  height: 38px;
  position: relative;
}
.info-product .buy-block .form-horizontal .form-control {
  height: 38px;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding-left: 30px;
  color: #909090;
  font-size: 12px;
  line-height: 38px;
  font-weight: normal;
  border-radius: 3px 0 0 3px;
  background: #ffffff url("../images/tell.png") 5px center no-repeat;
}
.info-product .buy-block .form-horizontal .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  padding: 0;
  height: 38px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info-product .table-style {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 2px solid #ebebeb;
}
#reportAvailabilityForm .btn-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#reportAvailabilityForm [name="lastname"] {
  display: none;
}
.configurable-price {
  margin: 10px 0;
}
.configurable-price .item {
  margin: 5px 0;
}
.configurable-price .item .title {
  font-size: 16px;
  padding-bottom: 10px;
}
.configurable-price .option {
  float: left;
  margin: 5px 10px 5px 0;
}
.configurable-price .option a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  background: transparent;
}
.configurable-price .option.selected a {
  border: 1px solid #f57756;
  color: #f57756;
}
#tablesize-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
}
#tablesize-container.active {
  opacity: 1;
  display: block;
}
#tablesize-container .back {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#tablesize-container .tablesize {
  position: absolute;
  width: 1200px;
  max-width: 90%;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*min-height: 760px;*/
  z-index: 200;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
#tablesize-container .tablesize .close {
  position: absolute;
  top: 30px;
  right: 0px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
#tablesize-container .tablesize .close:hover:before,
#tablesize-container .tablesize .close:hover:after {
  background: #ff7200;
}
#tablesize-container .tablesize .close:before,
#tablesize-container .tablesize .close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#tablesize-container .tablesize .close:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
#tablesize-container .tablesize .close:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#tablesize-container .tablesize .tabs .tabs-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  padding-left: 0;
}
#tablesize-container .tablesize .tabs .tabs-title li {
  list-style: none;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
}
#tablesize-container .tablesize .tabs .tabs-title li.ui-state-active a {
  background: #ff7200;
  color: white;
}
#tablesize-container .tablesize .tabs .tabs-title li a {
  display: inline-block;
  background: white;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 166px;
  padding: 10px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1.5;
  border: none;
}
#tablesize-container .tablesize .tabs .ui-tabs-panel {
  background: none;
  color: white;
  padding: 20px 0;
}
#tablesize-container .tablesize .tabs .ui-tabs-panel table {
  width: 100%;
}
#tablesize-container .tablesize .tabs .ui-tabs-panel table tr:first-child td {
  background: black;
  border-bottom: 1px solid #999;
}
#tablesize-container .tablesize .tabs .ui-tabs-panel table tr:nth-child(2n) td {
  background: black;
}
#tablesize-container .tablesize .tabs .ui-tabs-panel table tr td {
  padding: 8px 5px;
  font-size: 14px;
  text-align: center;
  /*&:first-child{
								background: none;
								border-bottom: 0;
							}
							&:nth-child(2){
								background: none;
								border-bottom: 0;
								text-align: left;
							}*/
}
#tablesize-container .tablesize .description {
  background: #121212;
  color: white;
  border-radius: 2px;
  margin-top: 20px;
  padding: 20px;
}
#tablesize-container .tablesize .description .text {
  float: left;
  width: 65%;
}
#tablesize-container .tablesize .description .images {
  float: right;
}
#tablesize-container .tablesize .description .images .image {
  display: inline-block;
}
#tablesize-container .tablesize .description .images .image img {
  max-height: 400px;
}
.group-attribute {
  margin: 10px 0;
}
.group-attribute .title {
  font-size: 16px;
  padding-bottom: 10px;
}
.group-attribute .title .tablesize-link {
  color: #ff7200;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.group-attribute .title .tablesize-link:hover {
  color: #63a211;
}
.group-attribute .item {
  float: left;
  margin: 5px 10px 5px 0;
}
.group-attribute .item a {
  display: block;
  min-width: 100px;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  background: transparent;
}
.group-attribute .item a.selected {
  border: 1px solid #f57756;
  color: #f57756;
}
.group-attribute .jq-selectbox .jq-selectbox__select-text:first-letter {
  text-transform: uppercase;
}
.group-attribute .jq-selectbox .jq-selectbox__dropdown ul li:first-letter {
  text-transform: uppercase;
}
.group-attribute .jq-selectbox .jq-selectbox__dropdown ul li.sel {
  color: #f57756;
  font-weight: bold;
}
.brand-block {
  margin-bottom: 25px;
}
.brand-block .list {
  display: block;
  text-decoration: none;
}
.brand-block .list img {
  float: left;
  display: inline-block;
  max-width: 135px;
  max-height: 85px;
}
.brand-block .list span {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  padding-top: 20px;
  padding-left: 10px;
  color: #f85329;
  text-decoration: underline;
}
.utp-block .utp {
  margin-bottom: 5px;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 10px 55px;
  background-position: 13px center;
  background-repeat: no-repeat;
  position: relative;
}
.utp-block .utp.active {
  background-position: 13px 57px;
  border: 1px solid #f85329;
  -webkit-box-shadow: 0 0 0 1px #f85329 inset;
          box-shadow: 0 0 0 1px #f85329 inset;
}
.utp-block .utp.active:after {
  content: '';
  background: url("../images/danger.png") no-repeat;
  width: 8px;
  height: 33px;
  position: absolute;
  top: 10px;
  left: 18px;
}
.utp-block .utp .text div {
  text-transform: uppercase;
  color: #7f5f5a;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.utp-block .utp .text p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  color: #9d9d9d;
}
.explosionsh-product {
  margin-top: 15px;
}
.explosionsh-product .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff7200;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}
.explosionsh-product .title:hover:before {
  left: 10px;
}
.explosionsh-product .title:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #ff7200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.table-style .title-table {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.table-style .red-btn {
  margin-top: 15px;
  text-transform: none;
  font-size: 13px;
}
.table-style ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
  width: 100%;
}
.table-style ul:nth-child(odd) {
  background: #f0f0f0;
}
.table-style ul:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.table-style ul li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #434343;
}
.table-style ul li:first-child {
  color: #b0b0b0;
}
.table-style ul li .value {
  display: inline-block;
}
.table-style ul li .value:not(:first-child) {
  margin-top: 5px;
}
.table-style ul li a {
  color: inherit;
}
.table-style .info {
  background: #e37053;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  position: relative;
  top: -2px;
  margin-left: 5px;
  color: #fff;
}
.table-style .info:hover .tooltip-block {
  visibility: visible;
  opacity: 1;
}
.table-style .info .tooltip-block {
  background: #fff;
  padding: 18px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
  position: absolute;
  top: auto;
  right: auto;
  left: -6px;
  bottom: 30px;
  color: #434343;
  text-transform: none;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  -webkit-box-shadow: 2px 3px 6px 2px #c1c1c1;
  box-shadow: 2px 3px 6px 2px #c1c1c1;
}
.table-style .info .tooltip-block:before {
  display: none;
}
.table-style .info .tooltip-block:after {
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  position: absolute;
  bottom: -8px;
  left: 10px;
  content: '';
}
.text-product .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 30px;
  border-top: 2px solid #ebebeb;
  margin-top: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.text-product .red-btn {
  margin-top: 15px;
  text-transform: none;
  font-size: 13px;
}
.reviews-wrapper .title-reviews {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
}
.reviews-wrapper .title-reviews .link {
  color: #63a211;
}
.reviews-wrapper .title-reviews .btn.green {
  margin-left: 15px;
}
.reviews-wrapper .title-reviews .count-link {
  color: #f85329;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  border: none;
}
.reviews-wrapper .title-reviews .count-link:hover {
  color: #63a211;
}
.reviews-wrapper .red-btn {
  font-size: 13px;
  margin-top: 10px;
  text-transform: none;
}
.reviews {
  padding: 20px 30px;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
.reviews .name {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url("../images/user.png") left center no-repeat;
}
.reviews .card-rate {
  padding-left: 30px;
}
.reviews .text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #434343;
}
.write-comment {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 15px;
  max-width: 600px;
  display: none;
}
.write-comment .form-horizontal .btn {
  margin-left: 10px;
  margin-bottom: 15px;
}
.write-comment .form-horizontal .control-group {
  margin-bottom: 20px;
  position: relative;
}
.write-comment .form-horizontal .control-group .controls {
  margin: 0;
}
.write-comment .form-horizontal .control-group .star {
  color: #d65765;
  display: block;
  left: 4px;
  margin-bottom: 8px;
  position: absolute;
  top: 13px;
}
.write-comment .form-horizontal .control-group input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  color: #434343;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  height: 37px;
  padding: 0 13px;
  width: 100%;
}
.write-comment .form-horizontal .control-group textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  color: #434343;
  font-family: Arial !important;
  font-size: 15px;
  font-weight: bold;
  min-height: 72px;
  padding: 5px 13px 0;
  resize: vertical;
  width: 100%;
}
.complect-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.complect-wrapper .table .td {
  text-align: center;
  vertical-align: top;
}
.complect-wrapper .complect-block .block-complect {
  width: 215px;
  text-align: left;
  margin: 0 auto;
  padding-top: 10px;
}
.complect-wrapper .complect-block .block-complect .link {
  text-decoration: none;
  display: block;
}
.complect-wrapper .complect-block .block-complect .img {
  width: 215px;
  height: 125px;
}
.complect-wrapper .complect-block .block-complect .img img {
  max-width: 215px;
  max-height: 125px;
  display: block;
}
.complect-wrapper .complect-block .block-complect .title {
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
  display: block;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #434343;
  height: 33px;
  overflow: hidden;
}
.complect-wrapper .complect-block .block-complect .title:hover {
  color: #f85329;
}
.complect-wrapper .complect-block .icon {
  font-size: 70px;
  line-height: 72px;
  font-weight: 100;
  color: #bbb;
  display: inline-block;
  margin: 30px 0 0 0;
}
.complect-wrapper .complect-block .total-sum {
  padding-top: 25px;
  width: 445px;
  margin: 0 auto;
  text-align: left;
}
.complect-wrapper .complect-block .total-sum .sale {
  margin-bottom: 10px;
}
.complect-wrapper .complect-block .total-sum .price-block {
  width: 200px;
  float: left;
}
.complect-wrapper .complect-block .total-sum .price-block .sale {
  margin-left: 38px;
}
.complect-wrapper .complect-block .total-sum .price-block .price-old strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.complect-wrapper .complect-block .total-sum .price-block .price-old span {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.complect-wrapper .complect-block .total-sum .price-block .price strong {
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
}
.complect-wrapper .complect-block .total-sum .price-block .price span {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.complect-wrapper .complect-block .total-sum .btn-block {
  width: 240px;
  float: right;
}
.complect-wrapper .complect-block .total-sum .btn-block .btn {
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  text-align: center;
}
.complect-wrapper .complect-block .total-sum .btn-block .btn.red {
  height: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding: 12px 40px 0 40px;
}
.sale {
  padding: 8px;
  background: #f3efda;
  display: inline-block;
  position: relative;
  margin-left: 18px;
}
.sale:after {
  content: '';
  background: url("../images/sale.png") no-repeat;
  background-size: auto 100%;
  width: 43px;
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  height: 100%;
}
.sale p {
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.sale .price strong {
  color: #d33e49 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: bold !important;
}
.sale .price span {
  text-transform: uppercase !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: normal !important;
}
.complect-wrapper .title-block {
  margin-top: 35px;
}
.complect-wrapper .bx-wrapper {
  border: 1px solid #e7e7e7;
  padding: 0 35px;
  margin-bottom: 50px;
  border-radius: 3px;
}
.complect-wrapper .bx-wrapper .complect-block {
  height: 240px;
}
.complect-wrapper .bx-wrapper .bx-controls .bx-pager {
  bottom: -27px;
}
.complect-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.complect-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  height: 240px;
  width: 30px;
  background-color: #eee;
  top: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.complect-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
.complect-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
  background-color: #d5d5d5;
}
.complect-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  background-image: url("../images/bx-arrow-left.png");
}
.complect-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background-image: url("../images/bx-arrow-right.png");
}
.mini-banner-filter .red {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #e27053;
  padding-left: 20px;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  display: block;
  margin: 40px 0 35px 0;
  text-transform: uppercase;
}
.mini-banner-filter .red:hover {
  color: #63a211;
}
.mini-banner-filter .link {
  display: block;
  text-decoration: none;
  height: 237px;
  position: relative;
}
.mini-banner-filter .link:hover img {
  opacity: 0.7;
}
.mini-banner-filter .link img {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  max-height: 237px;
  display: block;
  max-width: 100%;
}
.mini-banner-filter .link p {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
}
.brands-wrapper .list-block {
  margin: 40px 0;
  padding: 40px;
  border-top: 1px solid #ebebeb;
}
.brands-wrapper .list-block .list {
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #434343;
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 23px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.brands-wrapper .list-block .list:after {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  content: '';
  background: #d9d9d9;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}
.brands-wrapper .list-block .list:hover {
  color: #f85329;
}
.brands-wrapper .list-block .list:hover:after {
  background: #f85329;
}
.brands-wrapper .list-block ul {
  list-style-type: none;
  float: left;
  width: 20%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.brands-wrapper .list-block ul:after {
  content: '';
  display: block;
  clear: both;
}
.brands-wrapper .list-block ul li {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brands-wrapper .table .tr .td {
  vertical-align: top;
  width: 25%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brands-wrapper .not-found-title {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.brands-wrapper .not-found-title .red-btn {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e27053;
}
.brands-wrapper .image-brand .content {
  overflow: hidden;
}
.brands-wrapper .image-brand .content a {
  display: block;
  float: left;
  width: 25%;
  height: 75px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brands-wrapper .image-brand .content a img {
  display: block;
  margin: 0 auto;
  max-height: 75px;
  max-width: 100%;
}
.right-contact {
  margin-left: 51%;
}
.left-contact {
  width: 49%;
  float: left;
}
.left-contact .block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.left-contact .block:last-child {
  margin-bottom: 0;
}
.left-contact .block .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9a716a;
  margin-bottom: 18px;
}
.left-contact .block .table .td {
  width: 33.333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.left-contact .block .column-block {
  color: #434343;
}
.left-contact .block .column-block .city {
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: #a6a6a6;
  padding-bottom: 10px;
}
.left-contact .block .column-block .address {
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.left-contact .block .column-block .tell {
  text-decoration: none;
  color: #434343;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  padding-left: 20px;
  background: url("../images/tell.png") left center no-repeat;
}
.left-contact .block .column-block .tell strong {
  font-weight: bold;
}
.left-contact .block .column-block .time {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  margin-top: 10px;
}
.left-contact .block .column-block .column > div {
  border-left: 2px solid #f84c20;
  padding-left: 12px;
}
.cart-product .product {
  border-bottom: 1px solid #ebebeb;
  margin: 0 10px;
  padding: 10px 0;
}
.cart-product .product .img {
  float: left;
  width: 158px;
  height: 108px;
  border: 1px solid #e7e7e7;
}
.cart-product .product .img:hover {
  border: 1px solid #f85329;
}
.cart-product .product .img img {
  max-width: 158px;
  max-height: 108px;
  display: block;
  margin: 0 auto;
}
.cart-product .product .info {
  width: 368px;
  float: left;
  margin-left: 15px;
}
.cart-product .product .info,
.cart-product .product .total-price,
.cart-product .product .remove-block {
  height: 110px;
}
.cart-product .product .title {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  color: #434343;
  text-transform: uppercase;
  height: 28px;
  overflow: hidden;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.cart-product .product .title:hover {
  color: #f85329;
}
.cart-product .product .qty-block .minus {
  border-radius: 3px 0 0 3px;
}
.cart-product .product .qty-block .plus {
  border-radius: 0 3px 3px 0;
}
.cart-product .product .qty-block a {
  width: 17px;
  display: inline-block;
  float: left;
  height: 22px;
  color: #b1b1b1;
  background: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  text-align: center;
  margin-top: 4px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.cart-product .product .qty-block a:hover {
  background: #de5b3a;
  color: #fff;
}
.cart-product .product .qty-block input {
  width: 50px;
  text-align: center;
  display: inline-block;
  float: left;
  height: 30px;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}
.cart-product .product .qty-block span {
  padding-left: 5px;
  display: inline-block;
  font-size: 11px;
  line-height: 30px;
  font-weight: normal;
  color: #434343;
  text-transform: uppercase;
}
.cart-product .product .price-block .price strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #de5b3a;
}
.cart-product .product .price-block .price-old strong {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.cart-product .product .total-price {
  float: right;
  width: 180px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.cart-product .product .total-price .price-block {
  padding-top: 42px;
}
.cart-product .product .remove-block {
  height: 110px;
  width: 30px;
  float: right;
}
.cart-product .product .remove-block .remove {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin: 45px 0 0 0;
  float: right;
  background: #d7d7d7 url("../images/close.png") center center no-repeat;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.cart-product .product .remove-block .remove:hover {
  opacity: 0.7;
}
.qty-block a {
  width: 17px;
  display: inline-block;
  float: left;
  height: 22px;
  color: #b1b1b1;
  background: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  text-align: center;
  margin-top: 4px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.qty-block a:hover {
  background: #de5b3a;
  color: #fff;
}
.qty-block input {
  width: 50px;
  text-align: center;
  display: inline-block;
  float: left;
  height: 30px;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}
.qty-block span {
  padding-left: 5px;
  display: inline-block;
  font-size: 11px;
  line-height: 30px;
  font-weight: normal;
  color: #434343;
  text-transform: uppercase;
}
.cart-buy-block {
  padding-top: 15px;
  margin: 0 10px;
  overflow: hidden;
  padding-bottom: 15px;
}
.cart-buy-block .back-btn {
  float: left;
  margin-top: 14px;
}
.cart-buy-block .price-block {
  margin-top: 7px;
  margin-right: 35px;
  float: right;
}
.cart-buy-block .price-block .price strong {
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
}
.cart-buy-block .btn.red {
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  font-weight: bold;
  padding: 0 20px;
  float: right;
  margin-right: 20px;
}
.tell-block-cart {
  width: auto;
  height: 115px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  -webkit-box-shadow: 0 3px 12px 0 #c9c9c9 inset;
          box-shadow: 0 3px 12px 0 #c9c9c9 inset;
  padding-top: 20px;
}
.tell-block-cart .text {
  width: 345px;
  float: left;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tell-block-cart .text strong {
  text-transform: uppercase;
  font-size: 15px;
  color: #434343;
  padding-bottom: 10px;
  display: block;
}
.tell-block-cart .tell {
  margin: 20px 10px 0 0;
  width: 365px;
  float: right;
  position: relative;
}
.tell-block-cart .tell input {
  border: 1px solid #e2e2e2;
  color: #adadad;
  font-size: 14px;
  height: 41px;
  line-height: 41px;
  width: 100%;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff url("../images/tell.png") 10px center no-repeat;
}
.tell-block-cart .btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  text-align: center;
}
/*Стили формы оформления заказа */
.order-page header {
  height: 130px;
}
.order-page header .wrapper-1200 {
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.order-page header .info-header {
  margin-left: 245px;
}
.order-page header .info-header .tell-block {
  width: auto;
  margin-top: 40px;
  margin-right: 0;
}
.order-page header .info-header .tell-block .column-block {
  float: left;
}
.order-page header .info-header .tell-block .btn.green {
  margin-top: 0;
  margin-left: 35px;
  float: left;
  width: 330px;
}
.order-page header .info-header .login-lk {
  margin: 40px 25px 0 0;
}
.order-page .title-page .back-btn {
  position: absolute;
  right: 0;
  top: 7px;
}
.order-form {
  margin-top: 30px;
}
.order-form .left-column {
  width: 55%;
  float: left;
}
.order-form .order-block {
  margin-left: 55%;
  padding-top: 27px;
  padding-left: 45px;
  overflow: hidden;
}
.order-form .order-block .alert {
  margin-bottom: 10px;
}
.order-form .order-block .title-cart {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #434343;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.order-form .order-block .cart-product .product {
  margin: 0 0 0 0;
}
.order-form .order-block .cart-product .product .info {
  width: 279px;
}
.order-form .order-block .block-price .price-block {
  display: inline-block;
  float: left;
}
.order-form .order-block .block-price .price-block .price {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  text-transform: uppercase;
  color: #434343;
}
.order-form .order-block .block-price .price-block .price strong {
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
}
.order-form .order-block .block-price .price-block .price span {
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #434343;
}
.order-form .order-block .btn.buy-btn {
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 10px;
  width: 290px;
  padding: 0;
  text-align: center;
}
.order-form .order-block .cupon-block {
  clear: both;
  overflow: hidden;
  margin: 20px 0;
}
.order-form .order-block .cupon-block .text {
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #434343;
  padding-bottom: 8px;
}
.order-form .order-block .cupon-block .cupon {
  overflow: hidden;
  position: relative;
}
.order-form .order-block .cupon-block .cupon .text-input {
  border: 1px solid #e9e9e9;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #434343;
  margin-right: 230px;
  font-size: 12px;
  height: 35px;
  padding: 0 5px;
  text-transform: uppercase;
  width: calc(100% - 240px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.order-form .order-block .cupon-block .cupon .submit {
  display: block;
  float: right;
  font-size: 12px;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
}
.order-form .order-form-block {
  padding-top: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  min-height: 615px;
}
.order-form .order-form-block:after {
  z-index: 100;
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  width: 25px;
  height: 25px;
  border: 1px solid #e9e9e9;
  background: #ffffff url("../images/arrow-right-w.png") center center no-repeat;
}
.order-form .order-form-block .checkbox-block {
  position: relative;
  display: block;
  padding-left: 22px;
  cursor: pointer;
  margin-bottom: 20px;
}
.order-form .order-form-block .checkbox-block.payment-checkbox .img {
  width: 63px;
}
.order-form .order-form-block .checkbox-block.payment-checkbox label {
  margin-left: 63px;
}
.order-form .order-form-block .checkbox-block .jq-radio {
  min-height: 40px;
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/check-off.png") left top no-repeat;
}
.order-form .order-form-block .checkbox-block .jq-radio.checked {
  background: url("../images/check-on.png") left top no-repeat;
}
.order-form .order-form-block .checkbox-block .img {
  width: 40px;
  float: left;
  text-align: center;
  display: block;
}
.order-form .order-form-block .checkbox-block label {
  margin-left: 45px;
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  color: #434343;
  text-transform: uppercase;
}
.order-form .order-form-block.first {
  padding: 0 45px 0 0;
}
.order-form .order-form-block.second {
  border-right: 2px solid #f1f1f1;
  border-left: 2px solid #f1f1f1;
  padding: 0 45px 0 45px;
}
.order-form .order-form-block .pay-block {
  margin-bottom: 0;
}
.order-form .order-form-block .pay-block .row {
  margin-bottom: 0;
}
.order-form .order-form-block .jq-selectbox .jq-selectbox__select-text {
  font-size: 12px;
}
.order-form .order-form-block .label {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #434343;
  padding-bottom: 10px;
}
.order-form .order-form-block .star {
  color: #ed2626;
  line-height: 13px;
}
.order-form .order-form-block .row {
  margin-bottom: 20px;
}
.order-form .order-form-block .row .row-select {
  margin-bottom: 18px;
}
.order-form .order-form-block .row .details {
  margin-top: 20px;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  color: #8e8e8e;
}
.order-form .order-form-block .row .details .star {
  display: block;
  float: left;
  width: 5px;
}
.order-form .order-form-block .row .details .text {
  display: block;
  margin-left: 8px;
}
.order-form .order-form-block .row .row-input {
  position: relative;
}
.order-form .order-form-block .row .row-input .star {
  color: #ed2626;
  line-height: 13px;
  position: relative;
  top: -3px;
}
.order-form .order-form-block .row .row-input p {
  padding-bottom: 5px;
}
.order-form .order-form-block .row .row-input span {
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  display: inline-block;
  padding-bottom: 0;
}
.order-form .order-form-block .row .row-input input {
  width: 100%;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  font-weight: normal;
  font-size: 15px;
  color: #343434;
  height: 34px;
  line-height: 34px;
}
.order-form .order-form-block .row .row-input .coupon input {
  width: 48%;
}
.order-form .order-form-block .row .row-input .coupon .details {
  width: 48%;
  float: right;
}
.order-form .order-form-block .row .row-input .coupon .details a {
  display: block;
  text-align: center;
  background-color: #c6c6c6;
  font-size: 15px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #e1e1e1;
}
.order-form .order-form-block .row .row-input .coupon .details a:hover {
  opacity: .8;
}
.order-form .order-form-block .row .row-radio {
  line-height: 17px;
}
.order-form .order-form-block .row .row-radio .row-value {
  font-size: 15px;
  font-weight: 700;
}
.order-form .order-form-block .row .row-radio .row-details {
  margin-left: 24px;
}
.order-form .order-form-block .row label.error {
  font-size: 12px;
  font-weight: 400;
  color: red;
}
.order-form .order-form-block fieldset {
  margin-bottom: 25px;
}
.order-form .order-form-block fieldset #country {
  background: #f5f5f5;
  padding: 12px 9px;
  border-radius: 3px;
}
.order-form .order-form-block fieldset #country input {
  text-transform: uppercase;
  font-size: 13px;
}
.order-form .order-form-block fieldset #country textarea {
  min-height: 60px;
}
.order-form .order-form-block fieldset textarea {
  width: 100%;
  padding: 5px 5px 5px 15px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  font-weight: normal !important;
  font-size: 15px;
  color: #343434;
  min-height: 175px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  resize: vertical;
}
.order-form .order-form-block fieldset .trigger {
  margin-bottom: 5px;
}
.success-page .title-page {
  float: left;
  width: 100%;
  font-size: 36px;
  color: #0b0e20;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.success-page .sub-title {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #0b0e20;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.success-page .sub-title span {
  color: #de5b3a;
}
.success-page .success-block {
  width: 450px;
  margin: 0 auto;
}
.success-page .success-block .error-ms {
  width: 300px;
  padding: 15px 0px;
  border-bottom: 1px dashed #b3b4ba;
  border-top: 1px dashed #b3b4ba;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #434343;
}
.success-page .success-block .error-ms span {
  font-size: 20px;
  color: #434343;
}
.success-page .success-block .align-center {
  padding: 10px;
}
.success-page .success-block .align-center .btn {
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 10px;
  width: 290px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #d14623;
  color: #fff;
  border-radius: 3px;
  background-color: #f85329;
}
.success-page .success-block .price-block {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
}
.success-page .success-block .price-block p {
  font-size: 14px;
  color: #0b0e20;
  text-transform: uppercase;
}
.success-page .success-block .price-block .price {
  font-size: 48px;
  color: #de5b3a;
}
.success-page .success-block .price-block .price span {
  font-size: 13px;
  color: #0b0e20;
}
.success-page .success-block .suc-ul {
  list-style: none;
}
.success-page .success-block .suc-ul li {
  font-size: 14px;
  color: #0b0e20;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.success-page .success-block .suc-ul li:first-child {
  padding: 2px 40px 2px;
  background-image: url("../images/sucess-contact.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.success-page .success-block .suc-ul li:first-child span {
  font-size: 18px;
}
.success-page .success-block .suc-ul li.delivery-type {
  padding: 2px 40px 2px;
  background-image: url("../images/delivery-sucess.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.success-page .success-block .suc-ul li.sklad {
  padding: 7px 40px 7px;
  background-image: url("../images/location-sucess-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
}
#findFormContainer,
#loginDialog {
  background: none;
  padding: 10px 0 10px 0;
}
#findFormContainer .form-horizontal,
#loginDialog .form-horizontal {
  position: relative;
  border: none;
  padding: 0;
}
#findFormContainer .control-group:last-of-type,
#loginDialog .control-group:last-of-type {
  margin-bottom: 0;
}
#findForm #lastname {
  display: none;
}
#checkoutDialog .alert {
  margin-bottom: 10px;
}
.empty-cart-block {
  padding-bottom: 10px;
}
.empty-cart-block .back-btn {
  margin: 0 0 0 10px;
}
#callbackFormContainer {
  min-height: auto !important;
}
#callbackFormContainer .form-horizontal {
  padding: 10px 0 10px 0;
}
#callbackFormContainer .form-horizontal .control-group .control-label {
  padding-left: 1px;
}
#callbackFormContainer .btn-send {
  margin-left: 10px;
}
.register-page .title-page {
  padding-top: 10px;
}
.register-page .form-horizontal {
  width: 49%;
  float: left;
  padding-top: 10px;
}
.register-page .form-horizontal .control-group .control-label {
  padding-left: 1px;
}
.register-page .form-horizontal .form-horizontal {
  padding-top: 0;
  border: none;
  background: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.register-page .form-horizontal .btn {
  margin-left: 6px;
}
.register-page .text-block {
  margin-left: 51%;
}
.register-page .text-block textarea {
  width: 100%;
  border: 1px solid #e9e9e9;
  background: #fff;
  color: #aba8a8;
  font-size: 14px;
  min-height: 328px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  resize: vertical;
}
.load-more-title {
  background: #63a211;
  width: 100%;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
  color: white;
  margin-bottom: 30px;
}
.slider-wrapper {
  position: relative;
  overflow: hidden;
}
.slider-wrapper .swiper-pagination-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.slider-wrapper .swiper-pagination-bullet {
  background: white;
}
.slider-wrapper .swiper-pagination-bullet-active {
  background: white;
}
.slider-wrapper .swiper-pagination-bullets {
  opacity: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.slider-wrapper:hover .swiper-pagination-bullets {
  opacity: 1;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  height: 37px !important;
  margin-top: -13px !important;
  width: 27px !important;
  cursor: pointer;
}
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover,
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
  opacity: 1;
}
.swiper-button {
  background-color: #eee !important;
  background-position: center 14px !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}
.swiper-button:hover {
  background-color: #63a211 !important;
  background-position: center -15px !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/kit-right.png") !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/kit-left.png") !important;
}
.swiper-carousel {
  position: relative;
}
.module-swiper-wrapper {
  position: relative;
  padding: 0 50px;
}
.popup-ui * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popup-ui .ui-dialog-titlebar {
  height: auto;
  background: none;
  position: unset;
  margin: 0;
}
.popup-ui .ui-dialog-titlebar .ui-button {
  top: 10px;
}
.popup-ui .ui-dialog-title {
  display: none;
}
.popup-ui .col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e3e3e3;
  padding: 30px 20px;
}
.popup-ui .content {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.popup-ui .btn-wrap {
  text-align: center;
}
.popup-ui .btn-wrap .btn {
  width: 100%;
}
.popup-ui .content,
.popup-ui .form-wrap {
  margin-bottom: 20px;
}
.popup-ui .form-horizontal .control-group {
  margin-left: 0;
  margin-right: 0;
}
.popup-ui .form-horizontal .btn {
  width: 100%;
}
#popup-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #popup-default .image {
    display: none;
  }
}
#popup-bottom {
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -200px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 20px 0;
}
#popup-bottom.show {
  bottom: 0;
  height: auto;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
#popup-bottom .content {
  font-size: 20px;
}
#popup-bottom .btn-wrap {
  margin-left: 20px;
}
#popup-bottom .wrapper-1200 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 50px;
}
#popup-bottom .btn-wrap .btn {
  white-space: nowrap;
}
#popup-bottom .close {
  position: absolute;
  top: 0;
  right: 10px;
  background: #3e312e url('../images/ui-close.png') no-repeat center center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
@media screen and (max-width: 1635px) {
  .order-page .order-form .order-block .cart-product .product .total-price {
    width: 135px;
  }
  .order-page .order-form .order-block .cart-product .product .info {
    width: 240px;
  }
}
@media screen and (max-width: 1500px) {
  article.two-column .product-wrapper .products-list .product-col {
    width: 33.333%;
  }
}
@media screen and (max-width: 1450px) {
  article.one-column .product-wrapper .products-list .product-col {
    width: 25%;
  }
}
@media screen and (max-width: 1435px) {
  .order-form .order-form-block.first {
    padding-right: 15px;
  }
  .order-form .order-form-block.second {
    padding-left: 15px;
    padding-right: 15px;
  }
  .order-form .order-block {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1370px) {
  article.two-column .product-wrapper .products-list .product-col {
    width: 33.333%;
  }
  .order-page .order-form .order-block .cart-product .product .info {
    width: 195px;
  }
  .order-page .order-form .order-block .cart-product .product .total-price {
    width: 120px;
  }
}
@media screen and (max-width: 1350px) {
  header .info-header .search-block {
    width: 485px;
  }
}
@media screen and (max-width: 1320px) {
  .product-mini {
    width: 18.8%;
    margin-left: 1.5%;
    margin-bottom: 1.5%;
  }
}
@media screen and (max-width: 1300px) {
  article.two-column .product-wrapper .products-list .product-col {
    width: 33.333%;
  }
}
@media screen and (max-width: 1270px) {
  article.one-column .product-wrapper .products-list .product-col {
    width: 33.33%;
  }
  header .info-header .search-block {
    width: 420px;
  }
}
.catalog-aside {
  color: #434343;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 20px;
}
.catalog-aside,
.catalog-aside * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catalog-aside .pl-3 {
  padding-left: 15px;
}
.catalog-aside .mt-2 {
  margin-top: 10px;
}
.catalog-aside .catalog-aside-item {
  border-bottom: 1px solid #e3e3e3;
}
.catalog-aside .catalog-aside-item .catalog-aside-inner {
  display: none;
}
.catalog-aside .catalog-aside-toggle-ajax:before,
.catalog-aside .catalog-aside-toggle:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -2px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border: 5px solid transparent;
  border-bottom-width: 0;
  border-top-color: #434343;
}
.catalog-aside .catalog-aside-toggle-ajax.active:before,
.catalog-aside .catalog-aside-toggle.active:before {
  border: 5px solid transparent;
  border-top-width: 0;
  border-bottom-color: #63a211;
}
.catalog-aside .catalog-aside-sub-title {
  position: relative;
  cursor: pointer;
}
.catalog-aside .catalog-aside-title {
  position: relative;
  padding: 12px 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
  color: #434343;
}
.catalog-aside .catalog-aside-title.active {
  color: #63a211;
}
.catalog-aside .catalog-aside-title:hover {
  color: #63a211;
}
.catalog-aside .catalog-aside-title > a {
  color: inherit;
  text-decoration: none;
}
.catalog-aside .catalog-aside-title > a:hover,
.catalog-aside .catalog-aside-title > a.current {
  color: #63a211;
}
.catalog-aside .catalog-aside-title ~ ul:first-of-type {
  margin-top: 0 !important;
}
.catalog-aside .catalog-aside-inner {
  padding-left: 12px;
  position: relative;
}
.catalog-aside .catalog-aside-inner .loader-wrap {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  position: relative;
  height: 36px;
  background: url('../images/loader-2.gif') no-repeat center;
  background-size: 24px;
}
.catalog-aside .catalog-aside-inner-item {
  line-height: 1.4;
}
.catalog-aside .catalog-aside-inner-item:not(:last-child) {
  margin-bottom: 10px;
}
.catalog-aside .catalog-aside-inner-item a {
  color: inherit;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 5px 0;
  text-decoration: none;
}
.catalog-aside .catalog-aside-inner-item a.active,
.catalog-aside .catalog-aside-inner-item a:hover {
  color: #63a211;
}
.catalog-aside .aside-product-wrapper {
  margin-top: 30px;
}
@media (min-width: 921px) {
  .header-top-line-mobile,
  .header-bottom-line-mobile,
  .footer-telephones-block-mobile,
  .product-characteristic-mobile,
  .product-dostavka-mobile,
  .product-reviews-mobile,
  .product-info-mobile,
  .utp-icon-mobil,
  .price-text-mobile {
    display: none;
  }
}
@media (min-width: 801px) {
  .title-page-mobile {
    display: none;
  }
}
@media (min-width: 641px) {
  .seo-text-trigger,
  .title-page-mobil,
  .sort-block-mobile,
  .ucp-menu-mobile,
  .header-bottom-hr-mobile {
    display: none;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    min-width: auto;
  }
  .wrapper-1200 {
    min-width: auto;
  }
  .banner-wrapper .left {
    margin-left: 30%;
    max-width: 70%;
  }
  .banner-wrapper .left #carousel {
    margin-top: 15px;
    height: auto;
  }
  .banner-wrapper .left #carousel .carousel-feature {
    left: 0 !important;
    top: 0 !important;
    width: auto !important;
    height: auto !important;
  }
  .banner-wrapper .left #carousel .carousel-feature img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  .banner-wrapper .left #carousel .carousel-feature[style*="z-index:4"],
  .banner-wrapper .left #carousel .carousel-feature[style*="z-index: 4"],
  .banner-wrapper .left #carousel .carousel-feature[style*="z-index : 4"] {
    position: relative !important;
  }
  .banner-wrapper .left #carousel .tracker-individual-container {
    position: relative;
    margin-top: 10px;
  }
  .banner-wrapper .left .carousel-container {
    height: auto;
  }
  .banner-wrapper .left .banner-wrapper .left {
    min-height: 0;
  }
  header .info-header .tell-block {
    width: 175px;
    padding-bottom: 10px;
  }
  header .info-header .search-block {
    width: 290px;
  }
  header nav.nav-menu .list-block .list span {
    font-size: 14px;
  }
  article.two-column .product-wrapper .products-list .product-col {
    width: 50%;
  }
  .product-page .float-100 > .left-column {
    float: none;
    width: 100%;
  }
  .product-page .float-100 .right-column {
    margin: 20px 0 0;
  }
  .product-page #tabs-product .right-top-block {
    width: 200px;
    top: -54px;
    text-align: center;
  }
  .product-page #tabs-product .right-top-block .social-block.small .label {
    float: none;
    margin-bottom: 8px;
  }
  .product-page #tabs-product .right-top-block .artikul {
    margin-top: 12px;
  }
  .product-page #tabs-product .ui-state-default .ui-tabs-anchor {
    padding: 0 10px;
  }
  .inform-wrapper-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .inform-wrapper-mobile .left-contact .block:first-child .column-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .inform-wrapper-mobile .left-contact .block:first-child .column-block .td {
    width: 50%;
  }
  .inform-wrapper-mobile .left-contact .block .column-block .tell {
    font-size: 12px;
  }
  .inform-wrapper-mobile .left-contact .block .column-block .address {
    font-size: 13px;
  }
  .inform-wrapper-mobile .right-contact {
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
    margin-left: 0;
  }
  footer {
    height: 330px;
    background-size: contain;
  }
  footer .nav-footer .list {
    padding: 0 18px;
  }
  footer .bottom-footer {
    top: 265px;
  }
}
@media (max-width: 1200px) and (max-width: 920px) {
  .two-column.catalog-root-list .products-list .product-block .product-block-container .bottom-block .compare {
    background: none;
    padding-left: 0;
  }
}
@media (max-width: 1200px) and (max-width: 820px) {
  .two-column.catalog-root-list .products-list .product-block {
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 1000px) {
  .inform-wrapper-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1200px) and (max-width: 1000px) {
  .inform-wrapper-mobile .left-contact {
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  .inform-wrapper-mobile .left-contact .callback-form .left-column,
  .inform-wrapper-mobile .left-contact .callback-form .right-column {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1200px) and (max-width: 1000px) {
  .inform-wrapper-mobile .right-contact {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .inform-wrapper-mobile .right-contact {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 30px;
  }
  .inform-wrapper-mobile .right-contact iframe {
    width: 100%;
  }
}
@media (max-width: 920px) {
  .ui-widget-overlay {
    top: 60px;
  }
  header {
    height: auto;
    z-index: 9;
  }
  header > .wrapper-1200,
  header > .nav-menu {
    display: none;
  }
  header .header-top-line-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f85329;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
  }
  header .header-top-line-mobile .menu-block-mobile .burger-menu {
    padding: 19px;
    border-right: 1px solid #fff;
    position: relative;
  }
  header .header-top-line-mobile .menu-block-mobile .burger-menu span {
    display: block;
    width: 21px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 6px;
    position: relative;
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  header .header-top-line-mobile .menu-block-mobile .burger-menu span:last-child {
    margin-bottom: 0;
  }
  header .header-top-line-mobile .menu-block-mobile .burger-menu.active {
    background-image: url('/var/themes/default/skin/images/bg-menu-mobile.png');
  }
  header .header-top-line-mobile .menu-block-mobile .burger-menu.active .burger-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 99, 78, 0.4);
    top: 0;
    left: 0;
  }
  header .header-top-line-mobile .menu-block-mobile .burger-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
  }
  header .header-top-line-mobile .menu-block-mobile .burger-menu.active span:nth-child(2) {
    opacity: 0;
  }
  header .header-top-line-mobile .menu-block-mobile .burger-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -8px;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 60px;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper .tr {
    max-width: 320px;
    background-image: url('/var/themes/default/skin/images/bg-menu-mobile.png');
    text-align: center;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper .tr .list-block {
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid rgba(45, 38, 37, 0.9);
    width: auto !important;
    position: relative;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper .tr .list-block:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.05);
    width: 100%;
    height: 1px;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper .tr .list-block:last-child {
    border-bottom: none;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper .tr .list-block:last-child:after {
    display: none;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper .tr .list-block .list {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper .tr .list-block .list:hover {
    background-color: #f85329;
    border-radius: 5px;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper .menu-block-bottom {
    background-image: url('/var/themes/default/skin/images/bg-menu-mobile.png');
    max-width: 320px;
    padding: 15px 0 50px;
    text-align: center;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper .menu-block-bottom .btn {
    margin-bottom: 20px;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper .menu-block-bottom .social-block {
    max-width: 165px;
    width: auto;
    margin: 0 auto;
    color: #fff;
  }
  header .header-top-line-mobile .menu-block-mobile .menu-block-wrapper .menu-block-bottom .social-block .social-img {
    padding: 10px 0 20px;
  }
  header .header-top-line-mobile .logo-block-mobile {
    border-right: 1px solid #fff;
    padding: 7px 5px;
  }
  header .header-top-line-mobile .catalog-block-mobile {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  header .header-top-line-mobile .catalog-block-mobile .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-height: 60px;
  }
  header .header-top-line-mobile .catalog-block-mobile .burger-menu.active {
    background-image: url('/var/themes/default/skin/images/bg-menu-mobile.png');
  }
  header .header-top-line-mobile .catalog-block-mobile .burger-menu.active .burger-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 99, 78, 0.4);
    top: 0;
    left: 0;
  }
  header .header-top-line-mobile .catalog-block-mobile .burger-menu .line-block {
    max-width: 30px;
    max-height: 26px;
  }
  header .header-top-line-mobile .catalog-block-mobile .burger-menu .line-block span {
    background-color: rgba(0, 0, 0, 0);
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    margin: 0 3px 3px 0;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
  }
  header .header-top-line-mobile .catalog-block-mobile .burger-menu .line-block span:nth-child(2n) {
    margin: 0;
  }
  header .header-top-line-mobile .catalog-block-mobile .burger-menu .line-block span:nth-child(3) {
    margin-bottom: 0;
  }
  header .header-top-line-mobile .catalog-block-mobile .burger-menu p {
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
  }
  header .header-top-line-mobile .catalog-block-mobile .catalog-block-wrapper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
  header .header-top-line-mobile .catalog-block-mobile .catalog-block-wrapper .sub-category {
    max-width: 320px;
    background-image: url('/var/themes/default/skin/images/bg-menu-mobile.png');
    text-align: center;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 60px;
  }
  header .header-top-line-mobile .catalog-block-mobile .catalog-block-wrapper .sub-category .category-block {
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid rgba(45, 38, 37, 0.9);
    width: auto !important;
    position: relative;
  }
  header .header-top-line-mobile .catalog-block-mobile .catalog-block-wrapper .sub-category .category-block:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.05);
    width: 100%;
    height: 1px;
  }
  header .header-top-line-mobile .catalog-block-mobile .catalog-block-wrapper .sub-category .category-block .title-category {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  header .header-top-line-mobile .catalog-block-mobile .catalog-block-wrapper .sub-category .category-block .title-category:hover {
    background-color: #f85329;
    border-radius: 5px;
  }
  header .header-top-line-mobile .catalog-block-mobile .catalog-block-wrapper .sub-category .category-block .block-menu {
    display: none;
  }
  header .header-top-line-mobile .logout-block-mobile {
    max-width: 60px;
    width: 100%;
    height: 60px;
    background: url('/var/themes/default/skin/images/logout-mobile.png') no-repeat center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  header .header-top-line-mobile .logout-block-mobile.active {
    background: url('/var/themes/default/skin/images/logout-close-mobile.png') no-repeat center;
  }
  header .header-top-line-mobile .logout-block-mobile.active .burger-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 99, 78, 0.4);
    top: 0;
    left: 0;
  }
  header .header-top-line-mobile .basket-block-mobile {
    max-width: 60px;
    width: 100%;
  }
  header .header-top-line-mobile .basket-block-mobile #checkoutSidebar {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    min-height: 60px;
    background: url('/var/themes/default/skin/images/basket-mobile.png') no-repeat center;
    border: none;
    border-radius: 0;
    height: auto;
    padding: 0;
  }
  header .header-top-line-mobile .basket-block-mobile #checkoutSidebar .cart-modal {
    position: relative;
  }
  header .header-top-line-mobile .basket-block-mobile #checkoutSidebar .cart-modal #checkoutSidebarSum {
    display: none;
  }
  header .header-top-line-mobile .basket-block-mobile #checkoutSidebar .cart-modal #checkoutSidebarQty {
    font-size: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #f85329;
  }
  header .header-top-line-mobile .basket-block-mobile #checkoutSidebar .cart-modal #checkoutSidebarQty strong {
    font-size: 9px;
    color: #fff;
  }
  header .header-bottom-line-mobile {
    padding: 98px 0 20px;
    text-align: center;
  }
  header .header-bottom-line-mobile .phone-block-mobile {
    position: relative;
    max-width: 325px;
    margin: 0 auto 45px;
  }
  header .header-bottom-line-mobile .phone-block-mobile p {
    margin-bottom: 20px;
  }
  header .header-bottom-line-mobile .phone-block-mobile p a {
    text-decoration: none;
    font-size: 21px;
    line-height: normal;
    font-weight: normal;
    color: #434343;
    position: relative;
  }
  header .header-bottom-line-mobile .phone-block-mobile p a:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -60px;
    width: 37px;
    height: 37px;
    background-image: url("/var/themes/default/skin/images/tell-logo-mobile.png");
  }
  header .header-bottom-line-mobile .phone-block-mobile p a strong {
    font-weight: bold;
  }
  header .header-bottom-line-mobile .phone-block-mobile .btn-trigger-mobile {
    width: 40px;
    height: 40px;
    background-color: #63a211;
    border-radius: 5px;
    position: absolute;
    top: -8px;
    right: 0;
    border: none;
    outline: none;
  }
  header .header-bottom-line-mobile .phone-block-mobile .btn-trigger-mobile:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 13px;
    width: 14px;
    height: 8px;
    background-image: url('/var/themes/default/skin/images/arrow-phones-trigger.png');
  }
  header .header-bottom-line-mobile .phone-block-mobile-last {
    margin-bottom: 20px;
  }
  header .header-bottom-line-mobile .phone-block-mobile-last p {
    display: none;
  }
  header .header-bottom-line-mobile .phone-block-mobile-last:last-child {
    margin-bottom: 0;
  }
  header .header-bottom-line-mobile .label {
    text-align: center;
    color: #4d4d4d;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 15px;
  }
  header .header-bottom-line-mobile .search-block-mobile {
    padding: 10px 15px 0;
  }
  header .header-bottom-line-mobile .search-block-mobile .search {
    width: 100%;
    height: 35px;
    border: 2px solid #434343;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 3px;
  }
  header .header-bottom-line-mobile .search-block-mobile .search .field {
    text-transform: uppercase;
    width: 100%;
    height: 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px 0 5px;
    font-size: 11px;
    line-height: 35px;
    font-weight: normal;
    color: #434343;
    border: none;
  }
  header .header-bottom-line-mobile .search-block-mobile .search .submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 31px;
    background: #4e4e4e url('/var/themes/default/skin/images/search.png') no-repeat center center;
    background-size: 16px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }
  header .header-bottom-hr-mobile {
    border: none;
    height: 2px;
    width: 100%;
    background-color: #e7e7e7;
    -webkit-box-shadow: 0px 0px 0px 1px #f7f7f7;
    box-shadow: 0px 0px 0px 1px #f7f7f7;
  }
  .login-dialog,
  .cart-dialog,
  .callback-ui {
    top: 60px !important;
    z-index: 9999 !important;
  }
  .wrapper:not(.is-main) .header-bottom-line-mobile,
  .wrapper:not(.is-main) .header-bottom-hr-mobile {
    display: none;
  }
  .wrapper:not(.is-main) .main {
    padding-top: 60px;
  }
  .banner-wrapper .left {
    max-width: 100%;
    margin-left: 0;
  }
  .banner-wrapper .left #carousel-left,
  .banner-wrapper .left #carousel-right {
    display: none;
  }
  article.one-column .product-wrapper .products-list .product-col {
    width: 50%;
  }
  .category-wrapper .category {
    width: 31.8%;
  }
  .product-block .product-block-container .buy-block .price-block {
    min-height: 45px;
  }
  .product-block .product-block-container .buy-block .price-block .price strong {
    font-size: 20px;
  }
  footer {
    height: auto;
    min-height: 170px;
    margin-top: -170px !important;
    background-size: auto;
  }
  footer .top-footer,
  footer .middle-footer {
    display: none;
  }
  footer .phone-block-mobile {
    position: relative;
    max-width: 256px;
    margin: 0 auto;
    padding: 30px 0 0 50px;
  }
  footer .phone-block-mobile p {
    margin-bottom: 20px;
  }
  footer .phone-block-mobile p a {
    text-decoration: none;
    font-size: 21px;
    line-height: normal;
    font-weight: normal;
    color: #434343;
    position: relative;
  }
  footer .phone-block-mobile p a:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -60px;
    width: 37px;
    height: 37px;
    background-image: url("/var/themes/default/skin/images/tell-logo-mobile.png");
  }
  footer .phone-block-mobile p a strong {
    font-weight: bold;
  }
  footer .phone-block-mobile .btn-trigger-mobile {
    width: 40px;
    height: 40px;
    background-color: #63a211;
    border-radius: 5px;
    position: absolute;
    top: 22px;
    right: 0;
    border: none;
    outline: none;
  }
  footer .phone-block-mobile .btn-trigger-mobile:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 13px;
    width: 14px;
    height: 8px;
    background-image: url('/var/themes/default/skin/images/arrow-phones-trigger.png');
  }
  footer .bottom-footer {
    position: relative;
    top: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    margin: 60px -10px 0px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  footer .bottom-footer .copyright {
    float: none;
    display: inline-block;
    padding-top: 0;
  }
  footer .bottom-footer .social-block {
    position: relative;
    display: inline-block;
    top: 0;
  }
  footer .bottom-footer .fnx {
    float: none;
    display: inline-block;
    max-width: 220px;
    margin-top: 0;
  }
  footer .bottom-footer .fnx span {
    float: none;
  }
  footer .phone-block-mobile .phone-block-mobile-last {
    margin-bottom: 20px;
  }
  footer .phone-block-mobile .phone-block-mobile-last p {
    display: none;
  }
  footer .phone-block-mobile .phone-block-mobile-last:last-child {
    margin-bottom: 0;
  }
  footer .phone-block-mobile p a {
    color: #ffffff;
  }
  .tags-block .table .tr .td {
    width: 33.3%;
    margin-bottom: 11px;
  }
  .sort-block .right {
    margin-left: 0;
  }
  .product-page .breadcrumbs {
    display: none;
  }
  .product-page .title-page {
    padding: 30px 0 20px 20px;
    border-bottom: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-page .title-page .back {
    height: 42px;
    width: 42px;
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  .product-page .title-page h1 {
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
  }
  .product-page .title-page .back + h1 {
    margin-left: 20px;
  }
  .product-page .product-info-mobile .gallery-block {
    width: auto;
    height: auto;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit {
    width: auto;
    height: auto;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-panels {
    min-height: auto;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-panels .sliderkit-panel {
    width: auto;
    height: auto;
    position: relative;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-panels .sliderkit-panel img {
    width: 100%;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-panels .sliderkit-btn.sliderkit-go-prev,
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-panels .sliderkit-btn.sliderkit-go-next {
    display: none;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-nav {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 40px;
    position: relative;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-nav .sliderkit-nav-clip {
    min-height: 30px !important;
    width: 100% !important;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-nav .sliderkit-nav-clip ul {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5px;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-nav .sliderkit-nav-clip ul li {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    float: none;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-nav .sliderkit-nav-clip ul li:last-child {
    margin-right: 0;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-nav .sliderkit-nav-clip ul li .img-small {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #cccccc;
    border: none;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-nav .sliderkit-nav-clip ul li .img-small .center-img {
    width: 6px;
    height: 6px;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-nav .sliderkit-nav-clip ul li .img-small .center-img img {
    display: none;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-nav .sliderkit-nav-clip ul .sliderkit-selected {
    position: relative;
    top: -3px;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-nav .sliderkit-nav-clip ul .sliderkit-selected .img-small {
    border: 3px solid #63a211;
    background-color: #63a211;
  }
  .product-page .product-info-mobile .gallery-block .sliderkit .sliderkit-nav .sliderkit-nav-clip ul .sliderkit-selected .img-small:after {
    display: none;
  }
  .product-page .product-info-mobile .left-column .small-card-image {
    display: none;
  }
  .product-page .product-info-mobile .left-column .buy-block {
    background-color: #e6e6e6;
    padding: 0 10px 20px;
    margin-bottom: 35px;
  }
  .product-page .product-info-mobile .left-column .buy-block .buy-block-colums-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #fff;
  }
  .product-page .product-info-mobile .left-column .buy-block .buy-block-colums-mobile .favorite {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 15px;
    position: relative;
    background: url("/var/themes/default/skin/images/favorite.png") 16px 17px no-repeat;
  }
  .product-page .product-info-mobile .left-column .buy-block .buy-block-colums-mobile .favorite.active {
    background-position: 16px -60px;
  }
  .product-page .product-info-mobile .left-column .buy-block .buy-block-colums-mobile .left-column {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 11px 0;
  }
  .product-page .product-info-mobile .left-column .buy-block .buy-block-colums-mobile .left-column .compare {
    background: none;
    padding-left: 0;
  }
  .product-page .product-info-mobile .left-column .buy-block .buy-block-colums-mobile .right-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 11px 0;
  }
  .product-page .product-info-mobile .left-column .buy-block .block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .product-page .product-info-mobile .left-column .buy-block .block .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-page .product-info-mobile .left-column .buy-block .block .price-block .foundcheaper {
    padding: 0;
    border: none;
    letter-spacing: initial;
    font-size: 12px;
    float: none;
    color: #4d4d4d;
  }
  .product-page .product-info-mobile .left-column .buy-block .block .price-block .foundcheaper:after {
    display: none;
  }
  .product-page .product-info-mobile .left-column .buy-block .block .btn.red {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-page .product-info-mobile .left-column .buy-block .block .btn-credit {
    margin-top: 10px;
    font-size: 12px;
  }
  .product-page .product-info-mobile .left-column .buy-block .block .form-horizontal {
    background: none;
    border: none;
    border-radius: 0;
    position: relative;
  }
  .product-page .product-info-mobile .left-column .buy-block .block .form-horizontal input {
    line-height: 35px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 100%;
    padding-left: 10px;
    color: #999999;
  }
  .product-page .product-info-mobile .left-column .buy-block .block .form-horizontal .btn.green {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 13px;
    text-transform: initial;
    height: 36px;
    padding: 0 20px;
    border-radius: 3px;
  }
  .product-page .product-info-mobile .left-column .buy-block .artikul {
    text-align: center;
    padding-top: 20px;
    color: #999999;
    font-size: 16px;
  }
  .product-page .product-info-mobile .left-column .buy-block .artikul span {
    color: #4d4d4d;
  }
  .product-page .product-info-mobile .utp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-page .product-info-mobile .utp-block .utp {
    background-image: none !important;
    position: relative;
    padding: 15px 10px;
    width: 47%;
  }
  .product-page .product-info-mobile .utp-block .utp.active:after {
    display: none;
  }
  .product-page .product-info-mobile .utp-block .utp .utp-icon-mobil {
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 10px;
    width: 41px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .product-page .product-info-mobile .utp-block .utp .text div {
    font-size: 18px;
    line-height: 20px;
    min-height: 40px;
    padding-left: 50px;
  }
  .product-page .product-info-mobile .brand-block {
    margin-bottom: 35px;
  }
  .product-page .product-info-mobile .brand-block .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-page .product-info-mobile .social-block {
    text-align: center;
    margin-bottom: 35px;
  }
  .product-page .product-info-mobile .social-block .label {
    float: none;
    display: inline-block;
    max-width: 75px;
    font-size: 12px;
    text-transform: initial;
    color: #999999;
  }
  .product-page .product-info-mobile .social-block .socials-wrap {
    display: inline-block;
  }
  .product-page .tabs-title-mobile {
    background-color: #63a211;
    text-transform: initial;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
    line-height: 55px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 15px;
  }
  .product-page .tabs-title-mobile.active {
    text-align: left;
  }
  .product-page .tabs-title-mobile.active:after {
    background-image: url('/var/themes/default/skin/images/arrow-and-line-white-active.png');
  }
  .product-page .tabs-title-mobile:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 11px;
    top: calc(44%);
    right: 20px;
    background-image: url('/var/themes/default/skin/images/arrow-and-line-white.png');
  }
  .product-page .tabs-content {
    display: none;
    border-bottom: 3px solid #63a211;
    margin-bottom: 10px;
    border-radius: 3px;
    padding-bottom: 10px;
  }
  .product-page .tabs-content .text-product .red-btn {
    display: none;
  }
  .product-page .product-characteristic-mobile .table ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    clear: both;
    width: 100%;
  }
  .product-page .product-characteristic-mobile .table ul:nth-child(odd) {
    background: #f0f0f0;
  }
  .product-page .product-characteristic-mobile .table ul:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
  }
  .product-page .product-characteristic-mobile .table ul li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #434343;
  }
  .product-page .product-characteristic-mobile .table ul li:first-child {
    color: #b0b0b0;
  }
  .product-page .product-characteristic-mobile .table ul li .value {
    display: inline-block;
  }
  .product-page .product-characteristic-mobile .table ul li .value:not(:first-child) {
    margin-top: 5px;
  }
  .product-page .product-reviews-mobile .count-link {
    color: #fff;
    text-decoration: none;
  }
  .product-page .product-reviews-mobile .title-reviews {
    font-size: 0;
  }
  .product-page .product-reviews-mobile .content .alert {
    width: 100%;
  }
  .product-page #tabs-product,
  .product-page #reviews-small.reviews-wrapper,
  .product-page .product-wrapper {
    display: none;
  }
  .product-page .product-wrapper.viewed-product-wrapper {
    display: block;
  }
  .product-page .product-wrapper.viewed-product-wrapper .buy-block .price-block .price strong {
    font-size: 20px;
  }
  .product-page .product-wrapper.viewed-product-wrapper .buy-block .btn {
    width: 80px;
  }
  .product-page .product-wrapper.viewed-product-wrapper .buy-block .artikul {
    display: none;
  }
  .ui-dialog {
    z-index: 9999;
  }
  .register-page .form-horizontal {
    width: 100%;
  }
  .register-page .form-horizontal .btn {
    display: block;
    margin: 6px auto 0;
  }
  .profile-page .aside-left {
    width: 200px;
    float: none;
    display: inline-block;
  }
  .profile-page .center-column {
    margin-left: 0;
    display: inline-block;
    max-width: 400px;
    width: 100%;
    vertical-align: top;
  }
  .profile-page .center-column .float-100 {
    float: none;
  }
  .error-content {
    width: auto;
  }
  .search-page .news-wrapper {
    display: none;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  header .header-top-line-mobile .menu-block-mobile .burger-menu {
    padding: 20px 14px;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  header .header-top-line-mobile .logo-block-mobile {
    padding: 11px 5px;
  }
  header .header-top-line-mobile .logo-block-mobile img {
    width: 40px;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  header .header-top-line-mobile .catalog-block-mobile .burger-menu {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  header .header-top-line-mobile .catalog-block-mobile .burger-menu p {
    font-size: 15px;
    margin-left: 0;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  header .header-top-line-mobile .logout-block-mobile {
    max-width: 50px;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  header .header-top-line-mobile .basket-block-mobile {
    max-width: 50px;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  header .header-bottom-line-mobile .phone-block-mobile p a:before {
    left: -50px;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  header .header-bottom-line-mobile .phone-block-mobile .btn-trigger-mobile {
    right: 8px;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  .login-dialog.login-dialog .btn.red,
  .cart-dialog.login-dialog .btn.red,
  .callback-ui.login-dialog .btn.red,
  .login-dialog .btn.green,
  .cart-dialog .btn.green,
  .callback-ui .btn.green {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
  }
}
@media (max-width: 920px) and (max-width: 670px) {
  .product-block .product-block-container .buy-block .price-block .price strong {
    font-size: 16px;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  footer .phone-block-mobile p a:before {
    left: -50px;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  footer .phone-block-mobile .btn-trigger-mobile {
    right: 8px;
  }
}
@media (max-width: 920px) and (max-width: 570px) {
  footer .bottom-footer .fnx {
    text-align: center;
  }
  footer .bottom-footer .fnx img {
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  .product-page .title-page {
    padding: 30px 0 20px 5px;
  }
}
@media (max-width: 920px) and (max-width: 410px) {
  .product-page .product-info-mobile .utp-block .utp .text div {
    font-size: 14px;
  }
}
@media (max-width: 920px) and (max-width: 480px) {
  .product-page .product-info-mobile .utp-block .utp .utp-icon-mobil {
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
  .product-page .product-info-mobile .utp-block .utp .text div {
    padding-left: 0;
  }
}
@media (max-width: 920px) and (max-width: 480px) {
  .product-page .product-dostavka-mobile img {
    width: 120px !important;
    height: auto !important;
    position: relative;
    top: -115px;
  }
  .product-page .product-dostavka-mobile p {
    margin-left: 0 !important;
  }
}
@media (max-width: 920px) and (max-width: 510px) {
  .product-page .product-wrapper.viewed-product-wrapper .swiper-slide .product-mini,
  .product-page .product-wrapper.viewed-product-wrapper .swiper-slide .img {
    height: auto;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  .product-page .product-wrapper.viewed-product-wrapper .buy-block .price-block .price strong {
    font-size: 16px;
  }
}
@media (max-width: 920px) and (max-width: 510px) {
  .product-page .product-wrapper.viewed-product-wrapper .buy-block .price-block {
    float: none;
    text-align: center;
  }
}
@media (max-width: 920px) and (max-width: 510px) {
  .product-page .product-wrapper.viewed-product-wrapper .buy-block .btn {
    margin: 10px auto 0;
    float: none;
    display: block;
  }
}
@media (max-width: 920px) and (max-width: 420px) {
  .product-page .product-wrapper.viewed-product-wrapper .buy-block .btn {
    width: 70px;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 920px) and (max-width: 640px) {
  .profile-page .aside-left {
    display: block;
    width: 100%;
  }
}
@media (max-width: 920px) and (max-width: 640px) {
  .profile-page .center-column {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 920px) and (max-width: 640px) {
  .success-page {
    padding: 0 10px;
  }
  .success-page .title-page {
    line-height: 35px;
    float: none;
  }
  .success-page .sub-title {
    float: none;
  }
  .success-page .success-block {
    width: 100%;
  }
  .success-page .success-block .suc-ul {
    padding-left: 0;
  }
  .success-page .success-block .suc-ul li {
    float: none;
    padding: 0 !important;
  }
}
@media (max-width: 920px) and (max-width: 640px) and (max-width: 400px) {
  .success-page .success-block .suc-ul li {
    text-align: center;
  }
  .success-page .success-block .suc-ul li span {
    display: block;
    text-align: left;
  }
  .success-page .success-block .suc-ul li.phone span {
    text-align: center;
  }
}
@media (max-width: 920px) and (max-width: 640px) {
  .error-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .error-content .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .error-content .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 800px) {
  aside.left-column {
    float: none;
    width: 100%;
  }
  aside.left-column .filter {
    border: none;
    margin-bottom: 20px;
  }
  aside.left-column .filter .title-filter {
    background-color: #63a211;
    text-transform: initial;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
  }
  aside.left-column .filter .title-filter:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 11px;
    top: calc(44%);
    right: 20px;
    background-image: url('/var/themes/default/skin/images/arrow-and-line-white.png');
  }
  aside.left-column .filter .filter-wrapper {
    display: none;
  }
  aside.left-column .filter .attribute-checkbox .hint-select {
    right: -10px;
    padding: 17px 7px 0 12px;
    width: 85px;
  }
  aside.left-column .filter .attribute-checkbox.selected .hint-select {
    right: -10px;
    padding: 17px 7px 0 12px;
    width: 85px;
  }
  aside.left-column .mini-banner-filter {
    display: none;
  }
  section.center-column {
    margin-left: 0;
  }
  section.center-column .title-catalog.title-page {
    display: none;
  }
}
@media (max-width: 640px) {
  .product-characteristic-mobile .tooltip-block {
    display: none !important;
  }
  .wrapper,
  .wrapper-1200 {
    max-width: 100%;
    min-width: auto;
  }
  #bingc-phone-button {
    display: none !important;
  }
  .wrapper .wrapper-empty {
    height: 170px;
  }
  .home-page .product-wrapper .content,
  .catalog-root-list .product-wrapper .content,
  .home-page .product-wrapper .products-list,
  .catalog-root-list .product-wrapper .products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-page .product-wrapper .content .product-block,
  .catalog-root-list .product-wrapper .content .product-block,
  .home-page .product-wrapper .products-list .product-block,
  .catalog-root-list .product-wrapper .products-list .product-block {
    height: auto;
    margin: 0 0 35px 0;
  }
  .home-page .product-wrapper .content .product-block .product-block-container,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container,
  .home-page .product-wrapper .products-list .product-block .product-block-container,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container {
    position: relative;
  }
  .home-page .product-wrapper .content .product-block .product-block-container .sticker,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .sticker,
  .home-page .product-wrapper .products-list .product-block .product-block-container .sticker,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .sticker {
    position: relative;
  }
  .home-page .product-wrapper .content .product-block .product-block-container .image,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .image,
  .home-page .product-wrapper .products-list .product-block .product-block-container .image,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .image {
    height: auto;
  }
  .home-page .product-wrapper .content .product-block .product-block-container .buy-block,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .buy-block,
  .home-page .product-wrapper .products-list .product-block .product-block-container .buy-block,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .buy-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 75px;
  }
  .home-page .product-wrapper .content .product-block .product-block-container .bottom-block,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .bottom-block,
  .home-page .product-wrapper .products-list .product-block .product-block-container .bottom-block,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
  }
  .home-page .product-wrapper .content .product-block .product-block-container .bottom-block .card-rate,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .bottom-block .card-rate,
  .home-page .product-wrapper .products-list .product-block .product-block-container .bottom-block .card-rate,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .bottom-block .card-rate {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .home-page .product-wrapper .content .product-block .product-block-container .bottom-block .favorite,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .bottom-block .favorite,
  .home-page .product-wrapper .products-list .product-block .product-block-container .bottom-block .favorite,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .bottom-block .favorite {
    position: relative;
  }
  .home-page .product-wrapper .content .product-block .product-block-container .bottom-block .compare-block,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .bottom-block .compare-block,
  .home-page .product-wrapper .products-list .product-block .product-block-container .bottom-block .compare-block,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .bottom-block .compare-block {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .home-page .product-wrapper .content .product-block .product-block-container .bottom-block .compare-block .compare,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .bottom-block .compare-block .compare,
  .home-page .product-wrapper .products-list .product-block .product-block-container .bottom-block .compare-block .compare,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .bottom-block .compare-block .compare {
    background: none;
    padding-left: 0;
    margin-left: 0;
  }
  .home-page .promo-wrapper .img,
  .catalog-root-list .promo-wrapper .img {
    float: none;
  }
  .home-page .promo-wrapper .big,
  .catalog-root-list .promo-wrapper .big {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-page .promo-wrapper .small,
  .catalog-root-list .promo-wrapper .small {
    width: 49%;
    display: inline-block;
  }
  .home-page .category-wrapper,
  .catalog-root-list .category-wrapper {
    display: none;
  }
  .home-page .news-wrapper .content,
  .catalog-root-list .news-wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-page .news-wrapper .content .news,
  .catalog-root-list .news-wrapper .content .news {
    width: 44%;
    float: none;
    margin: 0 0 40px 0;
  }
  .home-page .news-wrapper .content .news .img,
  .catalog-root-list .news-wrapper .content .news .img {
    display: none;
  }
  .home-page .news-wrapper .content .news .text,
  .catalog-root-list .news-wrapper .content .news .text {
    height: auto;
    overflow: auto;
    margin: 20px 0 0;
  }
  .home-page .seo-wrapper .regular-text,
  .catalog-root-list .seo-wrapper .regular-text {
    height: 85px;
    overflow: hidden;
  }
  .home-page .seo-wrapper .regular-text.active,
  .catalog-root-list .seo-wrapper .regular-text.active {
    height: auto;
  }
  .home-page .seo-wrapper .seo-text-trigger,
  .catalog-root-list .seo-wrapper .seo-text-trigger {
    font-size: 16px;
    color: #f85329;
    display: block;
    text-align: center;
  }
  .catalog-root-list .promo-wrapper,
  .catalog-root-list .news-wrapper,
  .catalog-root-list .product-wrapper.viewed-product-wrapper,
  .catalog-root-list .load-more-wrap {
    display: none;
  }
  .catalog-root-list .title-page {
    padding: 30px 0 20px 20px;
    border-bottom: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog-root-list .title-page .back {
    height: 42px;
    width: 42px;
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  .catalog-root-list .title-page h1 {
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
  }
  .catalog-root-list .title-page .back + h1 {
    margin-left: 20px;
  }
  .catalog-root-list .breadcrumbs {
    display: none;
  }
  .catalog-root-list .category-wrapper {
    display: block;
  }
  .catalog-root-list .category-wrapper {
    padding-bottom: 30px;
  }
  .catalog-root-list .category-wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-root-list .category-wrapper .content .category {
    height: auto;
    width: 50%;
    float: none;
    margin: 0;
  }
  .catalog-root-list .category-wrapper .content .category .block {
    height: auto;
    padding: 20px;
    margin-bottom: 0;
  }
  .catalog-root-list .category-wrapper .content .category:nth-child(2n) .block {
    border-right: none;
  }
  .catalog-root-list .product-wrapper .product-block:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  .catalog-root-list .sort-block-mobile .sort-block {
    margin-bottom: 20px;
  }
  .catalog-root-list .sort-block-mobile .right {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog-root-list .sort-block-mobile .right .sel-block {
    float: none;
    margin-left: 0;
    width: 48%;
  }
  .catalog-root-list .sort-block-mobile .right .sel-block #sort-styler,
  .catalog-root-list .sort-block-mobile .right .sel-block #perPage-styler {
    background-color: #e6e6e6;
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
  .catalog-root-list .sort-block-mobile .right .sel-block .jq-selectbox__trigger-arrow {
    background: url('/var/themes/default/skin/images/arrow-and-line-gray.png') center top no-repeat;
    position: relative;
    right: 0;
    left: -12px;
    top: 5px;
    margin: 0;
    width: 30px;
    height: 11px;
  }
  .catalog-root-list .center-column {
    margin-left: 0;
  }
  .catalog-root-list .center-column .title-page,
  .catalog-root-list .center-column .sort-block {
    display: none;
  }
  .catalog-root-list .center-column .tags-block {
    display: none;
  }
  .catalog-root-list .paginationContainer .paginationControl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 50px;
  }
  .catalog-root-list .paginationContainer .paginationControl .page {
    margin-right: 10px;
  }
  .catalog-root-list .paginationContainer .paginationControl .page:last-child {
    margin-right: 0;
  }
  .page-news .breadcrumbs {
    display: none;
  }
  .page-news .back {
    border-radius: 3px;
    background: #e9e9e9 url("../images/back.png") center center no-repeat;
    height: 42px;
    width: 42px;
    display: inline-block;
    float: none;
    margin: 30px 0 20px;
  }
  .page-news .title-page {
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    font-size: 18px;
    padding: 37px 0 0 15px;
    vertical-align: top;
  }
  .page-news .aside-left {
    display: none;
  }
  .page-news .ucp-menu-mobile {
    margin-bottom: 30px;
  }
  .page-news .ucp-menu-mobile .rubric-item {
    display: inline-block;
    max-width: 185px;
    width: 100%;
    background-color: #e6e6e6;
    padding: 15px 0;
    border-radius: 3px;
    margin-right: 18px;
    text-align: center;
  }
  .page-news .ucp-menu-mobile .rubric-item a {
    font-size: 16px;
    color: #808080;
    text-decoration: none;
  }
  .page-news .ucp-menu-mobile .rubric-item.active {
    background-color: #63a211;
  }
  .page-news .ucp-menu-mobile .rubric-item.active a {
    color: #fff;
  }
  .page-news .ucp-menu-mobile .rubric-item:last-child {
    margin-right: 0;
  }
  .page-news .content-center {
    width: 100%;
    float: none;
  }
  .page-news .content-center .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-news .content-center .content .news {
    width: 48%;
    margin-left: 0;
  }
  .page-news .content-center .content .news .text {
    margin-bottom: 0;
  }
  .regular-page .breadcrumbs {
    display: none;
  }
  .regular-page .title-page {
    margin: 30px 20px;
  }
  .regular-page .product-wrapper.viewed-product-wrapper {
    display: block;
  }
  .regular-page .product-wrapper.viewed-product-wrapper .buy-block .price-block .price strong {
    font-size: 20px;
  }
  .regular-page .product-wrapper.viewed-product-wrapper .buy-block .btn {
    width: 80px;
  }
  .regular-page .product-wrapper.viewed-product-wrapper .buy-block .artikul {
    display: none;
  }
  .brends-page .breadcrumbs {
    display: none;
  }
  .brends-page .title-page {
    border-bottom: none;
    display: inline-block;
    font-size: 18px;
    margin: 30px 20px;
    padding-bottom: 0;
  }
  .brends-page .title-page .back {
    border-radius: 3px;
    background: #e9e9e9 url("../images/back.png") center center no-repeat;
    height: 42px;
    width: 42px;
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  .brends-page .title-page h1 {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
  }
  .brends-page .brands-wrapper .image-brand .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brends-page .brands-wrapper .image-brand .content a {
    width: 30%;
  }
  .brends-page .brands-wrapper .list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
    margin: 0;
  }
  .brends-page .brands-wrapper .list-block .not-found-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 10px 0 0;
  }
  .brends-page .brands-wrapper .list-block ul {
    float: none;
    width: 30%;
    padding-left: 0;
  }
  .brends-page .promo-wrapper .img {
    float: none;
  }
  .brends-page .promo-wrapper .big {
    width: 100%;
  }
  .brends-page .promo-wrapper .small {
    width: 49%;
    display: inline-block;
  }
  .brends-page .news-wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brends-page .news-wrapper .content .news {
    width: 44%;
    float: none;
    margin: 0 0 40px 0;
  }
  .brends-page .news-wrapper .content .news .img {
    display: none;
  }
  .brends-page .news-wrapper .content .news .text {
    height: auto;
    overflow: auto;
    margin: 20px 0 0;
  }
  article.one-column .product-wrapper .products-list .product-col {
    width: 50%;
  }
  article.one-column .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  article.one-column .content .product-block {
    height: auto;
    margin: 0 0 35px 0;
  }
  article.one-column .content .product-block .product-block-container {
    position: relative;
  }
  article.one-column .content .product-block .product-block-container .sticker {
    position: relative;
  }
  article.one-column .content .product-block .product-block-container .image {
    height: auto;
  }
  article.one-column .content .product-block .product-block-container .buy-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 75px;
  }
  article.one-column .content .product-block .product-block-container .bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
  }
  article.one-column .content .product-block .product-block-container .bottom-block .card-rate {
    float: none;
    width: auto;
    padding-right: 0;
  }
  article.one-column .content .product-block .product-block-container .bottom-block .favorite {
    position: relative;
  }
  article.one-column .content .product-block .product-block-container .bottom-block .compare-block {
    float: none;
    width: auto;
    padding-left: 0;
  }
  article.one-column .content .product-block .product-block-container .bottom-block .compare-block .compare {
    background: none;
    padding-left: 0;
    margin-left: 0;
  }
  .contacts .product-wrapper.viewed-product-wrapper {
    display: block;
  }
  .contacts .product-wrapper.viewed-product-wrapper .buy-block .price-block .price strong {
    font-size: 20px;
  }
  .contacts .product-wrapper.viewed-product-wrapper .buy-block .btn {
    width: 80px;
  }
  .contacts .product-wrapper.viewed-product-wrapper .buy-block .artikul {
    display: none;
  }
  #carousel {
    height: auto;
  }
  #carousel .carousel-feature {
    left: 0 !important;
    top: 0 !important;
    width: auto !important;
    height: auto !important;
  }
  #carousel .carousel-feature img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  #carousel .carousel-feature[style*="z-index:4"],
  #carousel .carousel-feature[style*="z-index: 4"],
  #carousel .carousel-feature[style*="z-index : 4"] {
    position: relative !important;
  }
  #carousel .tracker-individual-container {
    position: relative;
    margin-top: 10px;
  }
  .carousel-container {
    height: auto;
  }
  .banner-wrapper .left {
    min-height: 0;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .home-page .product-wrapper .content .product-block .product-block-container .sticker,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .sticker,
  .home-page .product-wrapper .products-list .product-block .product-block-container .sticker,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .sticker {
    top: 0;
    left: 0;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .home-page .product-wrapper .content .product-block .product-block-container .image,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .image,
  .home-page .product-wrapper .products-list .product-block .product-block-container .image,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .image {
    margin: 10px 0;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .home-page .product-wrapper .content .product-block .product-block-container .buy-block .price-block .price strong,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .buy-block .price-block .price strong,
  .home-page .product-wrapper .products-list .product-block .product-block-container .buy-block .price-block .price strong,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .buy-block .price-block .price strong {
    font-size: 18px;
  }
  .home-page .product-wrapper .content .product-block .product-block-container .buy-block .btn,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .buy-block .btn,
  .home-page .product-wrapper .products-list .product-block .product-block-container .buy-block .btn,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .buy-block .btn {
    width: auto;
    height: auto;
    padding: 0 10px;
    line-height: 35px;
  }
}
@media (max-width: 640px) and (max-width: 490px) {
  .home-page .product-wrapper .content .product-block .product-block-container .bottom-block,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .bottom-block,
  .home-page .product-wrapper .products-list .product-block .product-block-container .bottom-block,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .bottom-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 640px) and (max-width: 490px) {
  .home-page .product-wrapper .content .product-block .product-block-container .bottom-block .card-rate,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .bottom-block .card-rate,
  .home-page .product-wrapper .products-list .product-block .product-block-container .bottom-block .card-rate,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .bottom-block .card-rate {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}
@media (max-width: 640px) and (max-width: 490px) {
  .home-page .product-wrapper .content .product-block .product-block-container .bottom-block .favorite,
  .catalog-root-list .product-wrapper .content .product-block .product-block-container .bottom-block .favorite,
  .home-page .product-wrapper .products-list .product-block .product-block-container .bottom-block .favorite,
  .catalog-root-list .product-wrapper .products-list .product-block .product-block-container .bottom-block .favorite {
    border-left: none;
    width: 40px;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .home-page .title-block:after,
  .catalog-root-list .title-block:after,
  .home-page .title-block:before,
  .catalog-root-list .title-block:before {
    display: none;
  }
  .home-page .title-block .title,
  .catalog-root-list .title-block .title {
    font-size: 16px;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .catalog-root-list .title-page {
    padding: 30px 0 20px 5px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .catalog-root-list .category-wrapper .content .category .block {
    padding: 10px;
  }
  .catalog-root-list .category-wrapper .content .category .block .image-title img {
    width: 100%;
  }
  .catalog-root-list .category-wrapper .content .category .block .last a {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .page-news .ucp-menu-mobile .rubric-item {
    width: 120px;
    padding: 10px 0;
  }
}
@media (max-width: 640px) and (max-width: 510px) {
  .regular-page .product-wrapper.viewed-product-wrapper .swiper-slide .product-mini,
  .regular-page .product-wrapper.viewed-product-wrapper .swiper-slide .img {
    height: auto;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .regular-page .product-wrapper.viewed-product-wrapper .buy-block .price-block .price strong {
    font-size: 16px;
  }
}
@media (max-width: 640px) and (max-width: 510px) {
  .regular-page .product-wrapper.viewed-product-wrapper .buy-block .price-block {
    float: none;
    text-align: center;
  }
}
@media (max-width: 640px) and (max-width: 510px) {
  .regular-page .product-wrapper.viewed-product-wrapper .buy-block .btn {
    margin: 10px auto 0;
    float: none;
    display: block;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .regular-page .product-wrapper.viewed-product-wrapper .buy-block .btn {
    width: 70px;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .brends-page .brands-wrapper .image-brand .content a {
    width: 48%;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .brends-page .brands-wrapper .list-block ul {
    width: 50%;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  article.one-column .content .product-block .product-block-container .sticker {
    top: 0;
    left: 0;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  article.one-column .content .product-block .product-block-container .image {
    margin: 10px 0;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  article.one-column .content .product-block .product-block-container .buy-block .price-block .price strong {
    font-size: 18px;
  }
  article.one-column .content .product-block .product-block-container .buy-block .btn {
    width: auto;
    height: auto;
    padding: 0 10px;
    line-height: 35px;
  }
}
@media (max-width: 640px) and (max-width: 490px) {
  article.one-column .content .product-block .product-block-container .bottom-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 640px) and (max-width: 490px) {
  article.one-column .content .product-block .product-block-container .bottom-block .card-rate {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}
@media (max-width: 640px) and (max-width: 490px) {
  article.one-column .content .product-block .product-block-container .bottom-block .favorite {
    border-left: none;
    width: 40px;
  }
}
@media (max-width: 640px) and (max-width: 510px) {
  .contacts .product-wrapper.viewed-product-wrapper .swiper-slide .product-mini,
  .contacts .product-wrapper.viewed-product-wrapper .swiper-slide .img {
    height: auto;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .contacts .product-wrapper.viewed-product-wrapper .buy-block .price-block .price strong {
    font-size: 16px;
  }
}
@media (max-width: 640px) and (max-width: 510px) {
  .contacts .product-wrapper.viewed-product-wrapper .buy-block .price-block {
    float: none;
    text-align: center;
  }
}
@media (max-width: 640px) and (max-width: 510px) {
  .contacts .product-wrapper.viewed-product-wrapper .buy-block .btn {
    margin: 10px auto 0;
    float: none;
    display: block;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .contacts .product-wrapper.viewed-product-wrapper .buy-block .btn {
    width: 70px;
    height: 35px;
    line-height: 35px;
  }
}
#checkoutDialogContent {
  padding-bottom: 30px;
}
#checkoutDialogContent .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
}
#checkoutDialogContent .product .img {
  width: 50%;
  height: auto;
}
@media (max-width: 420px) {
  #checkoutDialogContent .product .img {
    width: 35%;
  }
  #checkoutDialogContent .product .img img {
    max-width: 100%;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}
#checkoutDialogContent .product .basket-right-block-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 50%;
  background-color: #e6e6e6;
  padding: 20px 0;
}
@media (max-width: 420px) {
  #checkoutDialogContent .product .basket-right-block-mobile {
    width: 65%;
  }
}
#checkoutDialogContent .product .basket-right-block-mobile .info {
  height: auto !important;
  width: auto;
  margin-right: 15px;
}
#checkoutDialogContent .product .basket-right-block-mobile .info .title {
  max-width: 195px;
}
#checkoutDialogContent .product .basket-right-block-mobile .info .info-price-block-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}
#checkoutDialogContent .product .basket-right-block-mobile .info .info-price-block-mobile .qty-block {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#checkoutDialogContent .product .basket-right-block-mobile .info .info-price-block-mobile .qty-block .minus {
  position: relative;
  right: -9px;
  width: 22px;
  background-color: #b3b3b3;
  color: #fff;
}
#checkoutDialogContent .product .basket-right-block-mobile .info .info-price-block-mobile .qty-block .plus {
  position: relative;
  left: -9px;
  width: 22px;
  background-color: #b3b3b3;
  color: #fff;
}
#checkoutDialogContent .product .basket-right-block-mobile .info .info-price-block-mobile .qty-block input {
  color: #000;
  font-weight: bold;
  border: 1px solid #b3b3b3;
}
@media (max-width: 420px) {
  #checkoutDialogContent .product .basket-right-block-mobile .info .info-price-block-mobile .qty-block input {
    width: 35px;
  }
}
#checkoutDialogContent .product .basket-right-block-mobile .info .info-price-block-mobile .qty-block span {
  display: none;
}
#checkoutDialogContent .product .basket-right-block-mobile .remove-block {
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
  height: auto;
}
#checkoutDialogContent .product .basket-right-block-mobile .remove-block a {
  margin-top: 0;
}
#checkoutDialogContent .product .basket-right-block-mobile .total-price {
  width: auto;
  height: auto;
  border: none;
}
#checkoutDialogContent .product .basket-right-block-mobile .total-price .price-block {
  padding: 15px 0 0 15px;
}
#checkoutDialogContent .product .basket-right-block-mobile .total-price .price-block .align-center {
  text-align: left;
}
#checkoutDialogContent .cart-buy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6e6e6;
  padding: 15px;
}
#checkoutDialogContent .cart-buy-block .back-btn {
  display: none;
}
#checkoutDialogContent .cart-buy-block .btn {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 16px;
  text-transform: initial;
}
@media (max-width: 420px) {
  #checkoutDialogContent .cart-buy-block .btn {
    font-size: 13px;
    line-height: normal;
    height: auto;
    text-align: center;
    padding: 10px;
    margin-right: 0;
  }
}
#checkoutDialogContent .cart-buy-block .price-block {
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 15px;
}
@media (max-width: 420px) {
  #checkoutDialogContent .cart-buy-block .price-block {
    padding-left: 0;
  }
}
#checkoutDialogContent .cart-buy-block .price-block .price-text-mobile {
  font-size: 16px;
}
@media (max-width: 420px) {
  #checkoutDialogContent .cart-buy-block .price-block .price-text-mobile {
    font-size: 14px;
  }
}
#checkoutDialogContent .cart-buy-block .price-block strong {
  font-size: 25px;
  padding-left: 10px;
}
@media (max-width: 420px) {
  #checkoutDialogContent .cart-buy-block .price-block strong {
    font-size: 17px;
    padding-left: 0;
  }
}
#checkoutDialogContent .tell-block-cart {
  padding: 40px 10px 0;
  height: auto;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#checkoutDialogContent .tell-block-cart .text {
  float: none;
  text-align: center;
  max-width: 475px;
  width: auto;
  margin: 0 auto;
  font-size: 16px;
}
#checkoutDialogContent .tell-block-cart .text strong {
  font-size: 20px;
  padding-bottom: 0;
}
#checkoutDialogContent .tell-block-cart .tell {
  float: none;
  width: auto;
  margin: 20px 0 0;
}
@media (max-width: 920px) {
  .full-wrapper.order-page header > .wrapper-1200 {
    display: block;
  }
  .full-wrapper.order-page header .info-header,
  .full-wrapper.order-page header .logo {
    display: none;
  }
  .full-wrapper.order-page header .header-bottom-line-mobile {
    padding: 85px 0 0;
  }
  .full-wrapper.order-page header .header-bottom-line-mobile .phone-block-mobile {
    margin: 0 auto 25px;
  }
  .full-wrapper.order-page .breadcrumbs {
    display: none;
  }
  .full-wrapper.order-page .title-page {
    padding-top: 15px;
  }
}
@media (max-width: 920px) and (max-width: 480px) {
  .full-wrapper.order-page .title-page h1 {
    max-width: 100px;
    font-size: 18px;
  }
  .full-wrapper.order-page .title-page .back-btn {
    top: 45px;
  }
}
@media (max-width: 1200px) {
  .full-wrapper.order-page header {
    height: auto;
  }
  .full-wrapper.order-page header .info-header .tell-block .column-block {
    float: none;
  }
  .full-wrapper.order-page header .info-header .tell-block .btn.green {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .full-wrapper.order-page .order-form .order-block {
    padding-bottom: 30px;
  }
  .full-wrapper.order-page .order-form .order-block .btn.buy-btn {
    display: block;
    margin: 10px auto 0;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .img {
    width: 130px;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .img img {
    max-width: 130px;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .info {
    width: 120px;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .total-price {
    width: 90px;
  }
}
@media (max-width: 1200px) and (max-width: 920px) {
  .full-wrapper.order-page .order-form .left-column {
    width: 100%;
    float: none;
  }
}
@media (max-width: 1200px) and (max-width: 920px) {
  .full-wrapper.order-page .order-form .left-column .order-form-block:after {
    right: -2px;
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  .full-wrapper.order-page .order-form .left-column .order-form-block {
    width: 100%;
  }
  .full-wrapper.order-page .order-form .left-column .order-form-block.first {
    border-right: 2px solid #f1f1f1;
  }
  .full-wrapper.order-page .order-form .left-column .order-form-block.second {
    border-left: none;
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  .full-wrapper.order-page .order-form .order-block .cupon-block .cupon .submit {
    width: 160px;
  }
  .full-wrapper.order-page .order-form .order-block .cupon-block .cupon .text-input {
    width: 120px;
  }
}
@media (max-width: 1200px) and (max-width: 920px) {
  .full-wrapper.order-page .order-form .order-block .cart-product .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .remove-block {
    position: absolute;
    top: -25px;
    right: 5px;
  }
}
@media (max-width: 1200px) and (max-width: 920px) {
  .full-wrapper.order-page .order-form .order-block .cart-product .product .basket-right-block-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .basket-right-block-mobile .info {
    width: auto;
    height: auto;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .basket-right-block-mobile .info .title {
    max-width: 210px;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .basket-right-block-mobile .info .info-price-block-mobile {
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .basket-right-block-mobile .info .info-price-block-mobile .qty-block {
    padding-bottom: 10px;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .basket-right-block-mobile .remove-block {
    top: 50px;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .basket-right-block-mobile .remove-block .remove {
    margin-top: 0;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .basket-right-block-mobile .total-price {
    width: auto;
    height: auto;
    padding-top: 10px;
    border: none;
  }
  .full-wrapper.order-page .order-form .order-block .cart-product .product .basket-right-block-mobile .total-price .price-block {
    padding-top: 0;
  }
}
@media (max-width: 1200px) and (max-width: 920px) {
  .full-wrapper.order-page .order-form .order-block {
    margin-left: 0;
  }
}
