@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*@import "glyphicons.less";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #600221;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #150007;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/*@import "code.less";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  -khtml-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #600221;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #150007;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/*@import "component-animations.less";*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*@import "button-groups.less";*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #600221;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
/*@import "breadcrumbs.less";*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #600221;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #150007;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
/*@import "labels.less";
@import "badges.less";
@import "jumbotron.less";
@import "thumbnails.less";
@import "alerts.less";
@import "progress-bars.less";*/
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/*@import "panels.less";*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/*@import "wells.less";*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*@import "modals.less";*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
/*@import "carousel.less";*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: block;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/**
 * Select2 Bootstrap 3 CSS v1.4.1
 * Tested with Bootstrap v3.2.0 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, master
 * in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}
/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857;
}
/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}
/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33;
  border-radius: 6px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}
/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}
/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: 1px solid #cccccc;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}
/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}
.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
  border-color: #66afe9;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important;
}
/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: white;
  background-color: #428bca;
}
/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}
/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}
/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}
/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}
/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f7f5f5;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../modules/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 1;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../modules/fancybox/fancybox_loading_b.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../modules/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../modules/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../modules/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../modules/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes shadowpulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 6px #ede8e6;
    -moz-box-shadow: inset 0px 0px 0px 6px #ede8e6;
    box-shadow: inset 0px 0px 0px 6px #ede8e6;
  }
  50% {
    -webkit-box-shadow: inset 0px 0px 20px 0px #c1b1ab;
    -moz-box-shadow: inset 0px 0px 20px 0px #c1b1ab;
    box-shadow: inset 0px 0px 20px 0px #c1b1ab;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 6px #ede8e6;
    -moz-box-shadow: inset 0px 0px 0px 6px #ede8e6;
    box-shadow: inset 0px 0px 0px 6px #ede8e6;
  }
}
@keyframes shadowpulse {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 0px #ede8e6;
    -moz-box-shadow: inset 0px 0px 0px 0px #ede8e6;
    box-shadow: inset 0px 0px 0px 0px #ede8e6;
  }
  50% {
    -webkit-box-shadow: inset 0px 0px 20px 0px #c1b1ab;
    -moz-box-shadow: inset 0px 0px 20px 0px #c1b1ab;
    box-shadow: inset 0px 0px 20px 0px #c1b1ab;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 0px #ede8e6;
    -moz-box-shadow: inset 0px 0px 0px 0px #ede8e6;
    box-shadow: inset 0px 0px 0px 0px #ede8e6;
  }
}
@-webkit-keyframes progresspulse {
  0% {
    background-color: #c1b1ab;
  }
  50% {
    background-color: #d7ccc9;
  }
  100% {
    background-color: #c1b1ab;
  }
}
@keyframes progresspulse {
  0% {
    background-color: #c1b1ab;
  }
  50% {
    background-color: #d7ccc9;
  }
  100% {
    background-color: #c1b1ab;
  }
}
.shadowpulse {
  -webkit-animation-name: shadowpulse;
  animation-name: shadowpulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
.i-inline-block {
  display: inline-block;
  vertical-align: top;
}
.i-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rotate45 {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678);
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 18, 2014 */
@font-face {
  font-family: 'acromregular';
  src: url('../fonts/acrom/the.northern.block_acrom-webfont.woff') format('woff'), url('../fonts/acrom/the.northern.block_acrom-webfont.eot'), url('../fonts/acrom/the.northern.block_acrom-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/the.northern.block_acrom-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'acromthin';
  src: url('../fonts/acrom/the.northern.block_acrom.thin-webfont.woff') format('woff'), url('../fonts/acrom/the.northern.block_acrom.thin-webfont.eot'), url('../fonts/acrom/the.northern.block_acrom.thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/the.northern.block_acrom.thin-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'acrommedium';
  src: url('../fonts/acrom/the.northern.block_acrom.medium-webfont.woff') format('woff'), url('../fonts/acrom/the.northern.block_acrom.medium-webfont.eot'), url('../fonts/acrom/the.northern.block_acrom.medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/the.northern.block_acrom.medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'acromlight';
  src: url('../fonts/acrom/the.northern.block_acrom.light-webfont.woff') format('woff'), url('../fonts/acrom/the.northern.block_acrom.light-webfont.eot'), url('../fonts/acrom/the.northern.block_acrom.light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/acrom/the.northern.block_acrom.light-webfont.ttf') format('truetype'), url('../fonts/acrom/the.northern.block_acrom.light-webfont.svg#acromlight') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
/*
@font-face {
    font-family: 'segoe_ui';
    src: url('../fonts/segoe_ui/segoewp-webfont.woff') format('woff'),
         url('../fonts/segoe_ui/segoe_ui.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'segoe_uibold';
    src: url('../fonts/segoe_ui/segoewp-bold-webfont.woff') format('woff'),
         url('../fonts/segoe_ui/segoe_uibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'segoe_uisbold';
    src: url('../fonts/segoe_ui/segoewp-semibold-webfont.woff') format('woff'),
         url('../fonts/segoe_ui/segoewp-semibold-webfont.eot') format('eot'),
         url('../fonts/segoe_ui/segoewp-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoe_ui/segoewp-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}*/
.acrom-r {
  font-family: 'acromregular', Arial, sans-serif;
}
.acrom-t {
  font-family: 'acromthin', Arial, sans-serif;
}
.acrom-m {
  font-family: 'acrommedium', Arial, sans-serif;
}
.acrom-exb {
  font-family: 'acromextrabold', Arial, sans-serif;
}
.acrom-b {
  font-family: 'acrombold', Arial, sans-serif;
}
.acrom-l {
  font-family: 'acromlight', Arial, sans-serif;
}
.segoe-ui-r {
  font-family: 'segoe_ui', Arial, sans-serif;
}
.segoe-ui-b {
  font-family: 'segoe_uibold', Arial, sans-serif;
}
.segoe-ui-sb {
  font-family: 'segoe_uisbold', Arial, sans-serif;
}
.lazyload.fade-box,
.lazyloading.fade-box {
  opacity: 0;
}
.lazyloaded.fade-box {
  opacity: 1;
  transition: opacity 300ms;
}
.b-clear {
  clear: both;
}
body {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  position: relative;
}
.container {
  min-width: 1024px;
}
a {
  color: #600221;
  outline: 0 !important;
}
a:visited {
  outline: 0;
}
a:hover {
  color: #2e0110;
  outline: 0;
}
a:active {
  color: #2e0110;
  outline: 0;
}
.newsArticle {
  padding: 35px 215px;
  background-color: #fff;
  line-height: 1.6;
}
.newsArticle a {
  color: #600221;
  outline: 0 !important;
}
.newsArticle a:visited {
  color: #600221;
  outline: 0;
}
.newsArticle a:hover {
  color: #2e0110;
  outline: 0;
}
.newsArticle a:active {
  color: #150007;
  outline: 0;
}
.newsArticle img {
  max-width: 100%;
}
.newsArticle .productList__item-name {
  color: #52423D;
}
.newsArticle .productList__item-name:visited {
  color: #52423D;
}
.newsArticle .productList__item-name:hover {
  color: #a1887f;
}
.newsArticle__comment {
  background-color: #fff;
  margin-bottom: 35px;
}
.h1,
h1 {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 23pt;
  color: #52423D;
  margin: 28px 0;
}
.h2,
h2 {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 18pt;
  color: #7A625A;
  padding: 28px 0;
  margin: 0;
}
h3 {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 14.5pt;
  color: #937D76;
}
input {
  background-color: #fff;
}
.mt-7 {
  margin-top: 7px;
}
.pb-21 {
  padding-bottom: 21px;
}
.mb-21 {
  margin-bottom: 21px;
}
.fz-18 {
  font-size: 18px;
}
.fancy-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fancy-wrap .fancy__button {
  min-width: 90px;
  padding: 4px 28px 2px;
  margin: 0 7px;
}
.img__shadow {
  display: block;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: 0.3s ease;
}
.img__shadow:hover {
  box-shadow: none;
  transition: 0.3s ease;
}
.popup-coupon {
  display: none;
  position: fixed;
  width: 390px;
  bottom: 80px;
  left: 30px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.popup-coupon__close {
  position: absolute;
  right: 7px;
  top: 7px;
  transition: 0.3s ease;
}
.popup-coupon__close:hover {
  cursor: pointer;
  color: #937D76;
  transition: 0.3s ease;
}
.popup-coupon__wrap {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 28px 14px;
  color: #52423D;
}
.popup-coupon__img {
  height: 80px;
  overflow: hidden;
  margin-bottom: 7px;
}
.popup-coupon__img img {
  max-width: 100%;
  height: auto;
}
.popup-coupon__title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 20px;
}
.popup-coupon__btn {
  margin-top: 14px;
}
.title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #7a625a;
  font-size: 24px;
  line-height: 52.5px;
  overflow: hidden;
  border-bottom: 1px solid #e2dbd9;
}
.title-main {
  padding-left: 28px;
  border-bottom: none;
}
.title__link:hover {
  color: #fd633f;
  text-decoration: none;
  cursor: pointer;
}
.title__link:active {
  text-decoration: none;
}
.show-all {
  font-family: 'acrombold', Arial, sans-serif;
  margin-top: 5px;
  font-size: 14px;
  color: #937d76;
  text-transform: uppercase;
  float: right;
  text-decoration: none;
}
.delete__op_link {
  position: absolute;
  right: 5px;
  top: 0;
}
.error {
  padding: 15px 0;
  font-weight: 600;
  color: red;
}
.error_massage {
  color: red;
  padding-bottom: 15px;
}
.wrong-layout {
  padding: 28px 14px;
}
.orange {
  color: #e84d21;
}
.text-hint {
  font-size: 13px;
  line-height: 1.2;
}
.visible-mobile {
  display: none!important;
}
.mobileBanner {
  display: none;
}
.bg {
  background-color: #f1f1f1;
}
.i-icon__ruble {
  font-size: 65%;
}
.main {
  min-height: 200px;
  min-width: 1024px;
}
.main.bg {
  padding-bottom: 35px;
}
.main__left-col {
  width: 59%;
  float: left;
}
.main__categories {
  display: flex;
  justify-content: space-between;
  margin: 0 0 28px 0;
}
.main__categories--item {
  position: relative;
  width: 32%;
  height: 206px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
}
.main__categories--item a:hover .main__categories--title-link {
  text-decoration: none;
  color: #e84d21;
  transition: 0.3s ease;
}
.main__categories--item a:hover .main__categories--title-link:after {
  content: "\e603";
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  font-size: 9px;
  color: #e84d21;
  font-family: 'icomoon';
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.main__categories--item:last-child {
  margin-right: 0;
}
.main__categories img {
  max-width: 100%;
  max-height: 100%;
}
.main__categories--title {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 49px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}
.main__categories--title-link {
  font-family: 'acromextrabold', Arial, sans-serif;
  position: relative;
  margin-bottom: 0;
  padding: 0 7px;
  color: #52423d;
  font-size: 15px;
  line-height: 1.2;
  transition: 0.2s;
}
.main__categories--title-link:visited,
.main__categories--title-link:active,
.main__categories--title-link:focus {
  color: #52423d;
}
.main__info {
  overflow: hidden;
  background-color: #fff;
  padding: 0 28px 35px;
}
.main__info .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main__info-content {
  display: flex;
  align-items: center;
  height: 152px;
  overflow: hidden;
}
.main__info-img {
  flex-shrink: 0;
  position: relative;
  width: 33%;
  height: 100%;
}
.main__info-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main__info-text {
  display: flex;
  align-items: center;
  font-family: Arial, "Helvetica Neue", sans-serif;
  margin-left: 24px;
  padding: 0;
  color: #52423d;
  font-size: 14px;
}
.main__info-text a {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #52423d;
}
.main__info-text ul {
  margin-bottom: 0;
}
.main__blog {
  width: 39%;
  float: right;
  padding: 0 28px 17px;
  background-color: #fff;
}
.main__blog .title {
  margin-bottom: 14px;
}
.main__blog-item {
  padding: 14px 0 14px 14px;
  border-bottom: 1px solid #e2dbd9;
}
.main__blog-item:last-child {
  border-bottom: none;
}
.main__blog-img {
  display: inline-block;
  width: 35%;
  height: 98px;
  margin-right: 3%;
  vertical-align: top;
  background-size: cover;
  background-position: center;
}
.main__blog-text {
  width: 60%;
  display: inline-block;
}
.main__blog-tags {
  max-height: 56px;
  overflow: hidden;
}
.main__blog .blog__tag {
  font-size: 12px;
  padding: 2px 9px 0;
}
.main__blog-date {
  font-family: 'segoe_ui', Arial, sans-serif;
  float: right;
  font-size: 12px;
  color: #7c7c7c;
}
.main__blog-title {
  font-family: 'acrombold', Arial, sans-serif;
  display: block;
  padding-top: 7px;
  color: #52423d;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.main__blog-title:visited {
  color: #52423d;
}
.main__blog-title:hover {
  color: #e84d21;
  text-decoration: underline;
}
.main__catalog-list {
  margin: 0;
  padding: 28px 21px 7px;
  list-style-type: none;
  background-color: #fff;
}
.main__catalog-list-item {
  font-family: 'acrombold', Arial, sans-serif;
  display: inline-block;
  height: 31px;
  line-height: 29px;
  font-size: 14px;
  text-transform: uppercase;
}
.main__catalog-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 21px;
  color: #7a625a;
  border: 2px solid #7a625a;
  transition: 0.3s;
}
.main__catalog-list-item a:hover,
.main__catalog-list-item a.active {
  text-decoration: none;
  color: #fff;
  background-color: #b8aca8;
  border: 2px solid #b8aca8;
  transition: 0.3s;
}
.main__catalog-list-btn {
  font-family: 'acrombold', Arial, sans-serif;
  display: inline-block;
  width: 200px;
  height: 32px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #937d76;
  border: 2px solid #937d76;
  background-color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  margin-bottom: 25px;
}
.main__catalog-list-btn:active,
.main__catalog-list-btn:visited,
.main__catalog-list-btn:focus {
  text-decoration: none;
}
.main__catalog-list-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #937d76;
  border: 2px solid #937d76;
  transition: 0.3s;
}
.main__banner {
  margin-bottom: 28px;
}
.main__banner-img {
  display: block;
  height: 187px;
  width: 100%;
  vertical-align: center;
  background-size: cover;
}
.main__banner-wrap {
  display: flex;
  justify-content: center;
  background-color: #fff;
  text-align: center;
}
.main__banner-item {
  width: 25%;
  height: 230px;
  padding: 14px;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #e4dedc;
}
.main__banner-item-small {
  width: 33.3333%;
}
.main__banner-item:hover {
  background-color: #f7f5f5;
}
.main__banner-item:hover .main__banner-item-title {
  color: #e84d21;
  text-decoration: underline;
}
.main__banner-item:first-child {
  border-left: none;
}
.main__banner-item-title {
  font-family: 'segoe_ui', Arial, sans-serif;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #52423d;
  font-size: 16px;
  margin-bottom: 14px;
}
.main__banner-item-img {
  display: block;
  position: relative;
  height: 165px;
  max-width: 100%;
  margin: auto;
}
.main__banner-item-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main__show-all {
  margin-top: 35px;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(255, 255, 255, 0.6) url('http://files.mimoymima.com/images/loading.gif') no-repeat center center;
  display: none;
}
.agreement {
  font-size: 9pt;
  letter-spacing: 0;
  padding-top: 10px;
}
.agreement__link {
  color: #600221 !important;
  text-decoration: underline;
}
.agreement__center {
  text-align: center;
  max-width: 360px;
  margin: auto;
}
.container_spacer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#personal-data {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  color: #52423d;
  text-align: center;
  z-index: 1000;
}
#personal-data .container {
  position: relative;
}
#personal-data .shadow-block {
  padding: 14px 0;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
}
#personal-data .close {
  font-family: 'segoe_ui', Arial, sans-serif;
  padding: 0 14px;
  color: #52423d;
  font-size: 10pt;
  cursor: pointer;
  line-height: 25px;
  text-align: center;
  opacity: 0.9;
  text-shadow: none;
  transition: 0.3s ease;
}
#personal-data .close:hover {
  color: #fd633f;
  transition: 0.3s ease;
}
#personal-data h2 {
  position: relative;
  display: block;
  text-align: center;
}
.personal-data__link {
  color: #fff;
  text-decoration: underline;
}
.personal-data__link:hover {
  color: #fff;
  text-decoration: none;
}
@keyframes animaciya {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
.header {
  min-width: 1024px;
  background-color: #f7f5f5;
}
.header .container {
  position: relative;
}
.header__line {
  font-family: 'segoe_ui', Arial, sans-serif;
  position: relative;
  background-color: #87212e;
  color: #fff;
  font-size: 14px;
  z-index: 10;
}
.header__line-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header__line-links {
  display: flex;
}
.header__line--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding: 7px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #87212e;
  border: none;
  text-decoration: none;
  transition: 0.3s ease;
}
.header__line--link:active,
.header__line--link:focus,
.header__line--link:visited {
  text-decoration: none!important;
  color: #fff;
}
.header__line--link:hover {
  text-decoration: none;
  color: #7a625a;
  background-color: #f5f5f5;
  transition: 0.3s ease;
}
.header__line--link i {
  font-size: 18px;
  padding-right: 7px;
}
.header__line--title {
  font-family: 'segoe_ui', Arial, sans-serif;
  width: 170px;
  padding: 7px;
  background-color: #f7f5f5;
  color: #7a625a;
  text-align: center;
}
.header__line-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 35px;
}
.header__top-menu {
  background-color: #f7f5f5;
  position: relative;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.08);
}
.header__top-menu--list {
  padding: 21px 0;
  margin-bottom: 0;
  list-style-type: none;
}
.header__top-menu--list-item {
  display: inline-block;
  padding-right: 10px;
}
.header__top-menu--list-link {
  font-family: 'acrombold', Arial, sans-serif;
  font-size: 12px;
  color: #7a625a;
  text-transform: uppercase;
}
.header__top-menu--list-link:hover {
  color: #f26403;
  text-decoration: none;
}
.header__top-menu--list-link.selected {
  color: #f26403;
}
.header__middle {
  width: 58%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  max-width: 180px;
  flex-shrink: 0;
  text-align: center;
}
.header__logo img {
  max-width: 100%;
}
.header__top {
  position: relative;
  padding-top: 21px;
}
.header__catalog {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  background: #87212e;
  color: #fff;
  transition: 0.3s ease;
}
.header__catalog i {
  font-size: 12px;
}
.header__catalog:hover {
  color: #fff;
  background-color: #61021c;
  transition: 0.3s ease;
}
.header__catalog:hover,
.header__catalog:active,
.header__catalog:visited {
  text-decoration: none;
}
.header .delete_menu {
  display: none!important;
  background: red;
}
.header__menu {
  text-align: left;
  list-style-type: none;
  padding-left: 0;
}
.header__menu > ul {
  padding-left: 0;
  margin-bottom: 0;
}
.header__menu--drop {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 68px;
  width: 100%;
  margin: auto;
  max-width: 810px;
  padding: 21px 47px;
  z-index: 2;
  background-color: #f7f5f5;
  transition: 0.3s;
  list-style-type: none;
  border: 1px solid #EDE8E7;
}
.header__menu--drop-item {
  display: inline-block;
  width: 49.5%;
  vertical-align: top;
}
.header__menu--drop-link {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #52423d;
  font-weight: bold;
}
.header__menu--drop-link span {
  color: #b8aca8;
}
.header__menu--drop-link:visited,
.header__menu--drop-link:active,
.header__menu--drop-link:focus {
  color: #52423d;
}
.header__menu--drop-link:hover {
  text-decoration: none!important;
  color: #f26403;
}
.header__menu--drop-return {
  display: none;
}
.header__menu-item {
  display: block;
  float: left;
  list-style-type: none;
  vertical-align: middle;
  border-left: 1px solid #cdc6c6;
}
.header__menu-item:hover {
  background-color: #f4efef;
}
.header__menu-item.selected {
  background-color: #f4efef;
}
.header__menu-item.selected .header__menu-item--link {
  color: #f26403;
}
.header__menu-item:last-child {
  border-right: 1px solid #cdc6c6;
}
.header__menu-item.important {
  position: relative;
}
.header__menu-item-info {
  font-family: 'segoe_uibold', Arial, sans-serif;
  position: absolute;
  top: -9px;
  right: -5px;
  padding: 4px 7px;
  color: #fff;
  background-color: #f26d3c;
  font-size: 10px;
  line-height: 1;
  z-index: 1;
  border-radius: 9px;
}
.header__menu-item-info.green {
  background-color: #00A64B;
}
.header__menu-item-gift {
  position: absolute;
  top: -13px;
  right: -8%;
  width: 26px;
}
.header__menu-item-gift img {
  max-width: 100%;
}
.header__menu-item.gift {
  position: relative;
}
.header__menu-item--link {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 0 21px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #52423d;
  font-size: 8pt;
  text-transform: uppercase;
  z-index: 10;
  text-align: center;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.header__menu-item--link:active,
.header__menu-item--link:focus {
  text-decoration: none;
}
.header__menu-item--link:visited {
  color: #52423d;
}
.header__menu-item--link:hover {
  text-decoration: none;
  color: #f26403;
}
.header__menu-item.header__menu-item--dropdown {
  display: none;
}
.header__menu-item.header__menu-item--dropdown .header__menu-item--link {
  font-size: 10.5pt;
}
.header__menu-item_handler {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
.header__menu-item_handler:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #a1887f;
  border-right: 1px solid #a1887f;
  border-top: 0;
  border-left: 0;
  margin-top: -7px;
  top: 50%;
  right: 0;
  display: block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678);
}
.header__menu-item_handler.active {
  color: #600221 !important;
}
.header__menu-item_handler.active:after {
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #600221;
  border-left: 1px solid #600221;
  margin-top: -4px;
}
.header__menu-item--dropdown {
  position: relative;
}
.header__menu-item--dropdown:hover,
.header__menu-item .dropdown-catalog:hover {
  cursor: text;
}
.header__menu--wrap {
  margin-top: 28px;
  background-color: #e9dede;
  border: 1px solid #cdc6c6;
}
.header__bottom {
  position: relative;
  z-index: 2;
}
.header__bottom .container {
  position: relative;
}
.header__bottom.affiliat .header__controls {
  bottom: -70px;
}
.header__bottom.affiliat .userBlock {
  bottom: -80px;
}
.header__bottom.affiliat.header__bottom_fixed .header__controls {
  bottom: 42px;
}
.header__bottom.affiliat.header__bottom_fixed .userBlock {
  height: 50px;
}
.header__bottom_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #f7f5f5;
  -webkit-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
}
.header__bottom_fixed:after {
  display: block;
  position: absolute;
  height: 5px;
  bottom: -5px;
  content: "";
  left: 0;
  right: 0;
}
.header__bottom_fixed .dropdown-catalog {
  top: 48px;
}
.header__bottom_fixed .header__controls-title {
  display: none;
}
.header__bottom_fixed .header__controls-title.register {
  display: table-cell;
  padding: 0;
}
.header__bottom_fixed .header__menu-item--link {
  padding: 0 11px;
  font-size: 10.5px;
}
.header__bottom_fixed .header__lk .header__controls-title {
  display: table-cell;
}
.header__bottom_fixed .header__controls-counter {
  top: 4px;
}
.header__bottom_fixed .header__menu-item:last-child {
  border-right: none;
}
.header__bottom_fixed .userBlock__menu-item {
  display: block;
  padding: 0 14px;
  border-left: 1px solid #cdc6c6;
}
.header__bottom_fixed .userBlock__menu-item:first-child {
  margin-right: 0;
}
.header__bottom_fixed .userBlock__menu-item.header__lk {
  padding: 0;
}
.header__bottom_fixed .userBlock__link .header__contacts-hint {
  display: none;
}
.header__bottom_fixed .userBlock__link__img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.header__bottom_fixed .header__menu-item-info {
  top: -2px;
}
.header__bottom_fixed .header__menu-item-gift {
  position: absolute;
  top: 0;
  right: -6%;
  width: 18px;
}
.header__bottom_fixed .header__menu-item--dropdown {
  display: block;
}
.header__controls--wrapperxs {
  float: right;
}
.header__controls-item {
  display: table;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #937d76;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
.header__controls-item:visited {
  color: #937D76;
}
.header__controls-item:hover {
  text-decoration: none;
  color: #61011c;
}
.header__controls-item a {
  text-decoration: none;
}
.header__controls-item_basket {
  font-family: 'acrombold', Arial, sans-serif;
  color: #52423d;
  font-size: 12px;
  border-left: 1px solid #cdc6c6;
  border-right: 1px solid #cdc6c6;
  text-transform: uppercase;
  padding: 0 21px;
}
.header__controls-item_basket i {
  margin-right: 7px;
  font-size: 24px;
  vertical-align: middle;
}
.header__controls-item_basket:visited {
  color: #52423d;
  text-decoration: none;
}
.header__controls-item_basket:hover {
  text-decoration: none;
  color: #f26403;
  background-color: #f4efef;
}
.header__controls-item_basket:active,
.header__controls-item_basket:focus {
  text-decoration: none;
}
.header__controls--wish {
  width: auto;
  float: left;
}
.header__controls--basket {
  width: auto;
  float: right;
}
.header__controls--basket .header__controls-counter {
  left: auto;
  right: 10px;
  top: 2px;
}
.header__controls-counter {
  position: absolute;
  top: 0;
  left: 15px;
  background-color: #f26d3c;
  font-family: 'acrombold', Arial, sans-serif;
  font-size: 10px;
  line-height: 15px;
  min-width: 15px;
  padding: 0 3px;
  height: 15px;
  color: #fff;
  text-align: center;
  border-radius: 7px;
}
.header__controls-title {
  font-family: 'segoe_ui', Arial, sans-serif;
  display: table-cell;
  width: auto;
  line-height: 1;
  position: relative;
  left: 0;
  padding-left: 7px;
  font-size: 12px;
  text-decoration: none;
  vertical-align: middle;
}
.header__controls-title:hover {
  text-decoration: none;
}
.header__contacts {
  height: auto;
  margin-right: 14px;
  align-items: center;
}
.header__contacts:last-child {
  margin-right: 0;
  padding-left: 14px;
  border-left: 1px solid #d2c1bc;
}
.header__contacts-wrap {
  display: flex;
  margin-left: auto;
  float: right;
}
.header__contacts-number {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  color: #52423d;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.header__contacts-number:hover,
.header__contacts-number:active {
  text-decoration: none;
  color: #52423d;
}
.header__contacts-hint {
  font-family: 'segoe_ui', Arial, sans-serif;
  color: #937d76;
  font-size: 12px;
  padding-right: 7px;
}
.header__search {
  position: relative;
  width: 52%;
}
.header__search-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #b8aca8;
  padding: 7px 30px 7px 14px;
  height: 44px;
  color: #6b564f;
}
.header__search-control::-webkit-input-placeholder {
  color: #c1b1ab;
}
.header__search-control:-moz-placeholder {
  color: #c1b1ab;
}
.header__search-control::-moz-placeholder {
  color: #c1b1ab;
}
.header__search-control:-ms-input-placeholder {
  color: #c1b1ab;
}
.header__search-control:hover {
  border-color: #F26D3C;
}
.header__search-control:focus {
  border: 2px solid #F26D3C;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header__search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  outline: none;
}
.header__search button i {
  font-size: 24px;
  color: #937d76;
}
.header__search button i:hover {
  color: #F26D3C;
}
.header__citySelect {
  display: flex;
}
.header__citySelect a#opener {
  color: #fff;
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 13.5pt;
}
.header__citySelect-label {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  margin-right: 10px;
}
.header .btn__search {
  display: none;
}
.header__lk {
  position: relative;
  border: 1px solid transparent;
}
.header__lk-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 13px 13px 8px;
  color: #937d76;
}
.header__lk-link:hover {
  color: #61011c;
}
.header__lk-dropdown {
  display: none;
  position: absolute;
  width: 245px;
  right: 0;
  top: 45px;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #937d76;
  padding: 13px;
  font-family: 'segoe_ui', Arial, sans-serif;
  color: #7a625a;
  font-size: 12px;
  line-height: 18px;
}
.header__lk-dropdown-link {
  font-family: 'segoe_ui', Arial, sans-serif;
  display: block;
  color: #7a625a;
  font-size: 12px;
  text-decoration: underline;
}
.header__lk-dropdown-link:hover {
  text-decoration: none;
}
.header__lk-login {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: block;
  margin-bottom: 10px;
  color: #52423d;
  font-size: 14px;
  text-decoration: none;
}
.header__lk-exit {
  font-family: 'acrombold', Arial, sans-serif;
  display: block;
  width: 98px;
  height: 26px;
  margin-top: 14px;
  border: 2px solid #937d76;
  color: #937d76;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.header__lk-exit:hover {
  border: 2px solid #C0B1AB;
  background-color: #C0B1AB;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__lk .arrow-down {
  font-size: 9px;
  padding-left: 4px;
}
.select-city__modal .select-city__modal-wrap {
  font-family: 'acrombold', Arial, sans-serif;
}
.select-city__modal .select-city__list_item {
  color: #600221;
}
.select-city__modal .select-city__tab.active,
.select-city__modal .select-city__input__comment span {
  color: #600221;
  border-bottom: 1px solid #600221;
}
.select-city__modal .select-city__modal__title span:hover {
  color: #600221;
}
.geolocation__city .select-city-wrap {
  font-family: 'acrombold', Arial, sans-serif;
}
.geolocation__city .select-city__block__text-city {
  color: #fff;
  font-family: 'segoe_ui', Arial, sans-serif;
}
.geolocation__city .select-city__block__text-city:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.geolocation__city .select-city__block__text-city:hover {
  color: #d0d0d0;
}
.geolocation__city .select-city__block__text-city:hover:after {
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
.geolocation__city .select-city__block__text {
  color: #fff;
  font-family: 'segoe_ui', Arial, sans-serif;
}
.geolocation__city .select-city__dropdown__title {
  color: #52423d;
}
.geolocation__city .select-city__dropdown__choose__yes {
  background-color: #87212e;
  border-color: #87212e;
}
.geolocation__city .select-city__dropdown__choose__yes:hover {
  background-color: #61021c;
  border-color: #61021c;
}
.geolocation__city .select-city__dropdown__choose__no {
  color: #87212e;
  background: transparent;
  border: 1px solid #87212e;
}
.geolocation__city .select-city__dropdown__choose__no:hover {
  background-color: #61021c;
  border-color: #61021c;
}
.question__link {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: 7px;
  text-align: center;
  line-height: 18px;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  transition: 0.3s ease;
}
.question__link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
.geolocation {
  display: none;
  background-color: #f7f5f5;
  padding-top: 40px;
  padding-bottom: 26px;
}
.geolocation__close {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.geolocation__close--btn {
  font-family: 'acromregular', Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.geolocation__title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 30px;
  text-align: center;
  color: #52423d;
}
.geolocation__list {
  display: inline-block;
  width: 19%;
  padding-left: 0;
  margin-bottom: 24px;
  margin-top: 30px;
  text-align: left;
}
.geolocation__list--item {
  position: relative;
  padding-left: 23px;
  list-style-type: none;
  color: #52423d;
  font-size: 14px;
}
.geolocation__list input[type="radio"] {
  display: none;
}
.geolocation__list input[type="radio"] + label {
  cursor: pointer;
  font-weight: normal;
}
.geolocation__list input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #fff;
  border: 1px solid #947d76;
  cursor: pointer;
  z-index: 1;
}
.geolocation__list input[type="radio"]:checked + label::before {
  content: "\e60b";
  background-color: #fff;
  font-size: 10px;
  color: #947d76;
  text-align: center;
  line-height: 12px;
  font-family: 'icomoon';
}
.geolocation__form {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.geolocation__text {
  font-family: 'acrommedium', Arial, sans-serif !important;
  width: 355px;
  height: 41px;
  margin: 3px 0 0;
  padding: 11px 9px;
  border: 1px solid #63564f;
  color: #b0b0b0;
  font-size: 14px!important;
}
.geolocation__text:focus,
.geolocation__text:active {
  border: 1px solid #f26d3c;
  color: #5f4b4b;
  outline: none;
}
.geolocation__btn {
  font-family: 'acromextrabold', Arial, sans-serif;
  width: 150px;
  height: 30px;
  margin-top: 13px;
  background-color: #ED876B;
  color: #fff;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  cursor: default!important;
  outline: none;
}
.geolocation__btn.active {
  background-color: #E84D21;
}
.geolocation__btn.active:hover {
  background-color: #ED876B;
}
.geolocation__select {
  position: relative;
}
.geolocation__droplist.green {
  position: relative;
  width: 355px;
  height: 41px;
  margin: 3px auto 0;
}
.geolocation__droplist.green .geolocation__text {
  border: 1px solid #52ac62;
  position: relative;
}
.geolocation__droplist.green:before {
  content: "\2714";
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  right: 0;
  top: 3px;
  background-color: #52ac62;
  z-index: 1;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.geolocation__droplist.error {
  position: relative;
  width: 355px;
  margin: 3px auto 0;
}
.geolocation__droplist.error .geolocation__text {
  border: 1px solid #ff0c19;
  position: relative;
}
.geolocation__droplist.error:before {
  content: "!";
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  right: 0;
  top: 18px;
  background-color: #ff0c19;
  z-index: 1;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.geolocation .error__text {
  font-family: 'acrombold', Arial, sans-serif;
  display: none;
  font-size: 10pt;
  padding-top: 7px;
  color: #ff0c19;
  text-align: left;
}
.geolocation__city {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.geolocation__city .geolocation__icon {
  position: absolute;
  background: url(../img/design/geolocation.png);
  background-position: 0 0;
  width: 19px;
  height: 27px;
  left: 0;
}
.geolocation__city:hover {
  color: #e7dcdc;
}
.geolocation__city:hover .geolocation__icon {
  position: absolute;
  background: url(../img/design/geolocation.png);
  background-position: 0 27px;
  width: 19px;
  height: 27px;
}
.geolocation__city .icon {
  font-size: 10px;
  font-weight: 600;
}
.geolocation__city:after {
  display: block;
  padding-left: 14px;
  z-index: 1;
  font-size: 10px;
  font-weight: 600;
  font-family: 'icomoon';
}
.geolocation__city.open:after {
  content: "\e603";
}
.geolocation__city.close_geolocation:after {
  content: "\e600";
}
.sidebar-menu__close {
  display: none;
}
.block-fixed {
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1393px;
  margin: auto;
}
.userBlock {
  position: absolute;
  top: -90px;
  right: 15px;
}
.userBlock__menu {
  float: left;
  list-style-type: none;
  padding: 0;
}
.userBlock__menu-item {
  display: inline-block;
  vertical-align: top;
  font-family: 'segoe_ui', Arial, sans-serif;
  vertical-align: middle;
  color: #937d76;
  position: relative;
  text-decoration: none;
}
.userBlock__menu-item > a {
  text-decoration: none;
}
.userBlock__menu-item > a i {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.userBlock__menu-item > a:hover {
  text-decoration: none;
}
.userBlock__menu-item:first-child {
  margin-left: 0;
  margin-right: 14px;
}
.userBlock__menu-item.unregistered {
  text-align: center;
}
.userBlock__menu-item:hover {
  color: #600221;
}
.userBlock__link {
  width: 165px;
}
.userBlock__link input {
  border: 1px solid #b8aca8;
  padding: 3px 35px 3px 10px;
  color: #936E63;
  width: 100%;
}
.userBlock__link--link-copy-alert {
  position: absolute;
  padding: 3px;
  color: #009f3c;
  line-height: 14px;
  display: none;
}
.userBlock__link__copy-btn {
  background: #FF794D;
  text-align: center;
  color: #fff;
  font-family: 'acrommedium', Arial, sans-serif;
  padding: 6px 0;
  position: absolute;
  top: 33px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 165px;
  z-index: 2;
  box-shadow: 0 0 4px 2px #ccc;
  cursor: pointer;
  display: none;
}
.userBlock__link__copy-btn:hover {
  background: #ce5629;
}
.userBlock__link__img {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #937d76;
  height: 30px;
  width: 32px;
  text-align: center;
  padding-top: 2px;
  cursor: pointer;
}
.userBlock__link__img img {
  display: inline-block;
}
.userBlock__link:hover .userBlock__link__img {
  background-color: #61011c;
  transition: 0.3s;
}
.userBlock__link:hover input {
  border: 1px solid #61011c;
  transition: 0.3s;
}
.userBlock .header__contacts-hint {
  padding-right: 0;
  padding-bottom: 4px;
  line-height: 1.1;
}
.header__bottom_fixed .userBlock {
  position: absolute;
  right: 158px;
  top: 0;
  width: auto;
}
.header__bottom_fixed .userBlock .userBlock__link {
  width: 56px;
  height: 49px;
}
.header__bottom_fixed .userBlock .userBlock__link input {
  position: absolute;
  left: -5000px;
}
.header__bottom_fixed .userBlock .userBlock__link--link-copy-alert {
  z-index: 10;
  background-color: #fff;
}
.header__bottom_fixed .userBlock__menu {
  display: flex;
  align-items: center;
  margin: 0;
}
.header__bottom_fixed .header__controls {
  bottom: auto;
}
.header__bottom_fixed .header__contacts {
  display: none;
}
.banner img {
  width: 100%;
  height: auto;
}
.dropdown-catalog {
  position: absolute;
  display: none;
  top: -15px;
  left: 15px;
  min-width: 302px !important;
  width: 302px;
  height: auto;
  margin: auto;
  z-index: 998;
  border: 1px solid #EDE8E7;
  -webkit-transition: 0.25s linear opacity;
  list-style-type: none;
  background-color: #fff;
  opacity: 1;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
.dropdown-catalog--category {
  position: relative;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.dropdown-catalog--category > li:first-child .dropdown-catalog__link {
  color: #8b0025;
}
.dropdown-catalog--category > li:first-child .dropdown-catalog__link:visited,
.dropdown-catalog--category > li:first-child .dropdown-catalog__link:hover {
  color: #8b0025;
}
.dropdown-catalog--category > li:first-child .dropdown-catalog__undercat > ul {
  min-width: 580px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.dropdown-catalog--category .size14 {
  font-size: 14pt;
}
.dropdown-catalog__link {
  font-family: 'segoe_ui', Arial, sans-serif;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 35px;
  padding: 0 14px;
  font-size: 16px;
  color: #52423d;
  line-height: 1.4;
  align-items: center;
}
.dropdown-catalog__link:visited {
  color: #52423d;
  text-decoration: none;
}
.dropdown-catalog__link:hover {
  text-decoration: none;
  color: #52423d;
}
.dropdown-catalog__link-text {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}
.dropdown-catalog__icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 35px;
  margin-right: 14px;
  vertical-align: middle;
  text-align: center;
}
.dropdown-catalog__icon > img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dropdown-catalog__undercat {
  visibility: hidden;
  position: absolute;
  box-sizing: content-box;
  left: 301px;
  min-width: 580px;
  width: auto;
  top: -1px;
  border-top: 1px solid #EDE8E7;
  padding: 1px 42px 0 42px;
  background-color: #f7f5f5;
  overflow-y: auto;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
.dropdown-catalog__undercat > ul {
  display: block;
  height: auto;
  padding: 7px 0 14px;
  list-style-type: none;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.dropdown-catalog__undercat:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  border-top: 7px solid #f7f5f5;
  height: 7px;
  width: 100%;
  z-index: 1100000;
}
.dropdown-catalog__undercat-title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  color: #e95b05;
  font-size: 14px;
  line-height: 1.4;
}
.dropdown-catalog__undercat-title:visited,
.dropdown-catalog__undercat-title:hover {
  color: #e95b05;
}
.dropdown-catalog__undercat-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 14px;
}
.dropdown-catalog__undercat-link {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 13px;
  color: #52423d;
}
.dropdown-catalog__undercat-link:visited {
  color: #52423d;
}
.dropdown-catalog--actions {
  display: inline-block;
  max-width: 190px;
  color: #947c76;
  text-align: center;
  vertical-align: middle;
}
.dropdown-catalog--actions-link {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  width: 100%;
  height: 74px;
  margin-top: 6px;
  padding: 22px 20px;
  text-transform: uppercase;
  border: 1px solid #E5DEDC;
  background: #fff;
}
.dropdown-catalog--actions-link:hover,
.dropdown-catalog--actions-link:active {
  color: #f26d3c;
  text-decoration: none!important;
}
.dropdown-catalog--actions-get-free {
  padding: 11px 20px;
  text-align: center;
}
.dropdown-catalog--actions-icon {
  display: block;
  float: left;
  line-height: 24px;
  font-size: 19pt;
}
.dropdown-catalog--actions-text {
  line-height: 1;
  padding-left: 2px;
  font-size: 19pt;
}
.dropdown-catalog--actions-get-free {
  font-size: 16pt;
  line-height: 1.2;
  color: #009f3c;
  text-align: center;
}
.dropdown-catalog--actions-undertitle {
  display: block;
  font-size: 6pt;
  font-family: acromregular, Arial, sans-serif;
}
.dropdown-catalog .size14 {
  font-size: 10.5pt;
}
.dropdown-catalog .size22 {
  font-size: 16pt;
}
.banner__actions img {
  max-width: 100%;
  height: auto;
  margin-bottom: 7px;
}
.noproducts-catalogactions {
  padding: 21px 14px;
  text-align: center;
}
.noproducts-catalogactions__title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 24px;
  color: #7A625A;
}
.mainpage__slider {
  background-color: #fff;
  width: 100%;
  height: 362px;
  overflow: hidden;
}
.mainpage__slider img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.mainpage__slider .owl-controls {
  max-width: 1250px;
  margin: 0 auto;
}
.mainpage__slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  text-align: center;
}
.mainpage__slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.mainpage__slider .owl-dots .owl-dot span {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  margin: 0;
  background-color: #b8aca8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mainpage__slider .owl-dots .owl-dot.active span {
  background-color: #f26403;
}
.mainpage__slider .owl-nav {
  margin-top: 0;
}
.mainpage__slider .owl-nav button {
  outline: none!important;
}
.mainpage__slider .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  outline: none!important;
}
.mainpage__slider .owl-prev {
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  position: absolute;
}
.mainpage__slider .owl-prev i:before {
  margin-right: 2px;
}
.mainpage__slider .owl-prev:hover i {
  color: #554540;
  border: 2px solid #554540;
}
.mainpage__slider .owl-prev.disabled i {
  color: #CFCFCF !important;
}
.mainpage__slider .owl-next {
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  text-align: center;
}
.mainpage__slider .owl-next i:before {
  margin-left: 2px;
}
.mainpage__slider .owl-next:hover i {
  color: #554540;
  border: 2px solid #554540;
}
.mainpage__slider .owl-next.disabled i {
  color: #CFCFCF !important;
}
.mainpage__slider i {
  width: 53px;
  height: 53px;
  font-size: 26pt;
  top: 50%;
  border: 2px solid #b8aca8;
  border-radius: 50%;
  line-height: 49px;
  position: absolute;
  margin-top: -26px;
  left: 50%;
  margin-left: -27px;
  color: #b8aca8;
}
.mainpage__slider .owl-carousel__item {
  background-repeat: no-repeat;
  background-position: center top;
}
.mainpage__slider .owl-carousel__item > .container {
  position: relative;
}
.mainpage__slider .owl-carousel__item-header {
  font-size: 36px;
  text-transform: uppercase;
  color: #600221;
  font-family: 'acromextrabold', Arial, sans-serif;
  margin-bottom: 15px;
}
.mainpage__slider .owl-carousel__item-data {
  position: relative;
  top: 0;
  height: 402px;
  left: 0;
  width: 35%;
  padding-top: 110px;
  z-index: 1;
}
.mainpage__slider .owl-carousel__item-data:after {
  position: absolute;
  z-index: -1;
  width: 650px;
  height: 650px;
  left: -100px;
  top: 50%;
  margin-top: -325px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  content: "";
  -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mainpage__slider .owl-carousel__item-caption {
  font-size: 13.5pt;
  padding-top: 25px;
  position: relative;
  margin-bottom: 10px;
}
.mainpage__slider .owl-carousel__item-caption:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 6px;
  background: #9f857c;
}
.mainpage__slider .owl-carousel__prise {
  font-size: 36pt;
  font-family: 'acromregular', Arial, sans-serif;
}
.mainpage__slider .owl-carousel__prise-sub {
  font-size: 13.5pt;
}
.mainpage__title {
  margin: 0;
  padding: 14px 0 21px;
  text-align: center;
}
.mainpage h2.lined-header__text {
  float: left;
}
.mainpage__goods--title {
  float: left;
}
.catalogue {
  padding-top: 14px;
  background-color: #fff;
}
.catalogue .pageCounter {
  margin-top: 50px;
}
.catalogue .bg {
  position: relative;
  text-align: center;
}
.advantages__wrap {
  padding: 14px 28px;
  background-color: #fff;
  margin-bottom: 21px;
}
.advantages__list {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantages__list--item {
  font-family: 'acrommedium', Arial, sans-serif;
  display: flex;
  align-items: center;
  width: 20%;
  color: #52423d;
  text-transform: uppercase;
  font-size: 12px;
  overflow: hidden;
}
.advantages__list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 7px;
  flex: none;
  text-align: center;
  background-color: #f7f5f5;
}
.advantages__list-img > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.advantages__list-img i {
  font-size: 36px;
  color: #937d76;
}
.icon-top-quality {
  background-image: url(../img/design/sprite-advantages.png);
  background-position: -150px -63px;
  width: 61px;
  height: 63px;
}
.icon-cash_register {
  background: url(../img/design/sprite-advantages.png) 0 -65px;
  width: 68px;
  height: 67px;
}
.icon-delivery_packages_on_a_trolley {
  background-image: url(../img/design/sprite-advantages.png);
  background-position: 0 -132px;
  width: 56px;
  height: 63px;
}
.icon-delivery_truck_with_circular_clock {
  background-image: url(../img/design/sprite-advantages.png);
  background-position: 0 0;
  width: 85px;
  height: 65px;
}
.icon-grinder {
  background-image: url(../img/design/sprite-advantages.png);
  background-position: -215px 0;
  width: 50px;
  height: 67px;
}
.icon-international_delivery {
  background: url(../img/design/sprite-advantages.png) -85px -65px;
  width: 63px;
  height: 66px;
}
.icon-quality {
  background-image: url(../img/design/sprite-advantages.png);
  background-position: -215px -67px;
  width: 50px;
  height: 66px;
}
.icon-wallet_filled_money_tool {
  background-image: url(../img/design/sprite-advantages.png);
  background-position: -150px 0;
  width: 65px;
  height: 63px;
}
.icon-warehouse {
  background-image: url(../img/design/sprite-advantages.png);
  background-position: -85px 0;
  width: 65px;
  height: 65px;
}
.icon-zen {
  color: #ab9d98;
  font-size: 18px;
}
.icon-toktok {
  color: #ab9d98;
  font-size: 36px;
}
.page-sidebar {
  position: relative;
  max-width: 465px;
  margin: auto;
}
.btn {
  outline: none !important;
}
.btn::-moz-focus-inner {
  border: 0;
}
.btn-lg {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #896e64;
  text-transform: uppercase;
  font-size: 9pt;
  font-family: 'acromextrabold', Arial, sans-serif;
  padding: 10px 14px;
}
.btn-default:hover {
  background-color: #f26d3c;
  color: #fff;
}
.btn-buyRound {
  font-family: 'acrommedium', Arial, sans-serif;
  width: 150px;
  height: 30px;
  margin: 0 0 0 10px;
  padding: 5px 0 0;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  background-color: #E84D21;
  color: #ffffff !important;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  border: none;
  text-decoration: none !important;
  outline: none !important;
}
.btn-buyRound::-moz-focus-inner {
  border: 0;
}
.btn-buyRound .i-icon__basket {
  margin-left: -2px;
}
.btn-buyRound:hover {
  background-color: #ED876B;
  color: #ffffff !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.btn-buyRound:active {
  background-color: #ED876B;
  color: #ffffff !important;
}
.btn-buyRound:visited {
  color: #ffffff !important;
}
.btn-buyRound.disabled {
  background-color: #ED876B;
  color: #ffffff;
}
.btn-box {
  display: inline-block;
  vertical-align: top;
  font-family: 'acrombold', Arial, sans-serif;
  font-size: 14.5pt;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #7A625A;
  padding: 7px 41px;
  min-width: 180px;
  text-align: center;
  background: transparent;
  outline: none !important;
  border: 2px solid #7A625A;
  transition: all 0.3s ease;
}
.btn-box::-moz-focus-inner {
  border: 0;
}
.btn-box:hover {
  background-color: #C0B1AB;
  border: 2px solid #C0B1AB;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-box:active {
  border-color: #a1887f;
}
.btn-box_active {
  border-color: #b7a39c;
}
.btn-box_selected {
  border-color: #967a70;
  color: #967a70;
}
.btn-box_lg {
  padding: 20px 40px;
}
.btn-base {
  width: 150px;
  height: 30px;
  text-align: center;
  padding: 0;
  font-size: 10.5pt;
  line-height: 28px;
  border: 2px solid #937D76;
  color: #937D76;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-base:hover {
  background-color: #C0B1AB;
  border: 2px solid #C0B1AB;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-base.act_aidigo {
  width: 100%;
  min-width: 0;
}
.btn__lg-orange {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  height: 60px;
  margin: auto;
  padding: 0;
  font-size: 13.5pt;
  line-height: 60px;
  text-align: center;
  background-color: #E84D21;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none !important;
  outline: 0 !important;
  outline: none !important;
}
.btn__lg-orange::-moz-focus-inner {
  border: 0;
}
.btn__lg-orange:hover {
  background-color: #ED876B;
  color: #ffffff;
}
.btn__lg-orange:active {
  background-color: #ED876B;
  color: #ffffff;
}
.btn__lg-orange:visited {
  color: #ffffff;
}
.btn__orange {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  padding: 0 20px;
  background-color: #E84D21;
  color: #fff;
  border: none;
  text-transform: uppercase;
  line-height: 54px;
  text-align: center;
  transition: 0.2s;
}
.btn__orange:visited {
  color: #fff;
}
.btn__orange:hover {
  background-color: #ED876B;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;
}
.btn__orange-s {
  line-height: 35px;
}
.btn__orange-xs {
  font-family: 'acrombold', Arial, sans-serif;
  display: inline-block !important;
  line-height: 26px;
  font-size: 12px;
}
.btn__orange-noactive {
  background-color: #ED876B;
  cursor: default;
}
.btn__md {
  width: auto;
  padding: 0 14px;
}
.btn__md:hover {
  cursor: pointer;
}
.btn__small {
  font-family: 'acromextrabold', Arial, sans-serif;
  width: auto;
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
}
.btn--show-more {
  display: none;
}
.btn__quick-view {
  display: block;
  width: 150px;
  height: 28px;
  margin: 21px auto 7px;
  background-color: #ede8e6;
  color: #52423d;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.btn__quick-view:hover {
  text-decoration: none;
}
.btn__get-free {
  font-family: 'acrombold', Arial, sans-serif;
  display: block;
  width: 200px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #00A64B;
  color: #fff;
  font-size: 10.5pt;
  line-height: 32px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn__get-free:active,
.btn__get-free:visited {
  color: #fff;
  text-decoration: none;
}
.btn__get-free:hover {
  background-color: #7FCF9D;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn__get-free.add {
  background-color: #7fcf9d;
  color: #fff;
  text-decoration: none;
}
.btn__show-all {
  display: none;
  padding: 12px 0 1px;
  border-top: 1px solid #cdc6c6;
  font-family: 'segoe_uisbold', Arial, sans-serif;
  color: #52423d;
  text-align: center;
  font-size: 16px;
}
.btn__show-all i {
  font-size: 10px;
}
.btn__show-all:hover {
  cursor: pointer;
  color: #e95b05;
}
.btn__light {
  display: block;
  width: 220px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ede8e6;
  color: #52423D;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.3s ease;
}
.btn__light:hover {
  background-color: #C0B1AB;
  color: #fff;
  outline: none;
  transition: 0.3s ease;
}
.btn__light:active,
.btn__light:focus {
  outline: none;
}
.link-to-shop {
  display: flex;
  align-items: center;
  padding: 3px 9px;
  margin: auto;
  border: 2px solid #f26d3c;
  color: #f26d3c;
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  outline: 0;
}
.link-to-shop i {
  font-size: 20px;
  margin-right: 7px;
}
.link-to-shop:hover {
  background-color: #f26d3c;
}
.b-modal-cart-address {
  width: 586px;
  color: #7D665E;
}
.b-modal-cart-address .address__title {
  font-family: 'acromextrabold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: 2px solid #DDD1CC;
  padding: 0 0 2px 7px;
}
.b-modal-cart-address .messages {
  font-family: 'acromextrabold', Arial, sans-serif;
  padding-top: 25px;
  font-size: 18px;
  color: #009900;
}
.b-modal-cart-address .address__content {
  padding: 16px 0 0 0;
}
.b-modal-cart-address .address__content label {
  clear: both;
  font-size: 21.6px;
  color: #7D665E;
  width: 100%;
  margin-bottom: 4px;
  line-height: 35px;
}
.b-modal-cart-address .address__content label input {
  float: right;
  border: 2px solid #E7DCD8;
  padding: 0 0 0 6px;
  width: 388px;
  height: 40px;
  font-weight: normal;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.b-modal-cart-address .address__content label input::-webkit-input-placeholder {
  font-style: italic;
}
.b-modal-cart-address .address__content label input::-moz-placeholder {
  font-style: italic;
}
.b-modal-cart-address .address__content label input:-ms-input-placeholder {
  font-style: italic;
}
.b-modal-cart-address .address__content label input[type=number]::-webkit-inner-spin-button,
.b-modal-cart-address .address__content label input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.b-modal-cart-address .address__content button {
  width: 385px;
  display: block;
  margin: 32px auto 4px;
  color: #fff;
  background: #FF6327;
  border: none;
  padding: 10px 0;
  font-size: 24px;
  text-transform: uppercase;
  font-family: acromextrabold, Arial, sans-serif;
}
.mainCategory {
  border: 6px solid #e2dad7;
  padding: 50px 70px;
  position: relative;
  margin-bottom: 40px;
}
.mainCategory__list {
  list-style-type: none;
  margin: 0 0 0 -2%;
  padding: 0;
}
.mainCategory__list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.3333%;
  margin: 0 -4px 20px 2%;
  background: #fff;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.mainCategory__list-item:after {
  display: block;
  position: absolute;
  bottom: 0;
  height: 30px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  left: 0;
  right: 0;
  content: "";
}
.mainCategory__list-link {
  display: block;
  font-size: 13.5pt;
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #600221;
  text-align: center;
  text-transform: uppercase;
}
.mainCategory__list-link:hover {
  color: #896e64;
}
.mainCategory__list-name {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 20px;
  width: 100%;
  margin: 20px 0;
  position: relative;
}
.mainCategory__list-name:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 44px;
  background: #ccbfba;
  left: 50%;
  margin-left: -22px;
}
.mainCategory__list-img {
  width: 100%;
}
.mainCategory__list-info {
  text-align: center;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.mainCategory__title {
  width: 100%;
  text-align: center;
  top: -18px;
  left: 0;
  position: absolute;
}
.mainCategory__title > a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #600221;
  font-size: 18pt;
  line-height: 24px;
  white-space: nowrap;
  padding: 3px 15px;
  background: #f6f0ee;
  text-decoration: none;
}
.mainCategory__all {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: -12px;
  left: 50%;
  font-size: 10.5pt;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  padding: 2px 10px;
  background: #f6f0ee;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -75px;
  text-decoration: none;
  text-align: center;
  color: #a1887f;
}
.mainCategory__all:hover {
  text-decoration: none;
  color: #600221;
}
.section_white {
  padding: 40px 0;
  background: #fff;
}
.section_registr {
  background: #af7a69 url('../img/tmp/reg_bg.jpg') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 24px 0;
  overflow: hidden;
}
.section_gray {
  background-color: #e8e2e0;
  padding: 40px 0;
}
.productView {
  margin: 30px 0;
  text-align: center;
}
.productView__label {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
/* bucket */
/* = Переключатели Radio Button */
.radio {
  position: relative;
  cursor: pointer;
  float: right;
  margin-right: 24px;
  height: 27px;
}
.radio:before {
  content: "\e981";
  position: absolute;
  left: 0;
  top: -8px;
  color: #b7a198;
  background: #fff;
  width: 27px;
  height: 27px;
  font-size: 27px;
  line-height: 1;
  font-family: 'icomoon';
}
.radio.active:before {
  content: "\e980";
  color: #f67e30;
  font-size: 27px;
  position: absolute;
  left: 0;
  top: -8px;
  line-height: 1;
  font-family: 'icomoon';
}
.radio:hover::after {
  content: attr(data-title);
  position: absolute;
  top: -15px;
  left: -95px;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  padding: 2px;
  background: #edeef3;
  font-size: 7pt;
  white-space: nowrap;
  line-height: 1.4;
}
.hitList__control {
  text-align: center;
}
.hitList__control .btn-box {
  width: 360px;
  height: 60px;
  padding: 0;
  line-height: 60px;
  border: 2px solid #937D76;
  color: #937D76;
  transition: all 0.2s ease;
}
.hitList__control .btn-box:hover {
  background-color: #CDBDB7;
  border: 2px solid #CDBDB7;
  color: #fff;
  transition: all 0.2s ease;
}
.other_goods {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-top: 1px solid #c2b4b0;
  border-bottom: 1px solid #c2b4b0;
}
.other_goods-second {
  border-bottom: none;
}
.other_goods .lined-header__text {
  color: #f26d3c;
}
.other_goods .productList__item-prise {
  color: #f26d3c;
}
.other_goods .productList__item-prise span {
  font-family: 'acromregular', Arial, sans-serif;
  font-size: 18pt;
  color: #f26d3c;
}
.other_goods .productList__item-prise:before {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  background-color: #ccbfba;
  top: -4px;
  position: absolute;
  left: 50%;
  margin-left: -27px;
}
.lined-header__text {
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #52423d;
  font-size: 30px;
  padding: 0 0 21px;
  margin: 0;
  text-align: left;
}
.lined-header_left {
  text-align: left;
}
.promoReg__text {
  padding: 0 40px 40px 60px;
}
.promoReg__text-title {
  margin: 50px 0  30px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 36pt;
  line-height: 40px;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.promoReg__text-content {
  font-size: 13.5pt;
  color: #fff;
  font-family: 'segoe_ui', Arial, sans-serif;
}
.promoReg__app-form {
  padding: 40px 20px;
  background: #fff;
  border: 6px solid #d7ccc8;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.promoReg__app-title {
  font-size: 10.5pt;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #6b564f;
  text-align: center;
}
.promoReg__app-bonus {
  font-size: 10.5pt;
  color: #b7a39c;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.promoReg__app-counter {
  font-size: 30px;
  color: #600221;
}
.promoReg__app-social {
  color: #6b564f;
  font-size: 10.5pt;
  text-align: center;
  margin-top: 25px;
}
.promoReg__app-social p {
  border-bottom: 1px solid #a1887f;
  padding-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.promoReg-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #896e64;
}
.promoReg-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccbfba;
}
.socialListfooter {
  list-style-type: none;
  margin: 0 0 0 -10px;
  padding: 0;
}
.socialListfooter__item {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  margin-left: 10px;
  margin-right: -4px;
  color: #fff;
  margin-bottom: 14px;
}
.socialListfooter__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none !important;
}
.socialListfooter__item > a.link-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
}
.socialListfooter__item > a.link-img:hover {
  background-color: #d9534f;
}
.socialListfooter__item > a.link-img:active {
  background-color: #c9302c;
}
.socialListfooter__item > a.link-img span {
  font-size: 16px;
}
.socialListfooter__item > a:hover {
  color: #d9534f;
}
.socialListfooter__item > a:active {
  color: #c9302c;
}
.ourFeed {
  margin-bottom: 40px;
}
.ourFeed__wrap {
  display: flex;
}
.ourFeed__wrap-img {
  width: 25%;
}
.ourFeed__list-item {
  width: 100%;
  padding-bottom: 5px;
}
.ourFeed__list-item:first-child {
  margin-top: 47px;
}
.ourFeed__list-separator {
  width: 100%;
  display: block;
  height: 5px;
}
.ourFeed__list-separator:last-child {
  display: none;
}
.ourFeed__list--img {
  position: relative;
  width: 85px;
  height: 85px;
  margin-bottom: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
}
.ourFeed__list--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ourFeed__list-data {
  width: 100%;
  max-width: 430px;
  vertical-align: top;
}
.ourFeed__list-name {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 18px;
  color: #7a625a;
}
.ourFeed__list-info {
  font-size: 10.5pt;
  font-family: 'acromextrabold', Arial, sans-serif;
  text-transform: uppercase;
}
.ourFeed__list-text {
  padding-top: 5px;
  position: relative;
  font: 12px Arial;
  color: #221f1f;
}
.ourFeed__title {
  font-size: 18pt;
  color: #600221;
  font-family: 'acromextrabold', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
.ourFeed__date {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 12pt;
  color: #c1c1c3;
  float: right;
}
.ourFeed__rating {
  padding: 0;
  float: left;
}
.ourFeed__rating--item {
  font-family: 'segoe_ui', Arial, sans-serif;
  padding-right: 30px;
  font-size: 14px;
  color: #420e13;
  display: inline-block;
}
.ourFeed__valuation {
  font-family: 'acromextrabold', Arial, sans-serif;
  float: right;
  font-size: 36px;
  color: #7a625a;
}
.ourFeed__text {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 16px;
  color: #0c0c0c;
  margin-bottom: 21px;
}
.ourFeed__text--item {
  margin-bottom: 28px;
}
.ourFeed__text--title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin: 0;
  color: #7a625a;
}
.ourFeed-im {
  border: 1px solid #8b0025;
}
.ourFeed-im__title {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 35px;
  background-color: #8b0025;
  color: #fff;
}
.ourFeed-im__title:before {
  content: '';
  position: absolute;
  left: 70px;
  top: -22px;
  border: 7px solid transparent;
  border-bottom: 14px solid #8b0025;
}
.ourFeed-im__text {
  font-family: 'segoe_ui', Arial, sans-serif;
  padding: 25px 30px 35px;
  font-size: 16px;
  color: #0c0c0c;
}
/*  Гарантии  */
.varranty {
  font-family: 'acromregular', Arial, sans-serif;
  color: #A08780;
}
.varranty p {
  font-size: 16px;
}
.varranty .col-sm-1 img {
  margin-top: 10px;
}
.varranty__quality {
  width: 32%;
  margin: 10px 2% 10px 0;
  float: left;
  text-align: center;
}
.varranty__quality:nth-child(3n+3) {
  margin: 10px 0 10px 0;
}
.varranty__quality a,
.varranty__quality2 a {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
}
.varranty__quality2 {
  width: 48%;
  margin: 10px 2% 10px 0;
  float: left;
  text-align: center;
}
.varranty__quality2:last-child {
  margin: 10px 0 10px 0;
}
.varranty__collaps {
  display: none;
}
.varranty__collaps.active {
  display: block;
}
.spices__main,
.flavoring__main {
  padding: 10px;
  background: #FF6D41;
  margin-bottom: 10px;
  color: #fff;
}
.btn-collaps {
  width: 32%;
  text-align: center;
  line-height: 2.2;
  height: 42px;
  border: 2px solid #A1867E;
  margin: 10px auto;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}
.btn-collaps:hover {
  background: #FF6D41;
  color: #fff;
}
.btn-collaps a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-decoration: none;
}
.btn-collaps a:hover,
.btn-collaps a:active {
  color: #fff;
}
.btn-collaps.active {
  background: #FF6D41;
  color: #fff;
}
.btn-collaps .active {
  background: #FF6D41;
  color: #fff;
}
.varranty__arrow {
  float: right;
  width: 15px;
  margin: 7px 12px;
}
.active .varranty__arrow {
  display: none;
}
.characteristics {
  margin-top: 30px;
  padding-top: 30px;
  background: url(../img/design/wave_h.png) repeat-x;
}
.characteristics__title,
.characteristics .varranty__title {
  text-transform: uppercase;
  font-weight: 600;
}
.characteristics img {
  margin: 15px auto 0;
  max-width: 60px;
  max-height: 60px;
}
.characteristics__title,
.characteristics .varranty__title {
  padding: 0;
}
.socBlocks {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.socBlocks__title {
  color: #6b564f;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.socBlocks__item {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  border: 6px solid #fff;
  border: 6px solid rgba(255, 255, 255, 0.3);
  margin-right: -4px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.socBlocks__item-placeholder {
  background: #fff;
  width: 285px;
  padding: 10px;
}
.socBlocks__item_vertical {
  margin-left: 0;
  margin-right: 0;
  border: 6px solid rgba(161, 136, 127, 0.3);
}
footer {
  background: #ab9d98;
  padding-top: 35px;
}
.footer {
  min-width: 1024px;
}
.footer__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__menu-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.footer__menu-item a {
  color: #fec9db;
  font-size: 10.5pt;
  text-decoration: none !important;
}
.footer__menu-item a:hover {
  color: #f47f54;
}
.footer__menu_2 {
  margin-left: -2%;
  margin-bottom: 40px;
}
.footer__menu_2 .footer__menu-item {
  width: 46%;
  margin-right: 5px;
  margin-left: 2%;
}
.footer__menu-title {
  color: #fff;
  font-family: 'acromextrabold', Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer__tiles {
  list-style-type: none;
  margin: 0 0 0 -2%;
  padding: 0;
}
.footer__tiles-item {
  display: inline-block;
  vertical-align: top;
  padding-left: 80px;
  width: 14%;
  color: #fff;
  margin: 0 -4px 20px 2%;
  position: relative;
}
.footer__tiles-title {
  color: #fff;
  font-family: 'acromextrabold', Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer__tiles-content {
  color: #ffffff;
  list-style-type: none;
  padding-left: 0;
  font-size: 9pt;
  margin-bottom: 25px;
}
.footer__tiles-content a {
  color: #ffffff;
}
.footer__tiles-phone {
  font-size: 13.5pt;
}
.footer__tiles-icon {
  position: absolute;
  top: 0;
  left: 20px;
}
.footer__list {
  color: #ffffff;
  list-style-type: none;
  padding-left: 0;
}
.footer__list--item a {
  color: #ffffff;
}
.footer__logo {
  display: block;
  float: left;
  margin-right: 20px;
}
.footerTop {
  padding-bottom: 40px;
}
.footerMiddle {
  padding: 35px 0 0;
}
.footerBottom {
  padding: 15px 0 35px;
}
.footerBottom__text {
  color: #ffffff;
  font-size: 14.5pt;
}
.footerBottom .socialList__item a {
  color: #000;
  color: rgba(0, 0, 0, 0.8);
}
.footerBottom .socialList__item a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.header__select-container {
  width: 100%;
  border: 0;
}
.header__select-container.select2-container .select2-choice {
  border: 0 !important;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  line-height: 22px;
}
.header__select-container.select2-container .select2-choice .select2-chosen {
  font-size: 10.5pt;
  color: #600221;
}
.header__select-container.select2-container-active {
  background: transparent;
}
.header__select-container.select2-container .select2-arrow {
  width: 20px;
  border: 0 !important;
  background: transparent none;
}
.header__select-container.select2-container .select2-arrow b {
  display: none;
}
.header__select-container.select2-container .select2-arrow:after {
  content: "\e932";
  position: absolute;
  display: inline-block;
  font-size: 8px;
  color: #a1887f;
  top: 0;
  right: 0;
  font-family: 'icomoon';
}
.header__select-container.select2-dropdown-open .select2-choice {
  border: 0 !important;
  background: transparent;
}
.header__select-dropdown.select2-drop-active {
  border-color: #ccbfba;
}
.header__select-dropdown.select2-drop-active .select2-results {
  margin-right: 0;
  padding-left: 0;
}
.header__select-dropdown.select2-drop-active .select2-results li {
  color: #7a625a;
}
.header__select-dropdown.select2-drop-active .select2-highlighted {
  background: #600221;
  color: #fff !important;
}
.header__select-dropdown.select2-drop-active.select2-drop {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.header__select-dropdown .select2-search input {
  border-color: #ccbfba;
}
#citySel {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}
.breadCrumbs {
  list-style-type: none;
  padding: 17px 0;
  margin: 0;
}
.breadCrumbs__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 56px 0 0;
  font-size: 12pt;
  position: relative;
  color: #52423d;
}
.breadCrumbs__item + .breadCrumbs__item:before {
  content: "\\";
  position: absolute;
  top: 0;
  left: -32px;
  color: #b8b8b8;
}
.breadCrumbs__item a {
  color: #b8b8b8;
  text-decoration: none;
}
.breadCrumbs__item a:hover {
  color: #600221;
}
.breadCrumbs__mobile {
  display: none;
}
.productSlider {
  margin-bottom: 10px;
}
.productSlider_hit {
  position: relative;
}
.productSlider_hit:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 60px;
  height: 30px;
  background: #f26d3c;
  z-index: 5;
}
.productSlider_hit:after {
  font-family: 'segoe_uibold', Arial, sans-serif;
  content: "хит";
  display: inline-block;
  top: 0;
  left: 10px;
  position: absolute;
  font-size: 18pt;
  color: #fff;
  z-index: 6;
}
.productSlider_action {
  position: relative;
}
.productSlider_action:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 80px;
  height: 30px;
  background: #800122;
  z-index: 5;
}
.productSlider_action:after {
  content: "скидка";
  font-family: 'acrombold', Arial, sans-serif;
  display: inline-block;
  top: -1px;
  left: 10px;
  position: absolute;
  font-size: 18pt;
  line-height: 30px;
  color: #fff;
  z-index: 6;
}
.productSlider_spec {
  position: relative;
}
.productSlider_spec:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  display: block;
  border-top: 29px solid #f3a098;
  border-left: 29px solid #f3a098;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.productSlider_spec:after {
  content: "sale";
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  top: 8px;
  position: absolute;
  left: 3px;
  font-size: 9pt;
  text-transform: uppercase;
  color: #fff;
}
.productSlider_spec:hover:before {
  width: 0;
  height: 0;
  display: block;
  border-top: 29px solid #e84c3d;
  border-left: 29px solid #e84c3d;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.productSlider_new {
  position: relative;
}
.productSlider_new:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  display: block;
  border-top: 29px solid #aed581;
  border-left: 29px solid #aed581;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.productSlider_new:after {
  content: "new";
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  top: 8px;
  position: absolute;
  left: 3px;
  font-size: 10.5pt;
  text-transform: uppercase;
  color: #fff;
}
.productSlider_new:hover:before {
  width: 0;
  height: 0;
  display: block;
  border-top: 29px solid #7cb43c;
  border-left: 29px solid #7cb43c;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.productSlider .owl-nav > button {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #b7a39c;
  top: 50%;
  margin-top: -25px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  font-size: 14px;
  outline: none!important;
}
.productSlider .owl-nav > button:hover {
  color: #f26d3c !important;
  outline: none!important;
}
.productSlider .owl-nav > button.disabled {
  border-color: rgba(161, 136, 127, 0.3) !important;
  background-color: #fff !important;
  cursor: default;
  color: rgba(161, 136, 127, 0.3) !important;
}
.productSlider .owl-nav .owl-prev {
  left: -50px;
  color: #b7a39c !important;
}
.productSlider .owl-nav .owl-next {
  right: -50px;
  color: #b7a39c !important;
}
.productSlider #imgHolder {
  height: 400px;
  padding: 40px 0;
}
.productSlider #imgHolder img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.productSlider #imgHolder .productSlider__list-item {
  height: 320px;
  width: 270px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.productSlider__list {
  position: relative;
}
.productSlider__list-item img {
  padding: 4px;
}
.productSlider__list-link {
  display: block;
  position: relative;
  min-height: 70px;
  margin-right: 4px;
  border: 2px solid #ccbfba;
}
.productSlider__list-link-main {
  height: 320px;
  border: none;
}
.productSlider__list-link:nth-child {
  margin-right: 0;
}
.productSlider__list-link img {
  width: auto!important;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.starReiting {
  margin-bottom: 10px;
}
.starReiting__list {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  padding: 0;
}
.starReiting__list-item {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 10.5pt;
  margin-right: -4px;
}
.starReiting__list-item input {
  position: absolute;
  right: -2000px !important;
  visibility: hidden;
  z-index: -1;
}
.starReiting__list-item label {
  margin: 0;
  font-weight: normal;
  color: #c1b1ab;
}
.starReiting__list-item_active label {
  color: #f26d3c;
}
.productList__resize {
  overflow: hidden;
  width: 100%;
  padding: 0 0 20px 0;
}
.productList__resize-left {
  float: left;
  width: 45%;
  margin: 0 5% 0 0;
}
.productList__resize-right {
  float: left;
  width: 45%;
}
.productList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.productList_widget {
  min-width: 340px;
}
.productList__similar {
  text-align: center;
}
.productList__similar .productList__item {
  width: 32.5%;
}
.productList__similar .productList__item-controls .product-counter {
  height: 40px;
  margin-top: 0;
}
.productList__similar .productList__item-controls .product-counter__input {
  height: 100%;
}
.productList__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 222px;
  text-align: center;
  padding: 14px 7px;
  margin: 0 7px 18px 0;
  border: 2px solid #F0ECEB;
  background: #fff;
}
.productList__item:hover {
  border: 2px solid #C7B5B1;
}
.productList__item:nth-child(4n+4) {
  margin-right: 0;
}
.productList__item span[id^="url_notify"] a {
  font-family: 'acrombold', Arial, sans-serif;
  width: 190px;
  height: 30px;
  line-height: 28px;
  margin: 7px auto 0;
  display: block;
  clear: both;
  border: 2px solid #7A625A;
  color: #7A625A;
  font-size: 9pt;
}
.productList__item span[id^="url_notify"] a:hover {
  background-color: #C0B1AB;
  color: #fff;
  border: 2px solid #C0B1AB;
  text-decoration: none;
}
.productList__item-link {
  display: block;
  text-decoration: none !important;
}
.productList__item-img {
  height: 170px;
  margin-bottom: 15px;
  position: relative;
}
.productList__item-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.productList__item-name {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: block;
  height: 35px;
  color: #52423D;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.2;
}
.productList__item-name:active,
.productList__item-name:visited {
  color: #52423D;
  text-decoration: none;
}
.productList__item-name:hover {
  color: #a1887f;
  text-decoration: none;
}
.productList__item-text {
  font-family: acrommedium, Arial, sans-serif;
  font-size: 10px;
  color: #7c655d;
  line-height: 13px;
  position: relative;
  height: 24px;
  overflow: hidden;
}
.productList__item-prise {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: table;
  width: 100%;
  height: 44px;
  white-space: nowrap;
  font-size: 18pt;
  padding: 10px 14px;
  line-height: 18pt;
  position: relative;
  color: #600221;
  text-align: right;
  vertical-align: bottom;
}
.productList__item-prise i {
  font-size: 10.5pt;
  color: #a1887f;
}
.productList__item-delprise {
  font-family: 'segoe_ui', Arial, sans-serif;
  display: table-cell;
  text-align: left;
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
.productList__item_hit:before {
  content: "хит";
  font-family: 'segoe_uibold', Arial, sans-serif;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #00A64B;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  line-height: 31px;
  text-align: center;
}
.productList__item_hit_big:before {
  content: "хит";
  font-family: 'segoe_uibold', Arial, sans-serif;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00A64B;
  font-size: 24px;
  color: #fff;
  z-index: 1;
  text-align: center;
  line-height: 42px;
}
.productList__item_hit.label-table:before {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.productList__item_profit:before {
  content: "Выгодно!";
  font-family: 'segoe_uibold', Arial, sans-serif;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FE7936;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  line-height: 31px;
  text-align: center;
}

.productList__item_profit.label-table:before {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.productList__item_low-price:before {
  content: "Низкая цена";
  font-family: 'segoe_uibold', Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  top: 7px;
  left: 7px;
  padding: 2px 15px;
  background: #FE7936;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  line-height: 31px;
  text-align: center;
}

.productList__item_low-price.label-table:before {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.productList__item_spec:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 0;
  height: 0;
  display: block;
  border-top: 29px solid #f3a098;
  border-left: 29px solid #f3a098;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.productList__item_spec:after {
  content: "sale";
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  top: 5px;
  position: absolute;
  left: 0;
  font-size: 9pt;
  text-transform: uppercase;
  color: #fff;
}
.productList__item_spec:hover:before {
  width: 0;
  height: 0;
  display: block;
  border-top: 29px solid #e84c3d;
  border-left: 29px solid #e84c3d;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.productList__item_action {
  position: relative;
}
.productList__item_action:before {
  content: "\e9f3";
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  font-size: 58px;
  line-height: 1;
  color: #800122;
  font-family: 'icomoon';
}
.productList__item_action.label-table:after {
  content: "";
  top: 0;
  left: 0;
}
.productList__item_action.label-table:before {
  content: "скидка";
  font-family: 'acromextrabold', Arial, sans-serif;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 90px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  background-color: #800122;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.productList__item_action_big:before {
  content: "\e9f3";
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 5;
  font-size: 50px;
  line-height: 1;
  color: #800122;
  background-color: #fff;
  font-family: 'icomoon';
}
.productList__item_action_big:after {
  content: "%";
  color: #fff;
  position: absolute;
  z-index: 6;
  top: 10px;
  left: 18px;
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 32px;
}
.productList__item_action .product-list__sale-label {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: block;
  position: absolute;
  z-index: 3;
  width: 58px;
  top: 1px;
  left: -7px;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.productList__item_new_1 {
  width: 80% !important;
}
.productList__item_new_2 {
  width: 45% !important;
  margin: 0 10% 0 0  !important;
}
.productList__item_new_2:nth-child(2) {
  margin: 0!important;
}
.productList__item_new_3 {
  width: 30% !important;
  margin: 0 5% 0 0 !important;
}
.productList__item_new_3:nth-child(3) {
  margin: 0 !important;
}
.productList__item_new_4 {
  width: 22% !important;
  margin: 0 4% 0 0 !important;
}
.productList__item_new_4:nth-child(4) {
  margin: 0 !important;
}
.productList__item_new_big:before {
  content: "новинка";
  font-family: 'acromextrabold', Arial, sans-serif;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 110px;
  height: 25px;
  background: #00A64B;
  font-size: 18px;
  color: #fff;
  z-index: 1;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}
.productList__item_new:before {
  content: "новинка";
  font-family: 'acromextrabold', Arial, sans-serif;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 90px;
  height: 21px;
  background: #00A64B;
  font-size: 12px;
  color: #fff;
  z-index: 1;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.productList__item_new.label-table:before {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
}
.productList__item_new.label-table:before:hover {
  text-decoration: none;
}
.productList__item_disabled .productList__item-img img {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.productList__item-controls .product-counter {
  display: none;
}
.productList__item-controls_active .productList__item-btn {
  display: none;
  float: left;
}
.productList__item-controls_active .product-counter {
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.productList__item-controls_active .btn__lg-orange {
  display: none;
}
.productList__item-controls .icon-add {
  margin-left: 5px;
}
.productList_vert-analog {
  margin-left: 0;
}
.productList_vert-analog .productList__item {
  border: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}
.productList_vert-analog .productList__item-separator {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  height: 5px;
  background: url('../img/design/wave.png') repeat-x;
}
.productList_vert-analog .productList__item-separator:last-child {
  display: none;
}
.productList__analogi {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  text-align: center;
}
.productList__analogi .productList__item {
  width: 20%;
  margin: 0 0 18px 0;
  padding: 6px;
  border: 1px solid #e4dedc;
  border-right: none;
  background: #fff;
  min-height: 293px;
  display: inline-block;
}
.productList__analogi .productList__item .bx_catalog_item_images {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  margin: 0 auto 7px;
}
.productList__analogi .productList__item:last-child {
  border-right: 1px solid #e4dedc;
}
.productList__analogi .productList__item .product-list__item-price {
  padding-bottom: 7px;
  font-size: 20px;
}
.productList__analogi .productList__item:hover {
  z-index: 1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.productList__analogi .productList__item-controls {
  display: flex;
  justify-content: space-between;
}
.productList__analogi .product-buyBlock__notify {
  margin: 0;
}
.productList__analogi .product__stars--container {
  margin-right: 0;
}
.productList__analogi-raiting {
  height: 42px;
  margin-bottom: 7px;
}
.subcategories {
  position: relative;
  margin-bottom: 7px;
  padding: 21px 14px 14px;
  background-color: #fff;
}
.subcategories.test-b .subcategories__list {
  max-height: 167px;
  overflow: hidden;
}
.subcategories__list {
  display: flex;
  flex-wrap: wrap;
}
.subcategories__item {
  height: 77px;
  width: 24.2%;
  padding: 7px;
  margin: 0 1% 7px 0;
  border: 1px solid #b8aca8;
  overflow: hidden;
}
.subcategories__item:nth-child(4n) {
  margin-right: 0;
}
.subcategories__item-img {
  display: inline-block;
  width: 35%;
  max-width: 70%;
  height: 61px;
  position: relative;
  overflow: hidden;
}
.subcategories__item-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.subcategories__item-title {
  font-family: 'segoe_ui', Arial, sans-serif;
  display: inline-block;
  width: 60%;
  max-height: 60px;
  vertical-align: top;
  font-size: 14px;
  color: #52423d;
  overflow: hidden;
}
.anchor-prod {
  display: none;
  position: absolute;
  right: -49px;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #b8aca8;
  text-align: center;
  line-height: 33px;
  background-color: #fff;
}
.anchor-prod:hover,
.anchor-prod:active,
.anchor-prod:focus {
  text-decoration: none;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.product-list__3 {
  justify-content: center;
}
.product-list__wrap {
  margin-bottom: 21px;
  padding: 28px 21px 21px;
  background-color: #fff;
  text-align: center;
}
.product-list__item {
  width: 20%;
  height: 363px;
  position: relative;
}
.product-list__item-4 {
  width: 25%;
}
.product-list__item-3 {
  width: calc(100% / 3);
  max-width: 240px;
}
.product-list__item-wrap {
  width: 100%;
  height: 363px;
  overflow: hidden;
  padding: 21px 14px;
  background-color: #fff;
  border: 1px solid #e2dbd9;
}
.product-list__item-wrap:hover {
  position: absolute;
  z-index: 4;
  height: 413px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-list__item-wrap .productList__item-controls {
  display: flex;
  justify-content: center;
}
.product-list__item-img {
  display: block;
  height: 170px;
  margin-bottom: 7px;
  position: relative;
}
.product-list__item-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.product-list__item-info {
  text-align: center;
}
.product-list__item-info .product-list__item-rating {
  margin: 14px 0;
  height: 20px;
}
.product-list__item-name {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: block;
  height: 30px;
  overflow: hidden;
  color: #52423d !important;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.product-list__item-text {
  height: 38px;
  color: #808080;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
  text-align: center;
}
.product-list__item-price {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 44px;
  white-space: nowrap;
  position: relative;
  color: #52423d;
  font-size: 24px;
  line-height: 1.6;
}
.product-list__item-price .action-no {
  text-align: left;
  margin: 0;
}
.product-list__item-delprice {
  font-family: 'segoe_ui', Arial, sans-serif;
  display: table-cell;
  text-align: left;
  margin: 0;
  color: #52423d;
  font-size: 14px;
}
.product-list__item-discount {
  position: relative;
  font-size: 14px;
  color: #9c172f;
  text-align: left;
}
.product-list__item-discount:before {
  content: "- ";
  position: absolute;
  top: 0;
  left: -7px;
}
.product-list__item-btn {
  font-family: 'acromextrabold', Arial, sans-serif;
  width: 160px;
  margin: 0;
  padding: 0 7px;
  font-size: 14px;
  line-height: 30px;
}
.product-list__item-notify {
  height: 30px;
  font-size: 14px;
  line-height: 1.2;
}
.product-list__item-notify a {
  font-size: 16px;
  line-height: 1.6;
}
.product-list__item-rating {
  margin-bottom: 2px;
  justify-content: center;
}
.product-list__sale-label {
  display: none;
}
.product-list .product-counter {
  width: 140px;
}
.product-list + .bg {
  padding-top: 35px;
}
.reviews__show {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  color: #52423d;
  font-size: 14px;
  text-decoration: none;
}
.reviews__show:hover {
  text-decoration: none;
}
.cart-empty .product-list__item-btn {
  width: auto;
}
.notify {
  display: block;
  height: 30px;
}
.product-table {
  position: relative;
}
.product-table__quick-view {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  margin-left: 85px;
}
.product-table__quick-view .btn__quick-view {
  margin: 0;
}
.product-table__quick-view .product-list__item-rating {
  margin-right: 21px;
}
.product-table__quick-view .reviews__show {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 14px;
  margin-right: 21px;
  color: #52423d;
}
.product-table__item {
  width: 100%;
  height: 70px;
  position: relative;
}
.product-table__item .product-list__item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 70px;
  padding: 7px 14px;
}
.product-table__item .product-list__item-wrap:hover {
  height: 95px;
  position: absolute;
}
.product-table__item .product-list__item-wrap:hover .product-table__quick-view {
  display: flex;
}
.product-table__item .product-list__item-name {
  position: relative;
  width: 40%;
  height: auto;
  max-height: 50px;
  font-size: 16px;
  text-align: left;
}
.product-table__item .product-list__item-name:hover {
  text-decoration: none;
}
.product-table__item .product-list__item-img {
  width: 85px;
  height: 52px;
  margin: 0;
  overflow: hidden;
}
.product-table__item .product-list__item-price {
  width: 20%;
  margin-right: 7%;
}
.product-table .productList__item_action .product-list__sale-label {
  top: 5px;
}
.product-table + .bg {
  padding-top: 35px;
}
.quick-view {
  display: none;
  width: 800px;
}
.quick-view__img-list {
  list-style-type: none;
  padding-left: 0;
}
.quick-view__img-item {
  display: inline-block;
  position: relative;
  width: 32%;
  height: 60px;
  border: 2px solid #ccbfba;
  overflow: hidden;
}
.quick-view__img-item img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.quick-view .productSlider {
  position: relative;
}
.quick-view .icon-add__wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
.quick-view__title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: block;
  margin-bottom: 35px;
  font-size: 24px;
  color: #52423d;
}
.quick-view__title:visited {
  color: #52423d;
}
.quick-view__rating {
  margin-bottom: 21px;
  color: #7a625a;
}
.quick-view__buy {
  margin-bottom: 21px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e4dedc;
}
.quick-view__buy:first-child {
  margin-right: 14px;
}
.quick-view .productList__item-controls {
  text-align: center;
}
.quick-view .product-list__item-btn {
  width: 218px;
  height: 46px;
  line-height: 46px;
}
.quick-view__description {
  margin-bottom: 21px;
}
.quick-view__btn {
  display: inline-block;
}
.quick-view__btn-wrap {
  margin-bottom: 42px;
}
.quick-view .composition__item--link {
  font-size: 14px;
}
.quick-view__text {
  color: #0c0c0c;
  font-size: 14px;
  line-height: 18px;
}
.quick-view__sale {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 14px;
  color: #9c172f;
  top: 22px!important;
  left: 7px!important;
}
.fancybox-skin {
  background-color: #fff;
}
a .icon-add,
.icon-add.addWish__link {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  border: 1px solid #c1b1ab;
  line-height: 28px;
  color: #937d76;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}
a .icon-add:hover,
.icon-add.addWish__link:hover,
a .icon-add:active,
.icon-add.addWish__link:active,
a .icon-add:visited,
.icon-add.addWish__link:visited,
a .icon-add:focus,
.icon-add.addWish__link:focus {
  text-decoration: none;
  outline: none;
}
a .icon-add:hover,
.icon-add.addWish__link:hover,
a .icon-add.active,
.icon-add.addWish__link.active {
  color: #fff;
  background-color: #c1b1ab;
  border: 1px solid #c1b1ab;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-header {
  font-family: 'segoe_uibold', Arial, sans-serif;
  position: relative;
  font-size: 23pt;
  margin: 21px 0 7px;
  color: #52423D;
}
.product_rating_in_cart {
  position: relative;
}
.product__stars {
  color: #ccc;
  line-height: 1.4rem;
}
.product__stars:before {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 2rem;
  content: "\e9f0 " "\e9f0 " "\e9f0 " "\e9f0 " "\e9f0";
}
.product__stars--container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
  font-size: 2rem;
  line-height: 1rem;
}
.product__stars--progres {
  position: absolute;
  top: 0;
  left: 0;
  color: #f58a26;
  overflow: hidden;
}
.product__stars--progres-1 {
  width: 20%;
}
.product__stars--progres-2 {
  width: 40%;
}
.product__stars--progres-3 {
  width: 60%;
}
.product__stars--progres-4 {
  width: 80%;
}
.product__stars--progres-5 {
  width: 100%;
}
.product__stars--rating {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  font-size: 16px;
  color: #600221;
  cursor: pointer;
}
.product__stars--rating:hover {
  color: #fd633f;
  text-decoration: none;
}
.product-category {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 13.5pt;
  font-style: italic;
  color: #957d76;
}
.product__wblock {
  padding: 0 42px;
  background-color: #fff;
  border-right: 14px solid #f1f1f1;
  margin-bottom: 14px;
}
.product__wblock:last-child {
  margin-bottom: 0;
}
.product__wblock-recommended {
  padding: 0 42px;
  background-color: #fff;
  border-right: 14px solid #f1f1f1;
  margin-bottom: 14px;
}
.product__analogi-title {
  margin-bottom: 14px;
  font-size: 16px;
  color: #52423D;
}
.product__analogi-list {
  padding-top: 21px;
}
.product__analogi-list .loader {
  position: absolute;
  top: 1px;
  left: -3px;
  right: auto;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.product__analogi-item {
  display: block;
  position: relative;
  margin-bottom: 7px;
  padding-left: 21px;
  color: #52423D;
}
.product__analogi-item:hover,
.product__analogi-item:active,
.product__analogi-item:focus {
  color: #52423D;
  text-decoration: none;
  transition: 0.3s ease;
}
.product__analogi-item:hover:after {
  content: "\e60b";
  color: #E84D21;
  position: absolute;
  top: 5px;
  left: 3px;
  font-size: 9px;
  line-height: 14px;
  font-family: 'icomoon';
}
.product__analogi-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #52423D;
  cursor: pointer;
}
.product__analogi-item.active {
  font-family: 'segoe_uibold', Arial, sans-serif;
}
.product__analogi-item.active:after {
  content: "\e60b";
  color: #E84D21;
  position: absolute;
  top: 5px;
  left: 3px;
  font-size: 9px;
  line-height: 14px;
  font-family: 'icomoon';
}
.product__analogi-item .price {
  color: #600221;
}
.product__prise--wrap {
  border-bottom: 1px solid #e4dedc;
  padding: 22px 0 20px;
  line-height: 36px;
}
.product__prise--old-price {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #7a625a;
}
.product__prise--old-price .del {
  font-family: 'segoe_ui', Arial, sans-serif;
  float: right;
  font-size: 18px;
}
.product__prise--title {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 15pt;
  line-height: 2;
  text-transform: uppercase;
  color: #957d76;
}
.product__prise--text {
  font-family: 'acrombold', Arial, sans-serif;
  font-size: 7.5pt;
  margin-top: 10px;
}
.product__prise--info {
  width: 51%;
  float: left;
  margin-right: 1%;
}
.product__prise--delivery {
  width: 48%;
  float: right;
  margin-top: 10px;
  font-family: 'acromregular', Arial, sans-serif;
  font-size: 7.5pt;
  line-height: 1.4;
  color: #957d76;
}
.product__prise--delivery i {
  font-size: 34px;
  margin-right: 6px;
  float: left;
}
.product-price {
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #957d76;
  vertical-align: middle;
}
.product-price--text {
  font-size: 16px;
  color: #7a625a;
}
.product-price--number {
  float: right;
  font-size: 36px;
  color: #600221;
}
.product__leftovers {
  text-align: right;
  color: #E84D21;
}
.product-counter {
  position: relative;
  width: 150px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #6b564f;
}
.product-counter__input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #C0B1AB;
  color: #6b564f;
  outline: none !important;
  padding: 6px 30px;
  height: 30px;
  line-height: 30px;
  font-family: 'acromregular', Arial, sans-serif;
  font-size: 13.5pt;
  text-align: center;
  vertical-align: top;
}
.product-counter__control {
  position: absolute;
  top: 0;
  width: 30px;
  display: block;
  height: 100%;
  text-decoration: none !important;
  color: #6b564f;
  font-weight: 600;
}
.product-counter__minus {
  left: 0;
}
.product-counter__minus:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  background: #a1887f;
}
.product-counter__minus:hover {
  background-color: #C0B1AB;
}
.product-counter__minus:hover:after {
  background: #ffffff;
}
.product-counter__plus {
  right: 0;
}
.product-counter__plus:hover {
  background-color: #C0B1AB;
}
.product-counter__plus:hover:after,
.product-counter__plus:hover:before {
  background: #ffffff;
}
.product-counter__plus:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  background: #a1887f;
}
.product-counter__plus:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  background: #a1887f;
}
.product__description {
  width: 100%;
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 9pt;
  line-height: 1.4;
}
.product__description--title {
  font-family: 'acrombold', Arial, sans-serif;
  font-size: 15pt;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 5px;
}
.product__description--undertitle {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 14px;
  color: #7a625a;
  text-transform: uppercase;
}
.product__description--text {
  margin: 14px 0 28px;
  font-size: 16px;
  color: #0c0c0c;
}
.product__description--text-dop {
  padding: 14px 0;
}
.product__description--text-dop img {
  display: block;
  max-width: 100%;
  padding: 14px 0;
  margin: auto;
}
.product__description--text-dop iframe {
  max-width: 100%;
}
.product__description-popup {
  display: none;
}
.product__desc-text {
  padding-bottom: 21px;
}
.product__desc-text h3 {
  color: #7a625a;
}
.product__desc-text img {
  max-width: 100%;
  height: auto;
}
.product__characteristics {
  padding: 0 0 15px;
}
.product__characteristics .characteristics__title {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 9pt;
  text-transform: uppercase;
}
.product__characteristics .characteristics__barcode {
  float: left;
  width: 20%;
}
.product__characteristics .characteristics__links {
  padding-left: 0;
  margin: 20px 0;
}
.product__characteristics .characteristics__links--item {
  display: inline-block;
  list-style-type: none;
}
.product__characteristics .blog__tag + div {
  margin-top: 14px;
}
.product__quality {
  padding: 21px 14px;
  border: 1px solid #7a625a;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #7a625a;
}
.product__quality + .product__description--text {
  margin-top: 35px;
}
.product__quality--wrap {
  font-family: 'segoe_uibold', Arial, sans-serif;
  text-align: center;
  font-size: 13.5pt;
  color: #7a625a;
  text-transform: uppercase;
}
.product__quality--wrap i {
  display: inline-block;
  vertical-align: middle;
  font-size: 23pt;
}
.product__quality--wrap span {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 14px;
}
.product__quality--title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.product__quality--text {
  padding: 14px 14px 7px;
  font-size: 16px;
  color: #0c0c0c;
}
.product__quality-link {
  color: #857069;
}
.product__quality-link i {
  font-size: 9px;
}
.product__gvk p {
  padding-top: 6px;
  line-height: 1.4;
  font-family: acromregular, Arial, sans-serif;
}
.product div#product__gvk {
  font-family: acromregular, Arial, sans-serif;
  padding-top: 5px;
}
.product__about {
  display: none;
  padding: 10px 0;
  border-top: 2px solid #ab9d98;
}
.product__about--item {
  float: left;
}
.product__banner-delivery {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-bottom: 30px;
  text-align: center;
  font-size: 27pt;
  color: #957d76;
}
.product__map {
  background: #ab9d98;
  text-align: center;
}
.product__map img {
  margin: 20px auto;
}
.product__recipe {
  padding: 10px 0;
  text-align: center;
}
.product__recipe--item {
  display: inline-block;
  width: 33%;
}
.product__recipe--foto {
  width: 49%;
  height: 200px;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}
.product__recipe--foto:first-child {
  margin-right: 2%;
}
.product__recipe--link {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.product__recipe--title {
  text-align: center;
}
.product-tabs {
  margin-bottom: 0;
}
.product-tabs__menu {
  border-bottom: 1px solid #e4dedc;
  padding: 0;
  margin-bottom: 23px;
}
.product-tabs__menu--item {
  list-style-type: none;
  display: inline-block;
  padding-right: 38px;
}
.product-tabs__btn {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 12px;
  font-size: 14px;
  color: #7a625a;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.product-tabs__btn:hover {
  color: #fd633f;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.product-tabs__btn.active {
  color: #810123;
  border-bottom: 3px solid #810123;
  text-decoration: none;
}
.product-tabs__btn:active,
.product-tabs__btn:visited {
  text-decoration: none;
}
.product-charTable {
  line-height: 1.5;
  font-family: acromregular, Arial, sans-serif;
  margin-top: 9px;
}
.product-charTable td {
  padding: 0;
}
.product__recipe {
  padding-bottom: 70px;
}
.product__recipe--img {
  width: 100%;
  height: 170px;
  margin-bottom: 7px;
  text-align: center;
}
.product__recipe--img img {
  max-width: 100%;
  max-height: 100%;
}
.product__recipe--title {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  display: block;
  height: 43px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 28px;
  color: #7a625a;
  text-decoration: none;
}
.product__recipe--title:hover {
  color: #e84d21;
  text-decoration: none;
}
.product__recipe--title:active,
.product__recipe--title:visited,
.product__recipe--title:focus {
  text-decoration: none;
}
.product-buyBlock__controls {
  margin: auto;
  padding: 21px 0;
  text-align: center;
}
.product-buyBlock .addwis__wrapper {
  display: flex;
  justify-content: center;
  padding: 14px 0;
  border-top: 1px solid #e4dedc;
}
.product-buyBlock .productCard-btn__addwish {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  width: 204px;
  height: 30px;
  margin-right: 7px;
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #937d76;
  color: #937d76;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-buyBlock .productCard-btn__addwish i {
  color: #c1b1ab;
  line-height: 28px;
}
.product-buyBlock .productCard-btn__addwish:hover {
  border: 2px solid #C0B1AB;
  background-color: #C0B1AB;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-buyBlock .productCard-btn__addwish:hover i {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-buyBlock .product-counter {
  margin: 0 auto 14px;
}
.product-buyBlock .product-price a {
  font-family: 'acrombold', Arial, sans-serif;
  font-size: 9pt;
}
.product-buyBlock .product-price .productList__item-delprise {
  font-size: 9pt;
}
.product-buyBlock__notify {
  margin: 14px auto;
}
.product-buyBlock__notify a {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  max-width: 250px;
  height: 30px;
  margin: auto;
  padding: 0;
  line-height: 28px;
  border: 2px solid #937D76;
  color: #937D76;
  text-align: center;
  text-decoration: none;
}
.product-buyBlock__notify a:hover {
  background-color: #C0B1AB;
  color: #fff;
  border: 2px solid #C0B1AB;
  text-decoration: none;
}
.product-buyBlock .productList__item-controls_active .product-counter {
  display: block;
  margin: 0 auto;
}
.product__slider--right {
  padding: 0 14px 0 0;
}
.product__slider--right img {
  margin: 0 auto 14px;
}
.product .bx_item_list_recommended .bx_catalog_item_images_double,
.product .bx_item_list_recommended .bx_catalog_item_images {
  z-index: 0;
}
.product .feedbackForm__title .i-icon__uniE600 {
  display: inline-block;
  font-size: 18px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.more-info__btn {
  display: block!important;
  width: 200px;
  margin: auto;
  text-align: center;
}
.more-info__item {
  position: relative;
  padding-left: 21px;
  margin-bottom: 14px;
  cursor: pointer;
}
.more-info__item.active:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e60b";
  font-size: 18px;
  color: #E84D21;
  text-align: center;
  font-family: 'icomoon';
}
.card-counter__control {
  position: absolute;
  top: 0;
  width: 30px;
  display: block;
  height: 100%;
  text-decoration: none !important;
  color: #6b564f;
  font-weight: 600;
}
.card-counter__minus {
  left: 0;
}
.card-counter__minus:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  background: #a1887f;
}
.card-counter__minus:hover {
  background-color: #C0B1AB;
}
.card-counter__minus:hover:after {
  background: #ffffff;
}
.card-counter__plus {
  right: 0;
}
.card-counter__plus:hover {
  background-color: #C0B1AB;
}
.card-counter__plus:hover:after,
.card-counter__plus:hover:before {
  background: #ffffff;
}
.card-counter__plus:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  background: #a1887f;
}
.card-counter__plus:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  background: #a1887f;
}
.card__stick {
  height: 100%;
  position: absolute;
  width: 403px;
  top: 0;
}
.card__stick--title {
  display: none;
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #52423d;
  font-size: 20px;
  line-height: 21px;
  border-bottom: 1px solid #e4dedc;
  padding: 22px 0 20px;
}
.card__stick-delivery {
  display: flex;
  align-items: center;
  padding: 21px 0;
  font-family: 'segoe_ui', Arial, sans-serif;
  border-bottom: 1px solid #e4dedc;
}
.card__stick-delivery i {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 53px;
  font-size: 34px;
  margin-right: 6%;
}
.checkbox__pay {
  cursor: pointer;
  position: relative;
  padding-left: 48px;
  margin-right: 15px;
  color: #333;
}
.checkbox__pay input[type=checkbox].pay-type {
  display: none;
}
.checkbox__pay label {
  font-family: acrommedium, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  line-height: 38px;
  font-size: 12pt;
  color: #947d76;
  letter-spacing: 0;
}
.checkbox__pay label:hover:before {
  border: 1px solid #F26D3C;
}
.checkbox__pay label:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #947d76;
  cursor: pointer;
  z-index: 1;
}
.checkbox__pay label:before:hover {
  border: 1px solid #F26D3C;
}
.checkbox__pay input.pay-type:checked + label:before {
  content: "\e60b";
  background: #fff;
  font-size: 26px;
  color: #947d76;
  text-align: center;
  line-height: 31px;
  border: 2px solid #F26D3C;
  font-family: 'icomoon';
}
.checkbox__pay-bonuses {
  cursor: pointer;
  position: relative;
  padding-left: 48px;
  margin-right: 15px;
  color: #333;
}
.checkbox__pay-bonuses input[type=checkbox] {
  display: none;
}
.checkbox__pay-bonuses label {
  font-family: 'acrommedium', Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  line-height: 38px;
  font-size: 12pt;
  color: #947d76;
  letter-spacing: 0;
}
.checkbox__pay-bonuses label:hover:before {
  border: 1px solid #F26D3C;
}
.checkbox__pay-bonuses label:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #947d76;
  cursor: pointer;
  z-index: 1;
}
.checkbox__pay-bonuses label:before:hover {
  border: 1px solid #F26D3C;
}
.checkbox__pay-bonuses input.customCheckbox__input:checked + label:before {
  content: "\2714";
  background: #F26D3C;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 31px;
  border: 2px solid #F26D3C;
}
.sets__list {
  padding-left: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
  list-style-type: none;
}
.sets__list .newPrice,
.sets__list .currentPrice {
  padding-left: 7px;
  color: #600221;
}
.sets__list .product-buyBlock__controls {
  padding: 0;
}
.sets__item {
  position: relative;
  width: 140px;
  padding-left: 30px;
  margin-bottom: 21px;
}
.sets__item input[type=checkbox] {
  display: none;
  position: relative;
}
.sets__item input[type=checkbox] + label {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  margin-top: -16px;
}
.sets__item input[type=checkbox] + label span {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccbfba;
  cursor: pointer;
}
.sets__item input[type=checkbox]:checked + label.radio__check:before {
  content: "\e60b";
  font-family: icomoon;
  font-size: 10px;
  line-height: 12px;
}
.sets__item input[type=checkbox]:checked + label span {
  display: inline-block;
  position: relative;
  border: 1px solid #e84d21;
  width: 28px;
  height: 28px;
  z-index: 1;
  font-size: 10px;
  font-weight: 600;
}
.sets__item input[type=checkbox]:checked + label span:before {
  content: "\e60b";
  font-family: icomoon;
  position: absolute;
  top: 1px;
  left: 7px;
  font-size: 14px;
  line-height: 26px;
  color: #937d76;
}
.sets__item .product-list__item-price {
  height: auto;
  padding: 0;
}
.sets__item-price {
  margin-bottom: 0;
  font-size: 16px;
}
.sets__img {
  height: 130px;
  margin: 0 7px 7px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sets__img img {
  max-width: 100%;
  max-height: 100%;
}
.sets__name {
  height: 35px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
}
.sets__symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 14px 14px;
  color: #937d76;
  font-size: 18px;
}
.setList .product__wblock:last-child {
  margin-bottom: 14px;
}
.registration__form {
  display: none;
}
.registration__form.active {
  display: block;
}
.registration__form-menu {
  margin: 14px 0 21px;
}
.registration__form-btn {
  position: relative;
  padding-left: 28px;
  padding-right: 14px;
}
.registration__form-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccbfba;
  cursor: pointer;
}
.registration__form-btn.active:after {
  content: "\e60b";
  font-family: icomoon;
  color: #7A625A;
  position: absolute;
  font-size: 12px;
  top: 2px;
  left: 5px;
}
.registration__form-btn:hover,
.registration__form-btn:active,
.registration__form-btn:focus,
.registration__form-btn:visited {
  text-decoration: none;
}
.dostavka__item {
  display: flex;
}
.dostavka__img {
  width: 150px;
  max-width: 100%;
  padding-right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
}
.dostavka__img img {
  max-width: 100px;
}
.bx-auth-table {
  margin-bottom: 7px;
}
table.bx-auth-table td,
.bx-registration-table td {
  position: relative;
  padding: 3px 0;
}
table.bx-auth-table td label,
.bx-registration-table td label {
  padding-left: 40px;
}
.bx-auth-title {
  margin-bottom: 14px;
  font-size: 140%;
  border-bottom: solid 2px #E3E3E3;
  padding-bottom: 14px;
}
/*sprite with stars*/
.reviewStars-input {
  overflow: hidden;
  zoom: 1;
  position: relative;
}
.reviewStars-input input:checked ~ label,
.reviewStars-input label,
.reviewStars-input label:hover,
.reviewStars-input label:hover ~ label {
  background: url('../img/design/stars_spr.png') no-repeat;
}
.reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  z-index: 0;
}
.reviewStars-input input:checked ~ label {
  background-position: 0 -30px;
  height: 30px;
  width: 30px;
}
.reviewStars-input label {
  background-position: 0 0;
  height: 30px;
  width: 30px;
  float: right;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  z-index: 1;
}
.reviewStars-input label:hover,
.reviewStars-input label:hover ~ label {
  background-position: 0 -30px;
  height: 30px;
  width: 30px;
}
.to_top {
  display: none;
  position: fixed;
  bottom: 10rem;
  left: 50px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border: 1px solid #a1887f;
  background: #fff;
  line-height: 34px;
  text-align: center;
  z-index: 10;
  box-shadow: 0 4px 4px rgb(161 136 3.175%);
}
.productTable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.productTable__item {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #d7ccc9;
  padding: 6px;
  position: relative;
}
.productTable__item-img {
  display: table-cell;
  vertical-align: middle;
  width: 24%;
  text-align: center;
  position: relative;
  padding-right: 25px;
}
.productTable__item-img img {
  max-width: 70%;
  max-height: 250px;
}
.productTable__item-img .addWish {
  position: absolute;
  top: -15px;
  right: 15px;
}
.productTable__item-data {
  display: table-cell;
  vertical-align: middle;
}
.productTable__item-prise {
  font-size: 36px;
  font-family: 'acromregular', Arial, sans-serif;
  margin-bottom: 10px;
  color: #600221;
}
.productTable__item-prise .i-icon__ruble {
  font-size: 14.5pt;
}
.productTable__item .product-counter {
  margin-bottom: 10px;
}
.productTable__item-name {
  font-family: 'acromextrabold', Arial, sans-serif;
  text-transform: uppercase;
  color: #b7a39c;
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.productTable__item-name a {
  color: #b7a39c;
  text-decoration: none !important;
}
.productTable__item-name a:hover {
  color: #967a70;
}
.productTable__item-name:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background-color: #e2dad7;
}
.productTable__item-controls {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 22%;
}
.productTable__item-inner {
  display: table;
  width: 100%;
  padding: 30px 0;
  border: 1px solid #d7ccc9;
}
.productTable__item-link {
  display: block;
  text-decoration: none !important;
}
.productTable__item_hit:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 60px;
  height: 30px;
  background: #f26d3c;
}
.productTable__item_hit:after {
  content: "хит";
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: inline-block;
  top: 0;
  left: 10px;
  position: absolute;
  font-size: 18pt;
  color: #fff;
}
.productTable__item_action {
  position: relative;
}
.productTable__item_action:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 80px;
  height: 30px;
  background: #800122;
  z-index: 5;
}
.productTable__item_action:after {
  content: "скидка";
  font-family: 'acrombold', Arial, sans-serif;
  display: inline-block;
  top: -1px;
  left: 10px;
  position: absolute;
  font-size: 18pt;
  line-height: 30px;
  color: #fff;
  z-index: 6;
}
.productTable__item_spec:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  display: block;
  border-top: 29px solid #f3a098;
  border-left: 29px solid #f3a098;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.productTable__item_spec:after {
  content: "sale";
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  top: 5px;
  position: absolute;
  left: 4px;
  font-size: 9pt;
  text-transform: uppercase;
  color: #fff;
}
.productTable__item_spec:hover:before {
  width: 0;
  height: 0;
  display: block;
  border-top: 29px solid #e84c3d;
  border-left: 29px solid #e84c3d;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.productTable__item_new:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  display: block;
  border-top: 29px solid #aed581;
  border-left: 29px solid #aed581;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.productTable__item_new:after {
  content: "new";
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  top: 5px;
  position: absolute;
  left: 4px;
  font-size: 9pt;
  text-transform: uppercase;
  color: #fff;
}
.productTable__item_new:hover:before {
  width: 0;
  height: 0;
  display: block;
  border-top: 29px solid #aed581;
  border-left: 29px solid #aed581;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.productTable__item_disabled .productTable__item-img img {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.addWish {
  position: relative;
  display: inline-block;
  height: 30px;
  top: 0;
  right: 0;
  vertical-align: inherit;
  border: 2px solid #C0B1AB;
}
.addWish__link {
  width: 26px;
  height: 26px;
  color: #C0B1AB;
  font-size: 17px;
  display: block;
  background-color: #fff;
  text-align: center;
}
.addWish__link:hover {
  color: #ffffff;
  background: #E84D21;
  border: 1px solid #E84D21;
}
.addWish__link i {
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
}
.addWish__label {
  position: absolute;
  left: 100%;
  font-size: 9pt;
  padding: 4px 20px;
  line-height: 12px;
  border: 2px solid #ccbfba;
}
.pagination_default > li a {
  font-family: 'acrombold', Arial, sans-serif;
  color: #b7a39c;
  border-color: #d7ccc9;
}
.pagination_default > li a .i-icon__left-dir,
.pagination_default > li a .i-icon__right-dir {
  font-size: 7.5pt;
}
.pagination_default > li:hover a {
  color: #addaea;
  background: #fff;
}
.pagination_default > li.active a {
  background-color: #addaea !important;
  border-color: #99d1e5 !important;
  color: #fff !important;
}
.borderedPanel {
  border: 6px solid #e2dad7;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 40px 20px 20px;
  position: relative;
}
.borderedPanel__header {
  min-height: 50px;
  position: relative;
  margin-bottom: 30px;
}
.borderedPanel__header:after {
  position: absolute;
  width: 44px;
  height: 3px;
  background-color: #ccbfba;
  bottom: 0;
  left: 50%;
  margin-left: -22px;
  content: "";
}
.borderedPanel__header-title {
  margin-top: 5px;
  font-size: 13.5pt;
  text-transform: uppercase;
  text-align: center;
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #b7a39c;
  margin-bottom: 0;
}
.borderedPanel__header-subTitle {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-size: 13.5pt;
  font-family: 'acromregular', Arial, sans-serif;
  color: #ccbfba;
}
.borderedPanel__icon {
  width: 96px;
  background: #fff;
  left: 50%;
  margin-left: -48px;
  height: 50px;
  position: absolute;
  top: -25px;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}
.borderedPanel__icon a {
  text-decoration: none;
  color: #7a625a;
}
.borderedPanel__icon img {
  max-width: 100%;
}
.borderedPanel__icon i {
  color: #e2dad7;
}
.borderedPanel__form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sidebarBanner {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.sidebarBanner img {
  max-width: 100%;
  height: auto;
}
.commentBlock {
  padding: 0;
}
.commentBlock__title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 28px;
  padding-bottom: 0;
  line-height: 56px;
  font-size: 24px;
  color: #7a625a;
  border-bottom: 1px solid #e2dbd9;
  position: relative;
  text-align: left;
}
.commentBlock__count {
  font-family: 'segoe_ui', Arial, sans-serif;
  position: absolute;
  display: block;
  width: 150px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  margin-top: -10px;
  font-size: 10.5pt;
  line-height: 26px;
  color: #7a625a;
  text-align: center;
}
.commentBlock .pagination {
  margin: 30px 0;
}
.commentBlock__list {
  margin: 0 0 21px;
}
.commentBlock .list-view .items {
  padding-left: 10px;
}
.commentBlock .list-view .items .ourFeed__list-item {
  border-bottom: 2px solid #E2DBD9;
}
.commentBlock .list-view .items .ourFeed__list-item .ourFeed__list-img {
  padding: 15px 0 15px;
}
.buyWithin {
  margin: 30px 0 40px;
}
.commentForm {
  margin-bottom: 60px;
}
.commentForm .form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.commentForm textarea {
  resize: vertical;
  overflow: auto;
  padding-top: 10px;
}
.commentForm .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.commentForm .form-group {
  /* margin-bottom: 25px; */
}
.successfull__btn-wrap {
  display: flex;
  justify-content: space-between;
  margin: 56px 0 21px;
}
.successfull__btn-wrap a {
  width: 32%;
  font-family: 'acromextrabold', Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 1%;
  border: 2px solid #A1867E;
  background-color: #fff;
  text-transform: uppercase;
  padding: 10px;
  transition: 0.3s ease;
}
.successfull__btn-wrap a:hover,
.successfull__btn-wrap a:active {
  background: #FF6D41;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
.viewed {
  margin-top: 100px;
  margin-bottom: 40px;
}
.avaLoader {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 20px 0 20px 70px;
}
.avaLoader input[type="file"] {
  position: absolute;
  z-index: 1;
  visibility: hidden;
}
.avaLoader__img {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #c1988a;
}
.avaLoader__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.avaLoader__fileName {
  font-size: 9pt;
  color: silver;
}
.composition {
  padding: 0;
  margin-bottom: 28px;
}
.composition__item {
  list-style-type: none;
  display: inline-block;
  padding-right: 21px;
}
.composition__item--link {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 16px;
  color: #857069;
  text-decoration: underline;
}
.applyList {
  list-style-type: none;
  padding: 0;
}
.applyList.applyList_aplly {
  height: auto;
}
.applyList__item {
  display: inline-block;
  vertical-align: top;
  width: auto;
  text-align: center;
  margin-right: 20px;
}
.applyList__item-icon {
  font-size: 32px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
.applyList__item-link {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #6B564F;
  vertical-align: middle;
}
.applyList__item-link:hover {
  color: #600221;
}
.applyList__item:hover a {
  color: #F26D3C;
}
.applyList__item:hover i {
  color: #F26D3C;
}
.applyList .applyList__item--product {
  border: 1px solid #6B564F;
  max-width: 168px;
  height: 62px;
  margin: 0 5px 5px 0;
  display: table;
  float: left;
  text-decoration: underline;
  color: #6B564F;
}
.applyList .applyList__item--product:hover {
  background: #C0B1AB;
  border: 1px solid #C0B1AB;
}
.applyList .applyList__item--product:hover i,
.applyList .applyList__item--product:hover .applyList__item-caption {
  color: #fff;
}
.applyList .applyList__item--product:last-child {
  border-right: 2px solid #C1B1AB;
}
.applyList .applyList__item--product i {
  float: left;
  font-size: 30px;
  padding: 13px 10px 0 10px;
  color: #6B564F;
}
.applyList .applyList__item--product i.i-icon__sauces,
.applyList .applyList__item--product i.i-icon__cheese {
  font-size: 28px;
  padding-top: 13px;
}
.applyList .applyList__item--product i.i-icon__bakery_2 {
  font-size: 22px;
  padding-top: 18px;
}
.applyList .applyList__item--product i.i-icon__tea_2,
.applyList .applyList__item--product i.i-icon__workpiece,
.applyList .applyList__item--product i.i-icon__barbecue_2 {
  font-size: 35px;
  padding-top: 10px;
}
.applyList .applyList__item--product .applyList__item-caption {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: underline;
}
.applyList .applyList__item--product .applyList__item-caption-wrapper {
  margin-left: 65px;
  padding-right: 10px;
}
.applying {
  padding: 0 0 23px;
}
.applying__title {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 10.5pt;
  color: #7a625a;
  text-transform: uppercase;
  display: none;
}
.deliveryBanner {
  min-height: 446px;
  margin-bottom: 80px;
  padding-top: 70px;
  background: transparent url('../img/design/del_car.jpg') no-repeat right 50px;
  overflow: hidden;
  position: relative;
}
.deliveryBanner__text {
  width: 290px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  color: #5d4037;
}
.deliveryBanner__label {
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #600221;
  line-height: 30px;
  margin-bottom: 40px;
  width: 400px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
}
.deliveryBanner__man {
  width: 320px;
  height: 446px;
  background: transparent url('../img/design/del_man.png') no-repeat center top;
  position: absolute;
  top: 0;
  left: 310px;
}
.linedTitle {
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 18pt;
  font-family: 'acromextrabold', Arial, sans-serif;
  position: relative;
}
.linedTitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 5px;
  background: #ccbfba;
}
.deliveryCulk {
  border: 8px solid #e2dad7;
  padding: 5px;
  margin-top: -120px;
  background: #fff;
}
.deliveryCulk__inner {
  border: 3px solid #e2dad7;
  padding: 40px 50px;
}
.deliveryCulk__result {
  margin: 15px 0;
}
.deliveryCulk__result-count {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 14.5pt;
}
.deliveryCulk .form-control,
.deliveryCulk .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.deliveryCulk__header {
  text-align: center;
}
.deliveryCulk__header-title {
  font-family: 'acromextrabold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.5pt;
}
.deliveryCulk__header i {
  font-size: 30pt;
  color: #e2dad7;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
.deliveryCulk__content {
  display: none;
}
.deliveryCulk__content_active {
  display: block;
  position: static;
}
.deliveryCulk__menu {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
.deliveryCulk__menu-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.deliveryCulk__menu-item a {
  display: block;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 9pt;
  border-bottom: 1px dashed;
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #ccbfba;
}
.deliveryCulk__menu-item_active a {
  color: #f26d3c;
  border-bottom-color: transparent;
}
.deliveryBottom {
  min-height: 400px;
  margin: 100px 0 40px;
  overflow: hidden;
  background: url('../img/design/del_car_big.jpg') no-repeat left top;
}
.deliveryBottom:before,
.deliveryBottom:after {
  content: " ";
  display: table;
}
.deliveryBottom:after {
  clear: both;
}
.deliveryBottom:before,
.deliveryBottom:after {
  content: " ";
  display: table;
}
.deliveryBottom:after {
  clear: both;
}
.deliveryBottom__text {
  max-width: 600px;
  float: right;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.deliveryBottom__title {
  text-align: center;
  color: #600221;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  text-shadow: 3px 0 0 #FFF;
  margin-bottom: 20px;
}
.deliveryBottom__title-offset {
  display: inline-block;
  vertical-align: top;
  margin-left: 200px;
}
.profileForm {
  display: none;
  background: #fff;
  z-index: 1;
  top: 0;
}
.profileForm .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.profileForm .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profileForm .form-group .control-label {
  padding-top: 0;
  text-align: left;
}
.profileForm__inner .jq-selectbox__select {
  font-family: 'segoe_ui', Arial, sans-serif;
  height: 34px;
  width: 235px;
  left: -14px;
  top: -7px;
  line-height: 32px;
}
.profileForm__inner .control-label {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 5px;
}
.profileForm__inner .jq-selectbox__trigger-arrow {
  line-height: 32px;
}
.profileForm .control-label {
  font-weight: normal;
  font-size: 14px;
  color: #000;
}
.profileForm .btn-box {
  display: inline-block;
  width: 150px;
  min-width: 150px;
  height: 30px;
  padding: 0;
  font-size: 10.5pt;
  line-height: 28px;
  border: 2px solid #937D76;
  color: #937D76;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.profileForm .btn-box:hover {
  background-color: #C0B1AB;
  border: 2px solid #C0B1AB;
  color: #fff;
  transition: all 0.3s ease;
}
.unsubscribe-mail {
  clear: both;
  padding: 21px;
  margin: 35px 0 0;
  background: #DBD3D1;
  color: #52423d;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.unsubscribe-mail:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.unsubscribe-mail h4 {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin: 0;
  padding: 0 0 35px 0;
  font-size: 16pt;
}
.unsubscribe-mail label {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: inline-block;
  position: relative;
  min-width: 14%;
  margin-right: 21px;
  margin-bottom: 21px;
  padding-left: 40px;
}
.unsubscribe-mail label:last-child {
  margin-right: 0;
}
.passwordForm .form-group {
  margin-bottom: 14px;
}
.passwordForm .form-group:nth-child(3) {
  margin-bottom: 0;
}
.passwordForm .control-label {
  text-transform: none;
  font-size: 14px;
}
.passwordForm .form-control {
  max-width: 60%;
}
.passwordForm .form-control:focus {
  background: #f9ffc1;
}
.passwordForm__hint {
  font-family: 'acrombold', Arial, sans-serif;
  padding: 14px 0;
  font-size: 12px;
  color: #7c655d;
}
.profilePhoto {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 25px;
  margin-right: 21px;
  padding: 0;
}
.profilePhoto__upploader {
  width: 210px;
  height: 210px;
  outline: none;
  background-position: center center !important;
  border: 4px solid #aa9c97;
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.profilePhoto__upploader .qq-uploader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.profile__menu {
  flex: none;
  width: 304px;
  margin-right: 14px;
}
.profile__tabs {
  display: flex;
  justify-content: space-between;
}
.profile__tabs--list {
  padding-left: 0;
  margin-bottom: 7px;
  list-style-type: none;
}
.profile__tabs--list li {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #b8aca8;
  color: #6b564f;
}
.profile__tabs--list li span {
  display: block;
  width: 65px;
  font-size: 18pt;
  text-align: center;
}
.profile__tabs--list a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #6b564f;
}
.profile__tabs--list a:hover,
.profile__tabs--list a:active,
.profile__tabs--list a:visited,
.profile__tabs--list a:focus {
  text-decoration: none;
}
.profile__tabs-account {
  height: 91px;
}
.profile__tabs-account-img {
  display: block;
  width: 49px;
  height: 49px;
  margin: 0 7px 0 14px;
  border: 1px solid #e4dedc;
  border-radius: 50%;
  overflow: hidden;
}
.profile__tabs-account img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile__tabs-photo {
  display: block;
  width: 49px;
  height: 49px;
  margin: auto;
  border: 1px solid #e4dedc;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
.profile__tabs-name {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 16px;
  color: #52423d;
}
.profile__tabs-partners {
  font-family: 'segoe_uibold', Arial, sans-serif;
}
.profile__tabs--item {
  font-family: 'acrombold', Arial, sans-serif;
  height: 56px;
  font-size: 10.5pt;
  text-transform: uppercase;
  cursor: pointer;
}
.profile__tabs--item:last-child {
  border-bottom: none;
}
.profile__tabs--item.active {
  background-color: #b8aca8;
}
.profile__tabs--item.active a {
  color: #fff;
}
.profile__tabs--item.active a:hover {
  color: #fff;
}
.profile__tabs--item a:hover {
  color: #f26403;
}
.profile__tabs--content {
  width: 100%;
  height: auto;
  padding: 28px 49px;
  margin-bottom: 50px;
  background-color: #fff;
}
.profile__tabs--content.no-user {
  width: auto;
  margin: auto;
}
.profile__tabs--content-adress {
  padding: 12px 9px;
  position: relative;
}
.profile__tabs--content-adress table {
  border-collapse: collapse;
  width: 100%;
}
.profile__tabs--content-adress table tr td {
  border-right: 1px solid #BDB4B5;
  border-bottom: 1px solid #BDB4B5;
  text-align: center;
  text-transform: uppercase;
  font-family: acromextrabold, Arial, sans-serif;
  font-size: 11px;
  color: #AF9B96;
  padding: 30px 0 0 0;
}
.profile__tabs--content-adress table tr td:last-child {
  border-right: none;
  min-width: 175px;
}
.profile__tabs--content-adress table tr th {
  border-right: 1px solid #BDB4B5;
  text-align: center;
  font-family: acromextrabold, Arial, sans-serif;
  text-transform: uppercase;
  color: #AF9B96;
  padding: 9px 0 0 0;
}
.profile__tabs--content-adress table tr th:last-child {
  border-right: none;
  min-width: 141px;
}
.profile__tabs--content-adress table tr:nth-child(2) {
  border-right: none;
}
.profile__tabs--content-adress table tr:nth-child(2) td {
  padding: 16px 0 0;
}
.profile__tabs--content-adress table tr:last-child td {
  border: none;
  background: #E6DBD8;
  padding: 7px;
  position: relative;
}
.profile__tabs--content-adress table tr:last-child td input {
  border: none;
  text-align: center;
  padding: 20px 0 3px 0;
  font-style: italic;
  font-family: Arial;
  width: 100%;
  font-size: 12px;
}
.profile__tabs--content-adress table tr:last-child td .profile__tabs--content-adress--add-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 36px;
  height: 36px;
  color: #fff;
  background: #FF6E3A;
  font-size: 18px;
  text-align: center;
  padding: 7px 0 0 0;
  cursor: pointer;
}
.profile__tabs--content-adress table tr:last-child td .profile__tabs--content-adress--add-btn .adress--add-btn--text {
  display: block;
  position: absolute;
  left: -116px;
  top: 9px;
  font-size: 9px;
  text-align: right;
  font-family: Arial;
  color: #936E64;
  text-transform: none;
  line-height: 8px;
}
.profile__tabs--content-coupon:before,
.profile__tabs--content-coupon:after {
  top: 340px;
}
.profile__tabs--content.active {
  display: block;
}
.profile__tabs--content-title {
  padding-top: 0;
}
.profile__tabs--content .jq-selectbox__dropdown ul {
  max-height: 203px;
}
.profile__settings {
  display: inline-block;
  max-width: 438px;
}
.profile__settings-wrap {
  min-height: 416px;
}
.profile__rsidebar--item {
  height: 62px;
  font-family: 'acromextrabold', Arial, sans-serif;
  border-bottom: 2px solid #C1B4B0;
  line-height: 62px;
}
.profile__rsidebar--item-title {
  display: inline-block;
}
.profile__rsidebar--item-content {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: inline-block;
  font-size: 16pt;
  padding: 0 0 0 7px;
  color: #600221;
  text-align: right;
}
.profile__rsidebar--item:last-child {
  border-bottom: none;
}
.profile__orders--text {
  font: 18px 'acrommedium';
  color: #8c736d;
}
.profile__orders--text a {
  text-decoration: underline;
  padding-left: 15px;
}
.profile__orders--list {
  padding-left: 0;
}
.profile__orders--item {
  font-family: 'acromregular', Arial, sans-serif;
  display: inline-block;
  padding-left: 20px;
  list-style-type: none;
  color: #aa9c97;
  font-size: 9pt;
}
.profile__orders--quantity {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 36pt;
  text-align: right;
}
.profile__allpromocode {
  font-family: 'acrombold', Arial, sans-serif;
  margin: 15px 0 45px;
  padding: 15px 0;
  border: 4px solid #ddd4d0;
  font-size: 17pt;
}
.profile__allpromocode--item {
  display: inline-block;
  width: 19%;
  color: #ddd4d0;
  text-align: center;
  list-style-type: none;
}
.profile__allpromocode--quantity {
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #f26d3c;
}
.profile__promocode {
  max-width: 590px;
  height: 130px;
  margin: 0 0 21px 0;
  padding: 7px 0;
  border-bottom: 1px solid #dfd6d3;
}
.profile__promocode-wrap {
  width: 100%;
  height: 74px;
}
.profile__promocode--coupon {
  font-family: 'acrombold', Arial, sans-serif;
  float: left;
  width: 38%;
  height: 43px;
  margin-right: 3%;
  font-size: 18px;
  line-height: 43px;
  text-align: center;
  background: #fff;
  color: #52423d;
  transition: 0.2s ease;
}
.profile__promocode--coupon:hover,
.profile__promocode--coupon.active {
  cursor: pointer;
  background: #fff;
  color: #e84d21;
  transition: 0.2s ease;
}
.profile__promocode--coupon.active .profile__promocode--btn {
  cursor: pointer;
  background-color: #f2957a;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.profile__promocode--number {
  border: 1px solid #dbd3d1;
}
.profile__promocode--ajax {
  font-weight: 600;
  margin: 16px 0;
}
.profile__promocode--conditions {
  font-family: 'acromregular', Arial, sans-serif;
  font-size: 10pt;
}
.profile__promocode--detail {
  position: relative;
  display: inline-block;
  width: 58%;
  color: #828181;
}
.profile__promocode--title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-bottom: 0;
  color: #52423d;
}
.profile__promocode--sale {
  color: #52423d;
}
.profile__promocode--hint {
  max-height: 40px;
  font-size: 9pt;
  text-transform: none;
  overflow: hidden;
}
.profile__promocode--hint-tooltip {
  display: none;
}
.profile__promocode--date {
  margin-top: 14px;
}
.profile__promocode--btn {
  width: 100%;
  height: 43px;
  margin-right: 3%;
  font-size: 18px;
  line-height: 43px;
  text-align: center;
  background: #fff;
  color: #52423d;
  border: 2px solid #f2957a;
  transition: 0.2s ease;
}
.profile__promocode--btn:hover {
  cursor: pointer;
  background-color: #f2957a;
  color: #fff;
  transition: 0.2s ease;
}
.profile__table {
  margin-bottom: 35px;
}
.profile__table .ordersList {
  margin: 0;
}
.profile__table table {
  background: #fff;
}
.profile__table ul {
  padding: 0;
}
.profile__table ul li {
  list-style-type: none;
  border-bottom: 1px solid #ddd4d0;
  padding: 10px 0 10px;
}
.profile__order .bxbasket {
  padding: 0;
  margin: 0 0 5px;
}
.profile__order .basket-item {
  max-height: 246px;
  overflow: hidden;
}
.profile__order .basket-item-one {
  padding: 10px 0;
  height: 82px;
}
.profile__order .basket-item-one .price1 {
  color: #BBBDBF;
  font-size: 16pt;
}
.profile__order .basket-item-one .price2 {
  color: #7C655D;
  font-size: 37px;
  letter-spacing: -1px;
  line-height: 20pt;
}
.profile__order .basket-item-one .price2 .productList__item-delprise {
  margin: 6px 0;
}
.profile__order .basket-item-one .basket-name {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 16px;
}
.profile__order .basket-item .productList__item-delprise {
  text-align: right;
}
.profile__order .main-basket .hint {
  font-size: 15px;
  font-style: italic;
  margin: 0 0 5px 15px;
  color: #BBBDBF;
}
.profile__order .btn-box {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 10pt;
  text-transform: uppercase;
  text-decoration: none!important;
  color: #ad9992;
  padding: 7px 10px;
  min-width: 80px;
  text-align: center;
  border: 2px solid #aa9c97;
  outline: 0!important;
}
.profile__order .btn2 {
  font-family: 'acromextrabold', Arial, sans-serif;
  background: #DDD5D0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  margin: 5px 0 15px;
}
.profile__counter {
  position: relative;
  margin-bottom: -20px;
}
.profile__counter--persent {
  font-family: 'acromextrabold', Arial, sans-serif;
  position: absolute;
  top: -42px;
  text-align: center;
  color: #f26d3c;
  font-size: 16pt;
}
.profile__counter--triangle {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #f26d3c;
}
.profile__auth {
  margin-top: 0!important;
}
.profile .col-md-9 {
  margin-bottom: 15px;
}
.wishlist__btn-del {
  font-family: 'acrombold', Arial, sans-serif;
  display: inline-block;
  padding: 3px 7px;
  margin-bottom: 21px;
  border: 2px solid #7a625a;
  color: #7a625a;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wishlist__btn-del:hover {
  border: 2px solid #7a625a;
  color: #fff;
  background-color: #7a625a;
  transition: all 0.3s ease;
}
.wishlist__item {
  display: flex;
  position: relative;
  padding: 3px 0;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #b8aca8;
}
.wishlist__name {
  width: 37%;
  padding-right: 3%;
  color: #52423d;
  font-size: 13px;
  text-decoration: none;
}
.wishlist__price {
  display: flex;
  justify-content: space-between;
  width: 18%;
  padding-right: 3%;
  font-size: 13px;
  color: #52423d;
  text-align: justify;
}
.wishlist__price-old {
  text-decoration: line-through;
}
.wishlist__notify {
  max-width: 150px;
  font-size: 12.5px;
}
.wishlist__notify .notify {
  height: auto;
}
.wishlist__del {
  color: #6b564f;
}
.wishlist__del:hover {
  color: #b8aca8;
  text-decoration: none;
}
.history__title {
  display: flex;
  align-items: center;
}
.history__years {
  margin-left: 21px;
}
.history__years-item {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 13px;
  color: #810123;
  padding: 2px 7px;
}
.history__years-item.active {
  font-family: 'segoe_ui', Arial, sans-serif;
  color: #52423d;
  background-color: #f7f5f5;
}
.history__item {
  margin-bottom: 7px;
}
.history__item-title {
  display: flex;
  padding: 7px 14px;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f5f5;
  color: #52423d;
}
.history__item-number {
  width: 120px;
  font-size: 18px;
}
.history__item-number a {
  color: #52423d;
}
.history__item-date {
  width: 80px;
  font-size: 13px;
}
.history__item-status {
  width: 210px;
  font-size: 13px;
}
.history__item-summ {
  width: 120px;
  font-size: 13px;
}
.history__item-link {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-right: 7px;
  font-size: 13px;
  color: #810123;
}
.history__item-form {
  position: relative;
  margin-right: 7px;
}
.history__item-form:before {
  content: "\e60e";
  font-family: icomoon;
  position: absolute;
  top: 5px;
  left: 7px;
  font-size: 12px;
}
.history__item-repeat {
  font-family: 'acrombold', Arial, sans-serif;
  height: 28px;
  width: 128px;
  padding: 2px 7px 2px 21px;
  border: 2px solid #7a625a;
  color: #7a625a;
  font-size: 13px;
  text-transform: uppercase;
  background-color: transparent;
  outline: none;
  transition: all 0.3s ease;
}
.history__item-repeat:hover {
  background-color: #C0B1AB;
  border: 2px solid #C0B1AB;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.history__item-repeat:active {
  border-color: #a1887f;
}
.history__item-show {
  font-size: 12px;
  color: #937d76;
  cursor: pointer;
}
.history__item-show:before {
  content: "\e600";
  font-family: icomoon;
}
.history__item-show.open:before {
  content: "\e603";
  font-family: icomoon;
}
.history__item-drop {
  display: none;
}
.history__item-drop-wrap {
  display: flex;
  justify-content: space-between;
  color: #52423d;
  font-size: 13px;
  border-bottom: 1px solid #b8aca8;
}
.history__info-item {
  padding: 14px;
  border-right: 1px solid #b8aca8;
}
.history__info-item:first-child {
  width: 30%;
}
.history__info-item:nth-child(2) {
  width: 42%;
}
.history__info-item:last-child {
  width: 30%;
  font-size: 18px;
  border-right: none;
}
.history__info-summ {
  font-size: 30px;
}
.history__product-list {
  margin-bottom: 14px;
}
.history__product-item {
  display: flex;
  height: 52px;
  padding: 0 7px;
  align-items: center;
  border-bottom: 1px solid #b8aca8;
  color: #52423d;
  font-size: 13px;
}
.history__product-img {
  width: 42px;
  height: 42px;
  margin-right: 14px;
  text-align: center;
}
.history__product-img img {
  max-width: 100%;
  max-height: 100%;
}
.history__product-title {
  width: 32%;
  max-height: 52px;
  margin-right: 42px;
  overflow: hidden;
}
.history__product-title a {
  color: #52423d;
}
.history__product-price {
  width: 18%;
  display: flex;
  justify-content: space-between;
}
.auth__list {
  list-style-type: none;
  padding-left: 0;
}
.auth__list-item {
  display: inline-block;
  padding-right: 7px;
}
.auth__list-item a {
  font-size: 30px;
}
.auth__list-item a.facebook:before {
  content: "\e976";
  font-family: icomoon;
}
.auth__list-item a.vkontakte:before {
  content: "\e9a8";
  font-family: icomoon;
}
.auth__list-item a.google:before {
  content: "\e9fa";
  font-family: icomoon;
  font-size: 34px;
}
.auth__list-item a.odnoklassniki:before {
  content: "\e98e";
  font-family: icomoon;
}
.auth__list-item a:active,
.auth__list-item a:focus,
.auth__list-item a:visited {
  color: #a1887f;
  text-decoration: none;
}
.auth__list-item a:hover {
  text-decoration: none;
}
.share {
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: top;
  overflow: hidden;
}
.share-vk {
  background-image: url(../img/design/sendlink.png);
  background-position: 0 0;
}
.sharefb {
  background-image: url(../img/design/sendlink.png);
  background-position: 94px 0;
}
.share-ok {
  background-image: url(../img/design/sendlink.png);
  background-position: 27px 0;
}
input[type="radio"] {
  display: none;
  position: relative;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccbfba;
  cursor: pointer;
}
input[type="radio"]:checked + label.radio__check:before {
  content: "\e60b";
  font-family: icomoon;
  font-size: 18px;
  line-height: 24px;
}
input[type="radio"]:checked + label span {
  display: inline-block;
  position: relative;
  border: 1px solid #e84d21;
  width: 32px;
  height: 32px;
  z-index: 1;
  font-size: 10px;
  font-weight: 600;
}
input[type="radio"]:checked + label span:before {
  content: "\e60b";
  font-family: icomoon;
  position: absolute;
  top: 2px;
  left: 7px;
  font-size: 18px;
  line-height: 24px;
}
.radio__check {
  line-height: 1;
  font-size: 10.5pt;
  font-weight: 400;
}
.radio__check:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 7px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccbfba;
  cursor: pointer;
  position: relative;
}
.wholesale__fancybox--agreement input[type=checkbox] {
  display: none;
  position: relative;
}
.wholesale__fancybox--agreement input[type=checkbox] + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccbfba;
  cursor: pointer;
}
.wholesale__fancybox--agreement input[type=checkbox]:checked + label.radio__check:before {
  content: "\e60b";
  font-family: icomoon;
  font-size: 10px;
  line-height: 12px;
}
.wholesale__fancybox--agreement input[type=checkbox]:checked + label span {
  display: inline-block;
  position: relative;
  border: 1px solid #e84d21;
  width: 14px;
  height: 14px;
  z-index: 1;
  font-size: 10px;
  font-weight: 600;
}
.wholesale__fancybox--agreement input[type=checkbox]:checked + label span:before {
  content: "\e60b";
  font-family: icomoon;
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 9px;
  line-height: 12px;
}
.profile__tabs--content-partner--step-1 {
  text-align: center;
}
.profile__tabs--content-partner--step-1 .profile__tabs--content-title {
  text-transform: uppercase;
  font-size: 22px;
  color: #88726d;
  font-family: 'acromregular', Arial, sans-serif;
  padding: 15px 0 20px;
}
.profile__tabs--content-partner--step-1 .profile__tabs--content-partner__text {
  font-size: 20px;
  line-height: 25px;
}
.profile__tabs--content-partner--step-1 .profile__tabs--content-partner__check {
  font-size: 16px;
  color: #936E63;
  padding: 50px 0 0 0;
}
.profile__tabs--content-partner--step-1 .profile__tabs--content-partner__check a {
  text-decoration: underline;
}
.profile__tabs--content-partner--step-1 .profile__tabs--content-partner__check .jq-checkbox {
  color: #C7B5B1;
  width: 19px;
  height: 19px;
  border: 1px solid #C7B5B1;
  position: relative !important;
  margin: 0 0 0 0;
  left: -4px;
  top: 4px;
}
.profile__tabs--content-partner--step-1 .profile__tabs--content-partner__check .jq-checkbox input[type="checkbox"] {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.profile__tabs--content-partner--step-1 .profile__tabs--content-partner__check .jq-checkbox .jq-checkbox__div {
  width: 15px;
  height: 15px;
  margin: 1px auto;
}
.profile__tabs--content-partner--step-1 .b-partners-program__btn {
  padding-top: 28px;
  text-align: center;
}
.profile__tabs--content-partner--step-1 .b-partners-program__btn__join-partner-profile {
  border: 2px solid #E29A81;
  background: #E29A81;
  color: #fff;
  margin-right: 14px;
  display: inline-block;
  font-family: acromextrabold, Arial, sans-serif;
  width: 230px;
  font-size: 14px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  transition: all 0.3s ease;
}
.profile__tabs--content-partner--step-1 .b-partners-program__btn.active {
  background: #FF6D36;
  border: 2px solid #FF6D36;
}
.profile__tabs--content-partner--step-1 .b-partners-program__btn a.b-partners-program__btn__conditions {
  border: 2px solid #7A625A;
  color: #7A625A;
  display: inline-block;
  font-family: acromextrabold, Arial, sans-serif;
  width: 230px;
  font-size: 14px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 65px;
  vertical-align: top;
  transition: all 0.3s ease;
}
.profile__tabs--content-partner--step-1 .b-partners-program__btn a.b-partners-program__btn__conditions:hover {
  background-color: #C0B1AB;
  color: #fff;
  border: 2px solid #C0B1AB;
  transition: all 0.3s ease;
}
.profile__tabs--content-partner--step-2 {
  max-width: 668px;
  margin: 56px auto 0;
  text-align: center;
}
.profile__tabs--content-partner--step-2 .partner--step-2__desc-link {
  max-width: 450px;
  font-size: 24px;
  line-height: 24px;
  padding: 21px 0 35px;
  margin: auto;
}
.profile__tabs--content-partner--step-2 .partner--step-2__desc-link span {
  color: #f26d3c;
}
.profile__tabs--content-partner--step-2 .partner--step-2__bonus {
  width: 33%;
  position: relative;
  color: #52423D;
}
.profile__tabs--content-partner--step-2 .partner--step-2__bonus:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  background: #c0b1ab;
  height: 80px;
  width: 1px;
}
.profile__tabs--content-partner--step-2 .partner--step-2__bonus-wrap {
  display: flex;
  justify-content: space-between;
}
.profile__tabs--content-partner--step-2 .partner--step-2__bonus__bonusi {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 37px;
  line-height: 34px;
}
.profile__tabs--content-partner--step-2 .partner--step-2__bonus__title {
  color: #000;
}
.profile__tabs--content-partner--step-2 .partner--step-2__bonus__text {
  font-family: 'segoe_uibold', Arial, sans-serif;
}
.profile__tabs--content-partner--step-2 .partner--step-2__bonus__btn {
  background: #FF6D36;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 0;
  width: 238px;
  cursor: pointer;
  margin-top: 13px;
}
.profile__tabs--content-partner--step-2 .partner--step-2__bonus__btn:hover {
  background: #ce5629;
}
.profile__tabs--content-partner--step-2 .partner--step-2__people {
  width: 33%;
  position: relative;
  color: #52423D;
}
.profile__tabs--content-partner--step-2 .partner--step-2__people:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  background: #c0b1ab;
  height: 80px;
  width: 1px;
}
.profile__tabs--content-partner--step-2 .partner--step-2__people__bonusi {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 37px;
  line-height: 34px;
}
.profile__tabs--content-partner--step-2 .partner--step-2__people__text {
  font-family: 'segoe_uibold', Arial, sans-serif;
}
.profile__tabs--content-partner--step-2 .partner--step-2__summ {
  width: 33%;
  position: relative;
  color: #52423D;
}
.profile__tabs--content-partner--step-2 .partner--step-2__summ__bonusi {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 37px;
  line-height: 34px;
}
.profile__tabs--content-partner--step-2 .partner--step-2__summ__text {
  font-family: 'segoe_uibold', Arial, sans-serif;
}
.profile__tabs--content-partner--step-2 .partner--step-2__bottom__btn {
  clear: both;
  border-top: 1px solid #c0b1ab;
  display: inline-block;
  width: 100%;
  margin: 28px 0 0 0;
  text-align: center;
  padding-top: 14px;
}
.profile__tabs--content-partner--step-2 .partner--step-2__bottom__btn a {
  display: inline-block;
}
.profile__tabs--content-partner--step-3 {
  display: none;
  position: relative;
  color: #73554D;
  padding-top: 22px;
}
.profile__tabs--content-partner--step-3 .partner--step-3__back {
  width: 34px;
  height: 32px;
  position: absolute;
  left: -26px;
  top: -7px;
  background: url(../img/step-arrow-left.png) no-repeat;
  cursor: pointer;
}
.profile__tabs--content-partner--step-3 .partner--step-3--cap-text {
  font-family: acrommedium, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 40px;
}
.profile__tabs--content-partner--step-3 .partner--step-3__title {
  font-family: acromextrabold, Arial, sans-serif;
  color: #D5CDCB;
}
.profile__tabs--content-partner--step-3 .partner--step-3__bonusi {
  font-family: acromextrabold, Arial, sans-serif;
  font-size: 36px;
  line-height: 38px;
  padding-bottom: 13px;
  color: #D5CDCB;
}
.profile__tabs--content-partner--step-3 .partner--step-3__summ-title {
  font-family: 'acrommedium', Arial, sans-serif;
  padding-bottom: 2px;
  color: #D5CDCB;
}
.profile__tabs--content-partner--step-3 input[type="number"] {
  font-size: 18px;
  font-family: 'acrommedium', Arial, sans-serif;
  border: 1px solid #D5CDCB;
  padding: 7px 13px;
  width: 212px;
  display: block;
  margin: 0 auto;
  color: #D5CDCB;
}
.profile__tabs--content-partner--step-3 .partner--step-3__convert {
  display: inline-block;
  font-family: acrommedium, Arial, sans-serif;
  text-transform: uppercase;
  width: 212px;
  font-size: 14px;
  padding: 7px 40px;
  text-decoration: none;
  background: #FFD1C1;
  color: #fff;
  margin-top: 13px;
  line-height: 14px;
}
.profile__tabs--content-partner:before {
  content: '';
  position: absolute;
  left: -30px;
  bottom: 17px;
  border: 10px solid transparent;
  border-right: 20px solid #ddd4d0;
}
.profile__tabs--content-partner:after {
  content: '';
  position: absolute;
  border-right: 20px solid #fff;
  left: -27px;
  bottom: 17px;
}
.partner--step-2__text-success {
  font-family: 'segoe_uibold', Arial, sans-serif;
  background: #FFE8E0;
  font-size: 24px;
  color: #936E63;
  border: 1px solid #F89B81;
  padding: 18px 130px;
  text-align: center;
  line-height: 24px;
  position: relative;
  margin-top: 46px;
}
.partner--step-2__text-success .partner--step-2__text-success--close {
  position: absolute;
  right: 5px;
  top: 4px;
  background: url(/static/img/close-succes.png);
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.partner--step-2__text-success .partner--step-2__text-success--close:hover {
  opacity: 0.7;
}
.main-basket #order_form_div select {
  opacity: 0.99;
  z-index: 1;
  position: relative;
}
#order_form_content {
  opacity: 0.99;
}
.boxMenu {
  list-style-type: none;
  margin: 40px 0;
  padding: 0;
}
.boxMenu__item {
  display: block;
  text-align: center;
  font-size: 10.5pt;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.boxMenu__item a {
  color: #7a625a;
  border: 4px solid #e2dad7;
  text-decoration: none !important;
  display: block;
  padding: 10px;
}
.boxMenu__item + .boxMenu__item {
  margin-top: 13px;
}
.boxMenu__item:hover a {
  border-color: #b7a39c;
}
.boxMenu__item_selected a {
  border-color: #600221;
  color: #600221;
}
.boxMenu__item_selected a:hover {
  background: #600221;
  color: #fff;
}
.paneMsg {
  display: table;
  width: 100%;
  border: 6px solid #b7a39c;
  padding: 30px 30px 20px 30px;
  background-color: #ede8e6;
  margin-bottom: 40px;
}
.paneMsg__icon {
  display: table-cell;
  vertical-align: middle;
  width: 96px;
}
.paneMsg__icon-inner {
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  width: 96px;
  height: 96px;
  line-height: 96px !important;
  text-align: center;
  font-size: 30px;
  border: 6px solid #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: shadowpulse;
  animation-name: shadowpulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.paneMsg__icon-inner i {
  font-size: 30pt;
}
.paneMsg__data {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
.paneMsg__data-title {
  text-transform: uppercase;
  font-size: 13.5pt;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #600221;
  font-family: 'acromextrabold', Arial, sans-serif;
  position: relative;
}
.paneMsg__data-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 44px;
  height: 3px;
  background: #b7a39c;
}
.paneMsg__control {
  display: table-cell;
  vertical-align: top;
  width: 25px;
}
.paneMsg__control-remove {
  font-size: 25px;
  color: #e84c3d !important;
  text-decoration: none !important;
}
.smTale {
  padding: 40px;
  text-align: center;
  border: 6px solid #ede8e6;
  margin-bottom: 15px;
}
.smTale_selected {
  border-color: #d7ccc9;
}
.smTale__title {
  font-size: 18pt;
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #6b564f;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.smTale__content {
  font-family: 'acromextrabold', Arial, sans-serif;
  margin-bottom: 10px;
}
.cardActivate__link {
  color: #a1887f;
  text-decoration: none !important;
}
.cardActivate__link i {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
  font-size: 16pt;
  line-height: 14px;
}
.cardActivate__link:hover {
  color: #6b564f;
}
.cardActivate__link:hover i {
  color: #e84c3d;
}
.profileSocial {
  margin: 30px 0 10px;
}
.profileSocial__label {
  color: #b29e97;
  font-family: 'acromextrabold', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.profileSocial .socialList {
  margin-left: -20px;
}
.profileSocial .socialList__item {
  margin-left: 20px;
}
.profileSocial .socialList__item a {
  font-size: 44px;
  color: #ccbfba;
}
.profileSocial .socialList__item.socialList__item_active a {
  color: #e84c3d;
}
.profilePanel {
  margin-bottom: 60px;
}
.profilePanel__header {
  margin-bottom: 60px;
  display: table;
  width: 100%;
}
.profilePanel__header-icon {
  display: table-cell;
  width: 150px;
  vertical-align: middle;
}
.profilePanel__header-data {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
.profilePanel__header-control {
  display: table-cell;
  vertical-align: bottom;
}
.profilePanel__header-title {
  font-size: 13.5pt;
  font-family: 'acromextrabold', Arial, sans-serif;
  text-transform: uppercase;
  color: #600221;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.profilePanel__header-title:after {
  content: '';
  width: 44px;
  height: 3px;
  background: #ccbfba;
  position: absolute;
  bottom: 0;
  left: 0;
}
.profilePanel__header-text {
  max-width: 350px;
}
.profilePanel__state {
  text-align: center;
}
.profilePanel__state i {
  font-size: 70px;
}
.profilePanel__state-label {
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.profilePanel__state_silver {
  color: silver;
}
.profileInfo__group {
  margin-bottom: 14px;
  padding-bottom: 7px;
  border-bottom: 2px solid #C1B4B0;
}
.profileInfo__group-label {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 24px;
}
.profileInfo__group-data {
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #896e64;
  line-height: 24px;
  font-size: 16pt;
}
.profileInfo__group-underlabel {
  font: 10pt Arial;
  font-style: italic;
  color: #aa9c97;
}
.profileInfo__toggle {
  display: inline-block;
  width: 150px;
  min-width: 150px;
  height: 30px;
  padding: 0;
  font-size: 10.5pt;
  line-height: 28px;
  border: 2px solid #937D76;
  color: #937D76;
  margin-right: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.profileInfo__toggle:hover {
  background-color: #C0B1AB;
  border: 2px solid #C0B1AB;
  color: #fff;
  transition: all 0.3s ease;
}
.profileInfo__soc-serv {
  margin-bottom: 7px;
  font-size: 14px;
}
.passwordForm__toggle {
  display: inline-block;
  width: 150px;
  min-width: 150px;
  height: 30px;
  padding: 0;
  font-size: 10.5pt;
  line-height: 28px;
  border: 2px solid #937D76;
  color: #937D76;
  margin-right: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.passwordForm__toggle:hover {
  background-color: #C0B1AB;
  border: 2px solid #C0B1AB;
  color: #fff;
  transition: all 0.3s ease;
}
.passwordForm__toggle.btn-box {
  margin: 0;
}
.userProgress__column {
  list-style-type: none;
  margin: 0 0 0 -3%;
  padding: 0;
}
.userProgress__column-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  margin-right: -4px;
  text-align: center;
  width: 30.3333%;
}
.userProgress__column-item i {
  font-size: 30pt;
}
.userProgress__column-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 65px;
  width: 2px;
  border: 2px solid #f26d3c;
  z-index: 1;
}
.userProgress__column-name {
  font-family: 'acromextrabold', Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 13.5pt;
  line-height: 12px;
  color: #C1B4B0;
}
.userProgress__column-label {
  color: #600221;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
}
.userProgress__center {
  background: #e2dad7;
  margin: 15px 0;
  position: relative;
}
.userProgress__center .userProgress__column {
  position: relative;
  z-index: 2;
}
.userProgress__center-inner {
  overflow: hidden;
  position: relative;
  height: 1px;
}
.userProgress__center-inner:after {
  position: absolute;
  top: -2px;
  height: 2px;
  left: 0;
  right: 0;
  background: #000;
  content: "";
  z-index: 1;
  display: block;
  -webkit-box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.7);
}
.userProgress__center-arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  z-index: 2;
}
.userProgress__center-arrow_start {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678);
  left: -16px;
  background: #fff;
  -webkit-box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.7);
}
.userProgress__center-arrow_finish {
  right: 0;
  left: auto;
}
.userProgress__center-arrow_finish:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.userProgress__center-arrow_finish:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.userProgress__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #c1b1ab;
  z-index: 1;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: progresspulse;
  animation-name: progresspulse;
}
.userProgress .ui-widget-content {
  height: 10px;
  margin: 5px 0;
  background: #fff;
  border: 1px solid #C1B4B0;
  z-index: 0!important;
}
.userProgress .ui-widget-content .ui-widget-header {
  background: #C1B4B0;
  border: none;
}
.gvk__tabs--list {
  padding: 0;
  text-align: center;
  border-bottom: 2px solid #7A625A;
}
.gvk__tabs--link {
  color: #7A625A;
  font-size: 12pt;
  text-transform: uppercase;
}
.gvk__tabs--item {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  min-width: 250px;
  margin-left: -5px;
  padding: 5px 15px;
  border: 2px solid #7A625A;
  border-bottom: none;
  font-size: 15pt;
  cursor: pointer;
}
.gvk__tabs--item:hover,
.gvk__tabs--item.active {
  background-color: #7A625A;
}
.gvk__tabs--item:hover .gvk__tabs--link,
.gvk__tabs--item.active .gvk__tabs--link {
  color: #fff;
}
.gvk__tabs--item .gvk__tabs--link:hover,
.gvk__tabs--item .gvk__tabs--link:active,
.gvk__tabs--item .gvk__tabs--link:visited,
.gvk__tabs--item .gvk__tabs--link:focus {
  text-decoration: none;
}
.gvk__tabs--content {
  text-align: center;
}
.gvk__tabs--content-title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-top: 70px;
  color: #E84D21;
  font-size: 24px;
  text-transform: uppercase;
}
.gvk__tabs--content-title.first-title {
  margin-top: 35px;
}
.gvk__tabs--content-text {
  line-height: 18pt;
}
.gvk__tabs--content-link {
  color: #6b564f;
  text-decoration: underline;
}
.gvk__tabs--img {
  margin-top: 35px;
}
.gvk__tabs--img-item {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  text-align: center;
}
.gvk__tabs--img-item:last-child {
  margin-right: 0;
}
.gvk .tab-content {
  max-width: 1000px;
  margin: 42px auto 0;
}
/* profile_seller */
.lk__banner {
  font-family: 'segoe_ui', Arial, sans-serif;
  width: 100%;
  margin-bottom: 21px;
  padding: 21px;
  font-size: 16px;
  color: #000;
  text-align: center;
  background: #FFE8E0;
  border: 1px solid #F89B81;
}
.lk__tabs--list {
  padding: 0;
  text-align: center;
  border-bottom: 2px solid #7A625A;
}
.lk__tabs--item {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  min-width: 170px;
  margin-left: -5px;
  padding: 5px 15px;
  border: 2px solid #7A625A;
  border-bottom: none;
  font-size: 12pt;
  text-transform: uppercase;
  cursor: pointer;
}
.lk__tabs--item:hover,
.lk__tabs--item.active {
  background-color: #7A625A;
}
.lk__tabs--item:hover .lk__tabs--link,
.lk__tabs--item.active .lk__tabs--link {
  color: #fff;
}
.lk__tabs--link {
  display: block;
  width: 100%;
  height: 100%;
  color: #7a625a;
  text-decoration: none;
}
.lk__tabs--link:hover,
.lk__tabs--link:active {
  text-decoration: none;
}
.lk__tabs--content {
  position: relative;
}
.lk__tabs--content.active {
  display: block;
}
.lk__quickorder {
  padding-top: 20px;
}
.lk__quickorder--catalog {
  margin-bottom: 30px;
}
.lk__quickorder--catalog.catalog-nav ul {
  border-bottom: none;
}
.lk__quickorder--catalog-title {
  position: relative;
  padding: 14px 0 14px 28px;
  margin: 0;
  border-top: 1px solid #c9bbb3;
  pointer-events: none;
}
.lk__quickorder--catalog-title a {
  pointer-events: all;
}
.lk__quickorder--catalog-title.active > a {
  color: #f26d3c;
}
.lk__quickorder--catalog-title-open:after {
  content: "+";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  background-color: #7a625a;
  font-family: Arial, helvetica, sans-serif;
  cursor: pointer;
  pointer-events: all;
}
.lk__quickorder--catalog-title-open:hover:after {
  background-color: #c1b4b0;
  cursor: pointer;
}
.lk__quickorder--catalog-title-open.active:after {
  content: "-";
  background-color: #c1b4b0;
  pointer-events: all;
  line-height: 18px;
}
.lk__quickorder--catalog-title-open.active:hover:after {
  background-color: #7a625a;
  cursor: pointer;
}
.lk__quickorder--catalog-title:first-child {
  margin-top: 0;
}
.lk__quickorder--catalog-title:hover,
.lk__quickorder--catalog-title .activeSection {
  color: #f26d3c;
}
.lk__quickorder--list {
  padding-left: 0;
  display: none;
}
.lk__quickorder--list a.active,
.lk__quickorder--list a.activeSection,
.lk__quickorder--list a:hover {
  color: #f26d3c;
}
.lk__quickorder--list.active {
  display: block;
}
.lk__quickorder--list-title {
  position: relative;
  padding-left: 28px!important;
}
.lk__quickorder--list-title.active > a {
  color: #f26d3c;
}
.lk__quickorder--list-opener:after {
  content: "+";
  display: block;
  position: absolute;
  left: 7px;
  top: 5px;
  width: 14px;
  height: 14px;
  line-height: 13px;
  text-align: center;
  color: #fff;
  background-color: #7a625a;
  font-family: Arial, helvetica, sans-serif;
  cursor: pointer;
  pointer-events: all;
}
.lk__quickorder--list-opener:hover:after {
  background-color: #c1b4b0;
  cursor: pointer;
}
.lk__quickorder--list-opener.active:after {
  content: "-";
  background-color: #c1b4b0;
  pointer-events: all;
}
.lk__quickorder--list-opener.active:hover:after {
  background-color: #7a625a;
  cursor: pointer;
}
.lk__quickorder--list-level3 {
  padding: 7px 0 7px 28px;
  font-size: 14px;
}
.lk__quickorder--list-level3.active {
  display: block;
}
.lk__quickorder--list-level3 li.active > a {
  color: #f26d3c;
}
.lk__quickorder--table {
  position: relative;
  margin-bottom: 30px;
}
.lk__quickorder--table .paginator__top {
  width: 95%;
  position: absolute;
  text-align: right;
}
.lk__productList {
  padding-top: 0;
}
.lk__productList--item {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 5px 0;
  border-top: 1px solid #c9bbb3;
}
.lk__productList--item:last-child {
  border-bottom: 1px solid #c9bbb3;
}
.lk__productList--item a:hover {
  text-decoration: none;
}
.lk__productList--item-img {
  display: inline-block;
  width: 10%;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.lk__productList--item-img img {
  max-width: 100%;
  max-height: 100%;
}
.lk__productList--item-code {
  font-family: 'acromregular', Arial, sans-serif;
  width: 6%;
  display: inline-block;
  color: #7a625a;
  font-size: 12px;
}
.lk__productList--item-name {
  display: inline-block;
  width: 32%;
  font-size: 9pt;
  color: #5b4c47;
  text-decoration: underline;
}
.lk__productList--item .productList__item-text {
  display: inline-block;
  vertical-align: middle;
}
.lk__productList--item-balances {
  width: 10%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
  color: #896e64;
}
.lk__productList--item-balances p {
  margin: 0;
  color: #41200B;
  font-size: 11px;
}
.lk__productList--item-addWish {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.lk__productList--item-addWish .addWish__link {
  width: 30px;
  height: 30px;
}
.lk__productList--item-prise {
  width: 14%;
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: inline-block;
  font-size: 18pt;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: #600221;
}
.lk__productList--item-prise p {
  margin-bottom: 0;
}
.lk__productList--item-quantity {
  font-size: 11px;
  color: #41200B;
}
.lk__productList--item-controls {
  display: inline-block;
  vertical-align: middle;
  min-height: 30px;
  margin: 0;
}
.lk__productList--item-controls.productList__item-controls .product-counter--sub-catalog {
  margin: 0;
}
.lk__productList--item-controls .btn-buyRound {
  margin: 0;
}
.lk__productList--item-product-counter .product-counter--sub-catalog {
  padding-left: 30px;
}
.lk__productList--item-product-counter .product-counter--sub-catalog .product-counter__minus {
  left: auto;
}
.lk__productList--item-del {
  float: left;
  line-height: 30px;
  cursor: pointer;
}
.lk__productList--item span {
  display: inline-block;
  width: 150px;
  color: #5b4c47;
  vertical-align: middle;
  word-wrap: normal;
}
.lk__address {
  max-width: 1034px;
  margin: 0 auto 90px;
}
.lk__address--btn-add {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  width: 215px;
  height: 41px;
  margin: 30px auto;
  padding-right: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 37px;
  color: #7a625a;
  border: 3px solid #b0a39f;
  text-transform: uppercase;
  position: relative;
}
.lk__address--btn-add:hover {
  text-decoration: none;
  background-color: #ccbfba;
  color: #fff;
}
.lk__address--btn-add i {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  float: right;
  border-left: 2px solid #b0a39f;
}
.lk__address--item {
  display: inline-block;
  width: 24%;
  margin-right: 0.6%;
  margin-bottom: 1%;
  padding: 9px 9px 30px;
  border: 2px solid #7a625a;
  color: #7a625a;
  font-size: 14px;
  font-family: acrommedium, Arial, sans-serif;
  vertical-align: middle;
}
.lk__address--item:hover {
  cursor: pointer;
  border: 2px solid #c9bbb3;
}
.lk__address--item.active {
  border: 2px solid #f26d3c;
}
.lk__address--item-head {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 60px;
}
.lk__address--item-head:nth-child(2) {
  width: 83px;
  float: right;
}
.lk__address--item-contacts {
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin-top: 28px;
}
.lk__address--item-contacts i {
  position: absolute;
  top: 0;
  left: 0;
}
.lk__address--item-contacts span {
  display: block;
  padding-left: 25px;
}
.lk__address--item-contacts-place {
  height: 70px;
}
.lk__address--item-btn {
  float: left;
  width: 39px;
  height: 39px;
  background-color: #7a625a;
  color: #fff;
  border: 1px solid #7a625a;
  font-size: 18px;
  line-height: 41px;
  text-align: center;
}
.lk__address--item-btn:first-child {
  margin-right: 5px;
}
.lk__address--item-btn:hover,
.lk__address--item-btn:active,
.lk__address--item-btn:focus {
  background-color: #c1b1ab;
  border: 1px solid #c1b1ab;
  text-decoration: none;
}
.lk__address--item-btn:visited {
  text-decoration: none;
  color: #fff;
}
.lk__address--item-btn .i-icon__edit {
  font-size: 20px;
}
.lk__address--checkbox {
  margin-top: 10px;
}
.lk__address--checkbox label {
  position: relative;
  padding-left: 20px;
  font-weight: normal;
}
.lk__address--checkbox .jq-checkbox {
  width: 15px;
  height: 15px;
  margin: -9px 4px 0 0;
  border: 1px solid #7a625a;
}
.lk__address--checkbox .jq-checkbox.checked .jq-checkbox__div {
  width: 11px;
  height: 11px;
  margin: 1px 0 0 1px;
}
.lk__address--checkbox .jq-checkbox.checked .jq-checkbox__div:before {
  font-size: 10px;
  line-height: 9px;
  left: 1px;
}
.lk__form {
  display: none;
  max-width: 640px;
  margin: 50px auto;
  background-color: #fff;
}
.lk__form--title {
  font-family: 'acromextrabold', Arial, sans-serif;
  margin-bottom: 40px;
  text-align: center;
  font-size: 13.5pt;
  color: #6b564f;
}
.lk__form .label__question {
  position: absolute;
  top: 0;
  right: 0;
}
.lk__form label {
  font-size: 13.5pt;
  color: #6b564f;
  font-family: arial, sans-serif;
  font-weight: normal;
}
.lk__form--input {
  width: 100%;
  height: 38px;
  margin-bottom: 25px;
  padding: 0 10px;
  border: 1px solid #ccbfba;
  outline: 0;
}
.lk__form--input:focus {
  outline: 0;
}
.lk__form--input-height {
  height: 75px;
}
.lk__form--checkbox {
  margin-bottom: 25px;
  padding-left: 25px;
}
.lk__form--checkbox label {
  font-family: 'acrombold', Arial, sans-serif;
  padding-left: 25px;
  font-size: 10pt;
  text-transform: none;
}
.lk__form--checkbox input.pay-type:checked + label:before {
  content: "\2714";
  background: #F26D3C;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 31px;
  border: 2px solid #F26D3C;
}
.lk__form--checkbox .jq-checkbox {
  margin-top: -30px;
}
.lk__form--buttons {
  margin-bottom: 90px;
  text-align: center;
}
.lk__form--btn {
  font-family: 'acromextrabold', Arial, sans-serif;
  width: 138px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13pt;
}
.lk__form--btn-save {
  margin-right: 20px;
  background-color: #f26d3c;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}
.lk__form--btn-save:hover {
  background-color: #ED876B;
  transition: all 0.3s ease;
}
.lk__form--btn-reset {
  background-color: #fff;
  color: #7a625a;
  border: 2px solid #b0a39f;
  transition: all 0.3s ease;
}
.lk__form--btn-reset:hover {
  border: 2px solid #C0B1AB;
  background-color: #C0B1AB;
  color: #fff;
  transition: all 0.3s ease;
}
.lk__orders {
  padding-top: 35px;
}
.lk__orders--table {
  width: 100%;
  margin-bottom: 50px;
}
.lk__orders--table-head {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 14px;
  background-color: #c1b1ab;
  color: #fff;
  text-align: center;
}
.lk__orders--table-head td {
  padding: 15px 0;
}
.lk__orders .empty {
  width: 120px;
}
.lk__orders--item {
  border-bottom: 1px solid #b0a39f;
  vertical-align: middle;
  text-align: center;
}
.lk__orders--item td {
  padding: 13px 0;
}
.lk__orders--item-order {
  text-align: left;
}
.lk__orders--item-number {
  font-size: 24px;
  color: #7a625a;
}
.lk__orders--item-date {
  font-size: 12px;
}
.lk__orders--item-btn {
  width: 95px;
  height: 29px;
  display: inline-block;
  padding: 0;
  border: 1px solid #b0a39f;
  font-size: 12px;
  text-align: center;
  line-height: 29px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.lk__orders--item-btn:hover {
  background-color: #b0a39f;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.lk__orders--item form.lk__orders--item-btn {
  margin-top: 2px;
  border: none;
}
.lk__orders--item-pdf {
  display: inline-block;
  width: 70px;
  text-align: center;
}
.lk__orders--item-pdf:hover {
  text-decoration: none;
}
.lk__orders--item-pdf i {
  width: 39px;
  height: 39px;
  margin: auto;
  line-height: 37px;
  font-size: 20pt;
  text-align: center;
  background-color: #7a625a;
  border: 1px solid #7a625a;
  color: #fff;
  display: block;
  transition: all 0.3s ease;
}
.lk__orders--item-pdf i:hover {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  color: #d0d0d0;
  transition: all 0.3s ease;
}
.lk__requisites {
  max-width: 1070px;
  margin: 35px auto 80px;
}
.lk__requisites--table {
  width: 100%;
  border-spacing: 0 7px;
  border-collapse: separate;
}
.lk__requisites--item {
  height: 55px;
  padding: 9px 0;
  border-top: 2px solid #5f4b4b;
  border-bottom: 2px solid #5f4b4b;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.lk__requisites--item:hover.active td,
.lk__requisites--item:hover td {
  border-top: 2px solid #ccbfba;
  border-bottom: 2px solid #ccbfba;
  cursor: pointer;
  transition: all 0.3s ease;
}
.lk__requisites--item:hover .lk__requisites--item-title {
  color: #c9bbb3;
  transition: all 0.3s ease;
}
.lk__requisites--item td {
  border-top: 2px solid #5f4b4b;
  border-bottom: 2px solid #5f4b4b;
}
.lk__requisites--item.active td {
  border-top: 2px solid #f26d3c;
  border-bottom: 2px solid #f26d3c;
}
.lk__requisites--item-title {
  width: 43%;
  font: 23pt acrommedium, Arial, sans-serif;
}
.lk__requisites--item-checkbox {
  display: inline-block;
}
.lk__requisites--item-status {
  width: 25%;
  padding-right: 30px;
  text-align: right;
  font: 10.5pt acrommedium, Arial, sans-serif;
}
.lk__requisites--item-status .status__moderation {
  color: #f26d3c;
}
.lk__requisites--item-status .status__approved {
  color: #1ba50d;
}
.lk__requisites--item-status-form {
  display: inline-block;
}
.lk__requisites--item-btn {
  width: 90px;
  text-align: right;
}
.lk__requisites--item-btn-form {
  display: inline-block;
}
.lk__requisites--form {
  display: none;
  padding-top: 10px;
  border-top: 2px solid #ccbfba;
  border-bottom: 2px solid #ccbfba;
}
.lk__requisites--form label,
.lk__requisites--form textarea {
  width: 100%;
  font: 13.5pt Arial, sans-serif;
  color: #6b564f;
  font-weight: normal;
  resize: none;
  outline: 0;
}
.lk__requisites--form label:focus,
.lk__requisites--form textarea:focus {
  outline: 0;
}
.lk__requisites--form textarea {
  padding: 8px;
}
.lk__requisites--form--title {
  display: inline-block;
  position: relative;
  width: 40%;
  padding-right: 25px;
}
.lk__requisites--form--checkbox {
  display: inline-block;
  margin-left: 70px;
}
.lk__requisites--form--checkbox .jq-checkbox.checked .jq-checkbox__div:before {
  line-height: 9px;
  font-size: 10px;
  left: 1px;
}
.lk__requisites--form-btn {
  float: right;
}
.lk__requisites--form-buttons {
  text-align: center;
  margin-bottom: 25px;
}
.lk__requisites--form-buttons .lk__form--btn {
  width: 150px;
  height: 30px;
  font-size: 17px;
  outline: none;
}
.lk__requisites--form-buttons .lk__form--btn.lk__form--btn-reset {
  color: #937d76;
}
.lk__requisites--form-buttons .lk__form--btn.lk__form--btn-reset:hover {
  background-color: #c0b1ab;
  color: #fff;
}
.lk__credentials {
  max-width: 850px;
  margin: 60px auto 132px;
  padding-bottom: 28px;
  border-bottom: 2px solid #C1B4B0;
}
.lk__credentials .profileForm__inner .jq-selectbox__select {
  width: 255px;
}
.label__question {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  background-color: #b8b8b8;
  color: #fff;
}
.label__question:hover {
  cursor: pointer;
}
#basket__add--entity-styler,
#basket__add--address-styler {
  background-color: #fff;
}
.loginForm {
  min-width: 300px;
}
.loginForm .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.loginForm__btn {
  width: 100%;
  max-width: 400px;
  padding: 7px;
  font-size: 13pt;
}
.loginForm__forgotPassword {
  margin-bottom: 21px;
}
.loginForm__hint {
  max-width: 400px;
}
.ulogin_form {
  width: 360px;
  margin: auto;
}
.basketPopover {
  position: absolute;
  top: 60px;
  right: 0;
  background: #fff;
  width: 240px;
  padding: 4px;
  border: 1px solid #ccbfba;
  -webkit-box-shadow: 0px 0 8px #ccbfba;
  -moz-box-shadow: 0px 0 8px #ccbfba;
  box-shadow: 0px 0 8px #ccbfba;
  z-index: 10;
}
.basketPopover__inner {
  border: 1px solid #ccbfba;
  padding: 18px 14px;
  text-align: center;
}
.basketPopover__title {
  text-transform: uppercase;
  font-family: 'acrombold', Arial, sans-serif;
  padding-bottom: 12px;
  margin-bottom: 10px;
  position: relative;
  color: #52423d;
}
.basketPopover__title:after {
  content: "";
  width: 44px;
  height: 3px;
  background: #e2dad7;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -22px;
}
.basketPopover__positions {
  color: #ac968e;
  margin-bottom: 5px;
}
.basketPopover__summ {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 18pt;
  line-height: 24px;
  color: #600221;
  margin-bottom: 5px;
}
.basketPopover__summ i {
  font-size: 13.5pt;
}
.basketPopover__bonus {
  color: #ccbfba;
}
.basketPopover:before {
  width: 0;
  height: 0;
  display: block;
  border-bottom: 10px solid #ccbfba;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  content: "";
  top: -10px;
  right: 12%;
}
.basketPopover:after {
  width: 0;
  height: 0;
  display: block;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  content: "";
  top: -9px;
  right: 12%;
}
.basketPopover_active {
  display: block;
}
.basketPopover_showed {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.basketPopover_hidden {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.basketPopover.wishPopover:before {
  width: 0;
  height: 0;
  display: block;
  border-bottom: 10px solid #ccbfba;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  content: "";
  top: -10px;
  right: 65px;
}
.basketPopover.wishPopover:after {
  width: 0;
  height: 0;
  display: block;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  content: "";
  top: -9px;
  right: 65px;
}
.basketPopover-first {
  position: absolute;
  top: 60px;
  width: 652px;
  height: auto;
  padding: 7px;
  background-color: #dbcfcc;
  text-align: center;
  z-index: 110;
}
.basketPopover-first__container {
  display: none;
}
.basketPopover-first__container.center {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 110;
}
.basketPopover-first__container.center .basketPopover__wrapper {
  display: none;
  z-index: 109;
  position: fixed;
  background-color: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.basketPopover-first.basketPopover-first__right {
  width: 583px;
  height: auto;
  right: -170px;
  box-shadow: 0 0 6px #2b2b2b;
}
.basketPopover-first.basketPopover-first__right:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -21px;
  border: 11px solid transparent;
  border-bottom: 11px solid #dbcfcc;
}
.basketPopover-first.basketPopover-first__right .basketPopover-first__btn {
  height: 69px;
}
.basketPopover-first.basketPopover-first__center {
  right: 0;
  left: 0;
  top: 25%;
  margin: auto;
}
.basketPopover-first__head {
  position: relative;
  padding: 0 8px 7px;
  text-align: left;
}
.basketPopover-first__close {
  position: absolute;
  top: -17px;
  right: -17px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 10pt;
  line-height: 26px;
  border: 3px solid #937d76;
  color: #937d76;
  background-color: #fff;
  border-radius: 50%;
}
.basketPopover-first__close:hover {
  cursor: pointer;
  color: #c0b1ab;
  border: 3px solid #c0b1ab;
}
.basketPopover-first__title {
  font-family: acrommedium, Arial, sans-serif;
  font-size: 12px;
  color: #41200b;
}
.basketPopover-first__dontshow {
  font-family: 'acromextrabold', Arial, sans-serif;
  width: 197px;
  height: 22px;
  float: right;
  margin-right: 17px;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  background-color: #cebfbb;
  color: #fff;
  border: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.basketPopover-first__dontshow:hover {
  background-color: #937d76;
  transition: all 0.3s ease;
}
.basketPopover-first__btn {
  height: 78px;
  background-color: #fff;
}
.basketPopover-first__btn-link {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  width: 184px;
  height: 30px;
  margin: 21px 10px 0 0;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #937d76;
  transition: all 0.3s ease;
}
.basketPopover-first__btn-link:nth-child(2) {
  margin: 21px 0 0 0;
}
.basketPopover-first__btn-link:hover {
  background-color: #C0B1AB;
  border: 2px solid #C0B1AB;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.orderTable {
  width: 100%;
  table-layout: fixed;
}
.orderTable__wrapper {
  border: 1px solid #e2dad7;
  padding: 5px;
  margin-bottom: 60px;
}
.orderTable__id {
  display: none;
}
.orderTable > tbody > tr td {
  border-top: 0;
  border-bottom: 1px solid #e2dad7;
  padding-top: 15px;
  padding-bottom: 15px;
}
.orderTable > tbody > tr:last-child td {
  border-bottom: 0;
}
.orderTable__inner {
  border: 1px solid #e2dad7;
  padding: 10px 10px 0 10px;
}
.orderTable__img {
  text-align: center;
  max-width: 180px;
}
.orderTable__img img {
  max-height: 140px;
  max-width: 90%;
}
.orderTable__data-name {
  display: block;
  text-decoration: none !important;
  position: relative;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #a1887f;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.orderTable__data-name:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  width: 44px;
  height: 3px;
  background-color: #e2dad7;
}
.orderTable__data-name:hover {
  color: #600221;
}
.orderTable__data-brand,
.orderTable__data-cat {
  color: #ccbfba;
  text-decoration: none !important;
  font-family: 'acrombold', Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.orderTable__data-brand:hover,
.orderTable__data-cat:hover {
  color: #a1887f;
}
.orderTable__label {
  color: #ccbfba;
  margin-bottom: 25px;
  font-size: 10.5pt;
}
.orderTable__count {
  text-align: center;
  vertical-align: top;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.orderTable__price,
.orderTable__del,
.orderTable__summ {
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-left: 1px dashed #e2dad7;
  text-align: center;
}
.orderTable__del {
  vertical-align: middle !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 45px;
}
.orderTable__del a {
  color: #e84c3d;
  font-size: 9pt;
}
.orderTable__count,
.orderTable__price,
.orderTable__summ {
  font-size: 18pt;
  line-height: 24px;
  font-family: 'acromregular', Arial, sans-serif;
  color: #b7a39c;
}
.orderTable__count i,
.orderTable__price i,
.orderTable__summ i {
  font-size: 13.5pt;
  line-height: 24px;
}
.orderTable__summ {
  color: #600221;
}
/* basket */
.basket-order {
  margin: 0 ;
  color: #7C655D;
}
.basket-order.flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basket-order__title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #52423d;
  font-size: 30px;
  padding: 14px 0 0;
  margin: 0;
  text-align: left;
}
.basket-order__counter {
  font-size: 18px;
  display: inline-block;
  color: #52423d;
}
.basket-order .get-free__banner--more {
  display: inline-block;
  float: right;
}
.basket-order .get-free__banner--more i {
  float: left;
  font-size: 27px;
}
.basket-order .edost_city {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.basket-order__head {
  table-layout: fixed;
  height: 42px;
  line-height: 42px;
  background-color: #f7f5f5;
  color: #52423d;
  font-size: 14px;
  text-align: center;
}
.basket-order__head div {
  display: inline-block;
}
.basket-order__head.basket-order__item:before {
  content: none;
}
.basket-order__head .price {
  color: #52423d !important;
  font-size: 14px!important;
}
.basket-order__table {
  width: 100%;
  border: none;
  margin: 21px auto;
  counter-reset: schetchik;
}
.basket-order__name {
  padding-left: 5px;
  font-size: 13.5pt;
  line-height: 13.5pt;
  color: #52423d;
}
.basket-order__name:visited {
  color: #52423D;
}
.basket-order__item {
  width: 100%;
  min-height: 90px;
  margin: auto;
  padding: 10px 0 10px 10px;
  overflow: hidden;
  border-top: 1px solid #DDD5D0;
  counter-increment: schetchik;
}
.basket-order__item:before {
  content: counter(schetchik);
  font-family: 'acrombold', Arial, sans-serif;
  width: 4%;
  display: table-cell;
  vertical-align: middle;
  font-size: 36px;
  color: #BBBDBF;
  left: 5px;
  text-align: center;
}
.basket-order__item:first-child {
  border: none;
}
.basket-order__item td:nth-child(1) {
  border-top: none;
}
.basket-order__item td.item {
  width: 35%;
  padding-left: 36px;
}
.basket-order__item td.del {
  width: 25px;
}
.basket-order__item td.del a:hover,
.basket-order__item td.del a:active,
.basket-order__item td.del a:visited,
.basket-order__item td.del a:focus {
  text-decoration: none;
}
.basket-order__item .itemphoto {
  width: 65px;
  vertical-align: middle;
  padding-left: 10px;
  overflow: hidden;
}
.basket-order__item--img {
  width: 65px;
  max-height: 65px;
  text-align: center;
  padding: 0 2% 0 0;
  vertical-align: middle;
  overflow: hidden;
}
.basket-order__item--img img,
.basket-order__item--img a {
  max-width: 65px;
  max-height: 65px;
  padding: 7px 0;
}
.basket-order__item .price {
  font-family: 'segoe_ui', Arial, sans-serif;
  width: 12%;
  font-size: 18pt;
  text-align: center;
  padding: 0 7px;
}
.basket-order__item .price .current_price {
  color: #bbbdbf;
}
.basket-order__item .price .price1 {
  color: #52423d;
}
.basket-order__item .price .old_price {
  color: #d6410c;
}
.basket-order__item .price .old_price .none {
  color: #52423d;
}
.basket-order__item .price__wrapper {
  position: relative;
  width: auto;
  white-space: nowrap;
}
.basket-order__item .price .hint {
  display: none;
}
.basket-order__item .hint {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #BBBDBF;
  text-transform: none;
}
.basket-order__item--counter {
  position: relative;
  width: 11%;
  text-align: center;
}
.basket-order__item--counter .product-counter {
  position: relative;
  width: 122px;
  border: 2px solid #ccbfba;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.basket-order__item--counter .product-counter__input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: 0!important;
  padding: 6px;
  height: 33px;
  line-height: 33px;
  font-family: acromregular, Arial, sans-serif;
  font-size: 13.5pt;
  text-align: center;
}
.basket-order__item--get-free {
  width: auto;
  position: relative;
  text-align: center;
}
.basket-order__item:nth-child(2n) {
  margin-right: 0;
}
.basket-order__item__label {
  font-weight: 400;
  font-size: 20px;
}
.basket-order__coupon {
  display: flex;
  align-items: center;
}
.basket-order__coupon--title {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  padding-bottom: 21px;
  font-size: 21px;
  line-height: 1.4;
  text-align: left;
  color: #7C655D;
  text-transform: uppercase;
}
.basket-order__coupon .form-control {
  display: inline-block;
  height: 54px;
  max-width: 267px;
}
.basket-order__coupon_input {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  margin: 14px 0;
  color: #7c655d;
}
.basket-order__coupon_input .form-control {
  left: 0!important;
  right: auto;
}
.basket-order__coupon_sale {
  position: relative;
  display: block;
  vertical-align: top;
  line-height: 1.2;
  text-align: left;
}
.basket-order__coupon_sale p {
  margin: 0;
  overflow: hidden;
}
.basket-order .bx_ordercart_coupon {
  margin: 14px 0;
  text-align: left;
}
.basket-order .bx_ordercart_coupon input {
  max-width: 95%;
  padding: 6px 12px;
  border-radius: 0;
  box-shadow: none;
  color: #52423d !important;
  background-color: #fff;
}
.basket-order__bonuses--text {
  font-family: 'acromregular', Arial, sans-serif;
  font-size: 14px;
}
.basket-order__discount {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  text-transform: none;
  color: #9c172f;
  font-size: 16px;
  padding-bottom: 14px;
}
.basket-order__sum {
  float: right;
  text-align: right;
  color: #F26D3C;
  font-size: 18pt;
  line-height: 1;
  text-transform: uppercase;
}
.basket-order__sum--price {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 30pt;
  padding-left: 15px;
  line-height: 46px;
}
.basket-order__old-price .custom_t2 {
  font-family: 'segoe_ui', Arial, sans-serif;
  color: #d6410c;
  text-transform: uppercase;
  padding-left: 15px;
}
.basket-order__packag {
  color: #52423d;
  font-size: 11pt;
}
.basket-order__weight {
  font: italic 11pt Arial;
  color: #BBBDBF;
  text-transform: none;
}
.basket-order__weight .custom_t1 {
  text-align: right;
}
.basket-order__weight .custom_t2 {
  padding-left: 15px;
  text-align: center;
}
.basket-order__block-result {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.basket-order__block-result--item {
  display: table-cell;
  border-right: 1px solid #c1b4b0;
  vertical-align: middle;
  width: auto;
}
.basket-order__block-result--item:first-child {
  padding-right: 21px;
  width: 40%;
}
.basket-order__block-result--item:nth-child(2) {
  padding: 0 21px;
  vertical-align: top;
}
.basket-order__block-result--item:nth-child(2).no-active {
  vertical-align: middle;
}
.basket-order__block-result--item:last-child {
  border: none;
}
.basket-order__block-result--sale {
  font-family: 'segoe_ui', Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #8c8b8b;
  text-transform: none;
}
.basket-order__block-result--salecount {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 16px;
  text-align: right;
  color: #000;
}
.basket-order__delivery {
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #7C655D;
  font-size: 13.5px;
  line-height: 46px;
  text-transform: uppercase;
}
.basket-order__delivery .custom_t1 {
  text-align: right;
}
.basket-order__delivery .custom_t2 {
  padding-left: 15px;
  font-size: 40px;
  font-family: acrommedium, Arial, sans-serif;
}
.basket-order__process {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c1b4b0;
}
.basket-order__typedelivery {
  padding-top: 25px;
  border-top: 1px solid #c1b4b0;
}
.basket-order__pay {
  display: table;
  width: 100%;
  margin: 25px 0;
  border-top: 1px solid #c1b4b0;
  border-bottom: 1px solid #c1b4b0;
}
.basket-order__pay--item {
  display: table-cell;
  padding: 30px 0;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #c1b4b0;
}
.basket-order__pay--item:last-child {
  border: none;
}
.basket-order__pay--item .inline {
  display: inline-block;
}
.basket-order__textarea {
  margin-bottom: 20px;
}
.basket-order__textarea textarea {
  border: 1px solid #c1b4b0;
  border-radius: 0;
}
.basket-order__label {
  font-weight: 400;
  color: #7C655D;
  font-size: 18px;
}
.basket-order__checkout {
  margin: 0 auto;
}
.basket-order__checkout--btn {
  font-family: 'acromextrabold', Arial, sans-serif;
  position: relative;
  width: 340px;
  height: 60px;
  display: block;
  text-align: center;
  margin: auto;
  padding: 0;
  background-color: #E84D21;
  color: #FFF;
  font-size: 21px;
  line-height: 60px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.3s ease;
}
.basket-order__checkout--btn:visited,
.basket-order__checkout--btn:focus {
  color: #fff;
  text-decoration: none;
}
.basket-order__checkout--btn:hover,
.basket-order__checkout--btn:active {
  color: #fff;
  text-decoration: none;
  background-color: #ED876B;
  transition: all 0.3s ease;
}
.basket-order__checkout--btn.btn-arrow {
  font-size: 16px;
}
.basket-order__checkout--btn.btn-arrow:after {
  content: '';
  position: absolute;
  right: -55px;
  top: 0;
  border: 30px solid transparent;
  border-left: 25px solid #E84D21;
  transition: all 0.3s ease;
}
.basket-order__checkout--btn.btn-arrow:hover:after,
.basket-order__checkout--btn.btn-arrow:active:after {
  border-left: 25px solid #ED876B;
  transition: all 0.3s ease;
}
.basket-order__link {
  display: block;
  width: 320px;
  text-align: center;
  padding: 7px 14px;
  background-color: #f1f1f1;
  color: #7e675e;
  font-size: 16px;
  text-decoration: underline;
}
.basket-order__link + .basket-order__link {
  margin-top: 14px;
}
.basket-order__coupin-text {
  text-align: left;
  padding: 21px 0;
  color: #010101;
  font-size: 12pt;
  line-height: 2;
}
.basket-order__affiliate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.basket-order__affiliate label {
  display: inline-block;
  font-family: 'acrombold', Arial, sans-serif;
  text-transform: uppercase;
  color: #7c655d;
  font-size: 10.5pt;
}
.basket-order__affiliate .affiliate__count {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 12pt;
  color: #787979;
  text-transform: none;
  font-weight: normal;
}
.basket-order__affiliate .form-control {
  display: inline-block;
  position: relative;
  vertical-align: top;
  right: -5px;
  width: 170px;
  height: 35px;
}
.basket-order__affiliate .btn__orange-s {
  vertical-align: top;
}
.basket-order__affiliate-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.basket-order .affiliate__count strong {
  color: #000000;
}
.basket-order__steps {
  display: flex;
  align-items: flex-end;
}
.basket-order__steps .wholesale__fancybox--steps {
  margin-right: 28px;
  margin-bottom: 0;
  padding: 0;
}
.basket-order__steps .wholesale__fancybox--steps-item {
  padding-top: 0;
  color: #34393E;
}
.basket-order__steps .order__btn {
  margin-bottom: -9px;
}
.basket-order__steps .order__btn-left {
  margin-right: 14px;
}
.basket__info {
  display: flex;
  margin-top: 21px;
  padding: 14px 21px;
  font-size: 16px;
  border: 6px solid #e9dede;
  align-items: center;
}
.basket__info-img {
  max-width: 100px;
}
.bx-soa-editstep {
  font-size: 18px;
  color: #7a625a;
}
.bx-soa-section-title-container:hover .bx-soa-section-title,
.bx-soa-section-title-container:hover .bx-soa-editstep {
  color: #fd633f;
}
.order__form-control {
  border: 1px solid #63564f;
}
.order__btn {
  font-family: 'acrombold', Arial, sans-serif;
  position: relative;
  display: inline-block;
  padding: 2px 21px;
  font-size: 12px;
  background-color: #7a625a;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #7a625a;
  text-decoration: none;
  transition: all 0.2s ease;
}
.order__btn:hover,
.order__btn:active,
.order__btn:focus,
.order__btn:visited {
  color: #fff;
  text-decoration: none;
}
.order__btn:hover {
  background-color: #937D76;
  border-color: #937D76;
  transition: all 0.2s ease;
}
.order__btn-right {
  margin-right: 13px;
}
.order__btn-right:after {
  content: '';
  position: absolute;
  right: -28px;
  top: -2px;
  border: 13px solid transparent;
  border-left: 13px solid #7a625a;
  transition: all 0.2s ease;
}
.order__btn-right:hover:after {
  border-left: 13px solid #937D76;
  transition: all 0.2s ease;
}
.order__btn-left {
  margin-left: 13px;
}
.order__btn-left:after {
  content: '';
  position: absolute;
  left: -28px;
  top: -2px;
  border: 13px solid transparent;
  border-right: 13px solid #7a625a;
  transition: all 0.2s ease;
}
.order__btn-left:hover:after {
  border-right: 13px solid #937D76;
  transition: all 0.2s ease;
}
.white-block {
  background-color: #fff;
  padding: 28px 42px;
  margin-bottom: 14px;
}
.white-block-title {
  padding-top: 0;
}
/* end basket */
.totalPane {
  padding: 0 70px;
  margin-bottom: 80px;
  border: 8px solid #e2dad7;
}
.totalPane_nopadding {
  padding: 0;
}
.totalPane_nopadding .totalPane__table-item {
  padding-left: 20px;
  padding-right: 20px;
}
.totalPane__table {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.totalPane__table-item {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}
.totalPane__table-result {
  padding-left: 20px;
  border-left: 1px dashed #e2dad7;
}
.totalPane__link {
  font-family: 'acrombold', Arial, sans-serif;
  color: #a1887f;
  text-decoration: none !important;
}
.totalPane__link i {
  font-size: 9pt;
}
.totalPane__link:hover {
  color: #600221;
}
.totalPane__bonus {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #ac968e;
}
.totalPane__bonus > li {
  margin-bottom: 5px;
}
.totalPane__bonus > li:before,
.totalPane__bonus > li:after {
  content: " ";
  display: table;
}
.totalPane__bonus > li:after {
  clear: both;
}
.totalPane__bonus > li:before,
.totalPane__bonus > li:after {
  content: " ";
  display: table;
}
.totalPane__bonus > li:after {
  clear: both;
}
.totalPane__bonus-name {
  width: 50%;
  float: left;
  text-align: right;
}
.totalPane__bonus-content {
  width: 50%;
  text-align: center;
  float: left;
}
.orderResult {
  text-transform: uppercase;
  color: #600221;
  font-size: 13.5pt;
  font-family: 'acrombold', Arial, sans-serif;
}
.orderResult__count {
  font-size: 36px;
}
.orderForm .form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.orderForm__wrapper {
  margin-bottom: 80px;
}
.orderForm textarea {
  resize: vertical;
  min-height: 90px;
}
.orderForm .form-group {
  margin-bottom: 20px;
}
.orderForm__title {
  text-transform: uppercase;
  color: #c1b1ab;
  font-family: 'acromextrabold', Arial, sans-serif;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -10px;
  font-size: 9pt;
}
.customRadio {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  vertical-align: top;
}
.customRadio__control {
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccbfba;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.customRadio__control:after {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  display: block;
  background: #fff;
  border: 3px solid #fff;
  position: absolute;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.customRadio__control_lg {
  width: 28px;
  height: 28px;
}
.customRadio__control_lg:after {
  border: 6px solid #fff;
}
.customRadio:hover .customRadio__control {
  border-color: #ac968e;
}
.customRadio:hover .customRadio__control:after {
  background: #e2dad7;
}
.customRadio:active .customRadio__control {
  border-color: #967a70;
}
.customRadio:active .customRadio__control:after {
  background: #967a70;
}
.customRadio__input {
  position: absolute;
  left: -9999px;
}
.customRadio__input:checked + .customRadio__control {
  border-color: #ac968e;
}
.customRadio__input:checked + .customRadio__control:after {
  background: #600221;
}
.orderDelivery {
  margin-left: -9%;
  margin-bottom: 40px;
}
.orderDelivery__item {
  display: inline-block;
  vertical-align: top;
  width: 41%;
  margin-right: -4px;
  margin-left: 9%;
  margin-bottom: 20px;
}
.orderDelivery__item:before,
.orderDelivery__item:after {
  content: " ";
  display: table;
}
.orderDelivery__item:after {
  clear: both;
}
.orderDelivery__item:before,
.orderDelivery__item:after {
  content: " ";
  display: table;
}
.orderDelivery__item:after {
  clear: both;
}
.orderDelivery__item-name {
  float: left;
  min-height: 70px;
  width: 210px;
  border-right: 5px solid #ccbfba;
}
.orderDelivery__item-name img {
  max-width: 100%;
}
.orderDelivery__item-text {
  margin-left: 235px;
  color: #ac968e;
  font-size: 9pt;
}
.orderDelivery__item-label {
  font-weight: bold;
  font-size: 10.5pt;
  color: #896e64;
}
.orderDelivery__item .delivery_price {
  font-weight: bold;
  margin: 10px 0;
}
.orderDelivery__item .new_cart_cdek_city_select {
  margin: 10px 0;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.orderDelivery__item .new_cart_cdek_city_select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.orderDelivery__item .new_cart_cdek_city_select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.orderDelivery__item .new_cart_cdek_city_select:-ms-input-placeholder {
  color: #999;
}
.orderDelivery__item .new_cart_cdek_city_select::-webkit-input-placeholder {
  color: #999;
}
.orderDelivery__item .new_cart_cdek_city_select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.orderDelivery__item .new_cart_cdek_city_select[disabled],
.orderDelivery__item .new_cart_cdek_city_select[readonly],
fieldset[disabled] .orderDelivery__item .new_cart_cdek_city_select {
  background-color: #eeeeee;
  opacity: 1;
}
.orderDelivery__item .new_cart_cdek_city_select[disabled],
fieldset[disabled] .orderDelivery__item .new_cart_cdek_city_select {
  cursor: not-allowed;
}
textarea.orderDelivery__item .new_cart_cdek_city_select {
  height: auto;
}
.orderDelivery__item .new_cart_cdek_city_select_rad {
  border-radius: 20px;
}
.form-control_rad {
  border-radius: 20px;
}
.orderPayment {
  list-style-type: none;
  margin: 0 0 0 -2%;
  padding: 0;
  text-align: center;
}
.orderPayment__item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 14%;
  margin: 0 -4px 20px 2%;
}
.orderPayment__label {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.orderPayment__wrapper {
  margin: 40px 0;
  position: relative;
}
.orderPayment__variants {
  display: none;
  width: 100%;
  border: 1px solid #ccbfba;
  padding: 5px;
}
.orderPayment__variants-inner {
  padding: 20px;
  border: 1px solid #ccbfba;
}
.orderPayment__variants-list {
  list-style-type: none;
  margin: 0 0 0 -1%;
  padding: 0;
  text-align: center;
}
.orderPayment__variants-item {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 15.666%;
  height: 40px;
  margin-left: 1%;
}
.orderPayment__variants-item img {
  max-width: 100%;
  max-height: 100%;
}
.orderPayment__variants-item .customRadio {
  position: relative;
  padding-left: 30px;
}
.orderPayment__variants-item .customRadio .customRadio__control {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
}
.cart__preloader {
  display: inline-block;
  margin-left: 20px;
  font-size: 8pt;
  text-transform: none;
}
.cartFixed {
  position: fixed;
  z-index: 100;
  right: -200px;
  top: 100px;
}
.cartFixed__menu-item {
  width: 250px;
  background: #f7f5f5;
  left: 0;
  -webkit-box-shadow: -2px -3px 12px -5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: -2px -3px 12px -5px rgba(0, 0, 0, 0.6);
  box-shadow: -2px -3px 12px -5px rgba(0, 0, 0, 0.6);
  -webkit-transition: left 0.4s linear;
  -o-transition: left 0.4s linear;
  transition: left 0.4s linear;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.cartFixed__menu-item + .cartFixed__menu-item {
  border-top: 0;
}
.cartFixed__menu-item.active {
  background-color: #aed581;
  border-color: #bb3c0d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cartFixed__menu-item.active .cartFixed__menu-link {
  color: #896e64;
}
.cartFixed__menu-item.active .cartFixed__menu-link .cartFixed__menu-icon {
  color: #fff;
}
.cartFixed__menu-item.active .cartFixed__menu-text {
  color: #fff;
}
.cartFixed__menu-item:hover {
  left: -195px;
}
.cartFixed__menu-icon {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14.5pt;
  line-height: 38px;
  vertical-align: middle;
  display: table-cell;
}
.cartFixed__menu-icon i {
  display: inline-block;
}
.cartFixed__menu-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 10pt;
  white-space: nowrap;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.cartFixed__menu-link {
  font-size: 9pt;
  color: #c1b1ab;
  display: table;
  padding: 5px !important;
}
.cartFixed__menu-link:hover {
  background: transparent !important;
  color: #896e64;
}
.cartPage {
  position: relative;
  min-height: 200px;
}
.cartPage__warning {
  background: #ff6e40;
  text-align: center;
  font-weight: 600;
  border-radius: 7px;
}
.cartPage__warning h3 {
  color: #fff;
  line-height: 42px;
}
.cartPage__update {
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #600221;
  font-size: 30px;
}
.cartPage__update--large-text {
  font-size: 126px;
  margin: 0;
  line-height: 110px;
}
.cartPage__update--link-text {
  font-size: 18pt;
  margin: 0;
}
.cartPage__update--small-text {
  font-size: 13.5pt;
}
.cartPage__update--img-fork,
.cartPage__update--img-smile {
  margin: 33px auto 40px;
}
.cart__banner {
  font-family: 'segoe_uibold', Arial, sans-serif;
  padding-top: 21px;
  font-size: 14px;
  color: #F26D3C;
  text-transform: uppercase;
}
.cart__banner img {
  max-width: 100%;
}
.orderPromo__list {
  list-style-type: none;
  margin: 0 0 20px -3%;
  padding: 10px 0;
  text-align: center;
}
.orderPromo__list-item {
  width: 22%;
  min-height: 235px;
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding: 15px;
  position: relative;
}
.orderPromo__list-item_active {
  border: 4px solid #a1887f;
}
.orderPromo__list-item_active .orderPromo__check {
  display: block;
}
.orderPromo__img img {
  width: 100%;
  margin-bottom: 25px;
}
.orderPromo__success {
  text-align: center;
  font-size: 9pt;
}
.orderPromo__check {
  position: absolute;
  width: 35px;
  height: 35px;
  border: 4px solid #a1887f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  line-height: 27px;
  text-align: center;
  background: #fff;
  display: none;
}
.table__order {
  max-width: 1100px;
}
.table__order h1 {
  color: #6b564f;
}
.table__order-text {
  margin-bottom: 42px;
  font-size: 18px;
  color: #404040;
}
.table__order-text.center {
  text-align: center;
  margin-bottom: 28px;
}
.table__order-link {
  color: #730101;
  font-size: 18px;
  text-decoration: underline;
}
.table__order-link:hover {
  color: #2e0110;
}
.table__order-info {
  max-width: 440px;
  margin: 0 auto 49px;
  color: #52423d;
}
.table__order-hint {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
}
.table__order-hint .table__order-link {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  font-size: 12px;
}
.table__order-comment {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  padding-left: 7px;
  text-align: right;
}
.table__order-list {
  max-width: 700px;
  margin: 7px auto 28px;
  display: flex;
  justify-content: center;
}
.table__order-list-img {
  width: 65px;
  height: 65px;
  margin: 0 auto 14px;
  text-align: center;
}
.table__order-list-img img {
  max-width: 100%;
  max-height: 100%;
}
.table__order-list-text {
  height: 40px;
  overflow: hidden;
  margin-bottom: 14px;
  line-height: 1.2;
}
.table__order-item {
  width: calc(100%/3);
  text-align: center;
}
.table__order-btn {
  box-sizing: border-box;
  font-family: 'acrombold', Arial, sans-serif;
  display: inline-block;
  height: 27px;
  line-height: 24px;
  margin: 0 auto;
  padding: 0 14px;
  font-size: 14px;
  color: #6b564f;
  text-transform: uppercase;
  border: 2px solid #6b564f;
}
.table__order-btn:hover {
  background-color: #6b564f;
  color: #fff;
  text-decoration: none;
}
.table__order-btn-orange {
  color: #fff;
  background-color: #e84d21;
  border: 2px solid #e84d21;
  padding: 0 7px;
}
.table__order-btn-orange:hover {
  background-color: #ed876b;
  border-color: #ed876b;
}
.social__list {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  list-style-type: none;
}
.social__item {
  display: inline-block;
  margin: 0 7px;
}
.social__item a {
  color: #a69c97;
  font-size: 45px;
}
.social__item a.invert i {
  background-color: #a69c97;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.social__item a:hover,
.social__item a:active,
.social__item a:focus {
  text-decoration: none;
}
.catPanel {
  position: relative;
  margin-bottom: 30px;
}
.catPanel_aidigo {
  border: 8px solid #e2dad7;
  padding: 20px;
  margin-bottom: 50px;
}
.catPanel__title {
  text-transform: uppercase;
  font-size: 11pt;
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  color: #896e64;
  text-decoration: none !important;
  cursor: pointer;
  margin-bottom: 10px;
}
.catPanel__title:hover > span {
  border-bottom-color: transparent;
}
.catPanel__title > span {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #ccbfba;
}
.catPanel__title_toggle {
  padding-right: 40px;
  position: relative;
}
.catPanel__title_toggle > span {
  border-bottom-style: dashed;
}
.catPanel__title_toggle:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #a1887f;
  border-right: 1px solid #a1887f;
  border-top: 0;
  border-left: 0;
  margin-top: -14px;
  top: 50%;
  right: 15px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678);
}
.catPanel__title_toggle_active {
  color: #600221;
}
.catPanel__title_toggle_active:after {
  border-top: 1px solid #a1887f;
  border-left: 1px solid #a1887f;
  border-bottom: 0;
  border-right: 0;
  margin-top: -7px;
}
.catPanel__title_aidigo {
  text-align: center;
  color: #600221;
  font-size: 13.5pt;
}
.catPanel__list {
  list-style-type: none;
  margin: 40px 0;
  margin-left: -2%;
}
.catPanel__list-item {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 14%;
  margin-left: 2%;
  margin-right: -4px;
}
.catPanel__menu {
  list-style-type: none;
  padding-left: 20px;
}
.catPanel__menu-item {
  margin-bottom: 3px;
}
.aidigoCategory {
  margin-left: -1%;
  text-align: center;
}
.aidigoCategory__item {
  display: inline-block;
  vertical-align: top;
  width: 15.6666%;
  margin-right: 0;
  padding: 15px;
  border: 1px solid #f7f5f5;
  margin-bottom: 1%;
  min-height: 120px;
  margin-left: 1%;
  text-decoration: none !important;
  background: #f7f5f5;
}
.aidigoCategory__item-caption {
  text-transform: uppercase;
  font-size: 9pt;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.aidigoCategory__item_big {
  width: 32.3333%;
}
.aidigoCategory__item-icon {
  font-size: 30pt;
  line-height: 40px;
}
.aidigoCategory__item-icon i {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.aidigoCategory__item:hover {
  background: #f26d3c;
  color: #fff;
  text-shadow: 1px 1px 0 #ff6e40, 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.newsList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.newsList__item {
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 35px;
  background-color: #fff;
}
.newsList__item:nth-child(4n) {
  margin-right: 0;
}
.newsList__item--title {
  width: 100%;
  height: 80px;
  display: table;
  padding-left: 7px;
  padding-right: 7px;
}
.newsList__item-img {
  display: block;
  width: 100%;
  height: 165px;
  overflow: hidden;
  border: 0;
  text-decoration: none !important;
  vertical-align: top;
  text-align: center;
  margin: 0 auto 14px;
}
.newsList__item-img img {
  width: 100%;
}
.newsList__item-imgtext {
  height: 50px;
  font-family: 'acrombold', Arial, sans-serif;
  text-align: center;
  margin: 0 15px 10px;
  font-size: 10.5pt;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.2;
}
.newsList__item-tags {
  height: 64px;
  overflow: hidden;
  padding: 0 14px;
}
.newsList__item-data {
  margin-top: 14px;
  vertical-align: top;
  padding: 0 14px 14px;
}
.newsList__item-text {
  position: relative;
  height: 30px;
  overflow: hidden;
  font-size: 9pt;
  line-height: 1.2;
}
.newsList__item-link {
  display: table-cell;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
  font-size: 10.5pt;
  text-decoration: none !important;
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #937D76;
}
.newsList__item-date {
  color: #937D76;
  font-size: 9pt;
}
.newsList__item-date-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.newsList__item-date i {
  font-size: 13px;
}
.newsList__carousel {
  position: relative;
}
.newsList__carousel .newsList__item {
  width: 100%;
  margin-bottom: 0;
}
.newsList__carousel .newsList__item-date {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.newsList__carousel .newsList__item-date img {
  display: inline-block;
  width: 22px;
  padding-right: 7px;
}
.newsList__carousel .newsList__item-text {
  height: 60px;
  font-size: 16px;
}
.newsList__carousel .owl-nav .owl-prev,
.newsList__carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  width: 53px;
  height: 53px;
  outline: none;
}
.newsList__carousel .owl-nav .owl-prev:active,
.newsList__carousel .owl-nav .owl-next:active,
.newsList__carousel .owl-nav .owl-prev:focus,
.newsList__carousel .owl-nav .owl-next:focus {
  outline: none!important;
}
.newsList__carousel .owl-nav .owl-prev::-moz-focus-inner,
.newsList__carousel .owl-nav .owl-next::-moz-focus-inner {
  border: 0!important;
}
.newsList__carousel .owl-nav .owl-prev {
  left: -7px;
}
.newsList__carousel .owl-nav .owl-next {
  right: -7px;
}
.newsList__carousel .owl-nav span {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(184, 172, 168, 0.8);
  line-height: 42px;
  font-size: 46px;
  transition: 0.3s ease;
}
.newsList__carousel .owl-nav span:hover {
  background-color: #7a625a;
  transition: 0.3s ease;
}
.newsList__btn {
  width: auto;
  max-width: 250px;
  display: block;
  margin: 50px auto;
  padding: 6px 20px;
  font-size: 14.5pt;
  background: #f26d3c;
  color: #fff !important;
  border: 4px solid #a1887f;
  text-align: center;
  text-transform: uppercase;
}
.newsList__btn:hover {
  text-decoration: none;
}
.newsList__subscribe {
  display: none;
}
.newsList__subscribe--title {
  color: #E84D21;
}
.newsList__subscribe--text {
  font-size: 12pt;
  margin-bottom: 30px;
}
.newsList__subscribe--form input {
  width: 100%;
  position: relative;
  border: 3px solid #f26d3c;
  padding: 6px 20px;
  color: #f26d3c;
  font-size: 13.5pt;
  margin-top: 30px;
}
.newsList__subscribe--form input.newsList__subscribe--inputbtn {
  position: absolute;
  top: 0;
  right: 25px;
  width: 35px;
  background: none;
  border: none;
  font-size: 20px;
}
.newsList__subscribe--form button {
  position: absolute;
  right: 20px;
  top: 30px;
  background: transparent;
  border: none;
  color: #f26d3c;
}
.newsList + .bg {
  text-align: center;
}
.blog__tag,
.blog a.blog__tag {
  font-family: 'acrombold', Arial, sans-serif;
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px 14px 2px;
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #7a625a;
  color: #7a625a !important;
  text-decoration: none;
  transition: all 0.2s ease;
}
.blog__tag:hover,
.blog a.blog__tag:hover,
.blog__tag.active,
.blog a.blog__tag.active,
.blog__tag:focus,
.blog a.blog__tag:focus {
  background-color: #7a625a;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none!important;
  transition: all 0.2s ease;
}
.blog__tag-list,
.blog a.blog__tag-list {
  padding: 21px 42px 17px 42px;
  margin: 0 0 21px;
  background-color: #ffffff;
}
.blog__tag-article,
.blog a.blog__tag-article {
  margin-bottom: 10px;
}
.blog__tag.current,
.blog a.blog__tag.current {
  background-color: #7a625a;
  color: #fff !important;
}
.blog__tag i,
.blog a.blog__tag i {
  font-size: 12px;
}
.blog__tag-orange,
.blog a.blog__tag-orange {
  color: #d6410c !important;
  border-color: #d6410c;
}
.blog__tag-orange:hover,
.blog a.blog__tag-orange:hover,
.blog__tag-orange.active,
.blog a.blog__tag-orange.active,
.blog__tag-orange:focus,
.blog a.blog__tag-orange:focus {
  background-color: #d6410c;
}
.subscribe__form {
  position: relative;
  margin-bottom: 45px;
}
.subscribe__form--btn {
  margin: 15px 0;
  border: 4px solid #aa9c97;
}
.subscribe__form--hidden {
  visibility: hidden;
}
.subscribe__form .jq-checkbox {
  position: relative!important;
  top: 10px;
  margin-right: 15px;
}
.ui-corner-all {
  padding: 8px;
  background-color: #d6cfcc;
}
.ui-menu {
  padding: 0!important;
  -webkit-box-shadow: 0 12px 18px -5px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 12px 18px -5px rgba(0, 0, 0, 0.52);
  box-shadow: 0 12px 18px -5px rgba(0, 0, 0, 0.52);
}
.ui-menu-item {
  background-color: #fff;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccbfba;
  cursor: pointer;
}
.ui-menu-item a {
  padding: 5px 15px !important;
  font-family: 'segoe_ui', Arial, sans-serif;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #fff;
}
.ui-menu-item a.ui-state-focus {
  background-image: none;
  background-color: #6b564f;
  border: 0 !important;
  color: #fff;
  font-family: 'segoe_ui', Arial, sans-serif;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0!important;
}
.ui-widget-content {
  border: 1px solid #ccbfba;
  border-top: 0;
  border-bottom: 0;
  background: #e2dad7;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  z-index: 101 !important;
}
.trustWrapper__counter {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}
.trustWrapper__text {
  line-height: 20px;
}
.trustWrapper .sum_rate {
  margin: 0 5px 0 0;
}
.trustWrapper .like_com img {
  width: 25px;
}
.filterBlock {
  margin-bottom: 20px;
  padding: 0 14px;
}
.filterBlock .catalog__select {
  width: 216px;
  position: relative;
}
.filterBlock .catalog__select .jq-selectbox__select {
  font-family: 'segoe_uibold', Arial, sans-serif;
  height: 30px;
  padding: 0 14px 0 14px;
  border: 2px solid #7a625a;
  background: #FFF;
  font-size: 14px;
  line-height: 26px;
  color: #52423d;
}
.filterBlock .catalog__select .jq-selectbox__trigger {
  width: 30px;
  height: 100%;
  border-left: none;
  background: #fff;
}
.filterBlock .catalog__select .jq-selectbox__trigger-arrow {
  color: #52423d;
  content: "\e600";
  font-size: 7pt;
  font-family: 'icomoon';
  width: 100%;
  height: 30px;
  line-height: 26px;
  text-align: center;
}
.filterBlock .catalog__select .jq-selectbox li {
  font-family: 'segoe_uibold', Arial, sans-serif;
  padding: 0 14px;
  color: #52423d;
  font-size: 14px;
  line-height: 30px;
}
.filterBlock .catalog__select .jq-selectbox li:hover,
.filterBlock .catalog__select .jq-selectbox li.selected {
  color: #fff;
}
.filterBlock__label {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
}
.filterBlock__link {
  display: inline-block;
  vertical-align: top;
  padding: 8px 10px;
  background: #ede8e6;
  text-decoration: none !important;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 9pt;
  line-height: 1em;
  color: #7a625a;
}
.filterBlock__link.active {
  background: #c1b1ab;
  color: #fff;
}
.filterBlock__link.selected {
  background: #c1b1ab;
  color: #fff;
}
.filterBlock__link i {
  font-size: 10.5pt;
}
.filterBlock__link i.i-icon__arrow-down,
.filterBlock__link i.i-icon__arrow-up,
.filterBlock__link i.i-icon__arrow-right,
.filterBlock__link i.i-icon__arrow-left {
  font-size: 8px;
}
.bx-soa-customer-field .jq-selectbox__trigger-arrow {
  line-height: 38px;
}
.cityConfirm-dialog {
  position: absolute;
  top: 93px;
  left: 0;
  right: 0;
  margin: auto;
  width: 355px;
  z-index: 1;
  padding: 4px;
}
.faq__wrap {
  padding: 28px 0;
}
.faqList__text {
  margin-bottom: 24px;
  font-family: 'acromregular', Arial, sans-serif;
  text-align: center;
  font-size: 13.5pt;
  color: #6b564f;
}
.faqList__content {
  display: none;
}
.faqList__question {
  margin-bottom: 20px;
}
.faqList__question-caption {
  text-decoration: none !important;
  color: #7a625a;
  border-bottom: 1px dashed;
}
.faqList__question-caption_active {
  color: #f26d3c !important;
  border-bottom-color: transparent;
}
.faqList__question-answer {
  display: none;
  padding: 20px;
  font-family: 'segoe_ui', Arial, sans-serif;
  border-left: 5px solid #f26d3c;
  margin-top: 15px;
  background: #f7f5f5;
}
.faqList__question-item {
  margin-bottom: 20px;
  font-family: 'acrombold', Arial, sans-serif;
  font-size: 9pt;
}
.faqList__menu {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.faqList__menu-link {
  display: block;
  text-decoration: none !important;
  padding: 12px 15px;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.faqList__menu-item {
  border: 1px solid #e2dad7;
  margin-bottom: 10px;
}
.faqList__menu-item:hover {
  background-color: #e2dad7;
}
.faqList__menu-item_active {
  border: 1px solid #f26d3c;
  background: #f26d3c !important;
}
.faqList__menu-item_active .faqList__menu-link {
  color: #fff !important;
}
.faqList__menu--item-new {
  width: 100%;
  min-height: 522px;
  margin-right: 2%;
  margin-bottom: 28px;
  text-align: center;
  border: none;
  background-color: #ffffff;
}
.faqList__menu--item-new_active {
  border: none;
}
.faqList__menu--item-new_active .faqList__menu-link {
  color: inherit;
}
.faqList__menu--item img {
  max-height: 187px;
  margin: 0 auto;
}
.faqList__menu--item-title-wrap {
  display: table;
  width: 100%;
  height: 81px;
  padding: 0 21px;
  margin-bottom: 21px;
}
.faqList__menu--item-title {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: table-cell;
  vertical-align: middle;
  font-size: 13.5pt;
  color: #f26d3c;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #e0dfdd;
}
.faqList__menu--item-link {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: block;
  padding: 7px 21px;
  font-size: 13.5pt;
  line-height: 18pt;
  color: #6b564f;
  text-align: left;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.faqList__menu--item-link:hover {
  background-color: #c0b1ab;
  color: #fff;
  transition: all 0.2s ease;
}
.faqList__menu--item-arrow {
  width: 100%;
  height: 41px;
  text-align: center;
  line-height: 41px;
  background-color: #ece8e6;
  color: #6b564f;
  transition: all 0.2s ease;
}
.faqList__menu--item-arrow:hover {
  background-color: #c0b1ab;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.faqList__menu--item-arrow.close-item {
  border: 1px solid #e2dad7;
  margin-bottom: 10px;
}
.faqList__menu--item-arrow.close-item:hover {
  background-color: #e2dad7;
}
.faqList__menu--wrapper-link.height {
  max-height: 260px;
  min-height: 259px;
  overflow: hidden;
  position: relative;
}
.faqList__menu--wrapper-link.height :after {
  content: "";
  width: 100%;
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.faqList__menu--wrapper-link.all__links {
  height: auto;
  min-height: 260px;
}
.help__list {
  padding: 42px 0;
  list-style-type: none;
}
.help__list ul {
  padding: 0;
  list-style-type: none;
}
.help__list--title {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  padding: 12px 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #f26d3c;
  position: relative;
  border-top: 1px solid #e4dedc;
}
.help__list--title:hover {
  cursor: pointer;
  color: #ED876B;
}
.help__list--title:after {
  content: "\e600";
  background-color: #fff;
  color: #6B564F;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 7pt;
  margin-top: 17px;
  font-family: 'icomoon';
}
.help__list--title-open {
  color: #6b564f;
}
.help__list--title-open:after {
  transform: rotate(-90deg);
}
.help__list--dropdown {
  display: none;
}
.help__list--dropdown.active {
  display: block;
}
.help__list--link {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: block;
  padding: 12px 15px;
  font-size: 13.5pt;
  line-height: 18pt;
  color: #6b564f;
  text-align: left;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.help__list--link:hover,
.help__list--link.active {
  background-color: #c0b1ab;
  color: #fff;
  transition: all 0.2s ease;
  text-decoration: none;
}
.help__content {
  margin-bottom: 42px;
  font-size: 13.5pt;
  line-height: 18pt;
}
.help__content--title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin: 0 0 28px;
  font-size: 18pt;
  color: #7A625A;
}
.help__content--video {
  max-width: 552px;
  height: auto;
  margin-bottom: 25px;
}
.mosaicflow__column {
  float: left;
}
.mosaicflow__item img {
  display: block;
  width: 100%;
  height: auto;
}
.bonusesList {
  margin: 40px 0 40px -2%;
  text-align: center;
}
.bonusesList__item {
  padding: 4px;
  border: 1px solid #d7ccc9;
  display: inline-block;
  vertical-align: top;
  width: 31.3333%;
  margin-left: 2%;
  margin-right: -4px;
  margin-bottom: 2%;
  background: #f7f5f5;
}
.bonusesList__item-inner {
  padding: 15px;
  text-align: left;
  border: 1px solid #d7ccc9;
  min-height: 200px;
}
.bonusesList__item-header {
  font-family: 'acromextrabold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.5pt;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.bonusesList__item-header:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  width: 44px;
  height: 3px;
  background-color: #e2dad7;
}
.mapDelivery {
  height: 400px;
  width: 100%;
  margin: 0 0 20px;
}
.mapDelivery__all {
  clear: left;
  margin-top: 60px;
  text-align: center;
  font: 20px/22px 'segoe_ui', Arial, sans-serif;
  color: #600221;
}
.mapDelivery__link {
  color: #896e64;
}
.mapMenu {
  list-style-type: none;
  margin: 20px 0 20px -2%;
  padding: 0;
  overflow: hidden;
}
.mapMenu__item {
  float: left;
  width: 14%;
  margin-left: 2%;
  margin-right: -4px;
  margin-bottom: 10px;
}
.mapMenu__item-link {
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  text-decoration: none !important;
  color: #600221;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.mapMenu__item-link.active {
  color: #f26d3c !important;
}
.mapMenu__item-link:hover {
  color: #f26d3c;
}
.mapSubmenu {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}
.mapSubmenu__item {
  margin-bottom: 5px;
}
.mapSubmenu__item-link {
  color: #896e64;
}
/* about company*/
.about__width {
  max-width: 840px;
  margin: auto;
}
.about__title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-bottom: 21px;
  font-size: 24px;
  color: #7A625A;
}
.about__tabs--list {
  text-align: center;
  padding: 0;
  margin-bottom: 25px;
  border-bottom: 2px solid #7A625A;
}
.about__tabs--item {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  width: 165px;
  cursor: pointer;
  border: 2px solid #7A625A;
  border-bottom: none;
  font-size: 12pt;
  line-height: 30pt;
}
.about__tabs--item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #7A625A;
  text-transform: uppercase;
}
.about__tabs--item a:hover,
.about__tabs--item a:active {
  text-decoration: none;
  background: #7A625A;
  color: #fff;
}
.about__tabs--item.active,
.about__tabs--item:hover {
  background: #7A625A;
  color: #fff;
}
.about__tabs--item.active a,
.about__tabs--item:hover a {
  color: #fff;
  text-decoration: none;
}
.about__block {
  text-align: center;
  border: 1px solid #c9bbb3;
}
.about__block--title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  text-align: center;
  background: #c9bbb3;
  color: #fff;
  font-size: 10.5pt;
  line-height: 33pt;
  text-transform: uppercase;
}
.about__block--attention {
  font-size: 10.5pt;
  color: #f26d3c;
  text-align: center;
  text-transform: uppercase;
}
.about__block--attention span {
  font-family: 'acromextrabold', Arial, sans-serif;
}
.about__block--hint {
  color: #c9bbb3;
  text-align: center;
  line-height: 1;
  margin: 7px auto;
}
.about__block--figure {
  display: inline-block;
  margin-right: 21px;
  text-align: center;
}
.about__block--figure figcaption {
  color: #7a625a;
  font-size: 9pt;
  margin-top: 8px;
}
.about__block--city {
  padding: 7px 0;
  margin-bottom: 0;
  text-align: center;
}
.about__block--city-item {
  list-style-type: none;
  color: #000;
}
.about__block--city-item a {
  display: block;
  font-size: 17pt;
}
.about__block--city-item a:hover {
  text-decoration: none;
}
.about__block--city-item.line {
  width: 140px;
  margin: 7px auto;
  border-bottom: 1px solid #c9bbb3;
}
.about__list {
  font-size: 16px;
  line-height: 1.6;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.about__list-item {
  display: flex;
  align-items: center;
  position: relative;
  height: 56px;
  margin-bottom: 14px;
  vertical-align: middle;
  line-height: 1.2;
  border-bottom: 2px solid #E6D6DB;
}
.about__list-background {
  font-family: 'acromextrabold', Arial, sans-serif;
  left: 0;
  top: 0;
  display: inline-block;
  width: 50px;
  height: 48px;
  background-color: #E6D6DB;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
}
.about__list-icon {
  flex: none;
  height: 56px;
  margin-right: 14px;
}
.about__list-icon img {
  max-width: 100%;
  max-height: 100%;
}
.about__сentre {
  margin: 0 0 21px;
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid #c9bbb3;
}
.about__сentre--item {
  height: 425px;
  text-align: center;
  border: 1px solid #c9bbb3;
}
.about__сentre--item img {
  max-width: 100%;
  max-height: 100%;
}
.about__сentre--item.team {
  padding-top: 80px;
}
.about__сentre--title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-bottom: 21px;
  font-size: 24px;
  text-align: center;
  color: #7A625A;
}
.about__сentre .wholesale__range-figcaption {
  font-size: 16px;
}
.about__numbers {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 34px;
  color: #7A625A;
}
.about__numbers-item {
  text-align: center;
}
.about__numbers-text {
  font-size: 18px;
  color: #7A625A;
}
.about__text-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}
.about__text-block-text {
  width: 80%;
  padding-left: 21px;
  flex: none;
  text-align: left;
}
.about__text-block-img {
  width: 20%;
  flex: none;
}
.about__btn {
  text-align: center;
}
.about__text-orange {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 20px;
  color: #f26d3c;
}
.about__aidigo-link {
  display: flex;
  margin-bottom: 21px;
  align-items: center;
  color: #333;
}
.about__aidigo-link:hover {
  text-decoration: none;
}
.about__aidigo-link i {
  margin-right: 14px;
  font-size: 60px;
  color: #E84D21;
}
.about__aidigo-img {
  margin-bottom: 14px;
}
.about__aidigo-block {
  margin-bottom: 21px;
}
.about__delivery {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-top: 21px;
  font-size: 15pt;
  text-align: center;
  color: #f26d3c;
}
.about__social {
  max-width: 960px;
  margin: auto;
}
.about__social--title {
  text-align: center;
}
.about__social--text {
  text-align: center;
  font-size: 12pt;
}
.about__social--item {
  margin-top: 30px;
  text-align: center;
}
.about__iso {
  padding: 6px;
  margin: 25px 0 45px;
  border: 1px solid #7a625a;
  text-align: center;
  position: relative;
}
.about__iso .about__iso--frame {
  border: 1px solid #7a625a;
  padding: 39px 44px;
}
.about__iso--logo {
  height: 73px;
}
.about__iso--logo img {
  max-height: 100%;
}
.about__iso--logo-text {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-top: 28px;
  font-size: 12pt;
  line-height: 18pt;
}
.about__iso--title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-bottom: 35px;
  font-size: 18pt;
  line-height: 1;
  color: #7A625A;
  text-align: left;
}
.about__iso--text {
  text-align: left;
}
.about__command {
  width: 80%;
  margin: 0 auto;
}
.about__command--title {
  text-align: center;
}
.about__command--list {
  padding: 0;
  list-style-type: none;
}
.about__command--item {
  display: inline-block;
  width: 22%;
  margin: 0 3% 30px 0;
  overflow: hidden;
}
.about__command--item:nth-child(4n) {
  margin-right: 0;
}
.about__command--item img {
  width: 100%;
}
.about__command--foto {
  width: 100%;
  overflow: hidden;
}
.about__command--name {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  background: #7A625A;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.about__command--position {
  font-family: 'segoe_ui', Arial, sans-serif;
  margin-top: 7px;
  font-size: 14px;
  font-weight: normal;
}
.about__command .line {
  width: 100%;
  border-bottom: 2px solid #c9bbb3;
  margin-bottom: 25px;
}
.about__command .main__catalog-list-btn {
  margin-bottom: 25px;
  display: block;
  margin: auto;
}
.about__history {
  max-width: 1058px;
  margin: 60px auto 80px;
}
.about__history--item {
  float: left;
  width: 329px;
}
.about__history--right {
  margin: 30px 0 80px 0;
}
.about__history--center {
  float: left;
  width: 400px;
}
.about__history--block {
  width: 330px;
  height: auto;
  margin-bottom: 14px;
  padding: 17px 14px 12px;
  text-align: center;
  color: #52423D;
  font-size: 10.5pt;
  line-height: 1;
  background: #e7e1de;
}
.about__history--block img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}
.about__history--text {
  margin: 0;
}
.about__history--date {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 24px;
  text-align: center;
}
.about__requisites {
  max-width: 670px;
  margin: 15px auto 60px;
  font-size: 13.5pt;
}
.about__requisites--link:hover {
  text-decoration: none;
}
.about__requisites--link:first-child {
  margin-right: 10px;
}
.about__requisites--link i {
  font-size: 32pt;
  cursor: pointer;
}
.about__requisites--link i:hover {
  text-decoration: none;
  color: #fff;
  background: #896e64;
}
.about__requisites-phone {
  color: #000000;
}
.about__requisites-phone:hover,
.about__requisites-phone:active,
.about__requisites-phone:focus,
.about__requisites-phone:visited {
  color: #000000;
}
.about__requisites dl {
  margin-top: 25px;
}
.about__requisites dt {
  font-family: 'segoe_uibold', Arial, sans-serif;
}
.about__requisites dd {
  margin-bottom: 25px;
}
.about__link {
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #f26d3c;
  font-style: italic;
}
/* END about company*/
.delivery__list-title {
  display: none;
}
.delivery__tabs-item {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: inline-block;
  padding: 0 14px;
  cursor: pointer;
  border: 2px solid #7A625A;
  border-bottom: none;
  font-size: 12pt;
  line-height: 30pt;
  transition: 0.3s ease;
}
.delivery__tabs-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #7A625A;
}
.delivery__tabs-item.active,
.delivery__tabs-item:hover {
  background: #7A625A;
  color: #fff;
  transition: 0.3s ease;
}
.delivery__tabs-item.active > a,
.delivery__tabs-item:hover > a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
.delivery__undertitle {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: flex;
  align-items: flex-end;
  margin-bottom: 14px;
  font-size: 22px;
  color: #52423d;
}
.delivery__undertitle-img {
  max-width: 56px;
  margin-right: 14px;
}
.delivery__undertitle i {
  font-size: 30px;
  padding-right: 14px;
}
.delivery__wrap {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 2px solid #e4dedc;
}
.delivery__wrap:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.delivery__payment {
  list-style-type: none;
  padding: 14px 14px 7px;
}
.delivery__payment-wrap {
  padding: 14px 21px;
  border: 1px solid #bdada9;
}
.delivery__payment-title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #52423d;
  margin-bottom: 7px;
  font-size: 18px;
}
.delivery__payment-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.delivery__payment-item {
  padding-bottom: 7px;
}
.delivery__payment-item i {
  width: 30px;
  padding-right: 7px;
  color: #7a625a;
}
.delivery__payment-item i.i-icon__get-it-free {
  font-size: 22px;
}
.delivery__payment-item i.i-icon__uniE927 {
  font-size: 20px;
}
.delivery__payment-link {
  color: #52423d;
}
.delivery__payment-link i {
  font-size: 10px;
}
.delivery__location-title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #e95b05;
  margin-bottom: 7px;
  font-size: 18px;
}
.delivery__table {
  margin-bottom: 21px;
}
.delivery__table-headtd {
  font-family: 'acrombold', Arial, sans-serif;
  background-color: #7A625A;
  border: 1px solid #7A625A;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.delivery__table-headtd + .delivery__table-headtd {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid #7A625A;
}
.delivery__table td {
  padding: 7px 14px;
  text-align: center;
}
.delivery__table-td {
  border: 1px solid #a1887f;
}
.delivery__pickup-title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-top: 21px;
  color: #e95b05;
  font-size: 18px;
}
.delivery__week {
  display: flex;
  margin-bottom: 7px;
}
.delivery__week-wrap {
  margin-left: 14px;
}
.delivery__week-day {
  font-family: 'acrombold', Arial, sans-serif;
  width: 30px;
  height: 30px;
  border: 2px solid #bdada9;
  line-height: 26px;
  margin-right: 5px;
  text-align: center;
  background-color: #bdada9;
  color: #55403a;
}
.delivery__week-day.holiday {
  background-color: #fff;
  border: 2px solid #a1887f;
}
.delivery__schedule {
  color: #52423d;
}
.hint {
  color: #7a625a;
}
.hint__link {
  color: #7a625a;
  text-decoration: none;
}
.text-bold {
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #7a625a;
}
/* wholesale */
.wholesale__block {
  padding: 21px 42px;
  margin-bottom: 14px;
  background-color: #fff;
}
.wholesale__block-title {
  padding: 0 42px 21px;
  background-color: #fff;
  margin-bottom: 14px;
}
.wholesale__text {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  font-size: 13.5pt;
}
.wholesale__advantages {
  margin: 28px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wholesale__advantages--item {
  width: calc(100% / 3);
  display: flex;
  text-align: center;
  font-size: 14px;
  align-items: center;
  margin-bottom: 14px;
  padding-right: 7px;
}
.wholesale__advantages--item i {
  display: block;
  width: 90px;
  height: 90px;
  flex: none;
  margin: 0 7px 0 0;
  background-color: #c5b8b3;
  color: #fff;
  text-align: center;
  line-height: 90px;
  font-size: 42px;
  border-radius: 50%;
}
.wholesale__advantages--figcaption {
  text-align: left;
}
.wholesale__range {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 21px;
}
.wholesale__range-figcaption {
  font-family: 'segoe_ui', Arial, sans-serif;
  color: #52423d;
  font-size: 14px;
}
.wholesale__range-item {
  width: calc(100% / 3);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.wholesale__range-item a {
  color: #52423d;
}
.wholesale__range-item a:hover {
  color: #896e64;
  text-decoration: none;
}
.wholesale__range-item i {
  display: block;
  width: 100px;
  height: 100px;
  flex: none;
  margin-right: 14px;
  font-size: 48px;
  line-height: 100px;
  text-align: center;
  color: #E84D21;
}
.wholesale__feedback {
  padding: 14px 14px 31px;
  text-align: center;
}
.wholesale__feedback-title {
  font-family: 'acromextrabold', Arial, sans-serif;
  padding: 30px 0 15px;
  font-size: 13.5pt;
  color: #7a625a;
  text-transform: uppercase;
  text-align: center;
}
.wholesale__feedback-title span {
  font-family: 'acromregular', Arial, sans-serif;
  font-size: 10.5pt;
}
.wholesale__feedback-img {
  text-align: center;
}
.wholesale__feedback-img img {
  max-width: 100%;
  max-height: 100%;
}
.wholesale__buttons {
  max-width: 670px;
  margin: auto;
}
.wholesale__btn {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  width: 302px;
  height: 62px;
  margin: 15px auto 30px;
  background-color: #E84D21;
  color: #fff;
  font-size: 13.5pt;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wholesale__btn:visited {
  color: #fff;
}
.wholesale__btn:hover {
  cursor: pointer;
}
.wholesale__btn:hover,
.wholesale__btn:active,
.wholesale__btn:focus {
  background-color: #ed876b;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wholesale__footnote {
  font-family: 'acromregular', Arial, sans-serif;
  font-size: 9pt;
  color: #887b76;
  padding-left: 30px;
}
.wholesale__fancybox {
  display: none;
  color: #7a625a;
}
.wholesale__fancybox--title {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 18pt;
  text-align: center;
}
.wholesale__fancybox--steps {
  padding: 15px 0;
  list-style-type: none;
  text-align: center;
}
.wholesale__fancybox--steps-item {
  font-family: 'acromextrabold', Arial, sans-serif;
  position: relative;
  display: inline-block;
  font-size: 9pt;
  padding: 10px 20px;
  text-transform: uppercase;
  border-bottom: 3px solid #c1b1ab;
}
.wholesale__fancybox--steps-item:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: #c1b1ab;
  border-radius: 50%;
  z-index: 10;
}
.wholesale__fancybox--steps-item.step-active {
  border-bottom: 3px solid #f26d3c;
}
.wholesale__fancybox--steps-item.step-active:after {
  background-color: #f26d3c;
}
.wholesale__fancybox--warning {
  font-family: 'acrommedium', Arial, sans-serif;
  font-size: 10.5pt;
  color: #8a1313;
  text-align: center;
}
.wholesale__fancybox--contract {
  height: 250px;
  padding: 21px 0;
  overflow-y: scroll;
  font-size: 9pt;
  background-color: #fff;
}
.wholesale__fancybox--contract-title {
  font-family: 'acromextrabold', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.wholesale__fancybox--agreement {
  font-family: 'acromregular', Arial, sans-serif;
  display: block;
  position: relative;
  width: 250px;
  margin: 20px auto;
  text-align: center;
  font-size: 9pt;
  color: #867a77;
}
.wholesale__fancybox--agreement .jq-checkbox {
  width: 16px;
  height: 16px;
  margin: -10px 4px 0 0;
  border: 2px solid #7a625a;
}
.wholesale__fancybox--agreement .jq-checkbox.checked .jq-checkbox__div {
  width: 18px;
  height: 18px;
  margin: 0;
}
.wholesale__fancybox--agreement.checked.jq-checkbox .jq-checkbox__div {
  margin: 0 0 0 2px;
}
.wholesale__fancybox--success {
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #1fa418;
  text-align: center;
  font-size: 18px;
}
.wholesale__fancybox--text {
  font-family: 'acromregular', Arial, sans-serif;
  margin-bottom: 40px;
  text-align: center;
}
.wholesale__fancybox--btn {
  display: block;
  width: 150px;
  min-width: 152px;
  height: 31px;
  margin: 20px auto 0;
  padding: 0;
  line-height: 30px;
  font-size: 10.5pt;
}
.wholesale__fancybox--btn-small {
  font-size: 9px;
}
.wholesale__fancybox--form-label {
  margin-bottom: 5px;
  font: 13.5px Arial, sans-serif;
}
.wholesale__fancybox--form-input {
  width: 100%;
  height: 37px;
  margin-bottom: 14px;
  padding: 8px 13px;
  font-style: italic;
}
.wholesale__fancybox--form-wrapper {
  max-width: 100%;
  padding: 10px 45px 10px 65px;
  background-color: #fff;
}
.wholesale__fancybox--form-btn {
  background-color: #ed876b;
}
.wholesale__fancybox--form-btn:hover,
.wholesale__fancybox--form-btn:visited {
  color: #fff;
}
.wholesale__fancybox--form-btn.active {
  background-color: #f26d3c;
}
.wholesale__fancybox--error {
  color: red;
}
.wholesale__fancybox .wholesale__btn {
  margin: 22px auto 0;
  line-height: 1;
  padding: 15px 0;
}
.wholesale__basket--address {
  margin-top: 15px;
}
.wholesale__basket--address .jq-selectbox li {
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  font-size: 14px;
  line-height: 1;
}
.wholesale__basket .lk__address--btn-add {
  margin: 12px auto;
}
.wholesale__table.form-table {
  background-color: #f7f5f5;
}
.wholesale__table.form-table th,
.wholesale__table.form-table td {
  border: none;
}
.wholesale__table.form-table th {
  background: #f7f5f5 none;
  text-align: center;
  padding: 14px 0;
}
.wholesale__table.form-table th .get-free__banner--more {
  display: inline-block;
  background-color: #fff;
}
.wholesale__wrap-dark {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  padding: 7px 14px;
  background-color: #c5b8b3;
  color: #fff;
}
.text-important {
  font-family: 'segoe_uisbold', Arial, sans-serif;
}
.thanks-block {
  display: none;
}
.thanks-block .partner--step-2__text-success {
  padding: 14px;
  margin: 0 0 14px;
  font-size: 14pt;
}
/* END wholesale */
#form__entity,
#form__address {
  display: none;
  padding: 10px;
  max-width: 100%;
}
#form__entity .lk__requisites--form,
#form__address .lk__requisites--form {
  display: block;
}
.ghostBtn {
  display: inline-block;
  vertical-align: top;
  padding: 10px 12px;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #a1887f;
  border: 4px solid #a1887f;
  text-align: center;
  text-decoration: none !important;
}
.dialogBlock {
  border-top: 4px double #89726d;
}
.dialogBlock:first-child {
  border-top: 0 double #89726d;
}
.questBlock {
  padding: 4px;
  margin-bottom: 14px;
  position: relative;
}
.questBlock__inner {
  display: table;
  width: 100%;
}
.questBlock__photo {
  display: table-cell;
  vertical-align: bottom;
  padding: 20px;
  width: 100px;
}
.questBlock__photo .cropSquare {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #c2b4b0;
  -moz-box-shadow: 0 0 0 2px #c2b4b0;
  box-shadow: 0 0 0 2px #c2b4b0;
}
.questBlock__photo .cropSquare__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.questBlock__data {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
.questBlock__data-info {
  position: relative;
  color: #000;
}
.questBlock__data-info2 {
  margin-left: 20%;
  position: relative;
  color: #000;
}
.questBlock__data-sign {
  margin-top: 10px;
  font-size: 9pt;
}
.questBlock__data-text {
  width: 80%;
  position: relative;
  padding: 20px;
  background: #F7F5F5;
  color: #7A625A;
  margin-bottom: 7px;
}
.questBlock__data-text:before {
  content: '';
  position: absolute;
  left: -35px;
  bottom: 10px;
  border: 15px solid transparent;
  border-right: 20px solid #F7F5F5;
}
.questBlock__data-text2 {
  width: 80%;
  margin-left: 20%;
  position: relative;
  padding: 20px;
  background: #89726D;
  color: #fff;
  margin-bottom: 7px;
}
.questBlock__data-text2:before {
  content: '';
  position: absolute;
  right: -34px;
  bottom: 10px;
  border: 15px solid transparent;
  border-left: 20px solid #89726D;
}
.questBlock__data_aidigo .questBlock__data-text {
  background: #F7F5F5;
  color: #7A625A;
  margin-bottom: 25px;
}
.questBlock__data_aidigo .questBlock__data-text:before {
  content: '';
  position: absolute;
  left: -35px;
  bottom: 10px;
  border: 15px solid transparent;
  border-right: 20px solid #F7F5F5;
}
.questBlock__data_aidigo .questBlock__data-text2 {
  width: 80%;
  margin-left: 20%;
  position: relative;
  background: #89726d;
  color: #fff;
  margin-bottom: 7px;
  padding: 20px;
}
.questBlock__data_aidigo .questBlock__data-text2:before {
  content: '';
  position: absolute;
  right: -35px;
  bottom: 10px;
  border: 15px solid transparent;
  border-left: 20px solid #89726d;
}
.questBlock__data_aidigo .questBlock__data .name_client {
  color: #000;
}
.questBlock_answer {
  margin-right: 0;
}
.cropSquare {
  position: relative;
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.feedbackForm {
  text-align: center;
  background-color: #fbf9f9;
  padding: 24px 0 17px;
  margin: 28px 0 0;
}
.feedbackForm__qestion {
  margin: 40px 0;
}
.feedbackForm__qestion--title {
  line-height: 55px;
}
.feedbackForm__qestion--title span {
  height: 55px;
  width: 55px;
  display: block;
  line-height: 1;
  margin-right: 10px;
  float: left;
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 56px;
  color: #ccbfba;
  border: 2px solid #ccbfba;
  text-align: center;
}
.feedbackForm__qestion--title:hover {
  text-decoration: none;
}
.feedbackForm__myquestion {
  margin-bottom: 40px;
}
.feedbackForm__myquestion__text {
  font-family: 'acromregular', Arial, sans-serif;
  font-size: 9pt;
  color: #89726d;
}
.feedbackForm__data {
  font-family: 'acrombold', Arial, sans-serif;
  color: #ccbfba;
  text-transform: uppercase;
  font-size: 9pt;
}
.feedbackForm__status {
  font-family: 'acrombold', Arial, sans-serif;
  color: #ccbfba;
  text-transform: uppercase;
  font-size: 7.5pt;
}
.feedbackForm__status span {
  color: #f26d3c;
}
.feedbackForm__title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: inline-block;
  width: 100%;
  padding: 0 0 3px;
  font-size: 24px;
  line-height: 56px;
  color: #7a625a;
  position: relative;
}
.feedbackForm__title:hover {
  text-decoration: none;
}
.feedbackForm__title i {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
}
.feedbackForm__title-drop {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: inline-block;
  width: 100%;
  padding: 0 0 3px;
  font-size: 24px;
  line-height: 53px;
  color: #7a625a;
  position: relative;
  text-align: left;
}
.feedbackForm__title-drop:hover {
  color: #fd633f;
  text-decoration: none;
  cursor: pointer;
}
.feedbackForm__title-drop.open_text:after {
  content: "\e600";
  display: block;
  width: 41px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 18px;
  font-family: 'icomoon';
}
.feedbackForm__title-drop.close_text:after {
  content: "\e603";
  display: block;
  width: 41px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 18px;
  font-family: 'icomoon';
}
.feedbackForm__text {
  color: #f26d3c;
  font-size: 9pt;
  margin-bottom: 13px;
  font-family: 'acromregular', Arial, sans-serif;
  padding-left: 10px;
}
.feedbackForm-dropdown {
  display: none;
  border-top: 1px solid #e2dbd9;
}
.feedbackForm-dropdown label {
  margin-bottom: 8px;
  color: #67544E;
}
.feedbackForm a.feedbackForm__btn {
  font-family: 'acromextrabold', Arial, sans-serif;
  width: auto;
  margin-bottom: 3px;
  background: #fff;
  color: #937d76;
  text-align: center;
  padding: 0 25px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #937d76;
  font-size: 10.5pt;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feedbackForm a.feedbackForm__btn:hover {
  border: 2px solid #C0B1AB;
  background-color: #C0B1AB;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feedbackForm a.feedbackForm__btn--registr {
  background: #fd633f;
  border: 2px solid #fd633f;
  color: #FFF;
  margin-left: 9px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feedbackForm a.feedbackForm__btn--registr:hover {
  background-color: #ED876B;
  border: 2px solid #ED876B;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feedbackForm__rating {
  display: table;
  vertical-align: middle;
}
.feedbackForm__rating--list {
  display: table-cell;
  min-width: 300px;
  height: 130px;
  vertical-align: middle;
  padding: 0 40px 0 0;
}
.feedbackForm__rating--item {
  font-family: 'segoe_uibold', Arial, sans-serif;
  padding: 10px 0;
  font-size: 18px;
  list-style-type: none;
}
.feedbackForm__rating--item span {
  float: right;
  padding-left: 20px;
}
.feedbackForm__rating--item .bx_item_detail_rating {
  margin-top: 5px;
}
.feedbackForm__rating .ourFeed__valuation {
  display: table-cell;
  height: 130px;
  vertical-align: middle;
  float: none;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq_question--reviws {
  border: 2px solid #C1B1AB;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.feedbackForm__btn {
  display: block;
  width: 150px;
  min-width: 150px;
  height: 30px;
  margin: 10px auto 20px;
  background: #fff;
  color: #937D76;
  border: 2px solid #937D76;
  font-size: 12pt;
  text-align: center;
  padding: 0;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.feedbackForm__btn:hover {
  color: #fff;
  background: #C0B1AB;
  border: 2px solid #C0B1AB;
  transition: all 0.2s ease;
}
form[name=iblock_add] {
  margin-bottom: 75px;
}
.myorderList {
  width: 100%;
}
.myorderList td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7ccc9;
}
.myorderList__img {
  width: 65px;
  height: 65px;
  vertical-align: middle;
}
.myorderList__img-holder {
  height: 65px;
  text-align: center;
}
.myorderList__img img {
  max-width: 100%;
  max-height: 100%;
}
.myorderList__link {
  padding-left: 30px;
}
.myorderList__link a {
  font-size: 13.5pt;
  color: #52423d;
}
.myorderList__summ {
  font-family: 'segoe_uisbold', Arial, sans-serif;
  text-align: right;
  color: #52423d;
}
.myorderList tr:last-child td {
  border-bottom: 0;
}
.bordered {
  padding: 0 49px 63px;
  background-color: #fff;
}
.bordered__inner {
  border: 1px solid #ede8e6;
  padding: 15px;
}
.currentLottery {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  background: #aed581;
  padding: 30px 40px 20px;
  margin-bottom: 40px;
  color: #4e3f39;
}
.currentLottery__title {
  text-transform: uppercase;
  font-size: 18pt;
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.currentLottery__title-name {
  color: #f26d3c;
}
.currentLottery__desc {
  font-family: 'acromregular', Arial, sans-serif;
  font-size: 16pt;
  text-align: center;
  color: #4e3f39;
}
.currentLottery__gifts {
  text-align: center;
  margin: 30px 0 0 0;
}
.currentLottery__gifts-item {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none !important;
  color: #e84c3d;
}
.currentLottery__gifts-name {
  font-size: 9pt;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.currentLottery__gifts-count {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border: 6px solid #f26d3c;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  font-family: 'acromextrabold', Arial, sans-serif;
  text-align: center;
  line-height: 88px;
  font-size: 30pt;
}
.currentLottery__people {
  text-align: center;
  margin: 20px 0;
  font-size: 14.5pt;
  font-family: 'acromregular', Arial, sans-serif;
}
.customCheckbox__info {
  margin-top: 10px;
}
.tagBlock {
  display: inline-block;
  vertical-align: top;
  padding: 4px 15px;
  background: #f26d3c;
  line-height: 1em;
  color: #fff;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.ordersList {
  font-size: 10.5pt;
  width: 100%;
  margin: 60px 0 20px;
}
.ordersList__content {
  font-family: 'segoe_ui', Arial, sans-serif;
  height: 100px;
  border-right: 2px solid #C1B4B0;
  padding: 0 10px;
}
.ordersList__content--order {
  font-size: 15pt;
}
.ordersList__content--link {
  color: #800122;
}
.ordersList__content--link:visited {
  color: #800122;
}
.ordersList__content--link:hover {
  color: #2e0110;
}
.ordersList__content--price {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 29pt;
  white-space: nowrap;
}
.ordersList__content--btn {
  height: 30px;
  margin-top: 40px;
  padding: 0;
  font-size: 10.5pt;
  line-height: 28px;
  border: 2px solid #937D76;
  color: #937D76;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.ordersList__content--btn:hover {
  background-color: #C0B1AB;
  border: 2px solid #C0B1AB;
  color: #fff;
  transition: all 0.3s ease;
}
.ordersList tbody tr {
  border-bottom: 2px solid #C1B4B0;
}
.ordersList tbody tr td {
  padding: 20px 0;
  vertical-align: middle;
}
.ordersList tbody tr td:last-child .ordersList__content {
  border-right: none;
  padding: 0 10px;
}
.ordersList tbody tr + tr td {
  border-top: 1px solid #e2dad7;
}
.successful__payment {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 16pt;
  color: #57980a;
  line-height: 1;
}
.successful__img {
  float: left;
  width: 60px;
  padding-right: 20px;
}
.successful__info--title {
  background: #a18881;
  color: #fff;
  font-size: 14pt;
  line-height: 2;
}
.successful__info--title-img {
  width: 60px;
  padding: 5px 7px 5px 15px;
}
.successful__info--title-text {
  padding-right: 15px;
}
.successful .btn-collaps {
  margin-top: 60px;
  line-height: 2;
}
.successful .btn-collaps.active .btn-spices {
  color: #fff;
}
.successful .productList_4 .productList__item {
  width: 24%;
}
.informBtn {
  display: inline-block;
  vertical-align: top;
  height: 54px;
  padding: 10px 0 0 0;
  text-decoration: none !important;
}
.informBtn > span {
  border-bottom: 1px dashed;
}
.wholeSale__item {
  display: inline-block;
  color: #fff !important;
  margin-right: -0.25em;
  margin-left: 20px;
}
.wholeSale__title {
  text-transform: uppercase;
  color: #fff;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.tagsList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tagsList__item {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  position: relative;
  margin-bottom: 10px;
}
.tagsList__item:before {
  width: 0;
  height: 0;
  display: block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ede8e6;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
}
.tagsList__item:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 13px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.tagsList__item-counter {
  background: #cfac7e;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  right: 10px;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  font-size: 9pt;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 34px;
  white-space: nowrap;
  text-align: center;
}
.tagsList__item-link {
  display: inline-block;
  position: relative;
  padding: 5px 60px 5px 10px;
  background-color: #ede8e6;
  font-family: 'acromextrabold', Arial, sans-serif;
  white-space: nowrap;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 220px;
  text-decoration: none !important;
}
.tagsList__item:hover .tagsList__item-link {
  background: #c1b1ab;
  color: #fff;
}
.tagsList__item:hover:before {
  width: 0;
  height: 0;
  display: block;
  border-top: 15px solid transparent;
  border-left: 15px solid #c1b1ab;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.tagsList__item:active .tagsList__item-link,
.tagsList__item_active .tagsList__item-link {
  background: #f26d3c;
  color: #fff;
}
.tagsList__item:active .tagsList__item-counter,
.tagsList__item_active .tagsList__item-counter {
  background: #f26d3c;
  background: rgba(0, 0, 0, 0.3);
}
.tagsList__item:active:before,
.tagsList__item_active:before {
  width: 0;
  height: 0;
  display: block;
  border-top: 15px solid transparent;
  border-left: 15px solid #f26d3c;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.tagsList__item_tomat .tagsList__item-link {
  background: #e84c3d;
  color: #fff;
  font-size: 27pt;
  text-align: center;
  margin: 0 25px 0 0;
}
.tagsList__item_tomat .tagsList__item-link:hover {
  color: #fff;
}
.tagsList__item_tomat .basket-name {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 10pt;
  text-transform: uppercase;
  line-height: 16px;
}
.tagsList__item_tomat .current_price {
  font-family: 'acromregular', Arial, sans-serif;
  color: #7c655d;
  font-size: 28pt;
  line-height: 40px;
  margin: 15px 0 12px;
}
.tagsList__item_tomat .jq-checkbox {
  position: relative !important;
  float: left;
  margin-top: 5px;
}
.tagsList__item_tomat .jq-checkbox__text {
  font-family: 'acromregular', Arial, sans-serif;
  color: #ab9d98;
}
.tagsList__item_tomat:before {
  width: 0;
  height: 0;
  display: block;
  border-top: 15px solid transparent;
  border-left: 15px solid #e84c3d;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.wish-list table {
  border-bottom: 4px solid #DDD5D0;
  margin-bottom: 25px;
}
.wish-list table label {
  display: block;
  font-weight: 400;
}
.wish-list .custom {
  position: relative;
}
.wish-list .custom__add {
  position: absolute;
  top: 5px;
  white-space: nowrap;
  width: 100%;
}
.wish-list__image {
  width: 65px;
  overflow: hidden;
}
.wish-list .btn-lg {
  padding: 8px 26px;
  font-size: 9pt;
}
.wish-list .productList__item-controls {
  min-height: 34px;
}
.wish-list__items {
  height: 130px;
  padding: 20px 0;
  border-bottom: 1px solid #DDD5D0;
}
.wish-list__nal {
  margin: 20px 0 15px;
}
.wish-list-img-text {
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #ab9d98;
  font-size: 16pt;
  margin-bottom: 15px;
}
.wish-list .wish-price {
  position: relative;
}
.wish-list .icon-btn {
  display: block;
  padding: 10px;
  width: 63px;
  height: 63px;
  color: #fff;
  font-size: 27pt;
  text-align: center;
  margin: 0 25px 0 0;
}
.wish-list .icon-btn:hover {
  color: #fff;
}
.wish-list .basket-name {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 12pt;
  line-height: 16px;
  color: #52423D;
}
.wish-list .current_price {
  font-family: 'acromregular', Arial, sans-serif;
  color: #7c655d;
  font-size: 28pt;
  line-height: 40px;
  margin: 15px 0 12px;
}
.wish-list .jq-checkbox {
  position: relative !important;
  float: left;
  margin-top: 5px;
}
.wish-list .jq-checkbox__text {
  color: #ab9d98;
}
.wish-list .hint {
  font-size: 11pt;
  font-style: italic;
  color: #BBBDBF;
}
.sitemap__first-level {
  padding-left: 21px;
  line-height: 2;
}
.sitemap__first-level a {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 16px;
  color: #52423d;
}
.sitemap__second-level {
  padding-left: 21px;
  list-style-type: disc;
}
.sitemap__second-level a {
  font-family: 'segoe_ui', Arial, sans-serif;
}
.sitemap__third-level {
  padding-left: 21px;
  list-style-type: circle;
}
.sitemap__third-level a {
  color: #857069;
}
.sitemap__fourth-level {
  padding-left: 0;
  list-style-type: none;
}
.sitemap__fourth-level > li {
  line-height: 1.4;
  padding-bottom: 7px;
}
.sitemap__fourth-level > li:before {
  content: "- ";
  color: #857069;
}
.sitemap__personal ul {
  margin-bottom: 28px;
}
#wish-list-grid table {
  width: 100%;
}
#wish-list-grid table td {
  padding: 5px;
}
#wish-list-grid table th {
  padding: 5px;
}
#wish-list-grid > .summary {
  margin-bottom: 10px;
}
.eventSection {
  background: #f6f0ee;
  margin-top: -30px;
  min-height: 400px;
  margin-bottom: -100px;
  position: relative;
}
.eventSection__content {
  padding-top: 30px;
  padding-bottom: 80px;
}
.eventSection__title {
  font-size: 35px;
  margin-bottom: 25px;
  text-align: center;
}
.eventSection__text {
  font-size: 13.5pt;
  padding: 40px 30px 40px 30px;
  background: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.5);
  border: 6px solid #e2dad7;
  -webkit-box-shadow: 0px 19px 41px -16px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 19px 41px -16px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 19px 41px -16px rgba(0, 0, 0, 0.33);
}
.eventSection__text a {
  color: #f26d3c;
}
.eventSection__text-img {
  margin-bottom: 20px;
}
.eventSection__text-img img {
  max-width: 180px;
}
.eventSection__date {
  font-family: 'acromextrabold', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.eventSection__timer {
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: 'acromextrabold', Arial, sans-serif;
  color: #e84c3d;
}
.eventSection__timer-label {
  font-size: 13.5pt;
}
.eventSection__timer-count {
  font-size: 30px;
}
.eventSection #canvasWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.eventBtn {
  display: inline-block;
  padding: 20px 40px;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  background: #f26d3c;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-border-radius: 20px/30px;
  -moz-border-radius: 20px/30px;
  border-radius: 20px/30px;
  font-size: 13.5pt;
}
.eventBtn:hover {
  background-color: #f05b24;
}
.eventBtn:active {
  background-color: #d3430e;
}
.eventItem {
  padding: 5px;
  border: 1px solid #e2dad7;
  margin-bottom: 30px;
}
.eventItem__inner {
  padding: 15px;
  border: 1px solid #e2dad7;
}
.eventItem__name {
  font-size: 9pt;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  font-family: 'acromextrabold', Arial, sans-serif;
}
.eventItem__name:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  width: 44px;
  height: 3px;
  background-color: #e2dad7;
}
.eventItem__img {
  display: block;
  border: 0;
  text-decoration: none;
  margin-bottom: 20px;
}
.eventItem__img-photo {
  width: 100%;
}
.eventItem__text {
  margin-bottom: 20px;
}
.eventItem__state-timer {
  display: inline-block;
}
.content__block-holder {
  overflow: hidden;
}
.qq-uploader {
  position: relative;
  width: 100%;
  height: 100%;
}
.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 9pt;
}
.qq-upload-button {
  position: relative;
  height: 100%;
  overflow: hidden;
  direction: ltr;
}
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Страница заказа в профиле */
.b-profile__order_table {
  font-size: 12pt;
  width: 100%;
  border-top: 1px solid #e2dad7;
  border-bottom: 1px solid #e2dad7;
  margin: 0 0 40px 0;
}
.b-profile__order_table_td {
  text-align: center;
}
.b-profile__order_table_td_img {
  text-align: left;
}
.b-profile__order_table_td_img_holder {
  position: relative;
  width: 140px;
  height: 140px;
}
.b-profile__order_table_td_img_holder img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.b-profile__order_table_td_name {
  text-align: left;
}
.b-profile__order_table_td.tbps {
  width: 90px;
}
.b-profile__order_info {
  width: 100%;
  margin-bottom: 28px;
  color: #52423d;
  font-size: 12pt;
}
.b-profile__order_info td {
  padding: 7px 0;
}
.b-profile__order_info tr {
  border-bottom: 1px solid #e2dad7;
}
.b-profile__order_info .myorderList__summ {
  font-weight: 700;
}
.b-profile__order_submit {
  color: #7a625a;
  border: 4px solid #e2dad7;
  text-decoration: none !important;
  display: block;
  padding: 10px;
  font-size: 10.5pt;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  background: transparent;
  margin: 0 0 20px 0;
}
.repeat_order__form {
  margin-bottom: 35px;
}
.repeat_order__form input {
  width: 100%;
}
/* Правки для куктест */
.g-clear {
  clear: both;
}
.b-cooktest__form-title {
  font-size: 13.5pt;
  line-height: 22px;
}
/* Кнопка наверх */
.top__arrow {
  display: inline-block;
  width: 30px;
}
.top__arrow-holder {
  position: fixed;
  z-index: 1000;
  display: none;
  left: 0;
  bottom: 0;
  cursor: pointer;
  width: 100%;
  background: #600221;
  text-align: center;
  padding: 5px 0;
}
.top__arrow-text {
  position: relative;
  top: 4px;
  font: 18px/18px Arial;
  color: #fff;
}
.content__block-left {
  float: left;
  width: 45%;
  margin: 0 10% 0 0;
}
.content__block-right {
  float: left;
  width: 45%;
}
.content__block-left img,
.content__block-right img {
  max-width: 100%;
}
.newsArticle .productList {
  margin: 0;
}
.btn:hover {
  color: #fff !important;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt60 {
  margin-top: 60px;
}
.mt40 {
  margin-top: 40px;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt5 {
  margin-top: 5px;
}
.fz-12 {
  font-size: 12px;
}
.fz-15 {
  font-size: 15px;
}
.fz-24 {
  font-size: 24px;
}
.fz-30 {
  font-size: 30px;
}
.fz-36 {
  font-size: 36px;
}
.fz-48 {
  font-size: 48px;
}
.uppercase {
  text-transform: uppercase;
}
.pd-x30 {
  padding-left: 30px;
  padding-right: 30px;
}
.i-green {
  color: #aed581;
}
.i-silver {
  color: silver;
}
.i-gold {
  color: #ddc4a3;
}
.i-platinum {
  color: #a8c3d9;
}
.i-orange {
  color: #f26d3c;
}
.i-aidigo {
  color: #600221;
}
.b-news__block {
  overflow: hidden;
}
.b-news__block .mt20 {
  margin: 0;
}
.b-news__block .productList_4 .productList__item {
  width: 80%;
}
.b-news__block_left {
  float: left;
  width: 65%;
  margin: 0 5% 0 0;
}
.b-news__block_right {
  float: right;
  width: 30%;
  text-align: right;
}
[class^=cookTest-icon__],
[class*=cookTest-icon__] {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/cooktest/sprites.png) no-repeat;
}
/* Фикс для забытого пароля */
.recover-lightbox .row {
  margin: 0 0 15px 0;
}
.recover-lightbox .row.buttons input {
  width: 100%;
}
/* Страница заказа в профиле */
.b-profile__order_table {
  font-size: 13px;
  width: 100%;
  border-top: 1px solid #b8aca8;
  border-bottom: 1px solid #b8aca8;
  margin: 0 0 40px 0;
  color: #52423d;
}
.b-profile__order_table tr {
  border-top: 1px solid #b8aca8;
}
.b-profile__order_table_td {
  padding: 3px 0;
  text-align: center;
}
.b-profile__order_table_td_img {
  text-align: left;
}
.b-profile__order_table_td_img_holder {
  position: relative;
  width: 65px;
  height: 48px;
  overflow: hidden;
}
.b-profile__order_table_td_img_holder img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.b-profile__order_table_td_name {
  text-align: left;
}
.b-profile__order_table_td_name a {
  color: #52423d;
  line-height: 13.5pt;
}
.b-profile__order_submit {
  color: #7a625a;
  border: 4px solid #e2dad7;
  text-decoration: none !important;
  display: block;
  padding: 10px;
  font-size: 10.5pt;
  text-transform: uppercase;
  font-family: 'acromextrabold', Arial, sans-serif;
  background: transparent;
  margin: 0 0 20px 0;
}
.b-profile__order_bottom {
  font-size: 9pt;
}
.aidigoCategory__item {
  width: 31.333%;
}
/* Фикс длинны спана кастомного секлекта по умолчанию */
.customSelectInner {
  width: 450px !important;
}
.select-parent {
  position: relative;
  display: inline-block;
}
/* Фикс для забытого пароля */
.recover-lightbox .row {
  margin: 0 0 15px 0;
}
.recover-lightbox .row.buttons input {
  width: 100%;
}
/* Стиль для строки, выводящейся при неудачном поиске */
.search__noresult {
  font-size: 13.5pt;
}
.b-cart__bottom {
  margin: 70px 0 20px 0;
}
.b-cart__oferta {
  margin: 10px 0 0 0;
  text-align: center;
}
.b-cart__oferta a {
  color: #600221;
}
a.b-footer__oferta {
  color: #fec9db;
}
.catalog-base {
  position: relative;
  padding: 35px 35px 0;
  background-color: #fff;
}
.catalog-base .collection-aidigo .catalog-base__item:first-child {
  min-height: 355px;
}
.catalog-base .collection-aidigo .catalog-base__item:first-child .catalog-base__item-title {
  color: #8b0025;
}
.catalog-base .collection-aidigo .catalog-base__item:first-child .catalog-base__item-list-wrap {
  max-height: 1000px;
}
.catalog-base__item {
  font-family: 'segoe_ui', Arial, sans-serif;
  width: 100%;
  min-height: 160px;
  margin-bottom: 35px;
}
.catalog-base__item:nth-child(3n) {
  margin-right: 0;
}
.catalog-base__item-img {
  display: inline-block;
  position: relative;
  width: 40%;
  max-width: 125px;
  height: 125px;
  margin-right: 14px;
  overflow: hidden;
  text-decoration: none;
}
.catalog-base__item-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.catalog-base__item-img:hover {
  text-decoration: none;
}
.catalog-base__item-wrap {
  display: inline-block;
  width: 56%;
  vertical-align: top;
}
.catalog-base__item-title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1;
  color: #52423d;
}
.catalog-base__item-point {
  display: block;
}
.catalog-base__item-link {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #52423d;
  text-decoration: none;
}
.catalog-base__item-count {
  color: #cbbfba;
}
.catalog-base__item-list {
  line-height: 1.2;
}
.catalog-base__item-list-wrap {
  max-height: 90px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
}
.catalog-base__item-text {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #52423d;
}
.catalog-base__item-text.brands-text {
  max-height: 60px;
  margin-bottom: 14px;
  overflow: hidden;
}
.catalog-base__brand-link {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 14px;
  color: #810123;
}
.catalog-base__brand-link:hover,
.catalog-base__brand-link:active,
.catalog-base__brand-link:visited {
  color: #810123;
}
.catalog-base__link {
  display: none;
}
.catalog__view {
  padding: 0 14px;
}
.catalog__view-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 28px;
  padding: 0;
  line-height: 30px;
  vertical-align: middle;
  background-color: #fff;
  color: #937d76;
  border: 1px solid #c1b1ab;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.catalog__view-item i {
  margin-left: -0.5px;
}
.catalog__view-item.active,
.catalog__view-item:hover,
.catalog__view-item:focus {
  background-color: #c1b1ab;
  color: #fff;
  text-decoration: none;
}
.catalog-item {
  height: 302px;
  border: 2px solid transparent;
}
.catalog-item:hover {
  border: 2px solid #C7B5B1;
}
.catalog-item .price {
  display: table;
  width: 100%;
  vertical-align: bottom;
  padding: 13px 0 0;
  margin-top: 12px;
  line-height: 1;
}
.catalog-item .price:before {
  content: '';
  top: 6px;
}
.catalog-item .price-price-old {
  display: table-cell;
  font-size: 11px;
  line-height: 1;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #E03D1C;
  margin-bottom: -8px;
}
.catalog-item a .catalog-img {
  margin: 13px 0 0 0;
}
.catalog-item-corner {
  left: 0;
}
.catalog-item-corner .catalog-arrow.hit {
  background: #00A64B;
  color: #fff;
  height: 20px;
  line-height: 20px;
  width: 43px;
  margin: 8px 0 0 0;
}
.catalog-item-corner .catalog-arrow.hit:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 8px solid #00A64B;
  border-bottom: 9px solid transparent;
  position: absolute;
  right: -8px;
  top: 0;
}
.catalog-item-corner .catalog-arrow.action {
  height: 20px;
  color: #fff;
  line-height: 21px;
  font-size: 22px;
  background: #800122;
}
.catalog-item-corner .catalog-arrow.action:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 8px solid #800122;
  border-bottom: 9px solid transparent;
  position: absolute;
  right: -8px;
  top: 0;
}
.catalog-item a {
  text-decoration: none;
}
.catalog-item a .catalog-name {
  padding-top: 5px;
  overflow: visible;
}
.catalog-item a .catalog-name .catalog-name-in {
  overflow: hidden;
  max-height: 40px;
}
.catalog-item a .catalog-name span {
  color: #80797B;
  text-transform: uppercase;
}
.catalog-item .btn-buyRound {
  height: 31px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}
.catalog-item .btn-buyRound:hover {
  color: #fff;
}
.catalog-item .btn-buyRound .i-icon__basket {
  margin: 0 0 0 3px;
}
.catalog-item .addWish.addWish-top {
  position: absolute;
  right: 2px;
  top: 14px;
  width: 29px;
  height: 29px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #AB9D98;
  z-index: 1;
}
.catalog-item .addWish.addWish-top:hover a i.i-icon__wish {
  color: #fff;
}
.catalog-item .addWish.addWish-top a {
  border: none;
  width: auto;
  height: auto;
}
.catalog-item .addWish.addWish-top a i.i-icon__wish {
  font-size: 15px;
  margin: auto;
}
.catalog-nav li {
  color: #a1887f;
}
.catalog-nav__link-all {
  font-family: 'acrombold', Arial, sans-serif;
  font-size: 15px;
  padding-left: 17px;
}
.catalog-nav__link-all:hover {
  color: #f26d3c;
  text-decoration: none;
}
.catalog__wrap {
  display: flex;
}
.catalog__width-100 {
  width: 100%;
}
.catalog__all {
  width: 21.6%;
  margin-right: 14px;
}
.catalog__all .catalog-nav .h4 {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #a1887f;
  padding: 12px 15px;
  position: relative;
  border-top: 1px solid #e4dedc;
  cursor: pointer;
}
.catalog__all .catalog-nav .h4 a.activeSection {
  color: #f26d3c;
}
.catalog__all .catalog-nav .h4 a:hover {
  color: #F26D3C;
}
.catalog__all .catalog-nav .h4.activeLeftParent {
  color: #f26d3c;
}
.catalog__all .catalog-nav .h4.activeLeftParent a {
  color: #f26d3c;
}
.catalog__all .catalog-nav ul {
  padding: 0 0 9px 17px;
}
.catalog__all .catalog-nav ul li {
  line-height: 16px;
  position: relative;
  color: #896e64;
}
.catalog__all .catalog-nav ul li:after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 10px solid #F26D3C;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: -16px;
  top: -2px;
  bottom: 0;
  margin: auto 0;
}
.catalog__all .catalog-nav ul li:hover:after {
  display: block;
}
.catalog__all .catalog-nav ul li:hover a {
  text-decoration: none;
  color: #f26d3c;
}
.catalog__all .catalog-nav ul li a:active {
  text-decoration: none;
  color: #f26d3c;
}
.catalog__all-show {
  width: 77%;
}
.catalog-in {
  margin: 0 0 0 161px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0;
}
.catalog-in .row {
  padding: 10px 10px 10px 3px;
  background: #fff;
  margin: 0;
}
.catalog-in .row .col-lg-3.col-md-6 {
  padding: 0 7px;
}
.catalog__arrow {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: 0;
  border-left: 1px solid #7b7b7b;
  color: #3b3738;
}
.catalog__arrow:before {
  content: "\e603";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin: -10px auto 0;
  z-index: 1;
  font-size: 10.5pt;
  font-family: 'icomoon';
}
.catalog__arrow.opened:before {
  content: "\e600";
  font-family: 'icomoon';
}
.catalog-title-view-all {
  font-family: 'acromregular', Arial, sans-serif;
  display: block;
  position: absolute;
  bottom: 0;
  width: 94%;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 auto 18px;
  text-decoration: none;
}
.catalog__no-product-title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 18px;
  color: #7a625a;
}
.catalog__pagen {
  text-align: center;
  background-color: #f1f1f1;
}
.pagination {
  margin: 28px auto 0;
  border-radius: 0;
}
.pagination li a {
  color: #52423d;
  transition: all 0.2s ease;
  border: 1px solid #937d76;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
  background-color: #ede8e6;
  color: #7a625a;
  border: 1px solid #937d76;
  transition: all 0.2s ease;
}
.pagination li a.disabled {
  background-color: #fff !important;
  cursor: not-allowed !important;
}
.pagination li:last-child > a,
.pagination li:first-child > a,
.pagination li:last-child > span,
.pagination li:first-child > span {
  border-radius: 0;
}
.pagination__elem.active {
  background-color: #937d76;
  border: 1px solid #937d76;
  color: #fff;
}
.seo-text {
  padding-top: 35px;
  text-align: left;
}
.loader {
  display: none;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 101;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border: 3px solid #C0B1AB;
  border-radius: 50%;
  border-top: 3px solid #52423d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader-top {
  position: fixed;
  top: 50%;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brands {
  display: flex;
  flex-wrap: wrap;
}
.brands__item {
  width: 30%;
  margin-right: 3%;
}
.brands__item:nth-child(3n) {
  margin-right: 0;
}
.brands + .bg {
  margin-top: 35px;
}
.brands + .bg .main__catalog-list-btn {
  display: block;
  margin: 0 auto;
}
.brand-cart__img {
  height: 275px;
  position: relative;
  background-color: #fff;
}
.brand-cart__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.brand-cart__title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin-bottom: 21px;
  font-size: 24px;
  color: #7a625a;
  text-align: center;
}
.brand-cart__description {
  margin-bottom: 14px;
  padding: 14px 42px;
  background-color: #fff;
  color: #232323;
  font-size: 16px;
}
.brand-cart__description-title {
  text-align: left;
}
.brand-cart__description-wrap {
  position: relative;
  max-height: 142px;
  overflow: hidden;
  margin-bottom: 14px;
}
.brand-cart__description-wrap:before {
  content: "";
  position: absolute;
  display: block;
  height: 21px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.brand-cart__description-text {
  padding-bottom: 35px;
}
.brand-cart__description-text img {
  max-width: 100%;
  height: auto;
}
.brand-cart .subcategories {
  margin-bottom: 14px;
}
.brand-cart .product-list + .bg .main__catalog-list-btn {
  margin-top: 0;
  display: block;
}
.show__sub_cat .catalog {
  border: none;
  margin: 0 5px 30px 0;
}
.show__sub_cat .catalog-title {
  border: 2px solid #DBBEAE;
  height: 322px;
  width: 152px;
  top: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}
.show__sub_cat .catalog-title .catalog-title-in {
  min-width: 60px;
  padding-top: 89px;
  display: block;
  vertical-align: inherit;
}
.show__sub_cat .catalog-title .catalog-title-in:hover .p {
  color: #F26D3C;
}
.show__sub_cat .catalog-title .catalog-title-in a {
  text-decoration: none;
}
.show__sub_cat .catalog-title .catalog-title-in a span.title-ico {
  position: relative;
}
.show__sub_cat .catalog-title .catalog-title-in a span.title-ico:after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60px;
  height: 2px;
  background: #A1887F;
}
.show__sub_cat .catalog-title .catalog-title-in .p {
  font-family: acromextrabold, Arial, sans-serif;
  font-size: 16px;
}
.show__sub_cat .catalog-title .catalog-title-view-all {
  font-family: acrommedium, Arial, sans-serif;
  display: block;
  position: absolute;
  bottom: 0;
  width: 94%;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 auto 18px;
  text-decoration: none;
}
.show__sub_cat .catalog-title:hover {
  border-color: #FFB693;
}
.show__sub_cat .catalog-title:hover .catalog-title-in a span,
.show__sub_cat .catalog-title:hover .catalog-title-in a .p {
  color: #F26D3C;
}
.show__sub_cat .catalog-title:hover a.catalog-title-view-all {
  color: #F26D3C;
}
.show__sub_cat .catalog-title:hover a span.title-ico:after {
  background: #F26D3C;
}
.product-catalogue-right-header h1.lined-header__text.mainpage__goods--title {
  text-align: center;
  display: block;
  float: none;
  margin: 0;
}
.product-catalogue-right-header-text {
  line-height: 15px;
  font-size: 14px;
  color: #947D76;
  padding: 4px 20px 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #DED7D5;
}
.product-catalogue-right-header-text--bottom {
  display: inline-block;
  width: 100%;
  border-bottom: 0;
  position: relative;
  margin-top: 35px;
  padding: 7px 0 0;
  background-color: #f1f1f1;
  border-top: 2px solid #e2dbd9;
  text-align: left;
}
.product-catalogue .productList__item-link .productList__item-name {
  font-size: 10px;
  margin-bottom: 0;
  height: 27px;
}
.product-catalogue .productList__item-link .productList__item-text {
  font-family: acrommedium, Arial, sans-serif;
  font-size: 10px;
  color: #7c655d;
  line-height: 13px;
  position: relative;
  height: 24px;
  overflow: hidden;
}
.product-catalogue .productList__item-link .productList__item-text:before {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background-color: #947D76;
  bottom: -8px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.product-catalogue .productList .productList__item-prise--wrap {
  clear: both;
  height: 20px;
}
.product-catalogue .productList .productList__item-prise--wrap .productList__item-prise--old {
  float: left;
  width: 73px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: acrommedium, Arial, sans-serif;
  margin: 15px 0 0 10px;
  color: #947D76;
}
.product-catalogue .productList .productList__item-prise--wrap .productList__item-prise--old span {
  padding-bottom: 3px;
  display: block;
}
.product-catalogue .productList .productList__item-prise--wrap .productList__item-prise--old .productList__item-prise--old-price {
  color: #E03D1C;
}
.product-catalogue .productList .productList__item-prise--wrap .productList__item-prise {
  float: none;
  text-align: right;
  padding: 16px 5px 0 0;
  font-size: 32px;
}
.product-catalogue .row.mt30 {
  margin-top: 9px;
}
.product-catalogue .row.mt30 .text-right .filterBlock {
  margin-top: 0;
}
.product-catalogue .row.mt30 .text-right .pageCounter.filterBlock {
  margin-top: 0;
}
.product-catalogue .row.mt30 .text-right .pageCounter.filterBlock span.filterBlock__label {
  font-size: 11px;
  color: #C1B4B0;
}
.product-catalogue .filterBlock-bottom-left {
  float: left;
  width: 50%;
}
.product-catalogue .filterBlock-bottom-left .filterBlock-bottom-left__more {
  border: 2px solid #C8BBB8;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 50px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: #947D76;
  margin: 0 0 0 65px;
  cursor: pointer;
}
.product-catalogue .filterBlock-bottom-left .filterBlock-bottom-left__more:hover {
  background: #C8BBB8;
  color: #fff;
}
.paginator.paginator-catalog {
  width: 50%;
  float: right;
  margin-bottom: 20px;
}
.paginator.paginator-catalog-num-wrap {
  float: right;
}
.paginator.paginator-catalog-num-wrap a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: acrommedium, Arial, sans-serif;
  padding: 4px 0;
  font-size: 12px;
  line-height: normal;
  width: 26px;
  height: 27px;
  text-align: center;
}
.paginator.paginator-catalog-num-wrap a.first.items_changer.filterBlock__link:first-child {
  width: 91px;
}
.paginator.paginator-catalog-num-wrap a.next.items_changer.filterBlock__link {
  width: 91px;
  text-align: left;
  padding-left: 4px;
  font-size: 13px;
}
.paginator.paginator-catalog-num-wrap a.next.items_changer.filterBlock__link span.icon-pag_arrow {
  padding: 1px 7px 0 7px;
  font-size: 14px;
}
.product-catalogue-left .catalog-nav .h4:hover {
  color: #F26D3C;
}
.product-catalogue-left .catalog-nav .h4 a:hover {
  color: #F26D3C;
}
.product-catalogue-left .catalog-nav .h4 a.activeSection {
  color: #f26d3c;
}
.product-catalogue-left .catalog-nav ul {
  padding: 0 0 9px 17px;
}
.product-catalogue-left .catalog-nav ul li {
  line-height: 16px;
  position: relative;
}
.product-catalogue-left .catalog-nav ul li:after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 10px solid #F26D3C;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: -16px;
  top: -2px;
  bottom: 0;
  margin: auto 0;
}
.product-catalogue-left .catalog-nav ul li:hover:after {
  display: block;
}
.product-catalogue-left .catalog-nav ul li:hover a {
  text-decoration: none;
  color: #f26d3c;
}
.product-catalogue-left .catalog-nav ul li a:active {
  text-decoration: none;
  color: #f26d3c;
}
.product-catalogue-left .catalog-nav ul li a.activeSection {
  color: #f26d3c;
}
.filter__box {
  margin-bottom: 7px;
  background-color: #fff;
}
.filter__title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 24px;
  line-height: 49px;
  color: #7a625a;
  text-align: justify;
  cursor: pointer;
}
.filter__title span {
  display: block;
  position: relative;
}
.filter__title span i {
  position: absolute;
  margin-top: -12px;
  right: 0;
  top: 50%;
}
.filter__block {
  padding-top: 21px;
  margin-bottom: 14px;
  border-top: 1px solid #cdc6c6;
}
.filter__block.scroll {
  padding-top: 0;
  border: 1px solid #cdc6c6;
}
.filter__block.scroll:active,
.filter__block.scroll:focus {
  border: 1px solid #cdc6c6;
  outline: none;
}
.filter__block > div {
  max-height: 240px;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  outline: none;
}
.filter__block > div::-webkit-scrollbar {
  width: 4px;
}
.filter__block > div::-webkit-scrollbar-track {
  background-color: #cdc6c6;
}
.filter__block > div::-webkit-scrollbar-thumb {
  background-color: #6b564f;
}
.filter__slider {
  height: 2px;
  background-color: #6b564f;
}
.filter__checkbox {
  padding-left: 0!important;
}
.filter__checkbox input {
  left: -2000px;
}
.filter__label {
  font-family: 'segoe_ui', Arial, sans-serif;
  position: relative;
  display: inline-block;
  padding-left: 14px!important;
  font-size: 16px;
  line-height: 28px;
  color: #0a0a0a;
  background-color: #fff;
}
.filter__label:hover {
  display: block;
  background-color: #ede8e6;
  color: #7a625a;
}
.filter__label.active {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 14px;
  background-color: #ede8e6;
  color: #7a625a;
  padding: 0 35px 0 14px!important;
}
.filter__label.active:hover {
  display: inline-block;
}
.filter__label i {
  position: absolute;
  right: 7px;
  top: 7px;
}
.filter__result {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 14px;
  color: #52423d;
}
.filter__result-wrap {
  position: relative;
  padding: 14px 28px 14px 14px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.15), 0 4px 2px -2px rgba(0, 0, 0, 0.15);
}
.filter__result:before {
  content: '';
  position: absolute;
  background: #fff;
  top: 12px;
  left: -30px;
  width: 58px;
  height: 58px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  z-index: -10;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.filter__result-text {
  padding-bottom: 14px;
}
.filter__result-btn {
  font-family: 'acrombold', Arial, sans-serif;
  display: block;
  width: 95px;
  margin: auto;
  background-color: #7a615a;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}
.filter__result-btn:hover,
.filter__result-btn:active,
.filter__result-btn:focus {
  background-color: #a1887f;
  color: #fff;
  text-decoration: none;
}
.filter__result-close {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 9px;
}
.filter__result-close:hover {
  cursor: pointer;
  color: #E84D21;
}
.filter__reset-block {
  padding: 14px 0;
}
.catalog__all .show__sub_cat .catalog {
  border: none;
}
.catalog-sidebar-menu {
  padding-top: 12px;
}
.container.catalog-wrapper .row {
  margin-right: 0;
}
.news__card ul.productList.productList_4,
.hitList ul.productList.productList_4,
.catalogue.catalogue--search ul.productList.productList_4 {
  margin: 0 auto;
}
.news__card ul.productList.productList_4 .productList__item,
.hitList ul.productList.productList_4 .productList__item,
.catalogue.catalogue--search ul.productList.productList_4 .productList__item {
  margin: 0 5px 18px 5px;
  padding-right: 0;
  padding-left: 0;
  border: 2px solid #F0ECEB;
  background: #fff;
}
.news__card ul.productList.productList_4 .productList__item:hover,
.hitList ul.productList.productList_4 .productList__item:hover,
.catalogue.catalogue--search ul.productList.productList_4 .productList__item:hover {
  border: 2px solid #C7B5B1;
}
.news__card ul.productList.productList_4 .productList__item .productList__item-text:before,
.hitList ul.productList.productList_4 .productList__item .productList__item-text:before,
.catalogue.catalogue--search ul.productList.productList_4 .productList__item .productList__item-text:before {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background-color: #947D76;
  bottom: -8px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.news__card ul.productList.productList_4 .productList__item .productList__item-controls .addWish,
.hitList ul.productList.productList_4 .productList__item .productList__item-controls .addWish,
.catalogue.catalogue--search ul.productList.productList_4 .productList__item .productList__item-controls .addWish {
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
  border: 2px solid #CABEBB;
}
.news__card ul.productList.productList_4 .productList__item .productList__item-controls .addWish a,
.hitList ul.productList.productList_4 .productList__item .productList__item-controls .addWish a,
.catalogue.catalogue--search ul.productList.productList_4 .productList__item .productList__item-controls .addWish a {
  border: none;
}
.news__card .btn-buyRound {
  color: #fff;
}
.news__card .btn-buyRound:hover,
.news__card .btn-buyRound:visited {
  color: #fff;
}
.catalog-pokupatel {
  width: 1195px;
  margin: 0 auto;
}
.catalog-pokupatel .row {
  margin-right: 0;
  margin-left: 0;
}
.catalog-pokupatel--item {
  width: 222px;
  min-height: 367px;
  margin: 0 7px 18px 7px;
  padding: 14px 0;
  border: 2px solid #F0ECEB;
  background: #fff;
}
.catalog-pokupatel--item:hover {
  border: 2px solid #C7B5B1;
}
.catalog-pokupatel--item .productList__item-controls {
  margin: 0;
}
.catalog-pokupatel--item .productList__item-controls .product-counter {
  margin: 0 auto;
  width: 162px;
  height: 30px;
}
.catalog-pokupatel--item .catalog-item {
  padding: 0;
  border: 0;
}
.catalog-pokupatel--item .catalog-item:hover {
  border-color: transparent;
}
.catalog-pokupatel--item .catalog-item .productList__item-text {
  font-family: acrommedium, Arial, sans-serif;
  font-size: 10px;
  color: #7c655d;
  line-height: 13px;
  position: relative;
  height: 24px;
  overflow: hidden;
}
.catalog-pokupatel--item .catalog-item .productList__item-text:before {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background-color: #947D76;
  bottom: -8px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.catalog-pokupatel--item .catalog-item .productList__item-controls {
  border: 0;
  padding: 14px 7px;
}
.catalog-pokupatel--item .catalog-item .productList__item-controls a.productList__item-btn {
  color: #fff;
  font-size: 17px;
  vertical-align: top;
  width: 162px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  padding: 3px 0 0 0;
  text-transform: uppercase;
  font-family: acrommedium, Arial, sans-serif;
  float: left;
  line-height: 25px;
}
.catalog-pokupatel--item .catalog-item .productList__item-controls a.productList__item-btn:hover {
  background-color: #ED876B;
  color: #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.catalog-pokupatel--item .catalog-item .productList__item-prise {
  text-align: right;
}
.product_rating_in_cart {
  display: flex;
  align-items: center;
}
.page-content--cart h2.pageHeader.product-category {
  font-size: 22px;
}
.page-content--cart h1.pageHeader.product-header {
  margin: 5px 0 4px;
}
.page-content--cart .product_rating_in_cart {
  margin-bottom: 0;
}
.page-content--cart .product_rating_in_cart table.bx_item_detail_rating {
  margin-bottom: 5px;
}
.page-content--cart .product-buyBlock .item_price .product__prise--title {
  margin-bottom: 0;
}
.page-content--cart .product-buyBlock .item_price span.product-price i.i-icon__ruble {
  font-size: 23px;
  top: -1px;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product__prise--old-price p {
  margin-bottom: 0;
  font-size: 12px;
  padding: 0 0 3px 0;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product-counter input {
  width: 100%;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #C0B1AB;
  color: #6b564f;
  outline: 0 !important;
  padding: 6px 30px;
  line-height: 30px;
  font-family: acromregular, Arial, sans-serif;
  font-size: 13.5pt;
  text-align: center;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product-counter .product-counter__minus {
  height: 30px;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product-counter .product-counter__minus:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  background: #a1887f;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product-counter .product-counter__minus:hover:after {
  background: #fff;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product-counter .product-counter__plus {
  height: 30px;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product-counter .product-counter__plus:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  background: #a1887f;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product-counter .product-counter__plus:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  background: #a1887f;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product-counter .product-counter__plus:hover:before,
.page-content--cart .product-buyBlock .item_price .product__prise .product-counter .product-counter__plus:hover:after {
  background: #fff;
}
.page-content--cart .product-buyBlock .item_price .product__prise .sidebarBanner {
  margin: 0;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product-buyBlock__controls i.i-icon__basket {
  left: 9px;
  top: 6px;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product-buyBlock__controls__addwish {
  width: 30px;
  height: 30px;
  border: 2px solid #C0B1AB;
  color: #C0B1AB;
  font-size: 15px;
  text-align: center;
}
.page-content--cart .product-buyBlock .item_price .product__prise .product-buyBlock__controls__addwish:hover {
  background-color: #E84D21;
}
.page-content--cart .product-buyBlock .item_price .product__prise_active .productCard-btn {
  background-color: #ED876B;
}
.page-content--cart .product__characteristics-dropdown .product__characteristics {
  border-top: 2px solid #E2DBD9;
}
.product__characteristics-dropdown .product__characteristics {
  padding: 0;
}
.counter-product-buyBlock__controls-wrap {
  float: right;
}
.showMore__coments--wrap .showMore__coments {
  font-family: 'acrombold', Arial, sans-serif;
  display: block;
  width: 150px;
  height: 30px;
  line-height: 28px;
  margin: 0 auto;
  padding: 0;
  border: 2px solid #937D76;
  color: #937D76;
  font-size: 16px;
  transition: all 0.2s ease;
}
.showMore__coments--wrap .showMore__coments:hover {
  background-color: #C0B1AB;
  border: 2px solid #C0B1AB;
  transition: all 0.2s ease;
}
a.btn-box.btn-block.product__btn-return {
  border: none;
}
.compare {
  max-height: 650px;
  padding: 0 7px 21px 0;
  font-size: 14px;
  color: #52423d;
  overflow: auto;
}
.compare__wrap {
  padding: 35px;
  background-color: #fff;
}
.compare__filter {
  display: none;
  padding: 14px;
  background-color: #DBD3D1;
  color: #52423d;
}
.compare__filter h5 {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin: 0;
  padding: 0 0 35px 0;
  font-size: 16pt;
}
.compare__filter label {
  padding-left: 21px;
}
.compare table {
  width: 100%;
  table-layout: fixed;
  vertical-align: top;
}
.compare table img {
  max-width: 100%;
  max-height: 100%;
}
.compare__delete {
  text-align: right;
}
.compare__name {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: block;
  margin-bottom: 35px;
  font-size: 14px;
  color: #52423d;
  text-decoration: underline;
}
.compare__name:hover {
  text-decoration: none;
}
.compare__price {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 24px;
  color: #52423d;
}
.compare__delprice {
  text-align: left;
  margin: 0;
  color: #52423d;
}
.compare__discount {
  color: #9c172f;
}
.compare__btn {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  margin: 0;
  font-size: 14px;
}
.compare__no-products .notetext {
  color: #000000;
}
.page-404 {
  padding-bottom: 49px;
  background-color: #f1f1f1;
}
.page-404__header {
  height: 135px;
  margin-bottom: 28px;
  padding-top: 42px;
  text-align: center;
}
.page-404__img {
  margin-bottom: 49px;
}
.page-404__search {
  max-width: 549px;
  margin: 0 auto 49px;
}
.page-404__search form {
  position: relative;
}
.page-404__search form input {
  font-family: 'acrommedium', Arial, sans-serif;
  font-size: 12px;
  color: #937d76;
}
.page-404__search button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  width: 60px;
  height: 59px;
  outline: none;
}
.page-404__search button i {
  color: #937d76;
  font-size: 30px;
}
.page-404__text {
  margin-bottom: 42px;
  font-size: 18px;
  color: #5e4f4b;
}
.page-404__text-b {
  margin-bottom: 35px;
  font-size: 36px;
}
.page-404__btn {
  font-family: 'acrombold', Arial, sans-serif;
  display: block;
  width: 129px;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 14px;
  color: #6b564f;
  text-transform: uppercase;
  border: 2px solid #6b564f;
}
.page-404__btn:hover {
  background-color: #6b564f;
  color: #fff;
  text-decoration: none;
}
.page-404__list {
  display: flex;
  justify-content: center;
  max-width: 570px;
  margin: 0 auto;
}
.page-404__item {
  width: calc(100%/3);
  text-align: center;
}
.page-404__item img {
  height: 80px;
  text-align: center;
  margin-bottom: 5px;
}
.page-404__item img {
  max-width: 100%;
  max-height: 100%;
}
/*----------------------------------
---   Terms affiliate program
----------------------------------*/
.b-terms-affiliate-program {
  padding: 0 14px 28px;
  background-color: #fff;
}
.b-terms-affiliate-program__title {
  text-align: center;
}
.b-terms-affiliate-program .b-terms-affiliate-program__btn {
  text-align: center;
}
/*----------------------------------
---   Terms affiliate program end
----------------------------------*/
/*----------------------------------
---   Partners program
----------------------------------*/
.b-partners-program {
  background-color: #fff;
  padding-bottom: 28px;
}
.b-partners-program__banner {
  font-family: 'segoe_uibold', Arial, sans-serif;
  position: relative;
  color: #52423D;
}
.b-partners-program__banner img {
  max-width: 100%;
}
.b-partners-program__banner__title {
  position: absolute;
  max-width: 570px;
  top: 50%;
  left: 10%;
  margin-top: -89px;
  text-align: center;
}
.b-partners-program__banner__header {
  font-size: 65px;
  margin: auto;
  line-height: 65px;
}
.b-partners-program__banner__text {
  font-size: 34px;
  margin: auto;
}
.b-partners-program__desc h2 {
  color: #E84D21;
  text-align: center;
}
.b-partners-program__desc__step {
  border-bottom: 1px solid #C7B5B1;
  width: 1020px;
  margin: 0 auto;
}
.b-partners-program__desc__step:nth-child(3) img {
  float: right;
}
.b-partners-program__desc__step:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.b-partners-program__desc__step img {
  float: left;
  display: block;
  width: 300px;
  height: 210px;
  overflow: hidden;
  margin: 14px 0;
}
.b-partners-program__desc__step__text {
  float: left;
  width: 666px;
  padding: 81px 0 0 31px;
  font-size: 18px;
}
.b-partners-program__desc__step .b-partners-program__desc__step__img-link {
  max-width: 100%;
  height: auto;
  margin-right: 70px;
}
.b-partners-program__what-is-work {
  width: 1192px;
  margin: 0 auto;
}
.b-partners-program__what-is-work h2 {
  color: #E84D21;
  text-align: center;
  margin: 28px 0;
}
.b-partners-program__what-is-work:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.b-partners-program__what-is-work__item {
  position: relative;
  float: left;
  margin-right: 30px;
  width: 214px;
  text-align: center;
}
.b-partners-program__what-is-work__item:last-child {
  margin-right: 0;
}
.b-partners-program__what-is-work__item:after {
  content: "";
  position: absolute;
  top: -21px;
  right: -75px;
  background: url(../img/partners-program/garant-arrow-right.png) no-repeat;
  width: 122px;
  height: 43px;
}
.b-partners-program__what-is-work__item:last-child:after {
  display: none;
}
.b-partners-program__what-is-work__item:nth-child(3) .b-partners-program__what-is-work__text {
  width: 226px;
}
.b-partners-program__what-is-work__item img {
  display: inline-block;
}
.b-partners-program__what-is-work__item .b-partners-program__what-is-work__text {
  display: inline-block;
  font-size: 14pt;
  width: 218px;
  padding-top: 10px;
}
.b-partners-program__text-alert {
  font-family: 'segoe_uibold', Arial, sans-serif;
  color: #936E63;
  font-size: 24px;
  text-align: center;
  padding: 15px 0 0;
  margin-bottom: 28px;
}
.b-partners-program__spend {
  position: relative;
  margin: 0 14px;
  font-size: 14pt;
}
.b-partners-program__spend-img img {
  max-width: 100%;
}
.b-partners-program__spend__text {
  font-size: 18px;
}
.b-partners-program__spend__text h2 {
  color: #E84D21;
  text-align: center;
}
.b-partners-program__guarantees {
  border: 1px solid #A88A82;
  clear: both;
  width: 917px;
  margin: 35px auto 28px;
  position: relative;
}
.b-partners-program__guarantees__title {
  color: #FF733C;
  font-family: acromextrabold, Arial, sans-serif;
  font-size: 36px;
  text-align: right;
  padding: 25px 275px 17px 0;
  text-transform: uppercase;
}
.b-partners-program__guarantees__frame {
  border: 1px solid #A88A82;
  margin: 9px 6px;
}
.b-partners-program__guarantees__frame:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.b-partners-program__guarantees__frame__frame__left-top-figure {
  background: #fff;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 6px;
  top: 9px;
  border-right: 1px solid #A88A82;
  border-bottom: 1px solid #A88A82;
  border-radius: 0 0 100% 0;
}
.b-partners-program__guarantees__frame__frame__right-top-figure {
  background: #fff;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 6px;
  top: 9px;
  border-left: 1px solid #A88A82;
  border-bottom: 1px solid #A88A82;
  border-radius: 0 0 0 100%;
}
.b-partners-program__guarantees__frame__frame__right-bottom-figure {
  background: #fff;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 6px;
  bottom: 9px;
  border-top: 1px solid #A88A82;
  border-left: 1px solid #A88A82;
  border-radius: 100% 0 0 0;
}
.b-partners-program__guarantees__frame__frame__left-bottom-figure {
  background: #fff;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 6px;
  bottom: 9px;
  border-right: 1px solid #A88A82;
  border-top: 1px solid #A88A82;
  border-radius: 0 100% 0 0;
}
.b-partners-program__guarantees img {
  float: left;
  margin: 41px 0 56px 111px;
}
.b-partners-program__guarantees__text {
  text-align: center;
  width: 473px;
  float: right;
  margin: 0 130px 0 0;
  font-size: 14pt;
}
.b-partners-program__guarantees__text p:first-child {
  margin-bottom: 18px;
}
.b-partners-program__guarantees__text p:first-child span {
  display: block;
}
.b-partners-program__guarantees__text p:last-child span {
  display: block;
}
.b-partners-program__btn {
  text-align: center;
}
.b-partners-program__btn a {
  width: 230px;
  height: 54px;
  line-height: 52px;
  padding: 0;
  font-size: 12pt;
}
.b-partners-program__btn a.b-partners-program__btn__join-partner {
  background: #FF6D36;
  color: #fff;
  margin-right: 13px;
}
.b-partners-program__btn a.b-partners-program__btn__join-partner:hover {
  background: #ce5629;
}
.b-partners-program__btn a.b-partners-program__btn__conditions {
  border: 3px solid #C7B5B1;
  box-sizing: border-box;
  padding: 10px 0;
  color: #C7B5B1;
}
.b-partners-program__btn a.b-partners-program__btn__conditions:hover {
  color: #a1887f;
}
/*----------------------------------
---   Partners program end
----------------------------------*/
/*----------------------------------
---   b-programma_loyalnosti
----------------------------------*/
.b-programma_loyalnosti {
  margin: 0 auto;
  text-align: center;
}
.b-programma_loyalnosti__img {
  padding-bottom: 56px;
}
.b-programma_loyalnosti__img img {
  max-width: 100%;
}
.b-programma_loyalnosti__sepor {
  background: #D8CECA;
  height: 1px;
  width: 100%;
}
.b-programma_loyalnosti__discount__desc {
  font-family: 'segoe_uibold', Arial, sans-serif;
  font-size: 20px;
  padding-bottom: 21px;
  color: #937D76;
}
.b-programma_loyalnosti__discount__item {
  display: inline-block;
  width: 24%;
  min-height: 259px;
  vertical-align: top;
  position: relative;
  padding: 0 14px;
}
.b-programma_loyalnosti__discount__item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 230px;
  background: #E5DEDC;
}
.b-programma_loyalnosti__discount__item:last-child:after {
  content: "";
  display: none;
}
.b-programma_loyalnosti__discount__item i {
  color: #E84D21;
  font-size: 64px;
}
.b-programma_loyalnosti__discount__item__title {
  font-family: 'segoe_uibold', Arial, sans-serif;
  margin: 14px auto 0;
  line-height: 1.2;
  height: 60px;
}
.b-programma_loyalnosti__discount__item__text {
  line-height: 1.2;
}
.step-list {
  max-width: 640px;
  margin: 0 auto 21px;
  border-left: 3px solid #f26d3c;
}
.step-list__item {
  display: flex;
  margin: 21px 7px 21px -24px;
  align-items: center;
}
.step-list__count {
  font-family: 'segoe_uibold', Arial, sans-serif;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 14px;
  border-radius: 50%;
  font-size: 20px;
  background-color: #E84D21;
  color: #fff;
  border: 2px solid #fff;
}
.step-list__text {
  text-align: left;
}
.mobVisible {
  display: none;
}
.deskVisible {
  display: inline-block;
}
.header__menu-item--link.selected.show {
  position: relative;
  display: inline-block !important;
}
.header__menu-item--link.selected::before,
.header__menu-item--link.selected::after {
  content: '';
  position: absolute;
  left: 43%;
  bottom: -4px;
  border: 10px solid transparent;
  border-bottom: 10px solid #d6d4d4;
  z-index: 15;
  display: none;
}
.header__menu-item--link.selected::after {
  border-bottom: 10px solid #f7f5f5;
  bottom: -5px;
  z-index: 16;
  display: none;
}
.header__menu-item--link.selected.show::before,
.header__menu-item--link.selected.show::after {
  display: inline;
}
.get-free__wrap {
  padding: 14px 0;
  border-top: 1px solid #e4dedc;
}
.get-free__banner {
  margin-bottom: 35px;
  text-align: center;
}
.get-free__banner--img {
  margin: 15px auto;
}
.get-free__banner--img img {
  max-width: 100%;
  height: auto;
}
.get-free__banner--more {
  font-family: 'acromextrabold', Arial, sans-serif;
  display: block;
  width: 180px;
  height: 30px;
  margin: auto;
  border: 2px solid #937d76;
  color: #937d76;
  background-color: #fff;
  font-size: 10.5pt;
  line-height: 21pt;
  text-align: center;
  outline: 0 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.get-free__banner--more:hover,
.get-free__banner--more:active,
.get-free__banner--more:focus {
  border: 2px solid #C0B1AB;
  background-color: #C0B1AB;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.get-free__popup {
  max-width: 600px;
  margin: auto;
}
.get-free__popup--title {
  font-family: 'acromextrabold', Arial, sans-serif;
  font-size: 14pt;
  text-align: center;
}
.get-free__popup--block {
  padding: 30px;
  margin: 30px 0;
  background-color: #fff;
}
.get-free__popup--block-title {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 18pt;
  color: #52423d;
}
.get-free__popup--img {
  display: block;
  position: relative;
  width: 170px;
  height: 170px;
  text-align: center;
}
.get-free__popup--img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.get-free__popup--text {
  font-family: 'acromregular', Arial, sans-serif;
  font-size: 12pt;
  text-align: center;
}
.get-free__popup--link {
  color: #ff7800;
  text-decoration: underline;
}
.get-free__popup .get-free__banner--more {
  float: none;
  margin: 24px auto 15px;
}
.get-free__share.active {
  background-color: #E84D21;
}
.get-free__share.active:hover {
  background-color: #ED876B;
}
.discount-progress {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #ddd;
  margin: 28px auto 70px;
}
.discount-progress__bar {
  font-family: 'segoe_uibold', Arial, sans-serif;
  position: relative;
  height: 7px;
  background-color: #f26d3c;
  text-align: right;
}
.discount-progress__bar:before {
  content: '';
  position: absolute;
  right: -14px;
  top: -18px;
  border: 14px solid transparent;
  border-top: 18px solid #f26d3c;
  z-index: 1;
}
.discount-progress__summ {
  position: absolute;
  right: -15px;
  top: -38px;
  line-height: 20px;
  font-size: 16px;
  border: 2px solid #f26d3c;
  background-color: #f26d3c;
  color: #fff;
  padding: 0 4px 1px;
  border-radius: 4px;
  z-index: 1;
}
.discount-progress__item {
  font-family: 'segoe_uibold', Arial, sans-serif;
  position: absolute;
  bottom: -54px;
  margin-left: -50px;
  text-align: center;
  font-size: 18px;
  width: 85px;
}
.discount-progress__item:before {
  content: '';
  position: absolute;
  left: 23px;
  bottom: 46px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #bfbbbb;
}
.discount-progress__item.active:before {
  background-color: #f26d3c;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #bfbbbb;
}
.discount-progress__range {
  font-family: 'segoe_ui', Arial, sans-serif;
  font-size: 12px;
}
.discount-progress__text {
  text-align: right;
  max-width: 1000px;
  margin: auto;
}
.b-partners-program__btn__join-partner-profile.active {
  background-color: #E84D21;
}
/* Anketa Using the site */
.b-anketa .b-anketa__title {
  color: #73554D;
  font-size: 24px;
}
.b-anketa .b-anketa__desc {
  font-style: italic;
  font-size: 18px;
  color: #BCB1AE;
  line-height: 23px;
  padding: 12px 0 0 0;
}
.b-anketa .b-anketa__text-alert {
  color: #73554D;
  font-size: 18px;
  padding-bottom: 12px;
}
.b-anketa .b-anketa__question {
  padding-bottom: 43px;
}
.b-anketa .b-anketa__question:nth-child(10) {
  padding-bottom: 32px;
}
.b-anketa .b-anketa__question:last-child {
  padding-bottom: 0;
}
.b-anketa .b-anketa__question #vote_field_31 {
  margin-bottom: 32px;
}
.b-anketa .b-anketa__question .b-anketa__question__title {
  color: #98001E;
  font-size: 25px;
  font-family: 'segoe_wpbold', Arial, sans-serif;
  padding-bottom: 9px;
}
.b-anketa .b-anketa__question .b-anketa__question__variant {
  font-size: 18px;
}
.b-anketa .b-anketa__question .b-anketa__question__variant input {
  display: inline-block;
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.b-anketa .b-anketa__question .b-anketa__question__variant span {
  padding: 0 0 0 5px;
}
.b-anketa .b-anketa__question .b-anketa__text-alert {
  padding-top: 12px;
}
.b-anketa .b-anketa__question textarea {
  min-height: 49px;
  width: 400px;
  border: 1px solid #898989;
}
.b-anketa button {
  color: #8C7B75;
  background: #fff;
  border: 1px solid #8C7B75;
  text-transform: uppercase;
  font-family: segoe_uibold, Arial, sans-serif;
  padding: 5px 33px;
  margin: 0 0 51px 140px;
}
.b-anketa button:hover {
  color: #a1887f;
}
.b-anketa--submit__title {
  text-align: center;
  font-size: 31px;
  padding: 30px 0 0 0;
}
.b-anketa--submit__text {
  font-size: 18px;
  padding: 18px 0 100px 0;
  text-align: center;
  width: 350px;
  margin: 0 auto;
  line-height: 26px;
}
/* Anketa Using the site end */
/*----------------------------------
---   b-programma_loyalnosti end
----------------------------------*/
/* MEDIA QUARIES */
/****************************************************************

xs___sm___md___lg             #media            xs___sm___md___lg

****************************************************************/
@media screen and (min-width: 768px) and (max-width: 992px) {
  .header__bottom_fixed .container {
    padding-left: 80px;
  }
  .aidigoCategory__item {
    width: 31.333%;
  }
  .mainCategory__list-item {
    width: 48%;
  }
  .header__menu {
    text-align: left;
  }
  .bonusesList {
    margin: 40px 0 40px -2%;
    text-align: center;
  }
  .bonusesList__item {
    width: 48%;
  }
  .mapMenu__item {
    width: 31.33333%;
  }
  .deliveryBanner__text {
    margin-top: 190px;
  }
  .deliveryCulk {
    margin-top: 20px;
  }
  .profilePhoto {
    width: 30%;
    margin: 0 auto;
  }
  .fancybox.loginForm.promoReg__app-form {
    width: 210px !important;
  }
  .fancybox.loginForm.promoReg__app-form .btn-box {
    min-width: 100%;
  }
  .lk__tabs--item {
    min-width: 100px;
    font-size: 11pt;
  }
  .lk__address--item {
    width: 48%;
    margin-bottom: 15px;
  }
  .lk__requisites--form--checkbox {
    margin-left: 40px;
  }
  .lk__requisites--item-status {
    width: 20%;
  }
  .lk__quickorder--table {
    width: 750px;
  }
  .lk__productList--item {
    overflow: hidden;
  }
  .lk__productList--item-name {
    width: 30%;
  }
  .lk__productList--item-prise {
    font-size: 18px;
  }
  .lk__productList--item .orderPromo__list-item {
    width: 30%;
  }
}
@media screen and (max-width: 1280px) {
  .product-table__item .product-list__item-price {
    width: 20%;
    margin-right: 4%;
  }
  .catalog-base__item-img {
    margin-right: 1%;
  }
}
@media screen and (max-width: 992px) {
  .cartPage {
    min-height: 50px;
  }
  .banner {
    display: none;
  }
  .footer__tiles-item {
    width: 48%;
  }
  .mainCategory {
    padding: 30px 0;
    border: 0;
  }
}
@media screen and (max-width: 768px) {
  .basket-order__checkout {
    margin-top: 28px;
  }
  .basket-order__steps.center {
    justify-content: center;
  }
}
/* стили для 404 страницы */
@media screen and (max-width: 480px) {
  .page-404 {
    padding: 0 7px 21px;
  }
  .page-404__header {
    height: auto;
    padding-top: 21px;
  }
  .page-404__img {
    margin-bottom: 21px;
  }
  .page-404__img img {
    max-width: 100%;
  }
  .page-404__search {
    margin-bottom: 21px;
  }
  .page-404__text {
    margin-bottom: 14px;
  }
  .page-404__text-b {
    margin-bottom: 21px;
    font-size: 26px;
  }
  .page-404__list {
    display: block;
  }
  .page-404__item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 21px;
  }
}
@media screen and (max-width: 1280px) {
  .main__blog-img {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
  .main__blog .title {
    font-size: 20px;
  }
  .main__blog-title {
    height: 43px;
    overflow: hidden;
  }
  .main__blog .show-all {
    font-size: 12px;
  }
  .main__info {
    height: 273px;
  }
  .main__info-content {
    height: 200px;
  }
  .main__categories--item {
    height: 165px;
  }
  .main__categories--item a:hover .main__categories--title-link:after {
    right: 7px;
  }
  .main__categories--title-link {
    padding: 0 7px;
    font-size: 11pt;
  }
  .header__search {
    width: 64%;
  }
  .header__bottom_fixed .header__menu-item {
    display: none;
  }
  .header__bottom_fixed .header__menu-item--dropdown {
    display: block;
  }
  .header__bottom_fixed .header__menu-item {
    display: none;
  }
  .header__bottom_fixed .header__menu-item--dropdown {
    display: block;
  }
  .header__bottom_fixed .header__controls-title {
    display: none;
  }
  .header__top-menu--list-item {
    padding-right: 7px;
  }
  .header__top-menu--list-item:last-child {
    padding-right: 0;
  }
  .header__top-menu--list-link {
    font-size: 7pt;
  }
  .header__menu-item--dropdown .header__menu-item--link {
    margin-right: 0;
    border: none;
    font-size: 8pt;
    vertical-align: middle;
  }
  .header__menu-item--link {
    padding: 0 10px;
  }
  .header__contacts {
    margin-right: 7px;
  }
  .header__contacts-number {
    font-size: 10pt;
  }
  .card__stick {
    width: 345px;
  }
  .aidigoCategory__item {
    width: 31.333%;
  }
  .newsArticle {
    padding: 35px 87px;
  }
  .mainCategory__list-item {
    width: 48%;
  }
  .mainpage__slider {
    height: 288px;
  }
  .about__list-item {
    font-size: 13px;
  }
  .advantages__list--item i {
    font-size: 50px;
  }
  .lk__address--item {
    width: 31%;
    margin-bottom: 15px;
  }
  .lk__tabs--item {
    min-width: 90px;
  }
  .lk__productList--item {
    overflow: hidden;
  }
  .lk__productList--item-name {
    width: 28%;
  }
  .lk__productList--item-balances {
    width: 8%;
  }
  .lk__productList--item-prise {
    font-size: 18px;
  }
  .lk__orders .empty {
    width: auto;
  }
  .profile__tabs--content {
    padding: 28px;
  }
  .history__item-number {
    width: 117px;
    flex: none;
  }
  .history__item-status {
    width: 130px;
  }
  .history__item-summ {
    width: 90px;
  }
  .history__item-summ b {
    display: block;
  }
  .wishlist__name {
    width: 32%;
    padding-right: 1%;
  }
  .wishlist__price {
    width: 25%;
  }
  .about__block--city-item a {
    font-size: 16pt;
  }
  .about__block--figure {
    width: 47%;
  }
  .about__command--foto {
    height: 170px;
  }
  .about__command--item {
    height: auto;
  }
  .about__carousel--title {
    font-size: 25px;
  }
  .about__history--block {
    width: 280px;
  }
  .about__history--item {
    width: 280px;
  }
  .about__history--text {
    font-size: 12px;
  }
  .about__history--center {
    width: 340px;
  }
  .about__history--center img {
    width: 100%;
  }
  .profile__promocode--coupon {
    font-size: 12pt;
  }
  .profile__promocode--detail {
    font-size: 10pt;
  }
  .profile__promocode--hint-tooltip {
    top: 22px;
  }
  .product-list__item-wrap {
    padding: 21px 7px;
  }
  .product-list__item-btn {
    max-width: 100%;
    font-size: 13px;
    padding: 0 7px;
  }
  .product-list .product-counter {
    width: 105px;
  }
  .productList__item-controls {
    display: flex;
  }
  .productList__item-controls .icon-add {
    margin-left: 2px;
  }
  .productList__item_action .product-list__sale-label {
    left: 0;
  }
  .productList__analogi .productList__item-btn i {
    display: none;
  }
  .product-table .product-counter {
    width: 105px;
  }
  .productList_4 .productList__item:nth-child(3n) {
    margin-right: 0;
  }
  .cart-empty .product-list__item-btn {
    padding: 0 7px;
  }
  .cart-empty .product-list__item-btn i {
    display: none;
  }
  .newsList__item {
    width: 23.5%;
    margin-right: 2%;
  }
  .b-partners-program__desc__step {
    width: 100%;
  }
  .b-partners-program__desc__step img.b-partners-program__desc__step__img-link {
    width: 418px;
    height: auto;
    clear: both;
    margin-right: 0;
    margin-left: 29px;
    float: left;
  }
  .b-partners-program__desc__step__text {
    width: 440px;
    padding: 31px 0 0 31px;
  }
  .b-partners-program__what-is-work {
    width: 710px;
  }
  .b-partners-program__what-is-work__item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .b-partners-program__what-is-work__item:nth-child(2) {
    margin: 0 0 0 130px;
  }
  .b-partners-program__spend {
    width: 100%;
    padding: 0 20px;
  }
  .b-partners-program__banner__header {
    font-size: 45px;
    line-height: 35px;
    text-align: center;
  }
  .b-partners-program__banner__text {
    font-size: 20px;
  }
  .profile__tabs--content-partner .profile__tabs--content-partner--step-1 .b-partners-program__btn {
    padding-top: 20px;
    text-align: center;
  }
  .profile__tabs--content-partner .profile__tabs--content-partner--step-1 .b-partners-program__btn a.b-partners-program__btn__join-partner-profile {
    margin: 10px auto 0;
    float: none;
    display: block;
  }
  .profile__tabs--content-partner .profile__tabs--content-partner--step-1 .b-partners-program__btn a.b-partners-program__btn__join-partner-profile.active {
    background-color: #E84D21;
  }
  .profile__tabs--content-partner .profile__tabs--content-partner--step-1 .b-partners-program__btn a.b-partners-program__btn__conditions {
    margin: 0 auto;
    clear: both;
    float: none;
    display: block;
  }
  .profile__tabs--content-partner .b-partners-program__btn a.b-partners-program__btn__conditions {
    clear: both;
    display: block;
    margin: 0 auto;
  }
  .profile__tabs--content-partner .b-partners-program__btn a.b-partners-program__btn__join {
    margin-right: 0;
    margin-top: 15px;
  }
  .catalogue--food ul.productList.productList_4,
  .hitList ul.productList.productList_4,
  .news__card ul.productList.productList_4,
  .catalog-pokupatel,
  .catalogue.catalogue--search ul.productList.productList_4 {
    width: 100%;
  }
  .product-buyBlock__controls a:nth-child(2) {
    font-size: 7pt;
    padding: 0 5px 0 0;
  }
  .product-buyBlock .btn-lg i.i-icon__wish {
    left: 5px;
  }
  .basket-order__item .price {
    font-size: 14pt;
  }
  .basket-order__affiliate-link {
    float: none;
    display: inline-block;
    margin-top: 14px;
  }
  .history__product-title {
    width: 40%;
  }
  .history__product-price {
    width: 25%;
  }
  .product__stars:before {
    font-size: 1.6rem;
  }
}
#overlay {
  z-index: 100;
  position: fixed;
  background-color: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.overlay-white {
  display: none;
  z-index: 100;
  position: fixed;
  background-color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#product-tab-content .fade {
  display: none;
}
.jq-checkbox.checked {
  border: 2px solid #e84d21;
}
.jq-checkbox.getfree_check {
  display: block!important;
  position: relative!important;
  margin: 5px auto;
}
.jq-checkbox.checked .jq-checkbox__div:before {
  content: "\e60b";
  background-color: #fff;
  color: #947d76;
  position: absolute;
  top: 2px;
  left: 6px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'icomoon';
}
input[type=checkbox]:checked + label span {
  display: inline-block;
  position: relative;
  border: 1px solid #e84d21;
  width: 32px;
  height: 32px;
  z-index: 1;
  font-size: 10px;
  font-weight: 600;
}
.errortext {
  color: #E80400;
}
#commentAnchor {
  position: absolute;
  top: -105px;
  left: 0;
  width: 0;
  height: 0;
}
.logictim_bonus_block {
  margin-bottom: 21px;
}
