@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  color: #242424;
  font-size: 14px;
  line-height: 1.5;
}
* {
  font-size: 1em;
}
img {
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
input,
textarea,
select {
  border: 1px solid #7c634c;
  color: #242424;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1em;
}
h1 {
  font-size: 26px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  font-size: 26px;
  font-family:  Arial, Helvetica, sans-serif;
  line-height: 1.3;
}
h3 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
h6 {
  font-size: 16px;
}
*::-moz-selection {
  background: #7c634c;
  /* Safari */
  color: #fff;
}
*::selection {
  background: #7c634c;
  /* Safari */
  color: #fff;
}
*::-moz-selection {
  background: #7c634c;
  /* Firefox */
  color: #fff;
}
p {
  font-size: inherit;
  line-height: 1.5;
  margin: 5px 0;
}
ul {
  padding-left: 30px;
  margin: 15px 0;
  list-style: disc;
}
ol {
  padding-left: 30px;
  margin: 15px 0;
  list-style: decimal;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select2-container--open {
  z-index: 20;
}
.clear:before {
  display: table;
  content: " ";
}
.clear:after {
  display: table;
  content: " ";
  clear: both;
}
/* Small column - sxs */
.col-sxs-1,
.col-sxs-2,
.col-sxs-3,
.col-sxs-4,
.col-sxs-5,
.col-sxs-6,
.col-sxs-7,
.col-sxs-8,
.col-sxs-9,
.col-sxs-10,
.col-sxs-11,
.col-sxs-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 480px) {
  .col-sxs-1 {
    width: 8.33333333%;
  }
  .col-sxs-2 {
    width: 16.66666667%;
  }
  .col-sxs-3 {
    width: 25%;
  }
  .col-sxs-4 {
    width: 33.33333333%;
  }
  .col-sxs-5 {
    width: 41.66666667%;
  }
  .col-sxs-6 {
    width: 50%;
  }
  .col-sxs-7 {
    width: 58.33333333%;
  }
  .col-sxs-8 {
    width: 66.66666667%;
  }
  .col-sxs-9 {
    width: 75%;
  }
  .col-sxs-10 {
    width: 83.33333333%;
  }
  .col-sxs-11 {
    width: 91.66666667%;
  }
  .col-sxs-12 {
    width: 100%;
  }
  .col-sxs-offset-0 {
    margin-left: 0;
  }
}
p.justifyfull {
  text-align: justify;
}
p.justifyright {
  text-align: right;
}
p.justifyleft {
  text-align: left;
}
/* Just content block */
.content-block ol,
.content-block ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.content-block ol li,
.content-block ul li {
  font-size: 16px;
}
.content-block ul {
  list-style: disc;
}
.content-block .ul_two_column {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 550px) {
  .content-block .ul_two_column {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.content-block .ul_three_column {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .content-block .ul_three_column {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (max-width: 550px) {
  .content-block .ul_three_column {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.content-block h1 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
}
.content-block a {
  text-decoration: underline;
}
.content-block p {
  text-indent: 35px;
  font-size: inherit;
}
.content-block p:first-of-type {
  margin-top: 0;
}
/* END Just content block */
.mceContentBody .gallery a {
  display: block;
  float: left;
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .mceContentBody .gallery a {
    width: 25%;
  }
}
@media only screen and (max-width: 600px) {
  .mceContentBody .gallery a {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) {
  .mceContentBody .gallery a {
    width: 50%;
  }
}
.mceContentBody .gallery a img {
  margin-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  border: 1px solid #e6e6e6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mceContentBody .gallery a:hover img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.mceContentBody .gallery:before {
  display: table;
  content: " ";
}
.mceContentBody .gallery:after {
  display: table;
  content: " ";
  clear: both;
}
.mceContentBody .ul_two_column {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 550px) {
  .mceContentBody .ul_two_column {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.mceContentBody .ul_three_column {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .mceContentBody .ul_three_column {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (max-width: 550px) {
  .mceContentBody .ul_three_column {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.btn {
  display: inline-block;
  background: #7c634c;
  border: 0;
  padding: 9px 30px;
  font-size: 16px;
  -webkit-transition: .2s;
  transition: .2s;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
}
.btn:hover {
  background: #D1B090;
  color: #fff;
}
/* Forms */
form input.input_spec_h {
  display: none !important;
}
form input,
form textarea {
  width: 100%;
  line-height: 42px;
  border: 1px solid #c9c9c9;
  color: #242424;
  border-radius: 6px;
  outline: none;
  padding: 0 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form input:focus,
form textarea:focus {
  border: 1px solid #7c634c;
}
form input.error,
form textarea.error {
  border: 1px solid #cb6b6b;
}
form textarea {
  resize: vertical;
}
.ajax_form .error {
  color: #e62020 !important;
}
.ajax_form span.has_error {
  height: 20px;
  display: block;
  font-size: 13px;
}
.jGrowl .jGrowl-notification {
  border-radius: 0;
  line-height: 38px;
  padding: 0 10px;
}
.jGrowl .jGrowl-notification.af-message-success {
  color: #fff;
  background: #D1B090;
  border: 1px solid #eeeeee;
}
.jGrowl .jGrowl-notification.af-message-error {
  color: #fff;
  border: 1px solid #eeeeee;
}
.jGrowl .jGrowl-notification .jGrowl-close {
  line-height: 36px;
}
/* Breadcrumbs block */
.breadcrumbs-block {
  background: #f2f2f2;
}
.breadcrumbs-block h1 {
  padding: 30px 0 43px;
}
.breadcrumbs-block .breadcrumb {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumbs-block .breadcrumb > .active {
  color: inherit;
}
.breadcrumbs-block .breadcrumb li {
  display: inline-block;
}
.breadcrumbs-block .breadcrumb li + li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #242424;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  vertical-align: middle;
  margin: 0 7px 0 5px;
  padding: 0;
}
.breadcrumbs-block .breadcrumb li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs-block .breadcrumb li a:hover,
.breadcrumbs-block .breadcrumb li a:focus {
  color: #7c634c;
  text-decoration: underline;
}
.breadcrumbs-block #breadcrumb {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.breadcrumbs-block #breadcrumb li {
  display: inline-block;
}
.breadcrumbs-block #breadcrumb li + li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #242424;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  vertical-align: middle;
  margin: 0 7px 0 8px;
}
.breadcrumbs-block #breadcrumb li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs-block #breadcrumb li a:hover,
.breadcrumbs-block #breadcrumb li a:focus {
  color: #7c634c;
  text-decoration: underline;
}
.breadcrumbs-block.type-2 {
  background: #fff;
}
.breadcrumbs-block.type-2 .pagetitle-block {
  padding: 30px 0 25px;
}
.breadcrumbs-block.type-2 h1 {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  padding: 5px 0;
}
@media screen and (max-width: 480px) {
  .breadcrumbs-block.type-2 h1 sup {
    top: 0;
  }
}
.breadcrumbs-block.type-2 a.link-back {
  display: inline-block;
  color: #7c634c;
  margin-right: 30px;
  padding: 5px 0;
  vertical-align: middle;
}
.breadcrumbs-block.type-2 a.link-back .mdi {
  display: inline-block;
  position: relative;
  left: 0;
  font-size: 20px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumbs-block.type-2 a.link-back:hover .mdi {
  left: -5px;
}
.breadcrumbs-block.type-2 #breadcrumb {
  border-bottom: 1px solid #f2f2f2;
}
.breadcrumbs-block.type-2 #breadcrumb li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs-block.type-2 #breadcrumb li a:hover,
.breadcrumbs-block.type-2 #breadcrumb li a:focus {
  color: #7c634c;
  text-decoration: underline;
}
.breadcrumbs-block.type-2 .quantity {
  float: right;
  color: #7c634c;
  padding-top: 5px;
}
/* END Breadcrumbs block */
/* Catalog categories */
.catalog-categories {
  margin-top: 70px;
}
.catalog-categories .section-title {
  float: left;
  color: #7c634c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 38px;
  width:100%;
}
.catalog-categories .rows {
  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;
}
.catalog-categories .rows .item {
  margin-bottom: 30px;
}
.catalog-categories .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 30px 0 30px 160px;
  min-height: 148px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: inherit;
}
.catalog-categories .item-block img {
  display: block;
  position: absolute;
  left: 50px;
  height:100px !important;
}
.catalog-categories .item-block .title {
  line-height: 1.18;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
}
.catalog-categories .item-block:hover {
  background: #7c634c;
  color: #fff;
}
.catalog-categories .rows .item:first-child .item-block:hover {
  background: #7c634c;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .catalog-categories .rows .item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-categories .item-block {
    padding: 30px 0 30px 230px;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-categories .item-block {
    padding: 30px 0 30px 205px;
  }
  .catalog-categories .item-block .title {
    font-size: 20px;
  }
}
/* END Catalog categories */
/* Product types */
section.product-types {
  margin-bottom: 60px;
}
section.product-types .rows {
  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;
}
section.product-types .rows .item {
  margin-bottom: 30px;
}
section.product-types .rows .item .item-block {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
section.product-types .rows .item .item-block .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 160px;
  min-height: 65px;
}
section.product-types .rows .item .item-block .top img {
  display: block;
  position: absolute;
  top: -20px;
  left: 50px;
}
section.product-types .rows .item .item-block .top .title {
  line-height: 1.18;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
}
section.product-types .rows .item .item-block .btm {
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.product-types .rows .item .item-block .btm a {
  width: 100%;
  padding: 0 30px;
  line-height: 30px;
  text-transform: uppercase;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  background: #fff;
  color: #242424;
}
section.product-types .rows .item .item-block .btm a:not(:last-child) {
  margin-right: 20px;
}
section.product-types .rows .item .item-block:hover {
  background: #fb1f20;
  color: #fff;
}
section.product-types .rows .item .item-block:hover .btm a {
  background: #7c634c;
  border-color: #7c634c;
  color: #fff;
}
section.product-types .rows .item .item-block:hover .btm a:hover {
  background: #D1B090;
  border-color: #D1B090;
}
@media only screen and (max-width: 991px) {
  section.product-types .rows .item {
    margin-bottom: 40px;
  }
  section.product-types .rows .item .item-block .top {
    padding: 0 0 0 130px;
  }
  section.product-types .rows .item .item-block .top img {
    max-width: 100px;
  }
  section.product-types .rows .item .item-block .top .title {
    font-size: 20px;
  }
  section.product-types .rows .item .item-block .btm a {
    padding: 0 10px;
  }
  section.product-types .rows .item .item-block .btm a:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  section.product-types .rows .item {
    width: 100%;
    margin-bottom: 40px;
  }
  section.product-types .rows .item .item-block .top {
    padding: 0 0 0 130px;
  }
  section.product-types .rows .item .item-block .top img {
    max-width: 100px;
  }
  section.product-types .rows .item .item-block .top .title {
    font-size: 20px;
  }
  section.product-types .rows .item .item-block .btm a {
    padding: 0 10px;
  }
  section.product-types .rows .item .item-block .btm a:not(:last-child) {
    margin-right: 10px;
  }
}
/* Best deals */
section.best-deals {
  margin-bottom: 60px;
}
section.best-deals .section-title {
  float: left;
  color: #7c634c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 38px;
}
section.best-deals .navigation {
  position: relative;
  float: right;
  z-index: 2;
  height: 30px;
  line-height: 30px;
  /*.swiper-button-next.swiper-button-disabled,
		.swiper-button-prev.swiper-button-disabled {
			cursor: pointer;
			pointer-events: all;
			opacity: 1;
		}*/
}
section.best-deals .navigation .swiper-button-next,
section.best-deals .navigation .swiper-button-prev {
  position: absolute;
  top: 0;
  right: 0;
  background-image: none;
  margin-top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
section.best-deals .navigation .swiper-button-next:after,
section.best-deals .navigation .swiper-button-prev:after {
  display: none;
}
section.best-deals .navigation .swiper-button-next svg,
section.best-deals .navigation .swiper-button-prev svg {
  fill: #7c634c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.best-deals .navigation .swiper-button-next svg:hover,
section.best-deals .navigation .swiper-button-prev svg:hover {
  fill: #D1B090;
}
section.best-deals .navigation .swiper-button-prev {
  right: 45px;
  left: auto;
}
section.best-deals .navigation .swiper-button-next {
  right: 0;
  left: auto;
}
section.best-deals .swiper-container {
  width: 100%;
}
section.best-deals .swiper-container .swiper-slide {
  text-align: left;
  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;
}
section.best-deals .item {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 24px 0 0;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 30px transparent;
          box-shadow: 0 0 30px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.3;
}
section.best-deals .item .tags {
  position: absolute;
  top: 6px;
  left: 6px;
}
section.best-deals .item .tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.best-deals .item .tags ul li {
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  padding: 1px 1px 1px 3px;
}
section.best-deals .item .tags ul li.hit {
  border-color: #fb2425;
  color: #fb2425;
}
section.best-deals .item .tags ul li.sale_10 {
  border-color: #fb811f;
  color: #fb811f;
}
section.best-deals .item .tags ul li.new {
  border-color: #21aa06;
  color: #21aa06;
}
section.best-deals .item .tags ul li.top {
  border-color: #825884;
  color: #825884;
}
section.best-deals .item .tags ul li + li {
  margin-top: 7px;
}
section.best-deals .item .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0;
  min-height: 60px;
  padding: 0 8px;
}
section.best-deals .item .title a {
  color: #7c634c;
}
section.best-deals .item .title a:hover,
section.best-deals .item .title a:focus {
  color: #D1B090;
}
section.best-deals .item .info-area {
  padding: 8px 15px 8px;
}
section.best-deals .item .des {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}
section.best-deals .item .des ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.best-deals .item .des ul li {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
section.best-deals .item .des ul li.strong {
  font-weight: bold;
  font-size: 14px;
}
section.best-deals .item .des ul li.material,
section.best-deals .item .des ul li.size {
  display: none;
}
section.best-deals .item .prices {
  text-align: left;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
}
section.best-deals .item .prices ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.best-deals .item .prices ul li {
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
section.best-deals .item .prices ul li:not(:first-child) {
  display: none;
}
section.best-deals .item .prices ul li .order-mount {
  float: left;
  font-size: 12px;
  color: #5f5f5f;
  padding-top: 3px;
}
section.best-deals .item .prices ul li .price {
  float: right;
  font-size: 18px;
  color: #242424;
}
section.best-deals .item .prices ul li .price .ruble {
  color: #929292;
  font-style: normal;
}
section.best-deals .item .mdi-chevron-down {
  display: block;
  margin: 0 auto;
  color: #a9a9a9;
  padding-top: 8px;
  font-size: 23px;
  line-height: 11px;
}
section.best-deals .item.focus {
  -webkit-box-shadow: 0 0 30px #bdbdbd;
          box-shadow: 0 0 30px #bdbdbd;
}
section.best-deals .item.focus .title {
  margin-bottom: 10px;
}
section.best-deals .item.focus .des ul li {
  margin-bottom: 8px;
}
section.best-deals .item.focus .des ul li.material,
section.best-deals .item.focus .des ul li.size {
  display: block;
}
section.best-deals .item.focus .prices {
  margin-top: 15px;
  padding-top: 10px;
}
section.best-deals .item.focus .prices ul li {
  display: block;
  line-height: 1;
}
section.best-deals .item.focus .prices ul li:not(:last-child) {
  margin-bottom: 15px;
}
section.best-deals .item.focus .prices ul li:not(:first-child) {
  display: block;
}
section.best-deals .item.focus .prices ul li span.order-mount {
  font-size: 12px;
  color: #5f5f5f;
}
section.best-deals .item.focus .prices ul li span.price {
  float: right;
  font-size: 18px;
  color: #242424;
}
section.best-deals .item.focus .prices ul li span.price .fa {
  color: #929292;
}
section.best-deals .item.focus .fa-chevron-down {
  display: none;
}
/* END Best deals */
/* Categories page */
.categories-page {
  margin-top: 60px;
}
.categories-page .rows {
  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;
}
.categories-page .product-item {
  text-align: center;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  margin-bottom: 30px;
}
.categories-page .product-item .photo {
  text-align: center;
  padding: 20px 10px;
}
.categories-page .product-item .title {
  padding: 10px;
  background: #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  min-height: 74px;
  line-height: 1.3;
}
.categories-page .product-item .title a {
  color: inherit;
}
.categories-page .product-item .title a:hover,
.categories-page .product-item .title a:focus {
  color: #7c634c;
}
/* END Categories page */
/* About BLOCK */
section.about-block p {
  text-indent: 35px;
  font-size: 14px;
}
section.about-block .wrap {
  position: relative;
}
section.about-block .white-bg,
section.about-block .gray-bg {
  position: relative;
}
section.about-block .white-bg .wrap {
  padding-bottom: 55px;
}
section.about-block .gray-bg {
  background: #f2f2f2;
}
section.about-block .gray-bg .wrap {
  padding-top: 45px;
  padding-bottom: 85px;
}
section.about-block img.top-img {
  display: block;
  position: absolute;
  bottom: 0;
  left: -135px;
}
section.about-block img.btm-img {
  display: block;
  position: absolute;
  top: 0;
  left: -135px;
}
section.about-block img.presents {
  display: block;
  position: absolute;
  top: 77px;
  left: -130px;
}
section.about-block img.toy {
  display: block;
  position: absolute;
  bottom: 50px;
  right: -20px;
}
@media only screen and (max-width: 991px) {
  section.about-block img.top-img {
    width: 300px;
  }
  section.about-block img.btm-img {
    width: 300px;
  }
  section.about-block img.presents {
    width: 380px;
  }
  section.about-block img.toy {
    bottom: 20px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.about-block .gray-bg h2 {
    padding-left: 190px;
    font-size: 24px;
    margin-bottom: 55px;
  }
  section.about-block img.top-img {
    left: -125px;
  }
  section.about-block img.btm-img {
    left: -125px;
  }
  section.about-block img.presents {
    top: 18px;
    left: -85px;
    width: 270px;
  }
  section.about-block img.toy {
    bottom: 6px;
  }
}
@media only screen and (max-width: 560px) {
  section.about-block .gray-bg h2 {
    padding-left: 153px;
    font-size: 19px;
    margin-bottom: 45px;
  }
  section.about-block img.top-img {
    left: -170px;
    width: 300px;
  }
  section.about-block img.btm-img {
    left: -170px;
    width: 300px;
  }
  section.about-block img.presents {
    left: -125px;
    width: 270px;
  }
  section.about-block img.toy {
    bottom: 6px;
  }
}
/* END About BLOCK */
/* About page */
.about-page .wrap {
  position: relative;
}
.about-page img.btm-img {
  display: block;
  position: absolute;
  top: 0;
  left: -54px;
}
.about-page img.presents {
  display: block;
  position: absolute;
  top: 85px;
  left: -44px;
  max-width: 490px;
}
.about-page .content-block {
  padding: 40px 0;
}
.about-page .content-block p {
  margin-bottom: 35px;
  line-height: 1.85;
}
.about-page .guarantees {
  margin-top: 50px;
  margin-bottom: 80px;
}
.about-page .guarantees .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
  font-family: Arial, Helvetica, sans-serif;
}
.about-page .guarantees ul {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  list-style: none;
  text-align: center;
}
.about-page .guarantees ul li {
  line-height: 1.4;
}
.about-page .guarantees ul li .icon {
  display: block;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 991px) {
  .about-page .content-block {
    padding: 40px 0;
  }
  .about-page .content-block p {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .about-page img.btm-img {
    width: 300px;
  }
  .about-page img.presents {
    top: 28px;
    left: -44px;
    width: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page .content-block {
    padding: 40px 15px;
  }
  .about-page img.btm-img {
    display: none;
  }
  .about-page img.presents {
    display: none;
  }
  .about-page .guarantees {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .about-page .guarantees .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .about-page .guarantees ul {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .about-page .guarantees ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
/* END About page */
/* Just content */
.just-content {
  padding: 40px 0;
}
/* Just content */
/* Composition-page */
.composition-page {
  margin-top: 60px;
}
.composition-page section.composition-docs {
  margin-bottom: 55px;
}
.composition-page section.composition-docs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.composition-page section.composition-docs ul li {
  padding: 20px 20px 20px 115px;
  border-radius: 6px;
  background: #f2f2f2;
  min-height: 75px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 767px) {
  .composition-page section.composition-docs ul li:not(:last-child) {
    margin-right: 8%;
  }
}
.composition-page section.composition-docs ul li img.icon {
  display: block;
  float: left;
  margin-left: -67px;
}
.composition-page section.composition-docs ul li a {
  color: #08743b;
  text-decoration: underline;
}
.composition-page section.composition-docs ul li a:hover {
  text-decoration: none;
}
.composition-page .content-block {
  margin-bottom: 120px;
}
.composition-page .content-block .wrap {
  position: relative;
}
.composition-page .content-block .wrap .toy {
  display: block;
  position: absolute;
  bottom: 0;
  right: 130px;
}
/* END Composition-page */
/* Prices-page */
.prices-page {
  margin: 60px 0;
}
.prices-page .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
}
.prices-page .item {
  display: block;
  padding: 20px 20px 20px 95px;
  border-radius: 6px;
  background: #f2f2f2;
  min-height: 56px;
  color: #242424;
  line-height: 1.2;
  margin-bottom: 20px;
}
.prices-page .item img.icon {
  display: block;
  float: left;
  margin-left: -57px;
}
.prices-page .item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* END Prices-page */
/* Contact info block */
section.contact-info-block {
  border-top: 1px solid #e7e7e7;
  background-color: #f2f2f2;
  padding: 40px 0 10px;
}
section.contact-info-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
  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;
}
section.contact-info-block ul li {
  display: inline-block;
  padding-left: 75px;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 40px;
}
section.contact-info-block ul li img.icon {
  display: block;
  float: left;
  margin-left: -70px;
}
section.contact-info-block ul li a {
  color: inherit;
}
section.contact-info-block ul li a:hover {
  color: #7c634c;
}
section.contact-info-block ul li a.phone {
  font-size: 18px;
}
section.contact-info-block ul li a.callback {
  color: #7c634c;
  font-weight: bold;
}
section.contact-info-block ul li a.callback:hover {
  color: #7c634c;
  border-bottom: 1px solid #7c634c;
}
/* END Contact info block */
/* Contacts page */
.contacts-page {
  margin-top: 80px;
  margin-bottom: 95px;
}
.contacts-page .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.contacts-page .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contacts-page .contact-info ul li {
  padding-left: 65px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.contacts-page .contact-info ul li img.icon {
  display: block;
  float: left;
  margin-left: -65px;
}
.contacts-page .contact-info ul li .blue {
  color: #7c634c;
}
.contacts-page .contact-info ul li .red {
  color: #fb1f20;
}
.contacts-page .contact-info ul li a {
  color: inherit;
}
.contacts-page .contact-info ul li a:hover,
.contacts-page .contact-info ul li a:focus {
  color: #7c634c;
}
.contacts-page .contact-info ul li a.callback {
  color: #7c634c;
}
.contacts-page .contact-info ul li a.callback:hover,
.contacts-page .contact-info ul li a.callback:focus {
  color: #D1B090;
}
.contacts-page .write-message form input {
  width: 80%;
  margin-bottom: 20px;
}
.contacts-page .write-message form input,
.contacts-page .write-message form textarea {
  /* webkit */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE */
}
.contacts-page .write-message form input::-webkit-input-placeholder,
.contacts-page .write-message form textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}
.contacts-page .write-message form input::-moz-placeholder,
.contacts-page .write-message form textarea::-moz-placeholder {
  color: #9e9e9e;
}
.contacts-page .write-message form input:-moz-placeholder,
.contacts-page .write-message form textarea:-moz-placeholder {
  color: #9e9e9e;
}
.contacts-page .write-message form input:-ms-input-placeholder,
.contacts-page .write-message form textarea:-ms-input-placeholder {
  color: #9e9e9e;
}
.contacts-page .write-message form label {
  width: 19%;
}
.contacts-page .write-message form .select2 {
  margin-bottom: 0;
}
.contacts-page .write-message form textarea {
  margin-top: 20px;
  width:80%;
}
.contacts-page .write-message form #contactclick {
  float:right;
  width:80%;
}

.contacts-page .write-message .select2 {
  width: 80% !important;
  margin-bottom: 20px;
}
.contacts-page .write-message .select2 .select2-selection {
  height: auto;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  outline: none;
  padding: 0 17px;
  background: #fff;
}
.contacts-page .write-message .select2 .select2-selection__rendered {
  padding: 0;
  line-height: 42px;
  color: #242424;
}
.contacts-page .write-message .select2 .select2-selection__arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 6px solid #9e9e9e;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts-page .write-message .select2 .select2-selection__arrow b {
  border: none;
  font-size: 0;
  margin: 0;
}
/* END Contacts page */
/* News page */
.news-page {
  margin-top: 45px;
  margin-bottom: 50px;
}
.news-page a {
  color: #242424;
}
.news-page .row-items:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 25px;
}
.news-page .item {
  margin-bottom: 25px;
}
.news-page .item .title {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
}
.news-page .item .title a {
  color: inherit;
}
.news-page .item .title a:hover {
  color: #7c634c;
}
.news-page .item .meta-info {
  font-size: 12px;
  margin-bottom: 15px;
}
.news-page .item .meta-info .date {
  display: inline-block;
  color: #b1b1b1;
  line-height: 16px;
  padding-right: 26px;
  /*border-right: 1px solid #d8d8d8;
				margin-right: 30px;*/
}
.news-page .item .meta-info ul.social {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-page .item .meta-info ul.social li {
  display: inline-block;
}
.news-page .item .meta-info ul.social li a .fa {
  color: #d8d8d8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
.news-page .item .meta-info ul.social li a:hover .fa {
  color: #7c634c;
}
.news-page .item .meta-info ul.social li + li {
  margin-left: 14px;
}
.news-page .item .photo {
  margin-bottom: 10px;
}
.news-page .item .text {
  font-size: 14px;
}
.news-page .item .text p {
  text-indent: 35px;
  line-height: 1.7;
}
/* News page */
/* Catalog */
.catalog-page {
  /* CARD view */
  /* LIST view */
}
.catalog-page .product-header-actions {
  margin: 30px 0;
}
.catalog-page .product-header-actions .title {
  margin-right: 14px;
}
.catalog-page .product-header-actions .action-group {
  display: inline-block;
  margin-bottom: 10px;
}
.catalog-page .product-header-actions .action-group .btn-group {
  position: relative;
}
.catalog-page .product-header-actions .action-group + .action-group {
  margin-left: 25px;
}
.catalog-page .product-header-actions .action-group .sort-btn {
  width: 155px;
  margin: 0;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  background: #fff;
  color: #838383;
  padding: 6px 15px;
  font-size: 14px;
  position: relative;
}
.catalog-page .product-header-actions .action-group .sort-btn .text {
  padding-right: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.catalog-page .product-header-actions .action-group .sort-btn .caret {
  color: #000;
}
.catalog-page .product-header-actions .action-group .select {
  width: 155px;
}
.catalog-page .product-header-actions .action-group .select .btn {
  margin: 0;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  background: #fff;
  color: #838383;
  padding: 6px 15px;
  font-size: 14px;
}
.catalog-page .product-header-actions .action-group .select .btn .bs-caret {
  color: #000;
}
.catalog-page .product-header-actions .action-group .price-download {
  margin-top: 0;
  padding: 6px 30px;
}
.catalog-page .product-header-actions .action-group.catalog-view-btns {
  float: right;
}
.catalog-page .product-header-actions .action-group.catalog-view-btns button {
  background: transparent;
  border: none;
  vertical-align: middle;
  outline: none;
}
.catalog-page .product-header-actions .action-group.catalog-view-btns button .fa {
  color: #e7e7e7;
  font-size: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog-page .product-header-actions .action-group.catalog-view-btns button:hover .fa {
  color: #7c634c;
}
.catalog-page .product-header-actions .action-group.catalog-view-btns button.active .fa {
  color: #7c634c;
}
@media only screen and (max-width: 767px) {
  .catalog-page .product-header-actions .action-group.price-download {
    display: none;
  }
  .catalog-page .product-header-actions .action-group.catalog-view-btns {
    display: block;
    float: none;
    margin-left: 0;
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-page .product-header-actions .action-group + .action-group {
    margin-left: 0;
  }
}
.catalog-page .info-message-block {
  text-align: center;
}
.catalog-page .info-message-block .info-message {
  position: relative;
  display: inline-block;
  color: #7c634c;
  border: 1px solid #f2f2f2;
  text-align: center;
  line-height: 1;
  padding: 15px 35px;
  border-radius: 3px;
}
.catalog-page .info-message-block .info-message .mdi {
  display: block;
  position: absolute;
  top: 8px;
  left: 13px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fb1f20;
}
.catalog-page .info-message-block .info-message p,
.catalog-page .info-message-block .info-message h2,
.catalog-page .info-message-block .info-message h3,
.catalog-page .info-message-block .info-message h4 {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.catalog-page .catalog-all-view.active {
  display: block;
}
.catalog-page .catalog-all-view .rows {
  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;
}
.catalog-page .catalog-all-view .product-item {
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 30px transparent;
          box-shadow: 0 0 30px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.3;
  max-width: 320px;
  margin: 0 auto 30px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner {
  padding: 24px 0 0;
  background: #fff;
  border-radius: 5px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .product-sold {
  display: inline-block;
  position: absolute;
  top: 130px;
  left: 50%;
  z-index: 2;
  margin-left: -65px;
  -webkit-transform: rotate(-21deg);
          transform: rotate(-21deg);
  font-weight: bold;
  color: #D1B090;
  text-transform: uppercase;
  padding: 4px 21px;
  border: 1px solid #D1B090;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #D1B090;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #D1B090;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .tags {
  position: absolute;
  top: 6px;
  left: 6px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .tags ul li {
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  padding: 1px 1px 1px 3px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .tags ul li.hit {
  border-color: #fb2425;
  color: #fb2425;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .tags ul li.sale_10 {
  border-color: #fb811f;
  color: #fb811f;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .tags ul li.new {
  border-color: #21aa06;
  color: #21aa06;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .tags ul li.top {
  border-color: #825884;
  color: #825884;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .tags ul li + li {
  margin-top: 7px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 60px;
  padding: 0 8px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .title a {
  color: #7c634c;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .title a:hover,
.catalog-page .catalog-all-view .product-item .product-item-inner .title a:focus {
  color: #D1B090;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .info-area {
  padding: 8px 15px 8px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .des {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .des ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .des ul li {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .des ul li.strong {
  font-weight: bold;
  font-size: 14px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .des ul li.add-info {
  display: none;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .prices {
  text-align: left;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .prices ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .prices ul li {
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .prices ul li:not(:first-child) {
  display: none;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .prices ul li .order-mount {
  float: left;
  font-size: 12px;
  color: #5f5f5f;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .prices ul li .price {
  float: right;
  font-size: 18px;
  color: #242424;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .prices ul li .price .ruble {
  color: #929292;
  font-style: normal;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .mdi-chevron-down {
  display: block;
  margin: 0 auto;
  color: #a9a9a9;
  padding-top: 8px;
  font-size: 23px;
  line-height: 11px;
}
@media screen and (max-width: 1200px) {
  .catalog-page .catalog-all-view .product-item .product-item-inner .mdi-chevron-down {
    display: none;
  }
}
.catalog-page .catalog-all-view .product-item .product-item-inner .action-btns {
  display: none;
  margin-top: 10px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .action-btns .quantity {
  display: inline-block;
  width: 106px;
  background: #f2f2f2;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
  border-radius: 3px;
  vertical-align: middle;
  margin: 2px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .action-btns .quantity button {
  display: inline-block;
  border: 0;
  background: transparent;
  color: #cacaca;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 14px;
  height: 14px;
  line-height: 0;
  padding: 0;
  outline: none;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .action-btns .quantity button:hover {
  color: #7c634c;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .action-btns .quantity button .mdi {
  font-size: 14px;
  font-weight: bold;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .action-btns .quantity input {
  display: inline-block;
  width: 40px;
  height: 20px;
  padding: 1px 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .action-btns .quantity input:focus {
  background: #fff;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .action-btns .add-to-card {
  width: 105px;
  padding: 6px;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .action-btns .add-to-card img {
  margin: 0 auto;
}
.catalog-page .catalog-all-view .product-item .product-item-inner .action-btns .add-by-one {
  display: none;
  padding: 7px 10px;
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .catalog-page .catalog-all-view .product-item .product-item-inner .action-btns {
    display: inline-block;
  }
  .catalog-page .catalog-all-view .product-item .product-item-inner .action-btns .add-by-one {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .catalog-page .catalog-all-view .product-item .product-item-inner .action-btns .add-by-one {
    font-size: 12px;
  }
}
.catalog-page .catalog-all-view .product-item.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-shadow: 0 0 30px #bdbdbd;
          box-shadow: 0 0 30px #bdbdbd;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .title {
  margin-bottom: 10px;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .des ul li {
  margin-bottom: 8px;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .des ul li.add-info {
  display: block;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .prices {
  margin-top: 15px;
  padding-top: 10px;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .prices ul li {
  display: block;
  line-height: 1;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .prices ul li:not(:last-child) {
  margin-bottom: 15px;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .prices ul li:not(:first-child) {
  display: block;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .prices ul li span.order-mount {
  font-size: 12px;
  color: #5f5f5f;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .prices ul li span.price {
  float: right;
  font-size: 18px;
  color: #242424;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .prices ul li span.price .fa {
  color: #929292;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .mdi-chevron-down {
  display: none;
}
.catalog-page .catalog-all-view .product-item.focus .product-item-inner .action-btns {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .catalog-page .catalog-all-view .product-item {
    margin: 0 auto 15px;
  }
  .catalog-page .catalog-all-view .product-item .product-item-inner {
    padding: 10px 0 0;
  }
  .catalog-page .catalog-all-view .product-item .product-item-inner .title {
    padding: 0;
  }
  .catalog-page .catalog-all-view .product-item .product-item-inner .info-area {
    padding: 5px 4px 5px;
  }
  .catalog-page .catalog-all-view .product-item .product-item-inner .des {
    font-size: 14px;
  }
  .catalog-page .catalog-all-view .product-item .product-item-inner .des ul li {
    margin-bottom: 10px;
  }
  .catalog-page .catalog-all-view .product-item .product-item-inner .prices {
    margin-top: 10px;
    padding-top: 10px;
  }
  .catalog-page .catalog-all-view .product-item .product-item-inner .prices ul li .order-mount {
    font-size: 14px;
  }
  .catalog-page .catalog-all-view .product-item .product-item-inner .prices ul li .price {
    font-weight: bold;
  }
}

.catalog-product-page {
  margin-top: 30px;
}
.catalog-product-page .product-photo .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-page .product-photo .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
}
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-next,
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-prev {
  background-image: none;
  -webkit-transition: .3s;
  transition: .3s;
  background: #D1B090;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-next:after,
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-prev:after {
  display: none;
}
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-next svg,
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-prev svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-next:hover,
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-prev:hover {
  background: #7c634c;
}
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-next.swiper-button-disabled,
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  cursor: pointer;
  opacity: .5;
}
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-prev {
  left: 10px;
}
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-prev svg {
  margin-right: 2px;
}
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-next {
  right: 10px;
}
.catalog-product-page .product-photo .swiper-container .navigation .swiper-button-next svg {
  margin-left: 2px;
}
.catalog-product-page .product-photo .gallery-top {
  height: 80%;
  width: 100%;
}
.catalog-product-page .product-photo .gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
}
.catalog-product-page .product-photo .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.catalog-product-page .product-photo .gallery-thumbs .swiper-slide:hover {
  cursor: pointer;
  opacity: 0.7;
}
.catalog-product-page .product-photo .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.catalog-product-page .product-photo a {
  display: block;
  position: relative;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.catalog-product-page .product-photo a:before {
  content: "\f00e";
  font-family: 'FontAwesome';
  position: absolute;
  top: 7px;
  right: 14px;
  font-size: 24px;
  color: #7c634c;
  z-index: 2;
  font-weight: normal;
  opacity: 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.catalog-product-page .product-photo a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7c634c;
  opacity: 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  z-index: 2;
}
.catalog-product-page .product-photo a:hover:before {
  opacity: 0.4;
}
.catalog-product-page .product-photo a:hover .overlay {
  opacity: 0.1;
}
@media only screen and (max-width: 767px) {
  .catalog-product-page .product-photo {
    margin-bottom: 30px;
  }
}
.catalog-product-page h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #7c634c;
  line-height: 1;
  margin-bottom: 30px;
}
.catalog-product-page .product-photo {
  position: relative;
}
.catalog-product-page .product-photo .product-sold {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: bold;
  color: #D1B090;
  text-transform: uppercase;
  padding: 6px 30px;
  border: 1px solid #D1B090;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #D1B090;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #D1B090;
}
.catalog-product-page .product-info ul.product-attributes {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  list-style: none;
  font-size: 12px;
  border-bottom: 1px solid #e7e7e7;
}
.catalog-product-page .product-info ul.product-attributes li {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.catalog-product-page .product-info ul.product-attributes li.strong {
  font-weight: bold;
  font-size: 14px;
}
.catalog-product-page .product-info ul.product-attributes li.article {
  margin-bottom: 20px;
}
.catalog-product-page .product-info ul.prices-list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.catalog-product-page .product-info ul.prices-list li {
  display: block;
  line-height: 1;
  margin-bottom: 23px;
  position: relative;
}
.catalog-product-page .product-info ul.prices-list li:after {
  content: '';
  display: block;
  overflow: hidden;
  height: 14px;
  border-bottom: 1px dotted #242424;
}
.catalog-product-page .product-info ul.prices-list li .order-mount {
  float: left;
  font-size: 12px;
  color: #5f5f5f;
  padding-top: 4px;
  margin-right: 5px;
}
.catalog-product-page .product-info ul.prices-list li .price {
  float: right;
  font-size: 18px;
  color: #242424;
  margin-left: 5px;
}
.catalog-product-page .product-info ul.prices-list li .price .ruble {
  color: #929292;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .catalog-product-page .product-info .xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalog-product-page .product-info .info-message {
  position: relative;
  display: inline-block;
  color: #7c634c;
  border: 1px solid #f2f2f2;
  text-align: center;
  line-height: 1;
  padding: 15px 35px;
  border-radius: 3px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.catalog-product-page .product-info .info-message .mdi {
  display: block;
  position: absolute;
  top: 8px;
  left: 13px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fb1f20;
}
.catalog-product-page .product-info .info-message p,
.catalog-product-page .product-info .info-message h2,
.catalog-product-page .product-info .info-message h3,
.catalog-product-page .product-info .info-message h4 {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
.catalog-product-page .product-info .action-btns {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.catalog-product-page .product-info .action-btns .quantity {
  display: inline-block;
  background: #f2f2f2;
  padding: 0px 13px;
  line-height: 34px;
  height: 34px;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
.catalog-product-page .product-info .action-btns .quantity button {
  display: inline-block;
  border: 0;
  background: transparent;
  color: #cacaca;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 14px;
  height: 14px;
  line-height: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
.catalog-product-page .product-info .action-btns .quantity button:hover {
  color: #7c634c;
}
.catalog-product-page .product-info .action-btns .quantity button .mdi {
  font-size: 14px;
  font-weight: bold;
}
.catalog-product-page .product-info .action-btns .quantity input {
  display: inline-block;
  width: 45px;
  height: 16px;
  padding: 1px 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  border-radius: 0;
}
.catalog-product-page .product-info .action-btns .quantity input:focus {
  background: #fff;
}
.catalog-product-page .product-info .action-btns .add-to-card,
.catalog-product-page .product-info .action-btns .add-by-one {
  margin: 5px 0 0;
  padding: 0 10px 0 20px;
  font-size: 17px;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: #D1B090;
}
.catalog-product-page .product-info .action-btns .add-to-card img,
.catalog-product-page .product-info .action-btns .add-by-one img {
  display: inline-block;
  width: 20px;
}
.catalog-product-page .product-info .action-btns .add-to-card:hover,
.catalog-product-page .product-info .action-btns .add-by-one:hover {
  background: #7c634c;
}
.catalog-product-page .product-info .price-block {
  margin: 25px 0 35px;
  font-size: 16px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.catalog-product-page .product-info .price-block span.total_price {
  color: #7c634c;
}
.catalog-product-page .product-info .price-block span.ruble {
  color: #929292;
  font-style: normal;
}
.catalog-product-page .product-info .nav-tabs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-bottom: 3px solid #f2f2f2;
  margin-bottom: 30px;
}
.catalog-product-page .product-info .nav-tabs li {
  color: #5f5f5f;
}
.catalog-product-page .product-info .nav-tabs li a {
  color: inherit;
  border-width: 0;
  background: transparent;
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 10px 0;
}
.catalog-product-page .product-info .nav-tabs li a:hover {
  color: #D1B090;
  background: transparent;
}
.catalog-product-page .product-info .nav-tabs li.active {
  color: #7c634c;
}
.catalog-product-page .product-info .nav-tabs li.active a {
  color: #7c634c;
}
.catalog-product-page .product-info .nav-tabs li.active a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 3px;
  background: #7c634c;
}
.catalog-product-page .product-info .nav-tabs li.active a:hover {
  color: #7c634c;
}
.catalog-product-page .product-info .nav-tabs li + li {
  margin-left: 100px;
}
@media only screen and (max-width: 991px) {
  .catalog-product-page .product-info .nav-tabs {
    font-size: 16px;
  }
  .catalog-product-page .product-info .nav-tabs li + li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-page .product-info ul.product-attributes {
    font-size: 16px;
  }
  .catalog-product-page .product-info ul.prices-list li .order-mount {
    font-size: 16px;
  }
  .catalog-product-page .product-info ul.prices-list li .price {
    font-weight: bold;
  }
  .catalog-product-page .product-info .action-btns {
    text-align: center;
    margin: 10px 0 15px;
  }
  .catalog-product-page .product-info .action-btns .quantity {
    line-height: 40px;
    height: 40px;
    margin: 0;
  }
  .catalog-product-page .product-info .action-btns .quantity button {
    width: 18px;
    height: 18px;
  }
  .catalog-product-page .product-info .action-btns .quantity button .mdi {
    font-size: 18px;
  }
  .catalog-product-page .product-info .action-btns .quantity input {
    width: 55px;
    height: 30px;
    padding: 0;
    font-size: 17px;
    margin: 0 8px;
  }
  .catalog-product-page .product-info .price-block {
    margin: 10px 0 20px;
  }
}
.catalog-product-page section.product-composition {
  margin-bottom: 50px;
}
.catalog-product-page section.product-composition .section-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.catalog-product-page section.product-composition .rows {
  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;
}
.catalog-product-page section.product-composition .product-composition-header {
  background: #f2f2f2;
  margin-bottom: 30px;
  padding: 20px 65px 30px 20px;
  position: relative;
  border-radius: 6px;
}
.catalog-product-page section.product-composition .product-composition-header .text {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
  font-size: 16px;
  color: #5f5f5f;
  font-family: Arial, Helvetica, sans-serif;
}
.catalog-product-page section.product-composition .product-composition-header .text .quantity {
  color: #7c634c;
}
.catalog-product-page section.product-composition .product-composition-header .images {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-page section.product-composition .product-composition-header .images img {
  display: inline-block;
  max-width: 75px;
}
.catalog-product-page section.product-composition .product-composition-header .images img + img {
  margin-left: 30px;
}
.catalog-product-page section.product-composition .product-composition-header .open-list-arrow {
  display: block;
  position: absolute;
  width: 30px;
  height: 31px;
  top: 50%;
  right: 27px;
  margin-top: -15px;
  font-size: 0;
  padding: 0;
}
.catalog-product-page section.product-composition .product-composition-header .open-list-arrow .mdi {
  width: 30px;
  height: 31px;
  line-height: 31px;
  font-size: 30px;
  color: #7c634c;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog-product-page section.product-composition .product-composition-header .open-list-arrow:hover .mdi {
  color: #D1B090;
}
.catalog-product-page section.product-composition .product-composition-header .open-list-arrow.collapsed .mdi {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-product-page section.product-composition .product-composition-panel .item-cnt {
  margin-bottom: 30px;
}
.catalog-product-page section.product-composition .product-composition-panel .item {
  position: relative;
  background: #f2f2f2;
  padding: 25px 25px 10px;
  border-radius: 6px;
  min-height: 200px;
}
.catalog-product-page section.product-composition .product-composition-panel .item .quantity {
  position: absolute;
  top: 70px;
  left: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #7c634c;
  line-height: 1;
}
.catalog-product-page section.product-composition .product-composition-panel .item .quantity .mdi {
  font-size: 16px;
  color: #999999;
  margin-left: 5px;
  vertical-align: middle;
}
.catalog-product-page section.product-composition .product-composition-panel .item .images {
  padding-left: 30px;
  height: 105px;
}
.catalog-product-page section.product-composition .product-composition-panel .item .images span.single-candy {
  display: block;
  height: 100%;
}
.catalog-product-page section.product-composition .product-composition-panel .item .images img {
  max-width: 150px;
  display: inline-block;
}
.catalog-product-page section.product-composition .product-composition-panel .item .title {
  font-family: Arial, Helvetica, sans-serif;
  color: #5f5f5f;
  text-align: center;
  min-height: 60px;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 10px;
}
.catalog-product-page section.product-composition .product-composition-footer {
  padding: 28px;
  background: #f2f2f2;
  font-size: 16px;
  border-radius: 6px;
}
.catalog-product-page section.product-composition .product-composition-footer p {
  margin-bottom: 30px;
}
.catalog-product-page section.product-composition .product-composition-footer p:last-child {
  margin-bottom: 0;
}
.catalog-product-page section.product-composition .product-composition-footer p:first-of-type {
  margin-top: 0;
}
.catalog-product-page section.similar-products {
  padding-bottom: 40px;
}
.catalog-product-page section.similar-products .section-title {
  float: left;
  color: #7c634c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 38px;
}
.catalog-product-page section.similar-products .navigation {
  position: relative;
  float: right;
  z-index: 2;
  height: 30px;
  line-height: 30px;
  /*.swiper-button-next.swiper-button-disabled,
			.swiper-button-prev.swiper-button-disabled {
				cursor: pointer;
				pointer-events: all;
				opacity: 1;
			}*/
}
.catalog-product-page section.similar-products .navigation .swiper-button-next,
.catalog-product-page section.similar-products .navigation .swiper-button-prev {
  position: absolute;
  top: 0;
  right: 0;
  background-image: none;
  margin-top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.catalog-product-page section.similar-products .navigation .swiper-button-next:after,
.catalog-product-page section.similar-products .navigation .swiper-button-prev:after {
  display: none;
}
.catalog-product-page section.similar-products .navigation .swiper-button-next svg,
.catalog-product-page section.similar-products .navigation .swiper-button-prev svg {
  fill: #7c634c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog-product-page section.similar-products .navigation .swiper-button-next svg:hover,
.catalog-product-page section.similar-products .navigation .swiper-button-prev svg:hover {
  fill: #D1B090;
}
.catalog-product-page section.similar-products .navigation .swiper-button-prev {
  right: 45px;
  left: auto;
}
.catalog-product-page section.similar-products .navigation .swiper-button-next {
  right: 0;
  left: auto;
}
.catalog-product-page section.similar-products .swiper-container {
  width: 100%;
}
.catalog-product-page section.similar-products .swiper-container .swiper-slide {
  text-align: left;
  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;
}
.catalog-product-page section.similar-products .item {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 24px 0 0;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 30px transparent;
          box-shadow: 0 0 30px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.3;
}
.catalog-product-page section.similar-products .item .tags {
  position: absolute;
  top: 6px;
  left: 6px;
}
.catalog-product-page section.similar-products .item .tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog-product-page section.similar-products .item .tags ul li {
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  padding: 1px 1px 1px 3px;
}
.catalog-product-page section.similar-products .item .tags ul li.hit {
  border-color: #fb2425;
  color: #fb2425;
}
.catalog-product-page section.similar-products .item .tags ul li.sale_10 {
  border-color: #fb811f;
  color: #fb811f;
}
.catalog-product-page section.similar-products .item .tags ul li.new {
  border-color: #21aa06;
  color: #21aa06;
}
.catalog-product-page section.similar-products .item .tags ul li.top {
  border-color: #825884;
  color: #825884;
}
.catalog-product-page section.similar-products .item .tags ul li + li {
  margin-top: 7px;
}
.catalog-product-page section.similar-products .item .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 60px;
  padding: 0 8px;
}
.catalog-product-page section.similar-products .item .title a {
  color: #7c634c;
}
.catalog-product-page section.similar-products .item .title a:hover,
.catalog-product-page section.similar-products .item .title a:focus {
  color: #D1B090;
}
.catalog-product-page section.similar-products .item .info-area {
  padding: 8px 15px 8px;
}
.catalog-product-page section.similar-products .item .des {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}
.catalog-product-page section.similar-products .item .des ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-product-page section.similar-products .item .des ul li {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.catalog-product-page section.similar-products .item .des ul li.strong {
  font-weight: bold;
  font-size: 14px;
}
.catalog-product-page section.similar-products .item .des ul li.material,
.catalog-product-page section.similar-products .item .des ul li.size {
  display: none;
}
.catalog-product-page section.similar-products .item .prices {
  text-align: left;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
}
.catalog-product-page section.similar-products .item .prices ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-product-page section.similar-products .item .prices ul li {
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.catalog-product-page section.similar-products .item .prices ul li:not(:first-child) {
  display: none;
}
.catalog-product-page section.similar-products .item .prices ul li .order-mount {
  float: left;
  font-size: 12px;
  color: #5f5f5f;
}
.catalog-product-page section.similar-products .item .prices ul li .price {
  float: right;
  font-size: 18px;
  color: #242424;
}
.catalog-product-page section.similar-products .item .prices ul li .price .ruble {
  color: #929292;
  font-style: normal;
}
.catalog-product-page section.similar-products .item .mdi-chevron-down {
  display: block;
  margin: 0 auto;
  color: #a9a9a9;
  padding-top: 8px;
  font-size: 23px;
  line-height: 11px;
}
/* END Catalog product page */
/* Search hover result */
.mse2-ac-link.ui-menu-item-wrapper {
  padding: 0 !important;
}
.mse2-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 5px;
  font-size: 12px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}
.mse2-row .td {
  display: table-cell;
  padding: 5px;
}
.mse2-row .image {
  width: 70px;
}
.mse2-row .des {
  vertical-align: top;
}
.mse2-row .des a.search-link {
  display: inline-block;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #7c634c;
  margin-bottom: 12px;
}
.mse2-row .des a.search-link:hover,
.mse2-row .des a.search-link:active {
  color: #D1B090;
}
.mse2-row .price {
  width: 80px;
  font-size: 18px;
  color: #242424;
}
.mse2-row .price .ruble {
  color: #929292;
  font-style: normal;
}
.mse2-row:hover {
  color: #fff;
}
.mse2-row:hover a.search-link {
  color: #dbdbdb;
}
.mse2-row:hover a.search-link:hover,
.mse2-row:hover a.search-link:active {
  color: #fff;
}
.mse2-row:hover .price {
  color: #fff;
}
.mse2-row:hover .price .ruble {
  color: #eeeeee;
}
/* Search hover result */
/* Search page */
.search-page {
  margin-top: 60px;
}
.search-page .rows {
  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;
}
.search-page .product-item {
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 30px transparent;
          box-shadow: 0 0 30px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.3;
  margin-bottom: 30px;
}
.search-page .product-item .product-item-inner {
  padding: 24px 0 0;
  background: #fff;
  border-radius: 5px;
}
.search-page .product-item .product-item-inner .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 60px;
  padding: 0 8px;
}
.search-page .product-item .product-item-inner .title a {
  color: #7c634c;
}
.search-page .product-item .product-item-inner .title a:hover,
.search-page .product-item .product-item-inner .title a:focus {
  color: #D1B090;
}
.search-page .product-item .product-item-inner .info-area {
  padding: 8px 15px 8px;
}
.search-page .product-item .product-item-inner .des {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}
.search-page .product-item .product-item-inner .des ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-page .product-item .product-item-inner .des ul li {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.search-page .product-item .product-item-inner .des ul li.strong {
  font-weight: bold;
  font-size: 14px;
}
.search-page .product-item .product-item-inner .des ul li.material,
.search-page .product-item .product-item-inner .des ul li.size {
  display: none;
}
.search-page .product-item .product-item-inner .prices {
  text-align: left;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
}
.search-page .product-item .product-item-inner .prices ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-page .product-item .product-item-inner .prices ul li {
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.search-page .product-item .product-item-inner .prices ul li .order-mount {
  float: left;
  font-size: 12px;
  color: #5f5f5f;
}
.search-page .product-item .product-item-inner .prices ul li .price {
  float: right;
  font-size: 18px;
  color: #242424;
}
.search-page .product-item .product-item-inner .prices ul li .price .ruble {
  color: #929292;
  font-style: normal;
}
.search-page .product-item .product-item-inner .prices ul li:nth-child(2) {
  display: none;
}
/* END Search page */
/* Pagination */
div.pagination {
  display: block;
  text-align: center;
}
div.pagination ul.pagination > li > a,
div.pagination ul.pagination > li > span {
  position: relative;
  float: left;
  padding: 0 10px;
  color: #242424;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  min-width: 44px;
  border-radius: 3px;
  line-height: 36px;
  font-size: 18px;
}
div.pagination ul.pagination > li {
  display: inline-block;
}
div.pagination ul.pagination > li + li {
  margin-left: 7px;
}
div.pagination ul.pagination > li > a:hover,
div.pagination ul.pagination > li > a:focus {
  background: #dbdbdb;
  color: #242424;
}
div.pagination ul.pagination > li.active a {
  background: #7c634c;
  color: #fff;
}
div.pagination ul.pagination > li.active a:hover,
div.pagination ul.pagination > li.active a:focus {
  background: #7c634c;
  color: #fff;
}
/* END Pagination */
/* Cart page */
.cart-page table.cart-table tr {
  border-bottom: 1px solid #e7e7e7;
}
.cart-page table.cart-table tr:last-of-type {
  border: none;
}
.cart-page table.cart-table tr th,
.cart-page table.cart-table tr td {
  border: none;
}
.cart-page table.cart-table tr.header {
  border: none;
}
.cart-page table.cart-table tr.header th {
  background: #f2f2f2;
  padding: 20px;
  color: #5f5f5f;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 400;
}
.cart-page table.cart-table tr.header th.total-cost {
  white-space: nowrap;
}
.cart-page table.cart-table tr.header th.remove {
  width: 100px !important;
}
.cart-page table.cart-table tr.footer {
  background: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.cart-page table.cart-table tr.footer th.total_cost {
  text-align: right;
  padding: 25px;
  line-height: 1;
}
.cart-page table.cart-table tr.footer th.total_cost span.ruble {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;
}
.cart-page table.cart-table tr td {
  padding: 15px;
  border: none;
  vertical-align: middle;
  font-size: 18px;
}
.cart-page table.cart-table tr td.image {
  text-align: center;
  vertical-align: top;
  padding: 10px;
}
.cart-page table.cart-table tr td.image img {
  display: inline-block;
  margin: 0;
}
.cart-page table.cart-table tr td.description {
  font-size: 12px;
}
.cart-page table.cart-table tr td.description a.title {
  font-size: 16px;
  color: #7c634c;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.cart-page table.cart-table tr td.description a.title:hover {
  color: #D1B090;
}
.cart-page table.cart-table tr td.description ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cart-page table.cart-table tr td.description ul li:not(:last-child) {
  margin-bottom: 10px;
}
.cart-page table.cart-table tr td span.ruble {
  color: #929292;
}
.cart-page table.cart-table tr td.count {
  white-space: nowrap;
}
.cart-page table.cart-table tr td.remove {
  text-align: center;
}
.cart-page .quantity {
  display: inline-block;
  background: #f2f2f2;
  padding: 0px 13px;
  line-height: 34px;
  height: 34px;
  border-radius: 3px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.cart-page .quantity button {
  display: inline-block;
  border: 0;
  background: transparent;
  color: #cacaca;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 14px;
  height: 14px;
  line-height: 0;
  padding: 0;
  outline: none;
}
.cart-page .quantity button:hover {
  color: #7c634c;
}
.cart-page .quantity button .mdi {
  font-size: 14px;
  font-weight: bold;
}
.cart-page .quantity input {
  display: inline-block;
  width: 45px;
  height: 20px;
  padding: 1px 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background: transparent;
  border-radius: 0;
  border: none;
  outline: none;
}
.cart-page .quantity input:focus {
  background: #fff;
}
.cart-page .remove-btn {
  background: transparent;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.cart-page .remove-btn .mdi {
  color: #b3b3ae;
  color: #9f9f9f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.cart-page .remove-btn:hover .mdi {
  color: #464646;
}
@media only screen and (max-width: 991px) {
  .cart-page table.cart-table tr.header th {
    padding: 10px;
  }
  .cart-page table.cart-table tr td {
    padding: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-page table.cart-table thead {
    display: none;
  }
  .cart-page table.cart-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-right: 44px;
  }
  .cart-page table.cart-table tr td.image {
    padding: 5px;
    width: 100%;
  }
  .cart-page table.cart-table tr td.image img {
    width: 110px;
  }
  .cart-page table.cart-table tr td.description {
    width: 100%;
    font-size: 15px;
  }
  .cart-page table.cart-table tr td.price {
    width: 100%;
  }
  .cart-page table.cart-table tr td.price .price_text:before {
    content: "Цена: ";
    color: #464646;
  }
  .cart-page table.cart-table tr td.count {
    width: 100%;
  }
  .cart-page table.cart-table tr td.total-cost .total-cost_text:before {
    content: "Стоимость: ";
    color: #464646;
  }
  .cart-page table.cart-table tr td.remove {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    width: auto;
  }
  .cart-page table.cart-table tr td.remove .remove-btn {
    width: auto;
    height: auto;
  }
  .cart-page table.cart-table tr td.remove .remove-btn .mdi {
    width: auto;
    height: auto;
    font-size: 26px;
  }
  .cart-page table.cart-table.get_order tbody tr {
    padding-right: 0;
  }
  .cart-page table.cart-table.get_order tr.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-page table.cart-table.get_order tr.footer th {
    width: 100%;
  }
  .cart-page table.cart-table.get_order tr.footer th.total_cost {
    text-align: center;
  }
}
/* Cart page */
/*Back-to-top*/
.back-to-top {
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 70px;
  bottom: 80px;
  right: 20px;
  display: none;
  border-radius: 3px;
  opacity: 0.6;
  background: #9f9f9f;
  color: #fff;
  border: 1px solid #9f9f9f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  z-index: 999;
}
.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
  background: #7c634c;
  opacity: 1;
  color: #fff;
  border: 1px solid #7c634c;
}
.back-to-top span {
  line-height: 68px;
  height: 68px;
  width: 48px;
  margin: 0 auto;
  font-size: 30px;
}
@media only screen and (max-width: 480px) {
  .back-to-top {
    width: 40px;
    height: 50px;
    bottom: 30px;
    right: 10px;
  }
  .back-to-top span {
    line-height: 48px;
    height: 48px;
    width: 38px;
    font-size: 27px;
  }
}
/* Old style - temporary */
.block_content_shure {
  /* height: 331px; */
  overflow: hidden;
}
.block_content_shure_c {
  max-height: 331px;
  overflow: hidden;
}
.block_content_shure_q {
  height: 40px;
  background: #ffffff;
  margin-top: -40px;
  opacity: 0.7;
  -webkit-box-shadow: 36px -10px 30px #ffffff;
          box-shadow: 36px -10px 30px #ffffff;
}
.active_s {
  float: left;
  width: 100%;
}
.active_s a span,
.active .active_s a span.l1 {
  display: none;
}
.active .active_s a span.l2 {
  display: block;
}
.active_s a span.l1 {
  display: block;
}
.active_s a {
  display: block;
  margin: 0 auto;
  width: 100px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #000;
  background: #ececec;
  margin-top: 15px;
}
.block_content_shure.active .block_content_shure_c {
  height: auto;
  max-height: inherit;
}
table.listing img {
  max-width: 120px;
}
table.listing tr td {
  padding: 10px;
  border: 1px solid #000;
}
table.listing {
  border: 1px solid #000;
  font-size: 14px;
}
table.listing tr td:first-child {
  border-right: 1px solid #000;
  text-align: center;
}
table.listing tr td:last-child {
  padding-left: 3px;
}
table.listing tr td {
  border-bottom: 1px solid #000;
}
table.listing tr td table tr td {
  border: none;
}
table.listing .xl77 {
  color: red !important;
  border: none !important;
  font-size: 12px;
  font-weight: bold;
  text-align: left !important;
}
table.listing .xl77 img {
  float: right;
  max-width: 210px;
  padding: 10px 10px 0;
}
table.listing .xl76 {
  color: #0070c0 !important;
  font: italic bold 16px / normal "Arial";
}
table.listing .xl72,
table.listing .xl73 {
  background: #fdfaa8;
  font-weight: bold;
  font-style: italic;
  font-family: Arial;
}
table.listing tr:last-child .xl72,
table tr:last-child .xl73 {
  font-weight: normal;
  background: #fff;
}
.xl76,
.xl70 {
  text-align: center;
}
.xl71 {
  font-style: italic;
}
table.listing td {
  border: 1px solid #BDF2FF;
}
table.listing table {
  border: none !important;
}
table.listing tr {
  border: none !important;
  font: 15px / normal "Arial";
}
#cart_table .cart_image {
  width: 70px !important;
}
td.xl69 {
  background-color: #ff9900;
  font: italic bold 16px / normal "Arial";
}
table.listing .xl73 {
  text-align: center;
}
.img_center {
  width: 100%;
  height: 100%;
  text-align: center;
}
.img_center img {
  vertical-align: middle;
  display: inline-block;
}
.img_center_marg {
  margin: 10px 0;
}
td img {
  margin: 0 20px;
}
td.no_marg img {
  margin: 0 !important;
}
table.listing img {
  border: none !important;
}
table.listing img {
  max-width: 160px;
  max-height: 160px;
}
table.listing tr td {
  padding: 5px 0;
}
table.listing {
  border: 1px solid #000;
  font-size: 14px;
  width: 100%;
}
table.listing tr td:first-child {
  border-right: 1px solid #000;
  text-align: center;
}
table.listing tr td:last-child {
  padding-left: 0px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
table.listing tr td {
  /* border-bottom: 1px solid #000; */
}
table.listing tr td table tr td {
  border: none;
}
table.listing .xl77 {
  color: red !important;
  border: none !important;
  font-size: 12px;
  font-weight: bold;
  text-align: left !important;
}
table.listing .xl77 img {
  float: right;
  max-width: 210px;
  padding: 10px 10px 0;
}
table.listing .xl76 {
  color: #0070c0 !important;
  font: italic bold 16px / normal "Arial";
}
table.listing .xl72,
table.listing .xl73 {
  background: #155098;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  font-family: Arial;
}
table.listing tr:last-child .xl72,
table tr:last-child .xl73 {
  font-weight: normal;
  background: #fff;
}
.xl76 {
  text-align: center;
}
.xl70 {
  background: #155098;
  color: #ffffff;
}
.xl71 {
  font-style: italic;
}
table.listing td {
  border: 1px solid #BDF2FF;
}
table.listing table {
  border: none !important;
  padding: 0px;
  margin: 0px;
}
table.listing tr {
  border: none !important;
  font: 15px / normal "Arial";
  padding: 0px;
  margin: 0px;
}
#cart_table .cart_image {
  width: 70px !important;
}
td.xl69 {
  background-color: #155098;
  font: italic bold 16px / normal "Arial";
  color: #ffffff;
}
table.listing .xl73 {
  text-align: center;
  background: #155098;
  color: #ffffff;
}
.img_center {
  width: 100%;
  height: 100%;
  text-align: center;
}
.img_center img {
  vertical-align: middle;
  display: inline-block;
}
.img_center_marg {
  margin: 10px 0;
}
td img {
  margin: 0 20px;
}
td.no_marg img {
  margin: 0 !important;
}
.xl75,
.xl74 {
  background: #ffffff;
}
/* Footer */
/* paddings */
.pt-1 {
  padding-top: 10px;
}
.pt-2 {
  padding-top: 20px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-5 {
  padding-top: 50px;
}
.pt-6 {
  padding-top: 60px;
}
.pt-7 {
  padding-top: 70px;
}
.pt-8 {
  padding-top: 80px;
}
.pt-9 {
  padding-top: 90px;
}
.pt-10 {
  padding-top: 100px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pb-5 {
  padding-bottom: 50px;
}
.pb-6 {
  padding-bottom: 60px;
}
.pb-7 {
  padding-bottom: 70px;
}
.pb-8 {
  padding-bottom: 80px;
}
.pb-9 {
  padding-bottom: 90px;
}
.pb-10 {
  padding-bottom: 100px;
}
.pl-1 {
  padding-left: 10px;
}
.pl-2 {
  padding-left: 20px;
}
.pl-3 {
  padding-left: 30px;
}
.pl-4 {
  padding-left: 40px;
}
.pl-5 {
  padding-left: 50px;
}
.pl-6 {
  padding-left: 60px;
}
.pl-7 {
  padding-left: 70px;
}
.pl-8 {
  padding-left: 80px;
}
.pl-9 {
  padding-left: 90px;
}
.pl-10 {
  padding-left: 100px;
}
.pr-1 {
  padding-right: 10px;
}
.pr-2 {
  padding-right: 20px;
}
.pr-3 {
  padding-right: 30px;
}
.pr-4 {
  padding-right: 40px;
}
.pr-5 {
  padding-right: 50px;
}
.pr-6 {
  padding-right: 60px;
}
.pr-7 {
  padding-right: 70px;
}
.pr-8 {
  padding-right: 80px;
}
.pr-9 {
  padding-right: 90px;
}
.pr-10 {
  padding-right: 100px;
}
/* margins */
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 50px;
}
.mt-6 {
  margin-top: 60px;
}
.mt-7 {
  margin-top: 70px;
}
.mt-8 {
  margin-top: 80px;
}
.mt-9 {
  margin-top: 90px;
}
.mt-10 {
  margin-top: 100px;
}
/* --- */
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mb-6 {
  margin-bottom: 60px;
}
.mb-7 {
  margin-bottom: 70px;
}
.mb-8 {
  margin-bottom: 80px;
}
.mb-9 {
  margin-bottom: 90px;
}
.mb-10 {
  margin-bottom: 100px;
}
.ml-1 {
  margin-left: 10px;
}
.ml-2 {
  margin-left: 20px;
}
.ml-3 {
  margin-left: 30px;
}
.ml-4 {
  margin-left: 40px;
}
.ml-5 {
  margin-left: 50px;
}
.ml-6 {
  margin-left: 60px;
}
.ml-7 {
  margin-left: 70px;
}
.ml-8 {
  margin-left: 80px;
}
.ml-9 {
  margin-left: 90px;
}
.ml-10 {
  margin-left: 100px;
}
/* --- */
.mr-1 {
  margin-right: 10px;
}
.mr-2 {
  margin-right: 20px;
}
.mr-3 {
  margin-right: 30px;
}
.mr-4 {
  margin-right: 40px;
}
.mr-5 {
  margin-right: 50px;
}
.mr-6 {
  margin-right: 60px;
}
.mr-7 {
  margin-right: 70px;
}
.mr-8 {
  margin-right: 80px;
}
.mr-9 {
  margin-right: 90px;
}
.mr-10 {
  margin-right: 100px;
}
/*Colors*/
/* Modal windows */
.callback_modal_window .modal-dialog {
  width: 450px;
}
.byoneclick_modal_form input[readonly] {
  background: #eee;
  line-height: 35px;
  cursor: no-drop;
}
.byoneclick_modal_form input[readonly] + input[readonly] {
  margin-top: 5px;
}
@media only screen and (max-width: 480px) {
  .callback_modal_window .modal-dialog {
    width: auto;
  }
}
/* Forms */
.order-block .block {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 30px;
}
.order-block form#msOrder .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.order-block form#msOrder .form-group {
  margin-bottom: 30px;
}
.order-block form#msOrder .form-group:last-child {
  margin-bottom: 0;
}
.order-block form#msOrder .radiobutton label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  padding-left: 33px;
  line-height: 18px;
  white-space: normal;
  padding-top: 1px;
  cursor: pointer;
  position: relative;
}
.order-block form#msOrder .radiobutton label.radio-custom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #8F8F8F;
  background: #ffffff;
}
.order-block form#msOrder input[type=radio] {
  display: none;
  width: auto;
}
.order-block form#msOrder input[type=text],
.order-block form#msOrder input[type=email] {
  line-height: 38px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
}
.order-block form#msOrder input[type=text]:focus,
.order-block form#msOrder input[type=email]:focus {
  border: 1px solid #c9c9c9;
}
.order-block form#msOrder input[type=text] + input[type=text],
.order-block form#msOrder input[type=email] + input[type=text] {
  margin-top: 20px;
}
.order-block form#msOrder textarea {
  border: 1px solid #fff;
}
.order-block form#msOrder textarea:focus {
  border: 1px solid #c9c9c9;
}
.order-block form#msOrder input[type=radio]:checked + .radio-custom:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  background: #ff0000;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}
.order-block form#msOrder section.delivery-section {
  margin-bottom: 30px;
}
.order-block form#msOrder section.delivery-section .delivery-inputs {
  margin-top: 28px;
  padding: 0 33px;
}
.order-block form#msOrder section.delivery-section small {
  font-size: 12px;
}
.order-block form#msOrder section.delivery-section .red {
  color: #ff0000;
}
.order-block form#msOrder section.delivery-section .delivery-cost {
  margin-top: 60px;
  padding-right: 35px;
}
.order-block form#msOrder section.delivery-section .delivery-cost label {
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.order-block form#msOrder section.delivery-section .delivery-cost span {
  float: right;
  font-size: 16px;
  font-weight: bold;
}
.order-block form#msOrder section.payment-section {
  margin-bottom: 30px;
}
.order-block form#msOrder section.payment-section .payment-inputs {
  margin-top: 28px;
  padding: 0 35px;
}
.order-block form#msOrder section.payment-section small {
  font-size: 12px;
}
.order-block form#msOrder section.personal_info-section {
  margin-bottom: 30px;
}
.order-block form#msOrder section.personal_info-section .person-types label:not(:last-child) {
  margin-right: 70px;
}
.order-block form#msOrder section.personal_info-section #person-type_2-inputs {
  display: none;
}
.order-block form#msOrder section.personal_info-section .person-info input[type=text],
.order-block form#msOrder section.personal_info-section .person-info input[type=email],
.order-block form#msOrder section.personal_info-section .person-info textarea {
  max-width: 328px;
}
.order-block form#msOrder section.personal_info-section .person-info label {
  line-height: 40px;
  font-weight: normal;
}
.order-block form#msOrder section.personal_info-section .person-info .form-group {
  margin-bottom: 20px;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block {
  width: 100%;
  max-width: 328px;
  float: left;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block .msof-form-wrapper .msof-form {
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 0;
  min-height: 0;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block .msof-form-wrapper .msof-form .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  min-height: 80px;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block .msof-form-wrapper .msof-form .dz-preview .dz-image {
  border-radius: 6px;
  overflow: hidden;
  width: 120px;
  height: 65px;
  position: relative;
  display: block;
  z-index: 10;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block .msof-form-wrapper .msof-form .dz-preview .dz-details {
  padding: 8px;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block .msof-form-wrapper .msof-form .dz-preview .dz-details .dz-size {
  margin-bottom: 0.5em;
  font-size: 13px;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block .msof-form-wrapper .msof-form .dz-preview .dz-success-mark,
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block .msof-form-wrapper .msof-form .dz-preview .dz-error-mark {
  margin-top: -36px;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block .msof-form-wrapper .msof-form .dz-preview .dz-remove {
  font-size: 12px;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block label {
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 328px;
  cursor: pointer;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block label input[type=file] {
  display: block;
  position: absolute;
  left: -999999px;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block label .attach_btn {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #f2f2f2;
  line-height: 36px;
  padding: 0 12px 0 15px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block label .attach_btn .icon {
  display: inline-block;
  margin-right: 15px;
  margin-top: -2px;
}
.order-block form#msOrder section.personal_info-section .person-info .attach_files-block label .attach_btn:hover {
  background: #dbdbdb;
}
.order-block form#msOrder .action-btns {
  text-align: right;
}
.order-block form#msOrder .action-btns .btn:hover {
  background: #fb1f20;
}
.order-block form#msOrder .action-btns .btn:not(:last-child) {
  margin-right: 25px;
}
.order-block form#msOrder .action-btns .btn.gray {
  background: #dbdbdb;
  color: #242424;
}
.order-block form#msOrder .action-btns .btn.gray:hover {
  background: #242424;
  color: #dbdbdb;
}
@media (max-width: 991px) {
  .order-block form#msOrder .form-group {
    margin-bottom: 15px;
  }
  .order-block form#msOrder .radiobutton label {
    white-space: normal;
  }
  .order-block form#msOrder section.personal_info-section .person-info label {
    line-height: 30px;
  }
  .order-block form#msOrder section.personal_info-section .person-info .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .order-block {
    padding: 20px;
  }
  .order-block form#msOrder section.delivery-section .delivery-inputs {
    padding: 0;
  }
  .order-block form#msOrder section.delivery-section .delivery-cost {
    margin-top: 40px;
    padding-right: 0;
  }
  .order-block form#msOrder section.delivery-section .delivery-cost label {
    font-size: 15px;
    margin-right: 10px;
  }
  .order-block form#msOrder section.delivery-section .delivery-cost span {
    float: left;
    font-size: 15px;
  }
  .order-block form#msOrder section.payment-section .payment-inputs {
    padding: 0;
  }
  .order-block form#msOrder .action-btns .btn:not(:last-child) {
    margin-right: 0px;
  }
}
/* Callback modal window */
.callback_modal_window .modal-dialog form span.error_block {
  display: block;
  height: 20px;
}
.callback_modal_window .modal-dialog form .btn {
  display: block;
  margin: 30px auto 0;
}
.callback_modal_window .modal-dialog form .vopros-politika {
  text-align: left;
}
.callback_modal_window .modal-dialog form .vopros-politika input.error + .politika-check {
  border: 2px solid #e62020;
}
.callback_modal_window .modal-dialog form .vopros-politika .politika-check {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 15px;
  margin-top: 2px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ced4da;
}
.callback_modal_window .modal-dialog form .vopros-politika .politika-check.checked {
  background: url(/assets/images/icons/checked.png) no-repeat 50% 50% #ffffff;
}
.callback_modal_window .modal-dialog form .vopros-politika p {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin: 0 0 15px;
}
.callback_modal_window .modal-dialog form .vopros-politika p a {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
.callback_modal_window .modal-dialog form .vopros-politika p a:hover :hover {
  text-decoration: none;
}
/* END Callback modal window */
/* HEADER */
.top-bar {
  position: fixed;
  width: 100%;
  height: 57px;
  background: #7c634c;
  -webkit-box-shadow: 0 0 20px #3B3026;
          box-shadow: 0 0 20px #3B3026;
  z-index: 20;
}
@media (min-width: 1300px) {
  .top-bar .container {
    width: 1290px;
  }
}
.top-bar .top-bar-left {
  float: left;
/*  width: 50%;
  padding-right: 90px;
*/
}
.top-bar .top-bar-left .search-block-black_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 999;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .3;
  visibility: visible;
}
.top-bar .top-bar-left .search-block-black_bg.collapse {
  opacity: 0;
  visibility: hidden;
}
.top-bar .top-bar-left .search-block {
  position: relative;
  float: left;
  height: 57px;
  line-height: 57px;
  width: 75px;
  text-align: center;
  border-left: 1px solid #7C7471;
  border-right: 1px solid #7C7471;
}
.top-bar .top-bar-left .search-block .search_icon {
  cursor: pointer;
}
.top-bar .top-bar-left .search-block form.search_form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.top-bar .top-bar-left .search-block form.search_form.collapse input {
  width: 0px;
  border-radius: 0;
  border: 0;
  height: 57px;
  padding-left: 80px;
  color: #D1B090;
}
.top-bar .top-bar-left .search-block form.search_form button {
  position: absolute;
  top: 0;
  left: 0;
  height: 57px;
  line-height: 57px;
  width: 75px;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #fff;
}
.top-bar .top-bar-left .search-block form.search_form input {
  width: 457px;
  border-radius: 0;
  border: 0;
  height: 57px;
  padding-left: 80px;
  color: #D1B090;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.top-bar .top-bar-left .top-menu-block {
  position: relative;
  float: left;
  height: 57px;
  width: 75px;
  margin-right: 56px;
}
.top-bar .top-bar-left .top-menu-block .top-menu-toggle {
  float: left;
  height: 57px;
  width: 75px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding-left: 22px;
  outline: none;
}
.top-bar .top-bar-left .top-menu-block .top-menu-toggle span.icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-bar .top-bar-left .top-menu-block .top-menu-toggle span.icon-bar:not(:last-child) {
  margin-bottom: 8px;
}
.top-bar .top-bar-left .top-menu-block .top-menu-toggle span.icon-bar:nth-child(4) {
  width: 20px;
}
.top-bar .top-bar-left .top-menu-block .top-menu-toggle:hover span.icon-bar,
.top-bar .top-bar-left .top-menu-block .top-menu-toggle:focus span.icon-bar {
  background: #D1B090;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 45px 0 60px;
  min-width: 728px;
  z-index: 99996;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse .close {
  position: absolute;
  top: 15px;
  left: 28px;
  color: #242424;
  font-size: 0;
  width: 22px;
  height: 22px;
  line-height: 1;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse .close:hover {
  opacity: 0.5;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse .close:before,
.top-bar .top-bar-left .top-menu-block .top-menu-collapse .close:after {
  position: absolute;
  top: 0;
  left: 10px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #000;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse.collapse {
  display: none;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list {
  float: left;
  width: 50%;
  padding: 0 0 0 95px;
  margin: 0;
  list-style: none;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li:not(:last-child) {
  margin-bottom: 15px;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li a {
  color: #242424;
  white-space: nowrap;
  line-height: 30px;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li a:hover,
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li a:focus {
  color: #7c634c;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li.active {
  color: #7c634c;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li.active:hover,
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li.active:focus {
  color: #7c634c;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info {
  float: left;
  width: 50%;
  padding: 0 0 0 95px;
  margin: 0;
  list-style: none;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li {
  font-size: 16px;
  line-height: 1.8;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li:not(:last-child) {
  margin-bottom: 50px;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li .blue {
  color: #7c634c;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li .red {
  color: #fb1f20;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li a {
  color: inherit;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li a:hover,
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li a:focus {
  color: #7c634c;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li a.callback {
  color: #7c634c;
  cursor: pointer;
}
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li a.callback:hover,
.top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li a.callback:focus {
  color: #D1B090;
}
.top-bar .top-bar-left .top-menu-black_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 999;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .3;
  visibility: visible;
}
.top-bar .top-bar-left .top-menu-black_bg.collapse {
  opacity: 0;
  visibility: hidden;
}
.top-bar .top-bar-left .city-block {
  float: left;
  height: 57px;
  padding-top: 18px;
  color: #D1B090;
  font-size: 14px;
}
.top-bar .top-bar-left .city-block .title {
  margin-right: 20px;
}
.top-bar .top-bar-left .city-block .select2 .select2-selection {
  height: auto;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  background: transparent;
}
.top-bar .top-bar-left .city-block .select2 .select2-selection__rendered {
  display: inline-block;
  padding: 0 10px 0 0;
  line-height: inherit;
  color: #fff;
  overflow: visible;
}
.top-bar .top-bar-left .city-block .select2 .select2-selection__arrow {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 4px solid #D1B090;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}
.top-bar .top-bar-left .city-block .select2 .select2-selection__arrow b {
  border: none;
  font-size: 0;
  margin: 0;
}
.top-bar .top-bar-left .city-block a {
  color: #fff;
}
.top-bar .top-bar-left .city-block a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-top: 4px solid #D1B090;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.top-bar .logo-block {
/*  position: absolute;
  margin-left: 90px;
*/
  float:left;
  top: 0;
  padding-top: 6px;
}
.top-bar .logo-block .phone {
  display: none;
}
.top-bar .logo-block img {
  height:48px !important;
}
.top-bar .top-bar-right {
  float: right;
/*  width: 50%;
  padding-left: 90px;
*/

}
.top-bar .top-bar-right .top-menu-opacity_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 999;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: visible;
}
.top-bar .top-bar-right .info-block {
  float: right;
  margin-right: 57px;
  padding-top: 16px;
}
.top-bar .top-bar-right .info-block .phone {
  color: #fff;
  position: relative;
}
.top-bar .top-bar-right .info-block .phone a {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}
.top-bar .top-bar-right .info-block .phone a:hover,
.top-bar .top-bar-right .info-block .phone a:focus {
  color: #D1B090;
}
.top-bar .top-bar-right .info-block .phone .icon {
  margin-right: -2px;
}
.top-bar .top-bar-right .info-block .phone .show_other_info {
  display: inline-block;
  text-align: center;
  padding: 0 4px;
  cursor: pointer;
}
.top-bar .top-bar-right .info-block .phone .show_other_info .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid #D1B090;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-bar .top-bar-right .info-block .phone .show_other_info:hover .caret {
  border-top: 4px solid #fff;
}
.top-bar .top-bar-right .info-block .other_info {
  display: block;
  position: absolute;
  top: 130%;
  right: 0;
  min-width: 308px;
  padding: 15px;
  border-radius: 6px;
  background: #fff;
  color: #242424;
  -webkit-box-shadow: 0px 0px 30px 0px #4c4c4c;
          box-shadow: 0px 0px 30px 0px #4c4c4c;
}
.top-bar .top-bar-right .info-block .other_info.collapse {
  display: none;
}
.top-bar .top-bar-right .info-block .other_info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-bar .top-bar-right .info-block .other_info ul li {
  font-size: 14px;
}
.top-bar .top-bar-right .info-block .other_info ul li :not(:last-child) {
  margin-bottom: 10px;
}
.top-bar .top-bar-right .info-block .other_info ul li a {
  color: black;
}
.top-bar .top-bar-right .info-block .other_info ul li a:hover {
  border-bottom: 1px dashed #black;
}
.top-bar .top-bar-right .info-block .other_info ul li.phone {
  display: none;
}
.top-bar .top-bar-right .cart-block {
  float: right;
  width: 73px;
  height: 57px;
  border-left: 1px solid #7C7471;
  border-right: 1px solid #7C7471;
  text-align: center;
  padding-top: 16px;
}
.top-bar .top-bar-right .cart-block .cart {
  display: inline-block;
  position: relative;
  width: 22px;
}
.top-bar .top-bar-right .cart-block .cart .cart-summ {
  display: block;
  position: absolute;
  top: -9px;
  right: -13px;
  width: 21px;
  height: 21px;
  background: #fb1f20;
  color: #fff;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  padding: 1px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .top-bar .top-bar-left .city-block {
    padding-top: 8px;
  }
  .top-bar .top-bar-left .city-block .title {
    display: block;
  }
  .top-bar .callback {
    display: none;
  }
}
@media (max-width: 991px) {
  .top-bar .callback {
    display: none;
  }
  .top-bar .logo-block .phone {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding-top: 4px;
  }
  .top-bar .top-bar-left .search-block {
    float: left;
    height: 57px;
    line-height: 57px;
    width: 75px;
    text-align: center;
    border-left: 1px solid #7C7471;
    border-right: 1px solid #7C7471;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse {
    padding: 50px 10px 33px;
    min-width: 500px;
    line-height: 0;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse .close {
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse .close:before,
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse .close:after {
    left: 10px;
    height: 20px;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list {
    padding: 0 0 0 35px;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li {
    font-size: 15px;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li a {
    line-height: 20px;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info {
    padding: 0 0 0 10px;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li {
    font-size: 14px;
    line-height: 1.5;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li:not(:last-child) {
    margin-bottom: 10px;
  }
  .top-bar .top-bar-left .city-block {
    display: none;
  }
  .top-bar .top-bar-right .info-block {
    float: right;
    margin-right: 57px;
    padding-top: 16px;
  }
  .top-bar .top-bar-right .info-block .phone img.icon + a {
    display: none;
  }
  .top-bar .top-bar-right .info-block .phone .icon {
    margin-right: 10px;
  }
  .top-bar .top-bar-right .info-block .phone .show_other_info {
    display: inline-block;
    text-align: center;
    padding: 0 4px;
    cursor: pointer;
  }
  .top-bar .top-bar-right .info-block .phone .show_other_info .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid #D1B090;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-bar .top-bar-right .info-block .phone .show_other_info:hover .caret {
    border-top: 4px solid #fff;
  }
  .top-bar .top-bar-right .info-block .other_info {
    display: block;
    position: absolute;
    top: 130%;
    right: 0;
    min-width: 308px;
    padding: 15px;
    border-radius: 6px;
    background: #fff;
    color: #242424;
    -webkit-box-shadow: 0px 0px 30px 0px #4c4c4c;
            box-shadow: 0px 0px 30px 0px #4c4c4c;
  }
  .top-bar .top-bar-right .info-block .other_info.collapse {
    display: none;
  }
  .top-bar .top-bar-right .info-block .other_info ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .top-bar .top-bar-right .info-block .other_info ul li {
    font-size: 14px;
  }
  .top-bar .top-bar-right .info-block .other_info ul li :not(:last-child) {
    margin-bottom: 10px;
  }
  .top-bar .top-bar-right .info-block .other_info ul li a {
    color: #fb1f20;
  }
  .top-bar .top-bar-right .info-block .other_info ul li a:hover {
    border-bottom: 1px dashed #fb1f20;
  }
  .top-bar .top-bar-right .info-block .other_info ul li.phone {
    display: block;
  }
  .top-bar .top-bar-right .info-block .other_info ul li.phone a {
    color: #7c634c;
    font-weight: bold;
    text-decoration: none;
  }
  .top-bar .top-bar-right .info-block .other_info ul li.phone a:hover,
  .top-bar .top-bar-right .info-block .other_info ul li.phone a:focus {
    color: #D1B090;
  }
  .top-bar .top-bar-right .cart-block {
    float: right;
    width: 73px;
    height: 57px;
    border-left: 1px solid #7C7471;
    border-right: 1px solid #7C7471;
    text-align: center;
    padding-top: 16px;
  }
  .top-bar .top-bar-right .cart-block .cart {
    display: inline-block;
    position: relative;
    width: 22px;
  }
  .top-bar .top-bar-right .cart-block .cart .cart-summ {
    display: block;
    position: absolute;
    top: -9px;
    right: -9px;
    width: 19px;
    height: 19px;
    background: #fb1f20;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    padding: 1px;
  }
}
@media (max-width: 767px) {
  .top-bar {
    height: 100px;
  }
  .top-bar .top-bar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-bar .top-bar-left .search-block {
    height: 100px;
    line-height: 100px;
    width: 55px;
    border-left: 0;
    border-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top-bar .top-bar-left .search-block form.search_form {
    top: 20px;
  }
  .top-bar .top-bar-left .top-menu-block {
    height: 100px;
    width: 53px;
    margin-right: 0;
    line-height: 100px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-toggle {
    height: auto;
    width: auto;
    padding: 0;
    display: inline;
    float: none;
    vertical-align: middle;
  }
  .top-bar .logo-block {
    padding-top: 30px;
  }
  .top-bar .top-bar-right .info-block {
    margin-right: 0;
    padding-top: 37px;
  }
  .top-bar .top-bar-right .info-block .phone .icon {
    margin-right: 0;
  }
  .top-bar .top-bar-right .cart-block {
    width: 50px;
    height: 100px;
    border-left: 0;
    border-right: 0;
    padding-top: 40px;
  }
  .top-bar .top-bar-right .cart-block .cart {
    width: 25px;
  }
}
@media (max-width: 560px) {
  .top-bar .top-bar-left {
    padding-right: 65px;
  }
  .top-bar .top-bar-left .search-block {
    height: 100px;
    line-height: 100px;
    width: 55px;
    border-left: 0;
    border-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top-bar .top-bar-left .search-block form.search_form input {
    width: 300px;
  }
  .top-bar .top-bar-left .top-menu-block {
    width: 32px;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse {
    min-width: 0;
    width: 80vw;
    max-height: 80vh;
    overflow-y: auto;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li {
    font-size: 13px;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-list li a {
    line-height: 20px;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li {
    font-size: 12px;
    line-height: 1.2;
  }
  .top-bar .top-bar-left .top-menu-block .top-menu-collapse ul.top-menu-info li:not(:last-child) {
    margin-bottom: 5px;
  }
  .top-bar .logo-block {
    padding-top: 36px;
    max-width: 130px;
    margin-left: -65px;
  }
  .top-bar .top-bar-right {
    padding-left: 65px;
  }
  .top-bar .top-bar-right .info-block {
    margin-right: 0;
    padding-top: 37px;
  }
  .top-bar .top-bar-right .info-block .phone .show_other_info {
    padding: 0;
  }
  .top-bar .top-bar-right .cart-block {
    width: 50px;
    height: 100px;
    border-left: 0;
    border-right: 0;
    padding-top: 40px;
  }
  .top-bar .top-bar-right .cart-block .cart {
    width: 25px;
  }
}
.top-bar-dummy {
  height: 57px;
}
@media (max-width: 767px) {
  .top-bar-dummy {
    height: 100px;
  }
}
.top-advantages {
  background: #7c634c;
  padding: 25px 0;
}
.top-advantages ul.top-advantages-list {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-advantages ul.top-advantages-list li {
  color: #D1B090;
  font-size: 12px;
  line-height: 1.16;
  padding-left: 25px;
}
.top-advantages ul.top-advantages-list li .icon {
  display: block;
  float: left;
  margin-left: -25px;
}
@media (max-width: 767px) {
  .top-advantages ul.top-advantages-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-advantages ul.top-advantages-list li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 20px;
  }
}
.header-menu {
  background-color: #7c634c;
  padding-bottom: 5px;
}
.header-menu .menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu .menu > li {
  display: inline-block;
  position: relative;
}
.header-menu .menu > li > a {
  display: block;
  background-color: #f2f2f2;
  color: #242424;
  padding: 10px 19px;
  margin: 0;
  border: 1px solid #7c634c;
}
.header-menu .menu > li:hover > a {
  background-color: #7c634c;
  color: #fff;
  border-color: #f2f2f2;
}
.header-menu .sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu li:hover .sub {
  display: block;
  position: absolute;
  z-index: 10;
  width: calc('~100% + 30px');
  border-radius: 4px;
  padding-top: 7px;
}
.header-menu li:hover .sub > li {
  display: block;
}
.header-menu li:hover .sub > li > a {
  display: block;
  background-color: #fff;
  color: #242424;
  padding: 10px 19px;
  margin: 0;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
.header-menu li:hover .sub > li:hover > a {
  background-color: #7c634c;
  color: #fff;
}
.header-menu li .sub > li.first > a {
  border-top: 1px solid #d0d0d0;
}
footer nav.footer-nav {
  background: #242424;
  color: #fff;
  padding: 35px 0 25px;
}
footer nav.footer-nav .menu-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #f2f2f2;
}
footer nav.footer-nav .footer-navmenu {
  display: block;
  margin: 0 0 0 3px;
  padding: 0;
  list-style: none;
}
footer nav.footer-nav .footer-navmenu li a {
  display: block;
  font-size: 16px;
  color:white;
}
footer nav.footer-nav .footer-navmenu li a i {
  margin-right: 5px;
}
footer .footer-bottom {
  background: #242424;
  padding: 20px 0;
  color: #fff;
  border-top: 1px solid #373737;
}
footer .footer-bottom .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-bottom .copyright p {
  font-size: 14px;
  line-height: 1.4;
}
footer .footer-bottom .payment {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  footer .footer-bottom .rows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-bottom .copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    max-width: 375px;
  }
  footer .footer-bottom .payment {
    text-align: center;
    margin-bottom: 40px;
  }
}
.product_img{
    max-width: 100%;
    max-height: 100%;
/*    height: 250px !important;
*/
}
.product_img_block{
    max-width: 100%;
    height: 250px !important;
    align-items: center;
/*    display: flex;
*/
}

.product_img_block_bonus{
    position: absolute;
    right: 2px;
    top: 2px;
    width: 50px;
    height: 50px;
}
.product_img_block_bonus_card{
    position: absolute;
    right: 24px;
    width: 100px;
    height: 100px;
}
.product_img_block_bonus_c{
    position: absolute;
    left: 24px;
    width: 50px;
    height: 50px;
}
.bonus_img{
    max-width: 100%;
    max-height: 100%;
}

.composition_img_block{
    max-width: 100%;
    height: 250px !important;
    display: flex;
    align-items: center;
}




.catalog-product-page .product-composition-panel.active {
  display: block;
}

.footer_logo{
    max-width: 150px;
    max-height: 150px;
}





catalog-product-page table.comp-table tr {
  border-bottom: 1px solid #e7e7e7;
}
catalog-product-page table.comp-table tr:last-of-type {
  border: none;
}
catalog-product-page table.comp-table tr th,
catalog-product-page table.comp-table tr td {
  border: none;
}
catalog-product-page table.comp-table tr.header {
  border: none;
}
catalog-product-page table.comp-table tr.header th {
  background: #f2f2f2;
  padding: 20px;
  color: #5f5f5f;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 400;
}
catalog-product-page table.comp-table tr.header th.total-cost {
  white-space: nowrap;
}
catalog-product-page table.comp-table tr td {
  padding: 15px;
  border: none;
  vertical-align: middle;
  font-size: 18px;
}
catalog-product-page table.comp-table tr td.image {
  text-align: center;
  vertical-align: top;
  padding: 10px;
}
catalog-product-page table.comp-table tr td.image img {
  display: inline-block;
  margin: 0;
}
catalog-product-page table.comp-table tr td.description {
  font-size: 12px;
}
catalog-product-page table.comp-table tr td.description a.title {
  font-size: 16px;
  color: #7c634c;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
catalog-product-page table.comp-table tr td.description a.title:hover {
  color: #D1B090;
}
catalog-product-page table.comp-table tr td.description ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
catalog-product-page table.comp-table tr td.description ul li:not(:last-child) {
  margin-bottom: 10px;
}
catalog-product-page table.comp-table tr td.count {
  white-space: nowrap;
}
catalog-product-page .quantity {
  display: inline-block;
  background: #f2f2f2;
  padding: 0px 13px;
  line-height: 34px;
  height: 34px;
  border-radius: 3px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 991px) {
  catalog-product-page table.comp-table tr.header th {
    padding: 10px;
  }
  catalog-product-page table.comp-table tr td {
    padding: 10px;
  }
}
@media only screen and (max-width: 700px) {
  catalog-product-page table.comp-table thead {
    display: none;
  }
  catalog-product-page table.comp-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-right: 44px;
  }
  catalog-product-page table.comp-table tr td.image {
    padding: 5px;
    width: 100%;
  }
  catalog-product-page table.comp-table tr td.image img {
    width: 110px;
  }
  catalog-product-page table.comp-table tr td.description {
    width: 100%;
    font-size: 15px;
    vertical-align: middle;
  }
  catalog-product-page table.comp-table tr td.count {
    width: 100%;
  }
  catalog-product-page table.comp-table.get_order tbody tr {
    padding-right: 0;
  }
}




.contact-info ul li{
	padding-top:10px;
}