/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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: PTSansCaption, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
html,
body {
  height: 100%;
}
* {
  outline: none;
}
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;
}
mark {
  background: #ffba00;
  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;
  padding: 0;
}
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;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -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 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font: 21px/1.19 PTSansCaption, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
@media (min-width: 641px) {
  body {
    font-size: 14px;
    line-height: 1.14;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ce614f;
  text-decoration: underline;
  /*text-decoration: none;*/
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 100px;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
[role="button"] {
  cursor: pointer;
}
h1 {
  font: bold 30px/1.19 Intro, Arial, sans-serif;
  margin: 40px 0 30px;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  h1 {
    margin: 30px 0 40px;
    font-size: 20px;
    line-height: 1.14;
  }
  .hideTitle h1 {
    visibility: hidden;
  }
}
p {
  margin: 0 0 30px;
}
@media (min-width: 641px) {
  p {
    margin-bottom: 20px;
  }
}
.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-red {
  color: #ce614f;
}
.text-dark {
  color: #373d43;
}
.bg-red {
  background-color: #ce614f;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 30px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  ul,
  ol {
    margin-bottom: 20px;
  }
}
ul:not([class]) {
  list-style-type: none;
  padding: 0;
}
ul:not([class]) > li:not([class]) {
  display: block;
  padding: 0 0 0 35px;
  margin-bottom: 30px;
  position: relative;
}
ul:not([class]) > li:not([class]):before,
ul:not([class]) > li:not([class]):after {
  content: '';
  position: absolute;
  top: 50%;
  background: url('../images/sprite.png') no-repeat;
}
ul:not([class]) > li:not([class]):before {
  width: 20px;
  height: 14px;
  top: 6px;
  left: 0px;
  background-position: -74px -650px;
}
@media (min-width: 641px) {
  ul:not([class]) > li:not([class]) {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  ul:not([class]) > li:not([class]):before {
    width: 13px;
    height: 9px;
    top: 5px;
    background-position: -95px -650px;
  }
}
.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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 641px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xs-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xs-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xs-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xs-30, .col-sm-30, .col-md-30, .col-lg-30, .col-xs-31, .col-sm-31, .col-md-31, .col-lg-31, .col-xs-32, .col-sm-32, .col-md-32, .col-lg-32 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32 {
  float: left;
}
.col-xs-32 {
  width: 100%;
}
.col-xs-31 {
  width: 96.875%;
}
.col-xs-30 {
  width: 93.75%;
}
.col-xs-29 {
  width: 90.625%;
}
.col-xs-28 {
  width: 87.5%;
}
.col-xs-27 {
  width: 84.375%;
}
.col-xs-26 {
  width: 81.25%;
}
.col-xs-25 {
  width: 78.125%;
}
.col-xs-24 {
  width: 75%;
}
.col-xs-23 {
  width: 71.875%;
}
.col-xs-22 {
  width: 68.75%;
}
.col-xs-21 {
  width: 65.625%;
}
.col-xs-20 {
  width: 62.5%;
}
.col-xs-19 {
  width: 59.375%;
}
.col-xs-18 {
  width: 56.25%;
}
.col-xs-17 {
  width: 53.125%;
}
.col-xs-16 {
  width: 50%;
}
.col-xs-15 {
  width: 46.875%;
}
.col-xs-14 {
  width: 43.75%;
}
.col-xs-13 {
  width: 40.625%;
}
.col-xs-12 {
  width: 37.5%;
}
.col-xs-11 {
  width: 34.375%;
}
.col-xs-10 {
  width: 31.25%;
}
.col-xs-9 {
  width: 28.125%;
}
.col-xs-8 {
  width: 25%;
}
.col-xs-7 {
  width: 21.875%;
}
.col-xs-6 {
  width: 18.75%;
}
.col-xs-5 {
  width: 15.625%;
}
.col-xs-4 {
  width: 12.5%;
}
.col-xs-3 {
  width: 9.375%;
}
.col-xs-2 {
  width: 6.25%;
}
.col-xs-1 {
  width: 3.125%;
}
.col-xs-pull-32 {
  right: 100%;
}
.col-xs-pull-31 {
  right: 96.875%;
}
.col-xs-pull-30 {
  right: 93.75%;
}
.col-xs-pull-29 {
  right: 90.625%;
}
.col-xs-pull-28 {
  right: 87.5%;
}
.col-xs-pull-27 {
  right: 84.375%;
}
.col-xs-pull-26 {
  right: 81.25%;
}
.col-xs-pull-25 {
  right: 78.125%;
}
.col-xs-pull-24 {
  right: 75%;
}
.col-xs-pull-23 {
  right: 71.875%;
}
.col-xs-pull-22 {
  right: 68.75%;
}
.col-xs-pull-21 {
  right: 65.625%;
}
.col-xs-pull-20 {
  right: 62.5%;
}
.col-xs-pull-19 {
  right: 59.375%;
}
.col-xs-pull-18 {
  right: 56.25%;
}
.col-xs-pull-17 {
  right: 53.125%;
}
.col-xs-pull-16 {
  right: 50%;
}
.col-xs-pull-15 {
  right: 46.875%;
}
.col-xs-pull-14 {
  right: 43.75%;
}
.col-xs-pull-13 {
  right: 40.625%;
}
.col-xs-pull-12 {
  right: 37.5%;
}
.col-xs-pull-11 {
  right: 34.375%;
}
.col-xs-pull-10 {
  right: 31.25%;
}
.col-xs-pull-9 {
  right: 28.125%;
}
.col-xs-pull-8 {
  right: 25%;
}
.col-xs-pull-7 {
  right: 21.875%;
}
.col-xs-pull-6 {
  right: 18.75%;
}
.col-xs-pull-5 {
  right: 15.625%;
}
.col-xs-pull-4 {
  right: 12.5%;
}
.col-xs-pull-3 {
  right: 9.375%;
}
.col-xs-pull-2 {
  right: 6.25%;
}
.col-xs-pull-1 {
  right: 3.125%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-32 {
  left: 100%;
}
.col-xs-push-31 {
  left: 96.875%;
}
.col-xs-push-30 {
  left: 93.75%;
}
.col-xs-push-29 {
  left: 90.625%;
}
.col-xs-push-28 {
  left: 87.5%;
}
.col-xs-push-27 {
  left: 84.375%;
}
.col-xs-push-26 {
  left: 81.25%;
}
.col-xs-push-25 {
  left: 78.125%;
}
.col-xs-push-24 {
  left: 75%;
}
.col-xs-push-23 {
  left: 71.875%;
}
.col-xs-push-22 {
  left: 68.75%;
}
.col-xs-push-21 {
  left: 65.625%;
}
.col-xs-push-20 {
  left: 62.5%;
}
.col-xs-push-19 {
  left: 59.375%;
}
.col-xs-push-18 {
  left: 56.25%;
}
.col-xs-push-17 {
  left: 53.125%;
}
.col-xs-push-16 {
  left: 50%;
}
.col-xs-push-15 {
  left: 46.875%;
}
.col-xs-push-14 {
  left: 43.75%;
}
.col-xs-push-13 {
  left: 40.625%;
}
.col-xs-push-12 {
  left: 37.5%;
}
.col-xs-push-11 {
  left: 34.375%;
}
.col-xs-push-10 {
  left: 31.25%;
}
.col-xs-push-9 {
  left: 28.125%;
}
.col-xs-push-8 {
  left: 25%;
}
.col-xs-push-7 {
  left: 21.875%;
}
.col-xs-push-6 {
  left: 18.75%;
}
.col-xs-push-5 {
  left: 15.625%;
}
.col-xs-push-4 {
  left: 12.5%;
}
.col-xs-push-3 {
  left: 9.375%;
}
.col-xs-push-2 {
  left: 6.25%;
}
.col-xs-push-1 {
  left: 3.125%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-32 {
  margin-left: 100%;
}
.col-xs-offset-31 {
  margin-left: 96.875%;
}
.col-xs-offset-30 {
  margin-left: 93.75%;
}
.col-xs-offset-29 {
  margin-left: 90.625%;
}
.col-xs-offset-28 {
  margin-left: 87.5%;
}
.col-xs-offset-27 {
  margin-left: 84.375%;
}
.col-xs-offset-26 {
  margin-left: 81.25%;
}
.col-xs-offset-25 {
  margin-left: 78.125%;
}
.col-xs-offset-24 {
  margin-left: 75%;
}
.col-xs-offset-23 {
  margin-left: 71.875%;
}
.col-xs-offset-22 {
  margin-left: 68.75%;
}
.col-xs-offset-21 {
  margin-left: 65.625%;
}
.col-xs-offset-20 {
  margin-left: 62.5%;
}
.col-xs-offset-19 {
  margin-left: 59.375%;
}
.col-xs-offset-18 {
  margin-left: 56.25%;
}
.col-xs-offset-17 {
  margin-left: 53.125%;
}
.col-xs-offset-16 {
  margin-left: 50%;
}
.col-xs-offset-15 {
  margin-left: 46.875%;
}
.col-xs-offset-14 {
  margin-left: 43.75%;
}
.col-xs-offset-13 {
  margin-left: 40.625%;
}
.col-xs-offset-12 {
  margin-left: 37.5%;
}
.col-xs-offset-11 {
  margin-left: 34.375%;
}
.col-xs-offset-10 {
  margin-left: 31.25%;
}
.col-xs-offset-9 {
  margin-left: 28.125%;
}
.col-xs-offset-8 {
  margin-left: 25%;
}
.col-xs-offset-7 {
  margin-left: 21.875%;
}
.col-xs-offset-6 {
  margin-left: 18.75%;
}
.col-xs-offset-5 {
  margin-left: 15.625%;
}
.col-xs-offset-4 {
  margin-left: 12.5%;
}
.col-xs-offset-3 {
  margin-left: 9.375%;
}
.col-xs-offset-2 {
  margin-left: 6.25%;
}
.col-xs-offset-1 {
  margin-left: 3.125%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 641px) {
  .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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32 {
    float: left;
  }
  .col-sm-32 {
    width: 100%;
  }
  .col-sm-31 {
    width: 96.875%;
  }
  .col-sm-30 {
    width: 93.75%;
  }
  .col-sm-29 {
    width: 90.625%;
  }
  .col-sm-28 {
    width: 87.5%;
  }
  .col-sm-27 {
    width: 84.375%;
  }
  .col-sm-26 {
    width: 81.25%;
  }
  .col-sm-25 {
    width: 78.125%;
  }
  .col-sm-24 {
    width: 75%;
  }
  .col-sm-23 {
    width: 71.875%;
  }
  .col-sm-22 {
    width: 68.75%;
  }
  .col-sm-21 {
    width: 65.625%;
  }
  .col-sm-20 {
    width: 62.5%;
  }
  .col-sm-19 {
    width: 59.375%;
  }
  .col-sm-18 {
    width: 56.25%;
  }
  .col-sm-17 {
    width: 53.125%;
  }
  .col-sm-16 {
    width: 50%;
  }
  .col-sm-15 {
    width: 46.875%;
  }
  .col-sm-14 {
    width: 43.75%;
  }
  .col-sm-13 {
    width: 40.625%;
  }
  .col-sm-12 {
    width: 37.5%;
  }
  .col-sm-11 {
    width: 34.375%;
  }
  .col-sm-10 {
    width: 31.25%;
  }
  .col-sm-9 {
    width: 28.125%;
  }
  .col-sm-8 {
    width: 25%;
  }
  .col-sm-7 {
    width: 21.875%;
  }
  .col-sm-6 {
    width: 18.75%;
  }
  .col-sm-5 {
    width: 15.625%;
  }
  .col-sm-4 {
    width: 12.5%;
  }
  .col-sm-3 {
    width: 9.375%;
  }
  .col-sm-2 {
    width: 6.25%;
  }
  .col-sm-1 {
    width: 3.125%;
  }
  .col-sm-pull-32 {
    right: 100%;
  }
  .col-sm-pull-31 {
    right: 96.875%;
  }
  .col-sm-pull-30 {
    right: 93.75%;
  }
  .col-sm-pull-29 {
    right: 90.625%;
  }
  .col-sm-pull-28 {
    right: 87.5%;
  }
  .col-sm-pull-27 {
    right: 84.375%;
  }
  .col-sm-pull-26 {
    right: 81.25%;
  }
  .col-sm-pull-25 {
    right: 78.125%;
  }
  .col-sm-pull-24 {
    right: 75%;
  }
  .col-sm-pull-23 {
    right: 71.875%;
  }
  .col-sm-pull-22 {
    right: 68.75%;
  }
  .col-sm-pull-21 {
    right: 65.625%;
  }
  .col-sm-pull-20 {
    right: 62.5%;
  }
  .col-sm-pull-19 {
    right: 59.375%;
  }
  .col-sm-pull-18 {
    right: 56.25%;
  }
  .col-sm-pull-17 {
    right: 53.125%;
  }
  .col-sm-pull-16 {
    right: 50%;
  }
  .col-sm-pull-15 {
    right: 46.875%;
  }
  .col-sm-pull-14 {
    right: 43.75%;
  }
  .col-sm-pull-13 {
    right: 40.625%;
  }
  .col-sm-pull-12 {
    right: 37.5%;
  }
  .col-sm-pull-11 {
    right: 34.375%;
  }
  .col-sm-pull-10 {
    right: 31.25%;
  }
  .col-sm-pull-9 {
    right: 28.125%;
  }
  .col-sm-pull-8 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 21.875%;
  }
  .col-sm-pull-6 {
    right: 18.75%;
  }
  .col-sm-pull-5 {
    right: 15.625%;
  }
  .col-sm-pull-4 {
    right: 12.5%;
  }
  .col-sm-pull-3 {
    right: 9.375%;
  }
  .col-sm-pull-2 {
    right: 6.25%;
  }
  .col-sm-pull-1 {
    right: 3.125%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-32 {
    left: 100%;
  }
  .col-sm-push-31 {
    left: 96.875%;
  }
  .col-sm-push-30 {
    left: 93.75%;
  }
  .col-sm-push-29 {
    left: 90.625%;
  }
  .col-sm-push-28 {
    left: 87.5%;
  }
  .col-sm-push-27 {
    left: 84.375%;
  }
  .col-sm-push-26 {
    left: 81.25%;
  }
  .col-sm-push-25 {
    left: 78.125%;
  }
  .col-sm-push-24 {
    left: 75%;
  }
  .col-sm-push-23 {
    left: 71.875%;
  }
  .col-sm-push-22 {
    left: 68.75%;
  }
  .col-sm-push-21 {
    left: 65.625%;
  }
  .col-sm-push-20 {
    left: 62.5%;
  }
  .col-sm-push-19 {
    left: 59.375%;
  }
  .col-sm-push-18 {
    left: 56.25%;
  }
  .col-sm-push-17 {
    left: 53.125%;
  }
  .col-sm-push-16 {
    left: 50%;
  }
  .col-sm-push-15 {
    left: 46.875%;
  }
  .col-sm-push-14 {
    left: 43.75%;
  }
  .col-sm-push-13 {
    left: 40.625%;
  }
  .col-sm-push-12 {
    left: 37.5%;
  }
  .col-sm-push-11 {
    left: 34.375%;
  }
  .col-sm-push-10 {
    left: 31.25%;
  }
  .col-sm-push-9 {
    left: 28.125%;
  }
  .col-sm-push-8 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 21.875%;
  }
  .col-sm-push-6 {
    left: 18.75%;
  }
  .col-sm-push-5 {
    left: 15.625%;
  }
  .col-sm-push-4 {
    left: 12.5%;
  }
  .col-sm-push-3 {
    left: 9.375%;
  }
  .col-sm-push-2 {
    left: 6.25%;
  }
  .col-sm-push-1 {
    left: 3.125%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-32 {
    margin-left: 100%;
  }
  .col-sm-offset-31 {
    margin-left: 96.875%;
  }
  .col-sm-offset-30 {
    margin-left: 93.75%;
  }
  .col-sm-offset-29 {
    margin-left: 90.625%;
  }
  .col-sm-offset-28 {
    margin-left: 87.5%;
  }
  .col-sm-offset-27 {
    margin-left: 84.375%;
  }
  .col-sm-offset-26 {
    margin-left: 81.25%;
  }
  .col-sm-offset-25 {
    margin-left: 78.125%;
  }
  .col-sm-offset-24 {
    margin-left: 75%;
  }
  .col-sm-offset-23 {
    margin-left: 71.875%;
  }
  .col-sm-offset-22 {
    margin-left: 68.75%;
  }
  .col-sm-offset-21 {
    margin-left: 65.625%;
  }
  .col-sm-offset-20 {
    margin-left: 62.5%;
  }
  .col-sm-offset-19 {
    margin-left: 59.375%;
  }
  .col-sm-offset-18 {
    margin-left: 56.25%;
  }
  .col-sm-offset-17 {
    margin-left: 53.125%;
  }
  .col-sm-offset-16 {
    margin-left: 50%;
  }
  .col-sm-offset-15 {
    margin-left: 46.875%;
  }
  .col-sm-offset-14 {
    margin-left: 43.75%;
  }
  .col-sm-offset-13 {
    margin-left: 40.625%;
  }
  .col-sm-offset-12 {
    margin-left: 37.5%;
  }
  .col-sm-offset-11 {
    margin-left: 34.375%;
  }
  .col-sm-offset-10 {
    margin-left: 31.25%;
  }
  .col-sm-offset-9 {
    margin-left: 28.125%;
  }
  .col-sm-offset-8 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 21.875%;
  }
  .col-sm-offset-6 {
    margin-left: 18.75%;
  }
  .col-sm-offset-5 {
    margin-left: 15.625%;
  }
  .col-sm-offset-4 {
    margin-left: 12.5%;
  }
  .col-sm-offset-3 {
    margin-left: 9.375%;
  }
  .col-sm-offset-2 {
    margin-left: 6.25%;
  }
  .col-sm-offset-1 {
    margin-left: 3.125%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32 {
    float: left;
  }
  .col-md-32 {
    width: 100%;
  }
  .col-md-31 {
    width: 96.875%;
  }
  .col-md-30 {
    width: 93.75%;
  }
  .col-md-29 {
    width: 90.625%;
  }
  .col-md-28 {
    width: 87.5%;
  }
  .col-md-27 {
    width: 84.375%;
  }
  .col-md-26 {
    width: 81.25%;
  }
  .col-md-25 {
    width: 78.125%;
  }
  .col-md-24 {
    width: 75%;
  }
  .col-md-23 {
    width: 71.875%;
  }
  .col-md-22 {
    width: 68.75%;
  }
  .col-md-21 {
    width: 65.625%;
  }
  .col-md-20 {
    width: 62.5%;
  }
  .col-md-19 {
    width: 59.375%;
  }
  .col-md-18 {
    width: 56.25%;
  }
  .col-md-17 {
    width: 53.125%;
  }
  .col-md-16 {
    width: 50%;
  }
  .col-md-15 {
    width: 46.875%;
  }
  .col-md-14 {
    width: 43.75%;
  }
  .col-md-13 {
    width: 40.625%;
  }
  .col-md-12 {
    width: 37.5%;
  }
  .col-md-11 {
    width: 34.375%;
  }
  .col-md-10 {
    width: 31.25%;
  }
  .col-md-9 {
    width: 28.125%;
  }
  .col-md-8 {
    width: 25%;
  }
  .col-md-7 {
    width: 21.875%;
  }
  .col-md-6 {
    width: 18.75%;
  }
  .col-md-5 {
    width: 15.625%;
  }
  .col-md-4 {
    width: 12.5%;
  }
  .col-md-3 {
    width: 9.375%;
  }
  .col-md-2 {
    width: 6.25%;
  }
  .col-md-1 {
    width: 3.125%;
  }
  .col-md-pull-32 {
    right: 100%;
  }
  .col-md-pull-31 {
    right: 96.875%;
  }
  .col-md-pull-30 {
    right: 93.75%;
  }
  .col-md-pull-29 {
    right: 90.625%;
  }
  .col-md-pull-28 {
    right: 87.5%;
  }
  .col-md-pull-27 {
    right: 84.375%;
  }
  .col-md-pull-26 {
    right: 81.25%;
  }
  .col-md-pull-25 {
    right: 78.125%;
  }
  .col-md-pull-24 {
    right: 75%;
  }
  .col-md-pull-23 {
    right: 71.875%;
  }
  .col-md-pull-22 {
    right: 68.75%;
  }
  .col-md-pull-21 {
    right: 65.625%;
  }
  .col-md-pull-20 {
    right: 62.5%;
  }
  .col-md-pull-19 {
    right: 59.375%;
  }
  .col-md-pull-18 {
    right: 56.25%;
  }
  .col-md-pull-17 {
    right: 53.125%;
  }
  .col-md-pull-16 {
    right: 50%;
  }
  .col-md-pull-15 {
    right: 46.875%;
  }
  .col-md-pull-14 {
    right: 43.75%;
  }
  .col-md-pull-13 {
    right: 40.625%;
  }
  .col-md-pull-12 {
    right: 37.5%;
  }
  .col-md-pull-11 {
    right: 34.375%;
  }
  .col-md-pull-10 {
    right: 31.25%;
  }
  .col-md-pull-9 {
    right: 28.125%;
  }
  .col-md-pull-8 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 21.875%;
  }
  .col-md-pull-6 {
    right: 18.75%;
  }
  .col-md-pull-5 {
    right: 15.625%;
  }
  .col-md-pull-4 {
    right: 12.5%;
  }
  .col-md-pull-3 {
    right: 9.375%;
  }
  .col-md-pull-2 {
    right: 6.25%;
  }
  .col-md-pull-1 {
    right: 3.125%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-32 {
    left: 100%;
  }
  .col-md-push-31 {
    left: 96.875%;
  }
  .col-md-push-30 {
    left: 93.75%;
  }
  .col-md-push-29 {
    left: 90.625%;
  }
  .col-md-push-28 {
    left: 87.5%;
  }
  .col-md-push-27 {
    left: 84.375%;
  }
  .col-md-push-26 {
    left: 81.25%;
  }
  .col-md-push-25 {
    left: 78.125%;
  }
  .col-md-push-24 {
    left: 75%;
  }
  .col-md-push-23 {
    left: 71.875%;
  }
  .col-md-push-22 {
    left: 68.75%;
  }
  .col-md-push-21 {
    left: 65.625%;
  }
  .col-md-push-20 {
    left: 62.5%;
  }
  .col-md-push-19 {
    left: 59.375%;
  }
  .col-md-push-18 {
    left: 56.25%;
  }
  .col-md-push-17 {
    left: 53.125%;
  }
  .col-md-push-16 {
    left: 50%;
  }
  .col-md-push-15 {
    left: 46.875%;
  }
  .col-md-push-14 {
    left: 43.75%;
  }
  .col-md-push-13 {
    left: 40.625%;
  }
  .col-md-push-12 {
    left: 37.5%;
  }
  .col-md-push-11 {
    left: 34.375%;
  }
  .col-md-push-10 {
    left: 31.25%;
  }
  .col-md-push-9 {
    left: 28.125%;
  }
  .col-md-push-8 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 21.875%;
  }
  .col-md-push-6 {
    left: 18.75%;
  }
  .col-md-push-5 {
    left: 15.625%;
  }
  .col-md-push-4 {
    left: 12.5%;
  }
  .col-md-push-3 {
    left: 9.375%;
  }
  .col-md-push-2 {
    left: 6.25%;
  }
  .col-md-push-1 {
    left: 3.125%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-32 {
    margin-left: 100%;
  }
  .col-md-offset-31 {
    margin-left: 96.875%;
  }
  .col-md-offset-30 {
    margin-left: 93.75%;
  }
  .col-md-offset-29 {
    margin-left: 90.625%;
  }
  .col-md-offset-28 {
    margin-left: 87.5%;
  }
  .col-md-offset-27 {
    margin-left: 84.375%;
  }
  .col-md-offset-26 {
    margin-left: 81.25%;
  }
  .col-md-offset-25 {
    margin-left: 78.125%;
  }
  .col-md-offset-24 {
    margin-left: 75%;
  }
  .col-md-offset-23 {
    margin-left: 71.875%;
  }
  .col-md-offset-22 {
    margin-left: 68.75%;
  }
  .col-md-offset-21 {
    margin-left: 65.625%;
  }
  .col-md-offset-20 {
    margin-left: 62.5%;
  }
  .col-md-offset-19 {
    margin-left: 59.375%;
  }
  .col-md-offset-18 {
    margin-left: 56.25%;
  }
  .col-md-offset-17 {
    margin-left: 53.125%;
  }
  .col-md-offset-16 {
    margin-left: 50%;
  }
  .col-md-offset-15 {
    margin-left: 46.875%;
  }
  .col-md-offset-14 {
    margin-left: 43.75%;
  }
  .col-md-offset-13 {
    margin-left: 40.625%;
  }
  .col-md-offset-12 {
    margin-left: 37.5%;
  }
  .col-md-offset-11 {
    margin-left: 34.375%;
  }
  .col-md-offset-10 {
    margin-left: 31.25%;
  }
  .col-md-offset-9 {
    margin-left: 28.125%;
  }
  .col-md-offset-8 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 21.875%;
  }
  .col-md-offset-6 {
    margin-left: 18.75%;
  }
  .col-md-offset-5 {
    margin-left: 15.625%;
  }
  .col-md-offset-4 {
    margin-left: 12.5%;
  }
  .col-md-offset-3 {
    margin-left: 9.375%;
  }
  .col-md-offset-2 {
    margin-left: 6.25%;
  }
  .col-md-offset-1 {
    margin-left: 3.125%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1600px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32 {
    float: left;
  }
  .col-lg-32 {
    width: 100%;
  }
  .col-lg-31 {
    width: 96.875%;
  }
  .col-lg-30 {
    width: 93.75%;
  }
  .col-lg-29 {
    width: 90.625%;
  }
  .col-lg-28 {
    width: 87.5%;
  }
  .col-lg-27 {
    width: 84.375%;
  }
  .col-lg-26 {
    width: 81.25%;
  }
  .col-lg-25 {
    width: 78.125%;
  }
  .col-lg-24 {
    width: 75%;
  }
  .col-lg-23 {
    width: 71.875%;
  }
  .col-lg-22 {
    width: 68.75%;
  }
  .col-lg-21 {
    width: 65.625%;
  }
  .col-lg-20 {
    width: 62.5%;
  }
  .col-lg-19 {
    width: 59.375%;
  }
  .col-lg-18 {
    width: 56.25%;
  }
  .col-lg-17 {
    width: 53.125%;
  }
  .col-lg-16 {
    width: 50%;
  }
  .col-lg-15 {
    width: 46.875%;
  }
  .col-lg-14 {
    width: 43.75%;
  }
  .col-lg-13 {
    width: 40.625%;
  }
  .col-lg-12 {
    width: 37.5%;
  }
  .col-lg-11 {
    width: 34.375%;
  }
  .col-lg-10 {
    width: 31.25%;
  }
  .col-lg-9 {
    width: 28.125%;
  }
  .col-lg-8 {
    width: 25%;
  }
  .col-lg-7 {
    width: 21.875%;
  }
  .col-lg-6 {
    width: 18.75%;
  }
  .col-lg-5 {
    width: 15.625%;
  }
  .col-lg-4 {
    width: 12.5%;
  }
  .col-lg-3 {
    width: 9.375%;
  }
  .col-lg-2 {
    width: 6.25%;
  }
  .col-lg-1 {
    width: 3.125%;
  }
  .col-lg-pull-32 {
    right: 100%;
  }
  .col-lg-pull-31 {
    right: 96.875%;
  }
  .col-lg-pull-30 {
    right: 93.75%;
  }
  .col-lg-pull-29 {
    right: 90.625%;
  }
  .col-lg-pull-28 {
    right: 87.5%;
  }
  .col-lg-pull-27 {
    right: 84.375%;
  }
  .col-lg-pull-26 {
    right: 81.25%;
  }
  .col-lg-pull-25 {
    right: 78.125%;
  }
  .col-lg-pull-24 {
    right: 75%;
  }
  .col-lg-pull-23 {
    right: 71.875%;
  }
  .col-lg-pull-22 {
    right: 68.75%;
  }
  .col-lg-pull-21 {
    right: 65.625%;
  }
  .col-lg-pull-20 {
    right: 62.5%;
  }
  .col-lg-pull-19 {
    right: 59.375%;
  }
  .col-lg-pull-18 {
    right: 56.25%;
  }
  .col-lg-pull-17 {
    right: 53.125%;
  }
  .col-lg-pull-16 {
    right: 50%;
  }
  .col-lg-pull-15 {
    right: 46.875%;
  }
  .col-lg-pull-14 {
    right: 43.75%;
  }
  .col-lg-pull-13 {
    right: 40.625%;
  }
  .col-lg-pull-12 {
    right: 37.5%;
  }
  .col-lg-pull-11 {
    right: 34.375%;
  }
  .col-lg-pull-10 {
    right: 31.25%;
  }
  .col-lg-pull-9 {
    right: 28.125%;
  }
  .col-lg-pull-8 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 21.875%;
  }
  .col-lg-pull-6 {
    right: 18.75%;
  }
  .col-lg-pull-5 {
    right: 15.625%;
  }
  .col-lg-pull-4 {
    right: 12.5%;
  }
  .col-lg-pull-3 {
    right: 9.375%;
  }
  .col-lg-pull-2 {
    right: 6.25%;
  }
  .col-lg-pull-1 {
    right: 3.125%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-32 {
    left: 100%;
  }
  .col-lg-push-31 {
    left: 96.875%;
  }
  .col-lg-push-30 {
    left: 93.75%;
  }
  .col-lg-push-29 {
    left: 90.625%;
  }
  .col-lg-push-28 {
    left: 87.5%;
  }
  .col-lg-push-27 {
    left: 84.375%;
  }
  .col-lg-push-26 {
    left: 81.25%;
  }
  .col-lg-push-25 {
    left: 78.125%;
  }
  .col-lg-push-24 {
    left: 75%;
  }
  .col-lg-push-23 {
    left: 71.875%;
  }
  .col-lg-push-22 {
    left: 68.75%;
  }
  .col-lg-push-21 {
    left: 65.625%;
  }
  .col-lg-push-20 {
    left: 62.5%;
  }
  .col-lg-push-19 {
    left: 59.375%;
  }
  .col-lg-push-18 {
    left: 56.25%;
  }
  .col-lg-push-17 {
    left: 53.125%;
  }
  .col-lg-push-16 {
    left: 50%;
  }
  .col-lg-push-15 {
    left: 46.875%;
  }
  .col-lg-push-14 {
    left: 43.75%;
  }
  .col-lg-push-13 {
    left: 40.625%;
  }
  .col-lg-push-12 {
    left: 37.5%;
  }
  .col-lg-push-11 {
    left: 34.375%;
  }
  .col-lg-push-10 {
    left: 31.25%;
  }
  .col-lg-push-9 {
    left: 28.125%;
  }
  .col-lg-push-8 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 21.875%;
  }
  .col-lg-push-6 {
    left: 18.75%;
  }
  .col-lg-push-5 {
    left: 15.625%;
  }
  .col-lg-push-4 {
    left: 12.5%;
  }
  .col-lg-push-3 {
    left: 9.375%;
  }
  .col-lg-push-2 {
    left: 6.25%;
  }
  .col-lg-push-1 {
    left: 3.125%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-32 {
    margin-left: 100%;
  }
  .col-lg-offset-31 {
    margin-left: 96.875%;
  }
  .col-lg-offset-30 {
    margin-left: 93.75%;
  }
  .col-lg-offset-29 {
    margin-left: 90.625%;
  }
  .col-lg-offset-28 {
    margin-left: 87.5%;
  }
  .col-lg-offset-27 {
    margin-left: 84.375%;
  }
  .col-lg-offset-26 {
    margin-left: 81.25%;
  }
  .col-lg-offset-25 {
    margin-left: 78.125%;
  }
  .col-lg-offset-24 {
    margin-left: 75%;
  }
  .col-lg-offset-23 {
    margin-left: 71.875%;
  }
  .col-lg-offset-22 {
    margin-left: 68.75%;
  }
  .col-lg-offset-21 {
    margin-left: 65.625%;
  }
  .col-lg-offset-20 {
    margin-left: 62.5%;
  }
  .col-lg-offset-19 {
    margin-left: 59.375%;
  }
  .col-lg-offset-18 {
    margin-left: 56.25%;
  }
  .col-lg-offset-17 {
    margin-left: 53.125%;
  }
  .col-lg-offset-16 {
    margin-left: 50%;
  }
  .col-lg-offset-15 {
    margin-left: 46.875%;
  }
  .col-lg-offset-14 {
    margin-left: 43.75%;
  }
  .col-lg-offset-13 {
    margin-left: 40.625%;
  }
  .col-lg-offset-12 {
    margin-left: 37.5%;
  }
  .col-lg-offset-11 {
    margin-left: 34.375%;
  }
  .col-lg-offset-10 {
    margin-left: 31.25%;
  }
  .col-lg-offset-9 {
    margin-left: 28.125%;
  }
  .col-lg-offset-8 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 21.875%;
  }
  .col-lg-offset-6 {
    margin-left: 18.75%;
  }
  .col-lg-offset-5 {
    margin-left: 15.625%;
  }
  .col-lg-offset-4 {
    margin-left: 12.5%;
  }
  .col-lg-offset-3 {
    margin-left: 9.375%;
  }
  .col-lg-offset-2 {
    margin-left: 6.25%;
  }
  .col-lg-offset-1 {
    margin-left: 3.125%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding: 20px 0;
  color: #373d43;
  text-align: left;
  font-weight: bold;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
}
.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: 20px 0;
  line-height: 1;
  vertical-align: middle;
  border-top: 1px solid #b8b8b8;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #b8b8b8;
}
.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 #b8b8b8;
}
.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 #b8b8b8;
}
.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 #b8b8b8;
}
.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-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 640px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #b8b8b8;
  }
  .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;
  font-size: 19.5px;
  line-height: inherit;
  border: 0;
}
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;
}
output {
  display: block;
  font-size: 13px;
  line-height: 1.14;
  color: #373d43;
}
.form-control {
  display: block;
  width: 100%;
  height: 57px;
  padding: 13.6px 27px;
  font-size: 20px;
  line-height: 1.19;
  text-align: left;
  color: #373d43;
  background-color: #fff;
  background-image: none;
  border: 3px solid #373d43;
  border-radius: 0;
  -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:not([class~="dropdown-toggle"]):focus {
  border-color: #ce614f !important;
  outline: 0;
  -webkit-box-shadow: 0 0 8px #ce614f;
  box-shadow: 0 0 8px #ce614f;
}
.form-control:not([class~="dropdown-toggle"])::-moz-placeholder {
  color: #373d43;
  opacity: 1;
  font-size: 18.48px;
}
.form-control:not([class~="dropdown-toggle"]):-ms-input-placeholder {
  color: #373d43;
  font-size: 18.48px;
}
.form-control:not([class~="dropdown-toggle"])::-webkit-input-placeholder {
  color: #373d43;
  font-size: 18.48px;
}
@media (min-width: 641px) {
  .form-control:not([class~="dropdown-toggle"])::-moz-placeholder {
    font-size: 13px;
  }
  .form-control:not([class~="dropdown-toggle"]):-ms-input-placeholder {
    font-size: 13px;
  }
  .form-control:not([class~="dropdown-toggle"])::-webkit-input-placeholder {
    font-size: 13px;
  }
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffba00;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-control.captcha {
  padding: 0;
  width: auto;
  display: inline-block;
}
.captcha + .form-control {
  display: inline-block;
  width: 211px;
  vertical-align: middle;
  margin-left: 15px;
}
@media (min-width: 641px) {
  .form-control {
    height: 35px;
    border: 1px solid #b8b8b8;
    padding: 9.09px 12px;
    font-size: 13px;
  }
  .captcha + .form-control {
    width: 124px;
    margin-left: 8px;
  }
}
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: 57px;
  }
}
.form-group {
  margin-bottom: 15px;
}
@media (min-width: 641px) {
  .form-group {
    margin-bottom: 8px;
  }
}
.checkbox {
  height: 44px;
  padding-left: 64px;
  position: relative;
}
.checkbox:before,
.checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url('../images/sprite.png') no-repeat;
}
.checkbox:before {
  height: 44px;
  width: 44px;
}
.checkbox.checked:after {
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 15px;
  height: 9px;
  background-position: -75px -548px;
  top: 17px;
  left: 15px;
}
.checkbox.checked:hover:after {
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 15px;
  height: 9px;
  background-position: -75px -506px;
}
@media (min-width: 641px) {
  .checkbox {
    height: 20px;
    padding-left: 28px;
  }
  .checkbox:before {
    height: 20px;
    width: 20px;
  }
  .checkbox.checked:after {
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
    width: 8px;
    height: 5px;
    background-position: -101px -572px;
    top: 7px;
    left: 5px;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .checkbox.checked:hover:after {
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
    width: 8px;
    height: 5px;
    background-position: -92px -558px;
  }
}
.radio {
  height: 42px;
  padding-left: 62px;
}
.radio:before {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
.radio.checked:after {
  width: 16px;
  height: 16px;
  top: 13px;
  left: 13px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  background: #ce614f;
}
@media (min-width: 641px) {
  .radio {
    padding-left: 28px;
    height: 20px;
  }
  .radio:before {
    height: 20px;
    width: 20px;
  }
  .radio.checked:after {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 6px;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
.checkbox,
.radio {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.checkbox:focus,
.radio:focus,
.checkbox:hover,
.radio:hover {
  color: #ce614f;
}
.checkbox:before,
.radio:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #373d43;
  background: #fff;
}
@media (min-width: 641px) {
  .checkbox,
  .radio {
    font-size: 13px;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .checkbox:before,
  .radio:before {
    border: 1px solid #b8b8b8;
  }
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
/*
.has-success {
  .form-control-validation(@state-success-text; @state-success-text; @state-success-bg);
}
.has-warning {
  .form-control-validation(@state-warning-text; @state-warning-text; @state-warning-bg);
}
.has-error {
  .form-control-validation(@state-danger-text; @state-danger-text; @state-danger-bg);
}
*/
.help-block {
  display: block;
  margin-top: 5px;
  color: #000;
}
@media (min-width: 641px) {
  .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 .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 641px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 3px solid transparent;
  white-space: nowrap;
  font-size: 20px;
  height: 57px;
  line-height: 51px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  -webkit-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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
@media (min-width: 641px) {
  .btn {
    font-size: 13px;
    height: 35px;
    line-height: 29px;
    border-radius: 0;
  }
}
.btn-default {
  color: #ce614f;
  background-color: transparent;
  border-color: #ce614f;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #ce614f;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #ce614f;
}
.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: #fff;
  background-color: #ce614f;
}
.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: #ce614f;
}
.btn-default .badge {
  color: transparent;
  background-color: #ce614f;
}
.btn-dark {
  color: #373d43;
  background-color: #fff;
  border-color: #373d43;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus {
  color: #373d43;
  background-color: #fff;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #373d43;
  background-color: #fff;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #373d43;
  background-color: #fff;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #fff;
}
.btn-dark .badge {
  color: #fff;
  background-color: #373d43;
}
.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #373d43;
  background-color: #fff;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #373d43;
  background-color: #fff;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #373d43;
  background-color: #fff;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: #fff;
}
.btn-white .badge {
  color: transparent;
  background-color: #fff;
}
.btn-red {
  color: #fff;
  background-color: #ce614f;
  border-color: #ce614f;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: transparent;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #fff;
  background-color: transparent;
}
.btn-red:active:hover,
.btn-red.active:hover,
.open > .dropdown-toggle.btn-red:hover,
.btn-red:active:focus,
.btn-red.active:focus,
.open > .dropdown-toggle.btn-red:focus,
.btn-red:active.focus,
.btn-red.active.focus,
.open > .dropdown-toggle.btn-red.focus {
  color: #fff;
  background-color: transparent;
}
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus {
  background-color: transparent;
}
.btn-red .badge {
  color: #ce614f;
  background-color: #fff;
}
.btn-light {
  color: #b8b8b8;
  background-color: transparent;
  border-color: #b8b8b8;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus {
  color: #fff;
  background-color: #b8b8b8;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  color: #fff;
  background-color: #b8b8b8;
}
.btn-light:active:hover,
.btn-light.active:hover,
.open > .dropdown-toggle.btn-light:hover,
.btn-light:active:focus,
.btn-light.active:focus,
.open > .dropdown-toggle.btn-light:focus,
.btn-light:active.focus,
.btn-light.active.focus,
.open > .dropdown-toggle.btn-light.focus {
  color: #fff;
  background-color: #b8b8b8;
}
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled.focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light.focus {
  background-color: #b8b8b8;
}
.btn-light .badge {
  color: transparent;
  background-color: #b8b8b8;
}
.btn-link {
  color: inherit;
  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;
  box-shadow: none;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #ce614f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  text-decoration: none;
}
.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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown .caption {
	font-size: 17px;
}
.dropdown-toggle {
  border: 3px solid #373d43;
  position: relative;
}
.dropdown-toggle:before,
.dropdown-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url('../images/sprite.png') no-repeat;
}
.dropdown-toggle:after {
  width: 15px;
  height: 9px;
  margin-top: -4.5px;
  right: 5px;
  background-position: -75px -548px;
}
@media (min-width: 641px) {
  .dropdown-toggle {
    border: 1px solid #b8b8b8;
  }
  .dropdown-toggle:after {
    width: 8px;
    height: 5px;
    margin-top: -2.5px;
    right: 15px;
    background-position: -101px -572px;
  }
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 100%;
  min-width: 300px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
  background-color: #fff;
  border: 3px solid #373d43;
  border-top: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #489d31;
}
.dropdown-menu > li > a {
  /* без бордеров */
  display: block;
  height: 51px;
  padding: 0;
  line-height: 51px;
  color: #ffba00;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #ffba00;
}
@media (min-width: 641px) {
  .dropdown-menu {
    border-width: 1px;
    border-color: #b8b8b8;
    font-size: 13px;
  }
  .dropdown-menu > li > a {
    /* без бордеров */
    height: 33px;
    padding: 0;
    line-height: 33px;
  }
}
.form-group .dropdown-menu > li {
  padding-left: 27px;
  padding-right: 27px;
}
.form-group .dropdown-menu > li:hover {
  background-color: #f1f1f1;
}
.form-group .dropdown-menu > li.selected {
  background-color: #e6e6e6;
}
.form-group .dropdown-menu > li label {
  width: 100%;
  cursor: pointer;
}
@media (min-width: 641px) {
  .form-group .dropdown-menu > li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.dropdown-menu > .active > a {
  color: purple;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: aqua;
}
.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;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.14;
  color: aqua;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 1px dashed;
  border-bottom: 1px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
/*
@media (min-width: @grid-float-breakpoint) {
  .navbar-right {
    .dropdown-menu {
      .dropdown-menu-right();
    }
    // Necessary for overrides of the default right aligned menu.
    // Will remove come v4 in all likelihood.
    .dropdown-menu-left {
      .dropdown-menu-left();
    }
  }
}
*/
.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-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 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: #373d43;
  text-align: center;
  background-color: #fff;
  border: 3px solid #373d43;
  border-radius: 0;
  padding: 10px 15px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
@media (min-width: 641px) {
  .input-group-addon {
    font-size: 14px;
    border: 1px solid #b8b8b8;
  }
}
.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;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -3px;
}
.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: -3px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -3px;
}
@media (min-width: 641px) {
  .input-group-btn > .btn + .btn {
    margin-left: -1px;
  }
  .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 {
    margin-left: -1px;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a,
.nav > li > label {
  position: relative;
  display: block;
  font: bold 17.997px PTSansCaption, Arial, sans-serif;
  color: #373d43;
}
.nav > li > a:hover,
.nav > li > label:hover,
.nav > li > a:focus,
.nav > li > label:focus {
  text-decoration: none;
}
.nav > li > label {
  margin-bottom: 0;
  cursor: pointer;
}
.nav > li.disabled > a,
.nav > li.disabled > label {
  color: #b8b8b8;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > label:hover,
.nav > li.disabled > a:focus,
.nav > li.disabled > label:focus {
  color: #b8b8b8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e6e6e6;
  border-color: inherit;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  margin-bottom: 60px;
  border-bottom: 1px solid #b8b8b8;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li:not(:first-child) {
  margin-left: 70px;
}
.nav-tabs > li > a,
.nav-tabs > li > label {
  padding: 0 0 23px;
  border-bottom: 3px solid transparent;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > label:hover {
  border-color: #ce614f;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > label,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > label:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > label:focus {
  border-color: #ce614f;
  cursor: default;
}
@media (min-width: 641px) {
  .nav-tabs {
    margin-bottom: 40px;
  }
  .nav-tabs > li:not(:first-child) {
    margin-left: 60px;
  }
  .nav-tabs > li > a,
  .nav-tabs > li > label {
    font-size: 14px;
    padding-bottom: 19px;
  }
}
.nav-tabs.nav-tabs-justified {
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute;
  text-justify: distribute;
}
.nav-tabs.nav-tabs-justified:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.nav-tabs.nav-tabs-justified > li {
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
}
.nav-tabs.nav-tabs-justified > li {
  float: none;
  margin-left: 0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
/*.nav-justified {
  //width: 100%;

  > li {
    float: none;
    > a {
      text-align: center;
    }
  }

  > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }

  @media (min-width: @screen-sm-min) {
    > li {
      display: table-cell;
      width: 1%;
      > a {
        margin-bottom: 0;
      }
    }
  }
}*/
/*.nav-tabs-justified {
  //border-bottom: 0;

  > li > a {
    // Override margin from .nav-tabs
    margin-right: 0;
    border-radius: @border-radius-base;
  }

  > .active > a,
  > .active > a:hover,
  > .active > a:focus {
    border: 1px solid @nav-tabs-justified-link-border-color;
  }

  @media (min-width: @screen-sm-min) {
    > li > a {
      border-bottom: 1px solid @nav-tabs-justified-link-border-color;
      border-radius: @border-radius-base @border-radius-base 0 0;
    }
    > .active > a,
    > .active > a:hover,
    > .active > a:focus {
      border-bottom-color: @nav-tabs-justified-active-link-border-color;
    }
  }
}*/
.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;
}
.breadcrumb {
  margin: -5px 0 30px;
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:first-child):before {
  content: "›\00a0";
  padding: 0 5px;
  color: #ce614f;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.breadcrumb a {
  font-size: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #000;
}
.breadcrumb a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.pagination {
  display: block;
  padding-left: 0;
  margin: 0 auto 55px;
  font-size: 0;
  text-align: center;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  display: table-cell;
  height: 70px;
  width: 70px;
  vertical-align: middle;
  font-size: 30px;
}
.pagination > li .paginationArrow {
  width: 10px;
}
.pagination > li .paginationArrow.prev:before,
.pagination > li .paginationArrow.next:before {
  width: 9px;
  height: 15px;
  margin-top: -8px;
}
.pagination > li .paginationArrow.prev:before {
  background-position: -72px -558px;
}
.pagination > li .paginationArrow.next:before {
  background-position: -82px -558px;
}
.pagination > li .paginationArrow.prev:hover:before {
  background-position: -93px -488px;
}
.pagination > li .paginationArrow.next:hover:before {
  background-position: -93px -504px;
}
.pagination > li.active > span {
  color: #ce614f;
  border: 3px solid rgba(55, 61, 67, 0.2);
  cursor: default;
}
.pagination > li.disabled > span {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.pagination > li.disabled .paginationArrow.prev:before {
  background-position: -72px -558px;
}
.pagination > li.disabled .paginationArrow.next:before {
  background-position: -82px -558px;
}
@media (min-width: 641px) {
  .pagination {
    width: 510px;
    margin-bottom: 30px;
  }
  .pagination > li > a,
  .pagination > li > span {
    height: 44px;
    width: 44px;
    font-size: 18px;
  }
}
.panel {
  margin-bottom: 16px;
  background-color: #f1f1f1;
}
@media (min-width: 641px) {
  .panel {
    margin-bottom: 8px;
  }
}
.panel-body {
  padding: 30px 30px;
}
@media (min-width: 641px) {
  .panel-body {
    padding: 28px 18px;
  }
}
.panel-heading {
  padding: 25px 30px;
  border-bottom: 1px solid transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading + .panel-body {
  padding-top: 0;
}
@media (min-width: 641px) {
  .panel-heading {
    padding: 23px 18px;
  }
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  font: bold 21px PTSansCaption, Arial, sans-serif;
  color: inherit;
}
@media (min-width: 641px) {
  .panel-title {
    font-size: 14px;
  }
}
.panel-footer {
  padding: 23px 18px;
  border-top: 1px solid transparent;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 28px 18px;
  padding-right: 28px 18px;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 8px;
}
.panel-group .panel {
  margin-bottom: 0;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid green;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid green;
}
.panel-default {
  background-color: #f1f1f1;
  color: #000;
}
.panel-default > .panel-heading {
  border-color: transparent;
  background-color: #f1f1f1;
}
.panel-default > .panel-heading .badge {
  color: #000;
  background-color: #f1f1f1;
}
.panel-default > .panel-footer {
  border-color: transparent;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-dark {
  background-color: #373d43;
  color: #fff;
}
.panel-dark > .panel-heading {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #373d43;
}
.panel-dark > .panel-heading .badge {
  color: #fff;
  background-color: #373d43;
}
.panel-dark > .panel-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 520px;
  margin: 60px auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
@media (min-width: 641px) {
  .modal-content {
    border-radius: 30px;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  height: 100px;
  position: relative;
  /*border-bottom: 1px solid @modal-header-border-color;*/
}
.modal-header:empty {
  display: none;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.14;
}
.modal-body {
  position: relative;
  padding: 15px 70px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  height: 100px;
  /*border-top: 1px solid @modal-footer-border-color;*/
}
.modal-footer:empty {
  display: none;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 641px) {
  .modal-dialog {
    width: 600px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: PTSansCaption, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.14;
  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 rgba(0, 0, 0, 0.2);
  -webkit-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: 99px 99px 0 0;
}
.popover-content {
  padding: 9px 14px;
  font: 13px PTSansCaption, Arial, sans-serif;
  color: #000;
}
.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;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  color: #fff;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 25px;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  z-index: 15;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators li:not(:first-child) {
  margin-left: 8px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-indicators li:hover,
.carousel-indicators .active:hover {
  background-color: #ce614f;
  border-color: #ce614f;
}
.carousel-caption {
  position: absolute;
  left: 14%;
  top: 14%;
  z-index: 10;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 641px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 25%;
    top: 25%;
  }
}
.clearfix:before,
.clearfix: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,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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: 640px) {
  .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: 640px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 640px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 641px) and (max-width: 1279px) {
  .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: 641px) and (max-width: 1279px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 641px) and (max-width: 1279px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 641px) and (max-width: 1279px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .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: 1280px) and (max-width: 1599px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .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: 1600px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 640px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 641px) and (max-width: 1279px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .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;
  }
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 9px solid #ce614f;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (min-width: 641px) {
  .noUi-handle {
    border-width: 4px;
  }
}
.noUi-handle:hover {
  border-width: 11.25px;
}
@media (min-width: 641px) {
  .noUi-handle:hover {
    border-width: 5px;
  }
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s,top .3s;
  -o-transition: left .3s,top .3s;
  transition: left .3s,top .3s;
}
.noUi-state-drag * {
  cursor: inherit!important;
}
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 6px;
}
@media (min-width: 641px) {
  .noUi-horizontal {
    height: 3px;
  }
}
.noUi-horizontal .noUi-handle {
  width: 36px;
  height: 36px;
  left: -27px;
  top: -24px;
}
@media (min-width: 641px) {
  .noUi-horizontal .noUi-handle {
    width: 5px;
    height: 5px;
    left: -6.5px;
    top: -5px;
  }
}
.noUi-horizontal .noUi-handle:hover {
  left: -29.25px;
  top: -26.25px;
}
@media (min-width: 641px) {
  .noUi-horizontal .noUi-handle:hover {
    left: -7.5px;
    top: -6px;
  }
}
.noUi-vertical {
  width: 6px;
}
@media (min-width: 641px) {
  .noUi-vertical {
    width: 3px;
  }
}
.noUi-vertical .noUi-handle {
  width: 36px;
  height: 36px;
  left: -24px;
  top: -27px;
}
@media (min-width: 641px) {
  .noUi-vertical .noUi-handle {
    width: 5px;
    height: 5px;
    left: -5px;
    top: -6.5px;
  }
}
.noUi-vertical .noUi-handle:hover {
  left: -26.25px;
  top: -29.25px;
}
@media (min-width: 641px) {
  .noUi-vertical .noUi-handle:hover {
    left: -6px;
    top: -7.5px;
  }
}
.noUi-background {
  background: #d2d2d2;
}
.noUi-connect {
  background: #ce614f;
  -webkit-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin,
.noUi-target {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
@media (min-width: 641px) {
  .noUi-origin,
  .noUi-target {
    border-top-right-radius: 1.5px;
    border-bottom-right-radius: 1.5px;
    border-bottom-left-radius: 1.5px;
    border-top-left-radius: 1.5px;
  }
}
.noUi-target.noUi-connect {
  -webkit-box-shadow: inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB;
  box-shadow: inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip,
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  top: 50px;
}
.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%;
}
.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%;
}
.befSprite {
  position: relative;
}
.befSprite:before,
.befSprite:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url('../images/sprite.png') no-repeat;
}
.bgSprite {
  background: url('../images/sprite.png') no-repeat;
}
.closeBtn,
.delBtn {
  width: 74px;
  height: 74px;
  border: 1px solid #373d43;
  background-color: transparent;
  border-radius: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: relative;
}
.closeBtn:before,
.delBtn:before,
.closeBtn:after,
.delBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url('../images/sprite.png') no-repeat;
}
.closeBtn:hover,
.delBtn:hover,
.closeBtn:focus,
.delBtn:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.closeBtn:before,
.delBtn:before {
  width: 16px;
  height: 16px;
  background-position: -53px -819px;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
.underlinedLink {
  text-decoration: underline !important;
}
.underlinedLink:hover,
.underlinedLink:focus {
  text-decoration: none !important;
}
.pseudoSelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 100;
  width: 100%;
}
.importantContent {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0;
  padding: 45px 0;
  color: #b74633;
}
.message:empty {
  display: none;
}
.message.error {
  color: #8f483d;
}
.message.success {
  color: #489d31;
}
.loader {
  height: 100px;
  background: url('../images/load.gif') no-repeat center;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.noLeftMargin {
  margin-left: 0 !important;
}
.viewAllLink {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-transform: uppercase;
}
.viewAllLink:hover {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
.pageWrapper {
  width: 640px;
  min-height: 100%;
  position: relative;
}
.indexPage .fullWidthContent {
  padding: 0 30px;
  background-color: #e6e6e6;
}
.indexPage h4 {
  margin: 0;
  padding: 40px 0 35px;
  font-family: Intro, Arial, sans-serif;
  text-transform: uppercase;
}
.indexPage .mainContent {
  margin: 50px -30px 0;
}
.header {
  position: relative;
  padding: 118px 30px 38px;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.logoLink {
  float: left;
  width: 100%;
}
.headerInfo {
  position: absolute;
  height: 86px;
  left: 0;
  top: 0;
  right: 0;
  padding: 23px 116px 0 30px;
  background-color: #e6e6e6;
}
.headerInfo .headerPersonal {
  position: relative;
  color: #373d43;
  font-weight: bold;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute;
  text-justify: distribute;
}
.headerInfo .headerPersonal:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.headerInfo .headerPersonal > a {
  display: inline-block;
  font-size: 18.48px;
  vertical-align: top;
}
.headerInfo .headerPersonalLink {
  line-height: 1.15;
  padding-left: 55px;
  border: 0;
}
.headerInfo .headerPersonalLink:hover {
  text-decoration: none;
}
.headerInfo .headerPersonalLink.basketBlock:before {
  width: 36px;
  height: 36px;
  background-position: 0 -659px;
  left: 0;
  top: -1px;
}
.headerInfo .headerPersonalLink.basketBlock:after {
  width: 28px;
  height: 9px;
  background-position: -81px -746px;
  left: 2px;
  top: 38px;
}
.headerInfo .headerPersonalLink.basketBlock:hover:before {
  background-position: -37px -659px;
}
.headerInfo .headerPersonalLink.basketBlock:hover:after {
  background-position: -81px -766px;
}
.headerInfo .headerPersonalLink.basketBlock.empty:after {
  background-position: -81px -736px;
}
.headerInfo .headerPersonalLink.basketBlock.empty:hover:after {
  background-position: -81px -756px;
}
.headerInfo .headerPersonalLink.profileBlock:before {
  width: 35px;
  height: 40px;
  background-position: 0 -696px;
  left: 0;
  top: -1px;
}
.headerInfo .headerPersonalLink.profileBlock:hover:before {
  background-position: -36px -696px;
}
.headerInfo .phoneBtn {
  width: 40px;
  height: 41px;
  background-position: -34px -460px;
  border: 0;
}
.headerInfo .phoneBtn:hover {
  background-position: -34px -502px;
}
.headerInfo .searchBtn {
  width: 37px;
  height: 37px;
  background-position: -34px -544px;
  margin-top: 2px;
  border: 0;
}
.headerInfo .searchBtn:hover {
  background-position: -34px -582px;
}
.menuBtn {
  position: absolute;
  width: 86px;
  height: 86px;
  top: 0;
  right: 0;
  background-color: #8f483d;
  border: 0;
}
.menuBtn:after {
  content: none;
}
.menuBtnIcon {
  display: block;
  position: relative;
  width: 36px;
  height: 28px;
  border-width: 6px 0;
  border-color: #fff;
  border-style: solid;
  margin: 29px auto;
}
.menuBtnIcon:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #fff;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.menuBtn:hover .menuBtnIcon {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.indexPage .header .searchBlock {
  clear: both;
  padding-top: 38px;
}
.innerPage .header .searchBlock {
  display: none;
}
.searchBlock .pseudoSelect {
  width: 147px;
}
.searchBlock .btn[type=submit] {
  width: 125px;
  margin-left: 9px;
}
.searchPlacesBtn {
  padding: 0 29px 0 14px;
  background-image: -webkit-linear-gradient(top, #fff 0%, #b6bdc3 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #b6bdc3 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #b6bdc3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffb6bdc3', GradientType=0);
}
.searchPlacesBtn:after {
  margin-right: -16px;
}
.searchPlacesBtn:before {
  width: 16px;
  height: 16px;
  right: -36px;
  background-position: -75px -460px;
  margin-top: -8px;
}
.searchPlacesBtn:hover {
  color: #ce614f;
  background-image: -webkit-linear-gradient(top, #b6bdc3 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #b6bdc3 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #b6bdc3 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb6bdc3', endColorstr='#ffffffff', GradientType=0);
}
.searchPlacesBtn:hover:after {
  background-position: -75px -506px;
}
.searchPlacesBtn:active,
.searchPlacesBtn.active,
.open > .dropdown-toggle.searchPlacesBtn {
  color: #ce614f;
}
.searchPlacesBtn:active:after,
.searchPlacesBtn.active:after,
.open > .dropdown-toggle.searchPlacesBtn:after {
  background-position: -75px -538px;
}
.searchPlacesBtn:active:hover,
.searchPlacesBtn.active:hover,
.open > .dropdown-toggle.searchPlacesBtn:hover,
.searchPlacesBtn:active:focus,
.searchPlacesBtn.active:focus,
.open > .dropdown-toggle.searchPlacesBtn:focus,
.searchPlacesBtn:active.focus,
.searchPlacesBtn.active.focus,
.open > .dropdown-toggle.searchPlacesBtn.focus {
  color: #ce614f;
}
.searchPlacesBtn:active:hover:after,
.searchPlacesBtn.active:hover:after,
.open > .dropdown-toggle.searchPlacesBtn:hover:after,
.searchPlacesBtn:active:focus:after,
.searchPlacesBtn.active:focus:after,
.open > .dropdown-toggle.searchPlacesBtn:focus:after,
.searchPlacesBtn:active.focus:after,
.searchPlacesBtn.active.focus:after,
.open > .dropdown-toggle.searchPlacesBtn.focus:after {
  background-position: -75px -494px;
}
.searchPlacesBtn .caption {
  display: inline-block;
  min-width: 65px;
  max-width: 100px;
  /*line-height: 1;*/
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchPlacesBtn ~ .placeList {
  padding: 14px;
  width: 446px;
}
.searchPlacesBtn ~ .placeList .closeBtn {
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  position: absolute;
  top: 19px;
  right: 19px;
}
.searchPlacesBtn ~ .placeList .placeItem {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  display: table;
  table-layout: fixed;
}
.searchPlacesBtn ~ .placeList .placeItem.everywhere {
  width: 100%;
}
.searchPlacesBtn ~ .placeList .placeItem .checkbox {
  /*overflow: hidden;
				text-overflow: ellipsis;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchInput {
  padding: 0 10px 0 50px;
  background-color: transparent;
}
.menuLink {
  display: block;
  position: relative;
}
.mainMenu {
  background-color: #8f483d;
  padding: 0;
  border: 0;
  overflow: hidden;
  max-width: 640px;
  /* костылек для расположения пунктов меню */
}
.mainMenu .menuLink {
  color: #fff;
  font: 22.89px/80px Intro, Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.selected .mainMenu .menuLink,
.mainMenu .menuLink:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.3);
}
.catalogMenu,
.topMobileMenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.catalogMenu .menuItem,
.topMobileMenu .menuItem {
  position: relative;
  float: left;
}
.catalogMenu .menuItem {
  min-width: 50%;
}
.catalogMenu .menuItem.x2 {
  width: 100%;
}
.catalogMenu .menuItem:before,
.catalogMenu .menuItem:after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  background-color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.catalogMenu .menuItem:before {
  left: 0;
  height: 1px;
}
.catalogMenu .menuItem:after {
  top: 0;
  width: 1px;
}
.catalogMenu .menuLink {
  padding: 0 40px 0 30px;
}
.catalogMenu .menuLink:before {
  width: 10px;
  height: 15px;
  background-position: -92px -536px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  right: 25px;
  margin-top: -8px;
}
.topMobileMenu {
  margin-top: -1px;
  z-index: 10;
}
.topMobileMenu .menuItem {
  background-color: #373d43;
  background-clip: padding-box;
  border: 0 solid transparent;
  letter-spacing: 0.25em;
}
.topMobileMenu .menuItemNews,
.topMobileMenu .menuItemHelp {
  padding: 0 30px;
}
.topMobileMenu .menuItemAbout {
  text-align: center;
  border-width: 0 1px 1px;
  width: 190px;
}
.topMobileMenu .menuItemContacts,
.topMobileMenu .menuItemSalons {
  padding: 0 25px;
  width: 230px;
}
.topMobileMenu .menuItemNews,
.topMobileMenu .menuItemContacts {
  border-bottom-width: 1px;
}
.topMobileMenu .menuItemNews {
  width: 220px;
}
.topMobileMenu .menuItemHelp {
  width: 410px;
  border-right-width: 1px;
}
.topMobileMenu .menuItemSalons {
  text-align: center;
}
.topMobileMenu .menuLink {
  font-size: 1.25em;
}
.topMobileMenu .menuLink:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.columnWrapper:before,
.columnWrapper:after {
  content: " ";
  display: table;
}
.columnWrapper:after {
  clear: both;
}
.columnWrapper:before,
.columnWrapper:after {
  content: " ";
  display: table;
}
.columnWrapper:after {
  clear: both;
}
.innerPage .rightColumn {
  padding: 0 30px;
}
.innerPage .rightColumn.mainContent {
  padding-bottom: 100px;
  position: relative;
}
.mainContent .innerMenu {
  position: relative;
  padding-right: 50px;
  word-spacing: 8px;
}
.mainContent .innerMenu:empty {
  display: none;
}
.mainContent .innerMenu > li {
  word-spacing: normal;
}
.mainContent .innerMenu > li:not(:first-child) {
  margin-left: 10px;
}
.mainContent .showOverflowed {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  right: 30px;
  top: -7px;
  z-index: 10;
}
.mainContent .showOverflowed:before {
  width: 10px;
  height: 15px;
  background-position: -92px -504px;
  margin-top: -8px;
  margin-left: -5px;
  left: 50%;
}
.mainContent .showOverflowed.active,
.mainContent .showOverflowed:hover,
.mainContent .showOverflowed:focus {
  background-color: #ce614f;
}
.mainContent .showOverflowed.active:before,
.mainContent .showOverflowed:hover:before,
.mainContent .showOverflowed:focus:before {
  background-position: -92px -536px;
}
.mainContent .verticalSubmenu {
  position: absolute;
  padding: 20px 25px 25px;
  list-style: none;
  margin-bottom: 0;
  right: 30px;
  border: 1px solid #b8b8b8;
  top: 32px;
  background-color: #fff;
  z-index: 10;
}
.mainContent .verticalSubmenu:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.05);
  left: -1px;
  right: -1px;
  bottom: -5px;
}
.mainContent .verticalSubmenu > li {
  display: block;
}
.mainContent .verticalSubmenu > li:not(:last-child) {
  margin-bottom: 25px;
}
.mainContent .verticalSubmenu br {
  display: none;
}
.pageTopImageWrapper {
  margin: 0 -30px 30px;
}
.mainBanners .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mainBanners .carouselImg {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mainBanners .carousel-caption {
  text-transform: uppercase;
  font: 1.76em P22UndergroundCyPro;
}
.mainBanners .mainBannersBtn {
  position: absolute;
  width: 470px;
  height: 113px;
  border: 4px solid #fff;
  border-right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  font: 1.19em/4.2em Intro, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  left: 14%;
  bottom: 110px;
}
.mainBanners .mainBannersBtn:after {
  width: 37px;
  height: 113px;
  background-position: -91px -218px;
  top: -4px;
  right: -37px;
}
.mainBanners .mainBannersBtn:hover {
  background-color: #fff;
  text-decoration: none;
}
.mainBanners .mainBannersBtn:hover:after {
  background-position: -91px -104px;
}
.mainCategoriesWrapper .mainCategoriesHeaderLine {
  padding: 35px 30px;
  text-transform: uppercase;
  font-family: Intro, Arial, sans-serif;
  overflow: hidden;
}
.mainCategoriesWrapper .mainCategoriesTitle {
  padding: 0;
}
.mainCategoriesWrapper .viewAllLink:after {
  content: '';
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 9px;
  height: 15px;
  background-position: -93px -504px;
  margin-left: 12px;
}
.mainCategoriesWrapper .mainCategoriesBlock:first-child {
  margin-bottom: 10px;
}
.mainCategoriesWrapper .category {
  overflow: hidden;
  position: relative;
  background: center no-repeat transparent;
  background-size: cover;
}
.mainCategoriesWrapper .leftVertical {
  float: left;
  width: 250px;
  height: 460px;
}
.mainCategoriesWrapper .topHorizontal,
.mainCategoriesWrapper .bottomHorizontal {
  height: 225px;
  margin-left: 260px;
}
.mainCategoriesWrapper .topHorizontal,
.mainCategoriesWrapper .rightTop,
.mainCategoriesWrapper .leftTop {
  margin-bottom: 10px;
}
.mainCategoriesWrapper .rightTop,
.mainCategoriesWrapper .rightBottom {
  float: right;
  width: 260px;
  height: 225px;
}
.mainCategoriesWrapper .leftTop,
.mainCategoriesWrapper .leftBottom {
  margin-right: 270px;
  height: 225px;
}
.mainCategoriesWrapper .categoryHexagon {
  position: absolute;
}
.mainCategoriesWrapper .leftVertical .categoryHexagon {
  top: 10px;
  right: -8px;
}
.mainCategoriesWrapper .topHorizontal .categoryHexagon {
  top: -26px;
  right: -33px;
}
.mainCategoriesWrapper .bottomHorizontal .categoryHexagon {
  bottom: -52px;
  left: -24px;
}
.mainCategoriesWrapper .leftTop .categoryHexagon {
  right: -4px;
  bottom: -52px;
}
.mainCategoriesWrapper .leftBottom .categoryHexagon {
  top: -17px;
  left: -26px;
}
.mainCategoriesWrapper .rightTop .categoryHexagon {
  top: -17px;
  right: -20px;
}
.mainCategoriesWrapper .rightBottom .categoryHexagon {
  top: -34px;
  left: -35px;
}
.mainCategoriesWrapper .categoryProductsQuantity {
  font-size: 1.71em;
  font-weight: 200;
  line-height: 1;
}
.mainCategoriesWrapper .measure {
  font-size: 0.33em;
}
.mainCategoriesWrapper .categoryName {
  font-size: 0.95em;
}
.mainCategoriesWrapper .categoryViewLink {
  position: relative;
  display: block;
  width: 96px;
  padding-left: 9px;
  color: rgba(255, 255, 255, 0.4);
  margin: 6px 0 0;
  font-size: 0.67em;
  line-height: 34px;
}
.mainCategoriesWrapper .categoryViewLink:hover,
.mainCategoriesWrapper .categoryViewLink:focus {
  color: #fff;
  text-decoration: none;
}
.mainCategoriesWrapper .hexagonBig {
  display: table-cell;
  font-family: Intro, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0 7px 0 42px;
  vertical-align: middle;
}
.mainCategoriesWrapper .hexagonBigGrey {
  width: 199px;
  height: 225.05952381px;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22199px%22%20height%3D%22225.0595238095238px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23373d43%22%20/%3E%3C/svg%3E') no-repeat 0 0;
}
.mainCategoriesWrapper .hexagonBigGrey .categoryViewLink {
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 0;
}
.mainCategoriesWrapper .hexagonBigGrey .categoryViewLink:hover {
  border-color: #fff;
}
.mainCategoriesWrapper .hexagonBigGrey .categoryViewLink:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 17px 0 17px 12px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  top: -1px;
  left: 100%;
}
.mainCategoriesWrapper .hexagonBigGrey .categoryViewLink:hover:before {
  border-left-color: #fff;
}
.mainCategoriesWrapper .hexagonBigGrey .categoryViewLink:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 16px 0 16px 11px;
  border-style: solid;
  border-color: transparent transparent transparent #373d43;
  top: 0;
  left: 100%;
}
.mainCategoriesWrapper .hexagonBigBrown {
  width: 199px;
  height: 225.05952381px;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22199px%22%20height%3D%22225.0595238095238px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23a85a3b%22%20/%3E%3C/svg%3E') no-repeat 0 0;
}
.mainCategoriesWrapper .hexagonBigBrown .categoryViewLink {
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 0;
}
.mainCategoriesWrapper .hexagonBigBrown .categoryViewLink:hover {
  border-color: #fff;
}
.mainCategoriesWrapper .hexagonBigBrown .categoryViewLink:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 17px 0 17px 12px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  top: -1px;
  left: 100%;
}
.mainCategoriesWrapper .hexagonBigBrown .categoryViewLink:hover:before {
  border-left-color: #fff;
}
.mainCategoriesWrapper .hexagonBigBrown .categoryViewLink:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 16px 0 16px 11px;
  border-style: solid;
  border-color: transparent transparent transparent #a85a3b;
  top: 0;
  left: 100%;
}
.sliderWrapper {
  position: relative;
  padding: 0 33px 45px;
  clear: both;
}
.sliderWrapper .sliderFrame {
  overflow: hidden;
}
.sliderWrapper .lineSlider {
  position: relative;
  width: 9999px;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.sliderWrapper .lineSlider:before,
.sliderWrapper .lineSlider:after {
  content: " ";
  display: table;
}
.sliderWrapper .lineSlider:after {
  clear: both;
}
.sliderWrapper .lineSlider:before,
.sliderWrapper .lineSlider:after {
  content: " ";
  display: table;
}
.sliderWrapper .lineSlider:after {
  clear: both;
}
.sliderWrapper .lineSlider > * {
  float: left;
}
.sliderWrapper .lineSlider > *:first-child {
  margin-left: 0 !important;
}
.sliderWrapper .sliderArrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  border: 0;
}
.sliderWrapper .sliderArrow.prev {
  left: 0;
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 9px;
  height: 15px;
  background-position: -72px -558px;
}
.sliderWrapper .sliderArrow.next {
  right: 0;
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 9px;
  height: 15px;
  background-position: -82px -558px;
}
.sliderWrapper .sliderArrow:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sliderWrapper .sliderNav {
  bottom: 0;
}
.sliderWrapper .sliderNav li {
  border-color: #373d43;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sliderWrapper .sliderNav .active {
  background-color: #373d43;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sliderWrapper .sliderNav li:hover,
.sliderWrapper .sliderNav .active:hover {
  background-color: #373d43;
  opacity: 1;
  filter: alpha(opacity=100);
}
.reviewsWrapper .addReviewBtn {
  width: 230px;
  margin-top: -10px;
}
.reviewsWrapper .reviewItem {
  width: 514px;
  padding-top: 50px;
}
.reviewsWrapper .reviewItem:hover {
  text-decoration: none;
}
.reviewsWrapper .reviewItem:hover .reviewAuthorsPhoto {
  -webkit-filter: none;
  filter: none;
  border-color: #ce614f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.reviewsWrapper.reviewItemsList .reviewItem {
  width: auto;
}
.reviewsWrapper.reviewItemsList .reviewItem:not(:first-child) .reviewContent {
  position: relative;
}
.reviewsWrapper.reviewItemsList .reviewItem:not(:first-child) .reviewContent:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -17px;
  height: 0;
  border-top: 1px solid #b8b8b8;
}
.reviewsWrapper .reviewAuthorsPhoto {
  float: left;
  width: 166px;
  height: 166px;
  border: 8px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.reviewsWrapper .reviewContent {
  margin-left: 191px;
}
.reviewsWrapper .reviewText {
  padding: 10px 0 25px;
}
.reviewsWrapper .reviewAuthorInfo {
  color: #ce614f;
}
.innerPage .reviewsWrapper {
  overflow: hidden;
}
@media (min-width: 641px) {
  .reviewsWrapper .reviewText {
    padding-top: 15px;
  }
  .innerPage .reviewsWrapper .reviewText {
    padding-top: 35px;
  }
}
.fileInputWrapper {
  float: right;
  position: relative;
  width: 220px;
  height: 57px;
}
.fileField,
.fileFieldLabel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fileField {
  height: 0;
  opacity: 0;
}
.fileValueWrapper {
  margin-right: 240px;
}
.fileFieldLegendComment {
  color: #a2a2a2;
}
.fileFieldValue {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.addReview .fileValueWrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 68px;
}
.addReview .fileInputWrapper {
  top: 6px;
}
.addReview textarea.form-control {
  height: 200px;
}
.addReview [type=submit] {
  display: block;
  margin: 0 auto;
  width: 220px;
}
.socialLinksBlock,
.indexAboutBlock {
  padding: 0 30px;
  background-color: #fff;
}
.socialLinksBlock {
  padding-bottom: 20px;
}
.socialLinksList {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute;
  text-justify: distribute;
}
.socialLinksList:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.socialLinksList > .socialLinksListItem {
  display: inline-block;
  font-size: 21px;
  vertical-align: top;
}
.socialLink {
  display: block;
  width: 90px;
  height: 91px;
}
.socialLink:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.socialLink:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.socialLink.twitter:before {
  background-position: 0 -368px;
}
.socialLink.facebook:before {
  background-position: 0 -276px;
}
.socialLink.vk:before {
  background-position: 0 -184px;
}
.socialLink.google:before {
  background-position: 0 -92px;
}
.socialLink.odnoklassniki:before {
  background-position: 0 0;
}
.indexAboutBlock {
  padding-bottom: 60px;
}
.aboutFeaturesList {
  list-style: none;
  padding: 0 35px;
  margin: 0 auto 30px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute;
  text-justify: distribute;
}
.aboutFeaturesList:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.aboutFeaturesList > .aboutFeature {
  display: inline-block;
  font-size: 21px;
  vertical-align: top;
}
.aboutFeatureText {
  display: block;
  padding-top: 15px;
  text-align: center;
}
.aboutImportantContent {
  padding-left: 90px;
  min-height: 143px;
}
.aboutImportantContent:before {
  width: 62px;
  height: 53px;
  background-position: -74px -2377px;
  left: 0;
  top: 45px;
}
.showroomWrapper {
  display: block;
  height: 375px;
  position: relative;
  overflow: hidden;
}
.showroomWrapper .showroomImg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
.showroomWrapper .showroomHexagon {
  position: absolute;
  width: 292px;
  height: 260px;
  background: url('../images/hexagon_with_arrows.svg') no-repeat 0 0;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -146px;
  color: #ce614f;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.showroomWrapper .showroomHexagonTopText {
  font: bold 3.97em Intro, Arial, sans-serif;
  margin-top: 65px;
}
.showroomWrapper .showroomHexagonBottomText {
  font-size: 0.94em;
  font-weight: bold;
  margin-top: -10px;
}
.contactWrap {
  margin-bottom: 50px;
}
.contactWrap.table > thead > tr > th {
  vertical-align: top;
  border-width: 1px;
}
.contactWrap .contactEmail {
  text-align: right;
}
.contactWrap .contactPhone {
  font-size: 1.28em;
}
.contactWrap .contactTrace,
.contactWrap .contactGps {
  padding-left: 75px;
}
.contactWrap .contactTrace:before,
.contactWrap .contactGps:before {
  top: 20px;
  left: 0;
}
.contactWrap .contactTrace:before {
  width: 40px;
  height: 55px;
  background-position: -69px -1546px;
}
.contactWrap .contactGps:before {
  width: 45px;
  height: 56px;
  background-position: -64px -1602px;
}
.contactWrap .contactMap,
.contactWrap .contactGps {
  border: 0;
}
.feedbackWrap .feedback {
  margin-top: 50px;
}
.feedbackWrap .feedback .btn {
  width: 220px;
  display: block;
  margin: 30px auto 0;
}
.authBlock .panel-body {
  padding: 30px 30px;
}
.authBlock .authForm {
  margin-bottom: 60px;
}
.authForm .login {
  width: 220px;
  margin-top: 20px;
}
.authBlock .registerBlock {
  margin-top: 30px;
}
.registerBlock .register {
  width: 290px;
  margin-top: 50px;
}
.itemRaiting {
  font-size: 0;
}
.raitingStar {
  display: inline-block;
  width: 26px;
  height: 24px;
  background-position: -79px -997px;
  cursor: pointer;
}
.raitingStar:not(:first-child) {
  margin-left: 3px;
}
.raitingStar.full {
  background-position: -65px -955px;
}
.serviceIcons {
  /*font-size: 0;*/
}
.serviceIcon {
  display: inline-block;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border: 0;
  background-color: transparent;
}
.serviceIcon:hover,
.serviceIcon:focus,
.serviceIcon.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.serviceIcon.favoriteIcon {
  width: 29px;
  height: 26px;
  background-position: -73px -576px;
}
.serviceIcon.favoriteIcon.active {
  background-position: -93px -709px;
}
.serviceIcon.commentsIcon {
  padding-left: 23px;
  font: bold 1em Intro, Arial, sans-serif;
  color: #373d43;
}
.serviceIcon.commentsIcon:before {
  width: 18px;
  height: 17px;
  background-position: -73px -704px;
  left: 0;
  margin-top: -8px;
}
.serviceIcon.inBasketIcon {
  width: 18px;
  height: 19px;
  background-position: -81px -776px;
  margin-top: 3px;
}
.serviceIcon.inBasketIcon.active {
  background-position: -81px -796px;
}
.serviceIcon.favoriteIcon,
.serviceIcon.inBasketIcon {
  position: relative;
}
.serviceIcon.favoriteIcon .popover,
.serviceIcon.inBasketIcon .popover {
  width: 140px;
}
.serviceIcon.compareIcon {
  width: 26px;
  height: 26px;
  position: relative;
}
.serviceIcon.compareIcon:before,
.serviceIcon.compareIcon:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #373d43;
  background-color: #fff;
}
.serviceIcon.compareIcon.active:before,
.serviceIcon.compareIcon.active:after {
  border-color: #ce614f;
}
.serviceIcon.compareIcon:before {
  bottom: 0;
  left: 0;
  z-index: 1;
}
.serviceIcon.compareIcon:after {
  top: 0;
  right: 0;
  z-index: 2;
}
.serviceIcon.printIcon {
  width: 24px;
  height: 24px;
  background-position: -34px -1142px;
}
.itemLabel {
  position: absolute;
  top: 6px;
  right: 50%;
  font: bold 1.19em Intro, Arial, sans-serif;
  color: #ce614f;
  z-index: 8;
}
.itemLabel .hexagonLabel {
  width: 117px;
  height: 132.32142857px;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22117px%22%20height%3D%22132.32142857142856px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23373d43%22%20/%3E%3C/svg%3E') no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 54px;
}
.itemLabel .hexagonTextLabel {
  color: #fff;
  font-size: 0.52em;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 50%;
  display: block;
  text-align: center;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.price {
  font-weight: bold;
  font-family: Intro, Arial, sans-serif;
  color: #ce614f;
  white-space: nowrap;
}
.price:after {
  content: "\00A0\20BD";
  font-family: PTSansCaption, Arial, sans-serif;
}
.MKCollapse {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s cubic-bezier(0.02, 0, 0.47, 1);
  -o-transition: height 0.4s cubic-bezier(0.02, 0, 0.47, 1);
  transition: height 0.4s cubic-bezier(0.02, 0, 0.47, 1);
}
.MKCollapse .MKCollapseBody {
  padding-top: 0;
  padding-bottom: 0;
}
.filterSets .panel-title,
.filterLeft .panel-title {
  padding-left: 30px;
}
.filterSets .panel-title:after,
.filterLeft .panel-title:after {
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 15px;
  height: 9px;
  background-position: -75px -494px;
  right: 0;
}
.filterSets .panel-title:hover,
.filterLeft .panel-title:hover {
  text-decoration: none;
  color: inherit;
}
.filterSets .panel-title.collapsed:after,
.filterLeft .panel-title.collapsed:after {
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 15px;
  height: 9px;
  background-position: -75px -506px;
}
.filterSets .filterTooltip,
.filterLeft .filterTooltip {
  float: right;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #373d43;
  text-align: center;
  border-radius: 50%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  color: #373d43;
  background-color: transparent;
  margin-top: -3px;
  padding: 0;
}
.filterSets .filterTooltip:hover,
.filterLeft .filterTooltip:hover,
.filterSets .filterTooltip:focus,
.filterLeft .filterTooltip:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.filterSets .panel-title:before {
  content: '?';
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #373d43;
  color: #373d43;
  text-align: center;
  border-radius: 50%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background: none;
  margin-top: -18px;
  left: -16px;
}
.filterSets .fSetsRightCol {
  float: right;
}
.filterSets .setLink,
.filterSets .setTitle {
  text-align: center;
}
.filterSets .setLink {
  line-height: 1.1;
}
.filterSets .sliderWrapper {
  margin-left: -20px;
  margin-right: -20px;
}
.fSetsList .setLink {
  width: 150px;
  height: 310px;
  padding: 20px 20px 25px;
  border: 1px dashed #b8b8b8;
  background-color: #fff;
  text-decoration: none;
  position: relative;
}
.fSetsList .setLink:hover,
.fSetsList .setLink.active {
  border: 1px solid #373d43;
}
.fSetsList .setImg {
  /*margin-bottom: 14px;*/
  max-width: 110px;
  height: auto;
  position: absolute;
  top: 108px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fSetsList .setTitle {
  font-size: 0.9em;
  display: block;
  margin-top: 210px;
}
.fSetsList .setList,
.fSetsList .setLink,
.fSetsList .setImg,
.fSetsList .setTitle {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: #000;
}
.filterLeft {
  position: relative;
}
.filterLeft .panel-title:before {
  left: -14px;
  width: 29px;
  height: 29px;
  margin-top: -15px;
  background-position: 0 -1164px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.filterLeft .choiceList {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.filterLeft .checkbox.disabled {
  opacity: 0.35;
  pointer-events: none;
}
.filterWrap > .panel {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.filterWrap > .panel:first-child {
  border-top-width: 1px;
}
.filterWrap .panel-heading {
  padding-left: 0;
  padding-right: 0;
}
.filterWrap .panel-title {
  padding-left: 20px;
  font-weight: bold;
  color: #373d43;
  margin-right: 50px;
}
.filterWrap .panel-title:before {
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 15px;
  height: 9px;
  background-position: -75px -506px;
  margin-top: -5px;
  left: -10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.filterWrap .panel-title:after {
  content: none;
}
.filterWrap .panel-title:hover {
  color: #ce614f;
}
.filterWrap .panel-title.collapsed:before {
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 9px;
  height: 15px;
  background-position: -93px -504px;
  margin-top: -8px;
}
.filterWrap .panel-body {
  padding: 0 0 30px 20px;
}
.filterWrap .choiceItem {
  margin-bottom: 13px;
}
.filterWrap .halfWidth {
  float: left;
  width: 47%;
  margin-bottom: 9px;
}
.filterWrap .halfWidth:first-child {
  margin-right: 6%;
}
.filterWrap .input-group-addon:first-child {
  border: 0;
  padding-left: 0;
  background-color: transparent;
}
.filterWrap .fPrice .panel-body {
  padding: 30px 27px;
}
.filterWrap .fPrice .row {
  margin-top: 60px;
}
.filterWrap .fPrice .fPriceVal {
  font-size: 1.14em;
  color: #373d43;
}
.resultPopupWrapper {
  position: absolute;
}
.resultPopupWrapper .popover {
  white-space: nowrap;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #8f483d;
}
.resultPopupWrapper .popover .arrow:after {
  border-right-color: #8f483d;
}
.resultPopupWrapper .popover-content {
  background-color: #8f483d;
  color: #fff;
}
.resultPopupWrapper .popover-content a {
  text-decoration: underline;
}
.resultPopupWrapper .popover-content a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.filterButtons {
  padding: 60px 0 80px;
}
.filterButtons .apply {
  width: 220px;
  margin-bottom: 35px;
}
.filterButtons .clean {
  font-size: 1em;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.5);
}
.filterButtons .clean:hover,
.filterButtons .clean:focus {
  text-decoration: none;
}
.filterBrands {
  padding-top: 35px;
  margin: 0 -30px;
  background-color: #fff;
}
.filterBrands .filterBrandsWrap {
  padding: 25px 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.filterBrands .brandsListTitle {
  color: #000;
}
.filterBrands .brandsList {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.filterBrands .choiceItem {
  margin-bottom: 5px;
}
.filterBrands .brandLink {
  color: #373d43;
  text-decoration: underline;
}
.filterBrands .brandLink:hover {
  color: #ce614f;
}
.filterBrands .btn-link {
  margin-top: 30px;
  margin-bottom: 10px;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.5);
}
.filterBrands .btn-link:hover,
.filterBrands .btn-link:focus {
  color: #000;
  text-decoration: none;
}
.sortBlock .pull-left,
.sortBlock .pull-right {
  padding-bottom: 15px;
}
.sortBlock .selected {
  font-weight: bold;
  color: #ce614f;
  cursor: default;
}
.sortBlock .perPageLink:not(:first-child) {
  margin-left: 30px;
}
.sortBlock .sortFields {
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 25px;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute;
  text-justify: distribute;
}
.sortBlock .sortFields:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.sortBlock .sortFields > .sortField {
  display: inline-block;
  font-size: 21px;
  vertical-align: top;
}
.sortBlock .sortFields > .sortField {
  margin-bottom: 15px;
}
.salesBtn {
  float: left;
  width: 32%;
  margin-top: 15px;
  margin-bottom: 45px;
}
.salesBtn:not(:first-child) {
  margin-left: 2%;
}
.sectionsList .sectionWrapper {
  padding-left: 85px;
  background-repeat: no-repeat;
}
.sectionsList .sectionWrapper:first-child .section {
  border-top: 1px solid #b8b8b8;
}
.sectionsList .section {
  padding: 25px 0;
  border-bottom: 1px solid #b8b8b8;
}
.sectionsList .sectionTitle {
  font-size: 1.24em;
  line-height: 33px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  color: #ce614f;
}
.sectionsList .sectionTitle:after {
  width: 15px;
  height: 9px;
  background-position: -75px -538px;
  right: 0;
  margin-top: -4px;
}
.sectionsList .sectionTitle.collapsed {
  color: #373d43;
}
.sectionsList .sectionTitle.collapsed:hover {
  color: #ce614f;
}
.sectionsList .sectionTitle.collapsed:after {
  background-position: -75px -548px;
}
.sectionsList .subsectionsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sectionsList .subsection {
  margin-top: 25px;
  font-size: 1.14em;
  color: #373d43;
}
.sectionsList .subsection .toAll {
  display: inline-block;
  margin-top: 15px;
}
.itemsList:before,
.itemsList:after {
  content: " ";
  display: table;
}
.itemsList:after {
  clear: both;
}
.itemsList:before,
.itemsList:after {
  content: " ";
  display: table;
}
.itemsList:after {
  clear: both;
}
.listItem {
  float: left;
  background-color: #fff;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.09);
}
.listItem:hover {
  border-color: #b0b0b0;
  -webkit-box-shadow: 0px 3px 0 #b0b0b0;
  box-shadow: 0px 3px 0 #b0b0b0;
}
.catalogItemsList .listItem {
  width: 240px;
  height: 420px;
  padding: 25px 15px;
  margin-bottom: 55px;
  position: relative;
  font-size: 0.95em;
	max-width: 240px;
}
.catalogItemsList .listItem .itemLabel {
  top: 8px;
  right: 10px;
  font-size: 1.25em;
}
.catalogItemsList .listItem .itemLabel .hexagonLabel {
  width: 63px;
  height: 71.25px;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2263px%22%20height%3D%2271.25px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23373d43%22%20/%3E%3C/svg%3E') no-repeat 0 0;
  top: 0px;
  right: -2px;
}
.catalogItemsList .listItem .itemLabel .hexagonTextLabel {
  font-size: 0.32em;
}
.catalogItemsList .listItem .itemImg {
  /*height: 170px;
			max-width: 100%;
			margin-bottom: @catalogItemInnerVMargin;*/
  position: absolute;
  left: 50%;
  top: 108px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 170px;
  max-width: 210px;
}
.catalogItemsList .listItem .serviceIcons {
  width: 160px;
  margin-bottom: 20px;
  margin-top: 185px;
}
.catalogItemsList .listItem .serviceIcon.favoriteIcon {
  width: 20px;
  height: 20px;
  background-position: -84px -602px;
  margin-top: 2px;
}
.catalogItemsList .listItem .serviceIcon.favoriteIcon.active {
  background-position: -79px -836px;
}
.catalogItemsList .listItem .itemPrice {
  font-weight: bold;
  font-family: Intro, Arial, sans-serif;
  color: #ce614f;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  bottom: 25px;
  left: 15px;
  right: 15px;
  border: 3px solid #ce614f;
}
.catalogItemsList .listItem .itemPrice:after {
  content: "\00A0\20BD";
  font-family: PTSansCaption, Arial, sans-serif;
}
.catalogItemsList .listItem .itemPrice .oldPrice {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  color: #000;
}
.catalogItemsList .listItem .itemPrice .oldPrice:before {
  content: '';
  position: absolute;
  width: 60.81118318px;
  border-top: 2px solid #ce614f;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -30.40559159px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.catalogItemsList .listItem .itemPrice .oldPrice:empty {
  display: none;
}
.catalogItemsList .listItem .itemPrice .oldPrice {
  margin-right: 15px;
}
.catalogItemsList .listItem:hover {
  text-decoration: none;
}
.catalogItemsList .listItem:hover .itemPrice {
  color: #fff;
  background-color: #ce614f;
}
.catalogItemsList .listItem:hover .itemPrice .oldPrice {
  display: none;
}
.lineSlider.catalogItemsList .listItem {
  margin-bottom: 3px;
}
.sectionsChildList .listItem {
  width: 270px;
  height: 384px;
  padding: 15px;
  text-align: center;
}
.sectionsChildList .section {
  position: relative;
  min-height: 100%;
}
.sectionsChildList .sectionImg {
  display: block;
  height: 240px;
  margin-bottom: 20px;
  background: center no-repeat;
  background-size: contain;
}
.sectionsChildList .sectionSpecials {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.75em;
}
.sectionsChildList .qty {
  color: #ce614f;
  font-size: 20px;
}
.itemDetail .serviceIcon:not(:first-child) {
  margin-left: 50px;
}
.itemDetail .itemAvailability {
  margin: 30px 0 50px;
}
.itemDetail .itemAvailability .availability {
  display: inline-block;
  padding-left: 25px;
  margin-right: 30px;
}
.itemDetail .itemAvailability .availability.ok {
  color: #489d31;
}
.itemDetail .itemAvailability .availability.ok:before {
  width: 13px;
  height: 10px;
  background-position: -95px -660px;
  left: 0;
  margin-top: -3px;
}
.itemDetail .itemAvailability .availability.no {
  color: #ce614f;
}
.itemDetail .itemAvailability .availability.no:before,
.itemDetail .itemAvailability .availability.no:after {
  left: 0;
}
.itemDetail .itemAvailability .availability.no:before {
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 15px;
  height: 9px;
  background-position: -75px -506px;
  margin-top: -5px;
}
.itemDetail .itemAvailability .availability.no:after {
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 15px;
  height: 9px;
  background-position: -75px -494px;
}
.itemDetail .itemAvailability .availability > .underlinedLink {
  color: inherit;
}
.itemDetail .cardImgs {
  position: relative;
  margin-bottom: 55px;
}
.itemDetail .cardImgs .mainImg {
  display: table-cell;
  padding-bottom: 13px;
  box-sizing: content-box;
  vertical-align: middle;
  width: 580px;
  text-align: center;
}
.itemDetail .cardImgs .mainImg img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.itemDetail .cardImgs .smallImgs {
  font-size: 0;
}
.itemDetail .cardImgs .smallImg {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 5px solid transparent;
  background-color: #fff;
  background-clip: content-box;
}
.itemDetail .cardImgs .smallImg:hover,
.itemDetail .cardImgs .smallImg.active {
  border-color: #ce614f;
}
.itemDetail .cardImgs .smallImg + .itemDetail .cardImgs .smallImg {
  margin-left: 12px;
}
.itemDetail .cardImgs .smallImg img {
  max-width: 150%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 50% 0 0 50%;
}
.itemDetail .propsTable {
  width: 100%;
}
.itemDetail .propsTable td {
  padding-bottom: 20px;
}
.itemDetail .propsTable .propName {
  width: 45%;
}
.itemDetail .serviceTable {
  width: 100%;
}
.itemDetail .serviceTable td {
  padding-left: 65px;
  padding-bottom: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
.itemDetail .serviceTable td:before {
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
}
.itemDetail .serviceTable td:hover {
  color: #ce614f;
}
.itemDetail .serviceTable .serviceDelivery {
  width: 50%;
}
.itemDetail .serviceTable .serviceDelivery:before {
  width: 32px;
  height: 27px;
  background-position: -66px -1023px;
  top: 5px;
}
.itemDetail .serviceTable .serviceAssembly:before {
  height: 31px;
  background-position: -57px -1162px;
}
.itemDetail .serviceTable .serviceLift {
  width: 50%;
}
.itemDetail .serviceTable .serviceLift:before {
  background-position: -48px -1111px;
}
.itemDetail .serviceTable .servicePay:before {
  background-position: -49px -1080px;
}
.itemDetail .priceBlock {
  margin: 30px 0;
  overflow: hidden;
}
.itemDetail .btnBlock,
#orderModal__basket .btnBlock
{
  width: 50%;
  float: left;
}
.itemDetail .inBasket {
  width: 100%;
  height: 66px;
  padding: 0 0 0 60px;
  position: relative;
  font: bold 20px/60px Intro, Arial, sans-serif;
  text-transform: uppercase;
}
.itemDetail .inBasket:hover {
  text-decoration: none;
}
.itemDetail span.inBasket {
  box-shadow: none;
}
.itemDetail .inBasketIcon {
  position: absolute;
  height: 60px;
  width: 60px;
  left: 0px;
  top: 0px;
  background-color: #ce614f;
}
.itemDetail .inBasketIcon:before {
  width: 25px;
  height: 25px;
  background-position: -52px -737px;
  margin-top: -11px;
  left: 50%;
  margin-left: -14px;
}
.itemDetail .itemPrice,
#orderModal__basket .itemPrice {
  font-weight: bold;
  font-family: Intro, Arial, sans-serif;
  color: #ce614f;
  white-space: nowrap;
  font-size: 33px;
  line-height: 2;
  text-align: center;
}
.itemDetail .itemPrice:after,
#orderModal__basket .itemPrice:after {
  /*content: "\00A0\20BD";*/
  font-family: PTSansCaption, Arial, sans-serif;
}
.itemDetail .itemPrice .oldPrice,
#orderModal__basket .itemPrice .oldPrice{
  display: inline-block;
  white-space: nowrap;
  position: relative;
  color: #000;
}
.itemDetail .itemPrice .oldPrice:before,
#orderModal__basket .itemPrice .oldPrice:before {
  content: '';
  position: absolute;
  width: 93.33809512px;
  border-top: 3px solid #ce614f;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -46.66904756px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.itemDetail .itemPrice .oldPrice:empty,
#orderModal__basket .itemPrice .oldPrice:empty {
  display: none;
}
.itemDetail .itemPrice .oldPrice,
#orderModal__basket .itemPrice .oldPrice {
  margin-right: 10px;
}
.itemDetail .creditBuy {
  font: 21px/66px Intro, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ce614f;
  padding-right: 40px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.itemDetail .creditBuy:after {
  width: 10px;
  height: 15px;
  right: 5px;
  background-position: -93px -504px;
  margin-top: -8px;
}
.itemDetail .creditBuy:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.itemDetail .nav-tabs > li > a {
  height: 50px;
}
.itemDetail .nav-tabs > li:hover .serviceIcon,
.itemDetail .nav-tabs > li:focus .serviceIcon,
.itemDetail .nav-tabs > li.active .serviceIcon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.itemDetail .nav-tabs .serviceIcon {
  margin-left: 14px;
}
.itemDetail .allPropsTable {
  width: 100%;
}
.itemDetail .allPropsTable tr:nth-child(2n+1) {
  background-color: #f1f1f1;
}
.itemDetail .allPropsTable td {
  width: 50%;
  padding: 10px 0;
}
.itemDetail .allPropsTable td:first-child {
  padding-left: 15px;
}
.itemDetail .blog-comments .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.itemDetail .blog-add-comment {
  text-align: center;
  margin-bottom: 30px;
}
.itemDetail .blog-comment-form.panel {
  -webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #f1f1f1;
  background-color: transparent;
}
.itemDetail .blog-comment:hover {
  background-color: rgba(241, 241, 241, 0.5);
}
.itemDetail .blog-comment:hover .blog-comment-cont:before {
  background-position: -41px -2598px;
}
.itemDetail .blog-comment-cont {
  padding-left: 65px;
  position: relative;
}
.itemDetail .blog-comment-cont:before,
.itemDetail .blog-comment-cont:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url('../images/sprite.png') no-repeat;
}
.itemDetail .blog-comment-cont:before {
  width: 40px;
  height: 40px;
  background-position: 0 -2598px;
  top: 0;
  left: 4px;
}
.itemDetail .commentLeftCol {
  font-size: 0.93em;
}
.itemDetail .blog-comment-info {
  color: rgba(55, 61, 67, 0.5);
  font-size: 0.86em;
  overflow: hidden;
}
.itemDetail .blog-comment-info .blog-author {
  margin-right: 20px;
}
.itemDetail .blog-comment-meta {
  margin-top: 20px;
  font-size: 0.86em;
  color: #ce614f;
}
.itemDetail .blog-comment-meta .blog-vert-separator {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid rgba(55, 61, 67, 0.2);
  width: 0;
  height: 18px;
  margin: 0 5px;
}
.itemDetailModal .modal-body {
  padding: 0 35px;
}
.itemDetailModal .sliderWrapper {
  padding-bottom: 0;
}
.itemDetailModal .listItem {
  border: 0;
  /*height: 300px;*/
  width: 382px;
}
.itemDetailModal .listItem img {
  /*height: 100%;*/
  height: auto;
}
.table-striped tr:nth-child(2n),
.tableWrap tr:nth-child(2n) {
  background-color: #e3e3e3;
}
.table-striped tr:nth-child(2n+1),
.tableWrap tr:nth-child(2n+1) {
  background-color: #d1d1d1;
}
.table-striped td,
.tableWrap td {
  padding: 3px 15px 3px 10px;
}
.modal .tableWrap {
  margin-left: -10px;
}
.modal .tableWrap table {
  width: 100%;
}
.deliveryModal .modal-dialog .inBorder,
.assemblyModal .modal-dialog .inBorder,
.liftModal .modal-dialog .inBorder,
.payModal .modal-dialog .inBorder {
  border: 3px solid #9c9c9c;
  padding: 20px;
  color: #9c9c9c;
}
.deliveryModal .modal-header,
.deliveryModal .modal-body,
.deliveryModal .modal-footer,
.assemblyModal .modal-header,
.assemblyModal .modal-body,
.assemblyModal .modal-footer,
.liftModal .modal-header,
.liftModal .modal-body,
.liftModal .modal-footer,
.payModal .modal-header,
.payModal .modal-body,
.payModal .modal-footer {
  padding-left: 40px;
  padding-right: 40px;
}
.deliveryModal .modal-header,
.assemblyModal .modal-header,
.liftModal .modal-header,
.payModal .modal-header {
  height: auto;
}
.deliveryModal .modal-header .title,
.assemblyModal .modal-header .title,
.liftModal .modal-header .title,
.payModal .modal-header .title {
  margin: 25px 0 16px;
  text-align: center;
  text-transform: uppercase;
}
.deliveryModal .modal-footer,
.assemblyModal .modal-footer,
.liftModal .modal-footer,
.payModal .modal-footer {
  text-align: left;
}
.deliveryModal .modal-body {
  padding-top: 0;
}
.deliveryModal .mapWrap {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 30px;
  height: 220px;
  background: center no-repeat;
  background-size: 120% 160%;
}
.deliveryModal .modal-dialog .inBorder {
  margin-top: 30px;
  padding-top: 75px;
}
.deliveryModal .modal-dialog .inBorder:before {
  left: 50%;
  top: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-position: 0 -2375px;
  width: 60px;
  height: 34px;
}
.assemblyModal .iconItem:before,
.payModal .iconItem:before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.assemblyModal .iconItem.coins:before,
.payModal .iconItem.coins:before {
  background-position: -47px -1728px;
  width: 38px;
  height: 44px;
}
.assemblyModal .iconItem.card:before,
.payModal .iconItem.card:before {
  background-position: -1px -1783px;
  width: 43px;
  height: 51px;
}
.assemblyModal .iconItem.card-2:before,
.payModal .iconItem.card-2:before {
  background-position: -1px -2013px;
  width: 53px;
  height: 37px;
}
.assemblyModal .iconItem.bill:before,
.payModal .iconItem.bill:before {
  background-position: -58px -1920px;
  width: 47px;
  height: 44px;
}
.assemblyModal .iconItem.box,
.payModal .iconItem.box {
  width: 61px;
  height: 49px;
  background-position: 0px -2113px;
}
.assemblyModal .iconItem.serv,
.payModal .iconItem.serv {
  width: 46px;
  height: 46px;
  background-position: -63px -2103px;
}
.assemblyModal .iconItem.settings,
.payModal .iconItem.settings {
  width: 46px;
  height: 46px;
  background-position: -63px -2012px;
}
.assemblyModal .modal-footer .desc,
.payModal .modal-footer .desc {
  padding-left: 85px;
}
.assemblyModal .modal-footer .desc:before,
.payModal .modal-footer .desc:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
}
.payModal .modal-footer,
.liftModal .modal-footer {
  height: auto;
}
.payModal .modal-footer .closeBtn,
.liftModal .modal-footer .closeBtn {
  margin-top: 20px;
}
.assemblyModal .iconsList {
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute;
  text-justify: distribute;
  padding-left: 0;
  margin: 0 100px;
}
.assemblyModal .iconsList:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.assemblyModal .iconsList > li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.assemblyModal .iconItem {
  margin-bottom: 30px;
}
.assemblyModal .contactInfo {
  text-align: center;
  margin-bottom: 20px;
}
.assemblyModal .phone {
  font-size: 1.5em;
  line-height: 1.5;
}
.assemblyModal .mail {
  font-size: 0.93em;
  text-decoration: underline;
  line-height: 2;
}
.assemblyModal .modal-body .desc {
  margin-top: 30px;
}
.assemblyModal .modal-footer {
  height: auto;
}
.assemblyModal .modal-footer .desc {
  margin-bottom: 30px;
}
.assemblyModal .modal-footer .desc:before {
  background-position: -65px -1846px;
  width: 41px;
  height: 41px;
}
.payModal .modal-body {
  background-color: #90493d;
  color: #fff;
}
.payModal .iconsList {
  margin: 15px 50px 0;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}
.payModal .iconsList > li {
  margin-bottom: 20px;
  text-align: center;
}
.payModal .iconItem {
  height: 75px;
}
.payModal .modal-footer {
  height: auto;
  padding-top: 35px;
}
.payModal .modal-footer .desc:before {
  background-position: -68px -2059px;
  width: 41px;
  height: 43px;
}
.payModal .modal-footer .desc-credit { 
	background: url('../images/credit.png') no-repeat left;
	padding-left: 55px;
}
.payModal .modal-footer .desc-installment {
	background: url('../images/installment.jpg') no-repeat left;
	padding-left: 55px;
}
.liftModal .modal-body .text-red {
  font-size: 1.14em;
}
.liftModal .liftImgWrap {
  margin-bottom: -15px;
}
.liftModal .modal-footer {
  background-color: #90493d;
  color: #fff;
  border-radius: 0 0 95px 95px;
  padding-top: 35px;
}
.dop-kompl {
  margin-top: 20px;
}
.dop-kompl .listItem {
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;
}
.dop-kompl .price {
  margin: 10px 0;
}
.setWrapper {
  margin: 50px -45px -100px;
  padding: 10px 45px 30px;
  background-color: #8f483d;
  clear: both;
}
.setWrapper h4 {
  color: #fff;
}
.setWrapper .setSum {
  display: table-footer-group;
  color: #fff;
  position: relative;
}
.setWrapper .setSum:before {
  content: '';
  display: block;
  height: 40px;
}
.setWrapper .setSum:after {
  content: '=';
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.setWrapper .setSum .price {
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 15px;
}
.setWrapper .itemsList {
  display: table-header-group;
}
.setWrapper .listItem {
  width: 100%;
  height: 125px;
  padding: 15px;
}
.setWrapper .listItem .price {
  position: absolute;
  bottom: 0;
  right: 0;
}
.setWrapper .listItem img {
  max-height: 93px;
  margin-left: auto;
  margin-right: auto;
}
.setWrapper .plus {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.viewedList {
  margin: 0 -30px;
}
.viewedList .sliderArrow.prev {
  left: 10px;
}
.viewedList .sliderArrow.next {
  right: 10px;
}
.categoriesList .categoryWrapper:not(:first-child) {
  margin-top: 35px;
}
.categoriesList .categoryTitle {
  font-family: Intro, Arial, sans-serif;
  text-transform: uppercase;
  color: #373d43;
  margin: 0;
}
.categoriesList .categoryQty {
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute;
  text-justify: distribute;
}
.categoriesList .categoryQty:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.categoriesList .categoryQty > .categoryQtyItem {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.categoriesList .categoryQty > .categoryQtyItem {
  color: rgba(0, 0, 0, 0.5);
}
.categoriesList .categoryQty .qty {
  font: bold 21px/23px PTSansCaption, Arial, sans-serif;
  color: #ce614f;
}
.categoriesList .itemsList {
  margin-top: 25px;
}
.orderStepList {
  list-style: none;
  counter-reset: step;
  font-size: 20px;
}
.orderStep {
  font-weight: bold;
  position: relative;
  padding-bottom: 40px;
}
.orderStep:before {
  counter-increment: step;
  content: counter(step);
  font-size: 0.85em;
  position: absolute;
  left: -40px;
  top: -7px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #ce614f;
}
.orderStep .title {
  text-indent: 20px;
  letter-spacing: -0.5px;
  margin-top: 0;
}
.orderStep .description {
  font-weight: normal;
}
.orderStatusDescription {
  font-size: 20px;
}
.orderStatusDescription:after {
  width: 35px;
  height: 40px;
  background-position: -74px -1687px;
  opacity: 0.6;
  top: 26px;
  right: 38px;
}
.orderStatusDescription .panel-title {
  padding-right: 60px;
}
.orderStatusDescription .orderStatusList {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.orderStatusDescription .orderStatusList .row {
  margin-top: 30px;
}
.orderStatusDescription .statusName {
  font-weight: bold;
}
.cartItem {
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
.cartItem .itemImg {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40%;
  background-color: #fff;
  border: 2px solid #fff;
}
.cartItem .itemImg:hover {
  border-color: #ce614f;
}
.cartItem .itemImg > img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cartItem .itemArticle {
  padding: 26px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #a4a4a4;
}
.cartItem .itemQty,
.cartItem .itemDiscount,
.cartItem .itemPrice {
  margin-top: 14px;
}
.cartItem .cartMobileLabel,
.cartItem .cartFieldValue {
  float: left;
  line-height: 57px;
}
.cartItem .cartMobileLabel {
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 45%;
}
.cartItem .cartFieldValue {
  width: 55%;
}
.cartItem .itemQty .input-group {
  line-height: 0;
}
.cartItem .itemQty .form-control {
  border-left-width: 0;
  border-right-width: 0;
  font-size: 1.14em;
  text-align: center;
}
.cartItem .qtyBtn {
  color: #fff;
  padding: 0;
  border: 0;
  width: 57px;
  height: 57px;
  background-color: #ce614f;
  text-align: center;
  font: 49.98px/57px Intro, Arial, sans-serif;
}
.cartItem .qtyBtn:hover,
.cartItem .qtyBtn:focus {
  background-color: #373d43;
}
.cartItem .itemDiscount .cartFieldValue {
  font-family: Intro, Arial, sans-serif;
  font-weight: bold;
  color: #373d43;
}
.cartItem .itemDel {
  position: absolute;
  bottom: 30%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  left: 55px;
}
.cartSummary {
  color: rgba(0, 0, 0, 0.5);
}
.cartSummary .cuponBlock {
  margin: 20px 0 40px;
}
.cartSummary .cuponBlock .form-control {
  border-color: #b8b8b8;
}
.cartSummary .cuponBlock .applyCupon {
  width: 220px;
  padding: 0;
  margin-left: 12px;
}
.cartSummary .price {
  font-size: 1.5em;
  line-height: 0.8em;
}
.cartSummary .processOrder {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 0;
}
.cartSummary .fastOrdering {
  margin-top: 40px;
  margin-bottom: 0;
}
.cartSummary .fastOrdering .input-group {
  margin-top: 23px;
}
.cartSummary .fastOrdering .form-control {
  border-color: #b8b8b8;
}
.cartSummary .fastOrdering .form-control:focus {
  -webkit-box-shadow: 0 0 8px #fff;
  box-shadow: 0 0 8px #fff;
}
.cartSummary .fastOrdering .processFastOrder {
  width: 220px;
  padding: 0;
  margin-left: 9px;
}
.profilePage .panel-group {
  background-color: #f1f1f1;
}
.profilePage .panel-title.befSprite {
  padding: 11px 0 11px 75px;
}
.profilePage .panel-title.befSprite:before {
  left: 0;
}
.profilePage .listItem {
  margin-bottom: 200px;
}
.profilePage .listItem .delBtn {
  position: absolute;
  left: 50%;
  margin-left: -37px;
  bottom: -110px;
}
.profilePage .btn-default {
  padding-left: 20px;
  padding-right: 20px;
}
.personalData .panel-title:before {
  width: 40px;
  height: 49px;
  background-position: 0 -1443px;
  margin-top: -24px;
}
.changePass {
  margin-top: -25px;
}
.changePass .panel-title:before {
  width: 49px;
  height: 52px;
  background-position: -47px -1283px;
  margin-top: -26px;
}
.subscription .panel-title:before {
  width: 43px;
  height: 49px;
  background-position: 0 -1393px;
  margin-top: -24px;
}
.rubrics {
  margin-top: -30px;
}
.rubrics .help-block {
  margin-left: 64px;
}
.rubrics .form-group:not(:first-child) {
  margin-top: 45px;
}
.personalDataSave {
  margin-bottom: 50px;
  text-align: center;
}
.personalDataSave .defaultBtn {
  margin-top: 5px;
  padding: 0;
  width: 315px;
}
.historyFilter {
  margin-bottom: 55px;
}
.dateFilter .dropdown {
  margin-top: 25px;
}
.dateFilter .dropdown + .dateTo {
  margin-top: 25px;
  line-height: 57px;
}
.dateFilter .dropdown-toggle {
  line-height: 1;
}
.statusFilter {
  margin-top: 35px;
  text-align: justify;
  font-size: 0;
}
.statusFilter:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.statusFilter .checkboxLabel {
  margin-bottom: 0;
  display: inline-block;
  line-height: 2;
}
.historyItem {
  padding-left: 120px;
  background-color: #ce614f;
  margin-bottom: 30px;
}
.historyItem:before {
  width: 44px;
  height: 50px;
  left: 38px;
  top: 28px;
  background-position: -65px -1433px;
}
.historyItem .panel-heading,
.historyItem .panel-body,
.historyItem .panel-footer {
  padding-left: 70px;
}
.historyItem .panel-heading,
.historyItem .panel-footer {
  background-color: #dedede;
}
.historyItem .panel-heading {
  padding-top: 35px;
  padding-bottom: 30px;
}
.historyItem .panel-title a {
  color: #ce614f;
}
.historyItem .panel-title a:before {
  width: 15px;
  height: 10px;
  background-position: -75px -505px;
  left: -30px;
  margin-top: -6px;
}
.historyItem .panel-title a.collapsed:before {
  width: 10px;
  height: 15px;
  background-position: -92px -504px;
}
.historyItem .panel-body {
  padding-top: 55px;
  padding-bottom: 55px;
}
.historyItem .panel-body .btn-light {
  padding-left: 65px;
  padding-right: 20px;
  font-size: 13px;
}
.historyItem .panel-body .btn-light:before {
  width: 38px;
  height: 27px;
  background: url('../images/bill_sprite.png') no-repeat 0 0;
  left: 12px;
  top: auto;
  bottom: 9px;
}
.historyItem .panel-body .btn-light:hover {
  background-color: transparent;
  color: #ce614f;
  border-color: #ce614f;
}
.historyItem .panel-body .btn-light:hover:before {
  background-position: 0 -28px;
}
.historyItem .basketItemsList {
  color: #525252;
  margin-bottom: 35px;
}
.historyItem .basketItem {
  margin-bottom: 60px;
}
.historyItem .basketItem .itemPrice {
  color: #000;
}
.historyItem .basketSummary {
  line-height: 37px;
}
.historyItem .basketSummary .price {
  font-size: 30px;
}
.historyItem .panel-footer {
  padding-top: 50px;
  padding-bottom: 35px;
}
.historyItem .panel-footer .orderProp {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.historyItem .panel-collapse:not([class~="in"]) + .panel-footer {
  padding-top: 30px;
}
.historyItem .panel-collapse:not([class~="in"]) + .panel-footer:before {
  content: '';
  display: block;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  top: -30px;
}
.newsList .listItem {
  width: 100%;
  margin-bottom: 35px;
}
.newsList .listItem .itemImgWrapper {
  margin: -1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.newsList .listItem .itemImg {
  visibility: hidden;
  width: 100%;
}
.newsList .listItem .itemDescription {
  padding: 30px;
}
.newsList .listItem .itemDate {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.newsList .listItem.action {
  border-color: #ce614f;
}
.newsList .listItem.action .itemDate {
  opacity: 1;
  filter: alpha(opacity=100);
}
.newsList .listItem:hover {
  text-decoration: none;
}
.newsList .listItem:hover.action {
  -webkit-box-shadow: 0px 3px 0 rgba(206, 97, 79, 0.8);
  box-shadow: 0px 3px 0 rgba(206, 97, 79, 0.8);
}
.newsDetail .newsDetailText {
  padding: 45px 0 0;
}
.newsDetail .newsDetailText a {
  color: #ce614f;
  text-decoration: underline;
}
.newsDetail .newsDetailText a:hover {
  text-decoration: none;
}
.newsDetail .newsDetailDate,
.newsDetail .shareLabel {
  color: rgba(0, 0, 0, 0.5);
  padding: 0 0 20px;
}
.newsDetail .newsDetailDate {
  margin-bottom: 25px;
}
.newsDetail .newsDetailFooter {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0 0;
}
.newsBackLinkWrapper {
  text-align: center;
  padding: 55px 0 0;
}
.newsBackLinkWrapper .viewAllLink {
  color: #ce614f;
  padding-left: 20px;
}
.newsBackLinkWrapper .viewAllLink:before {
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 9px;
  height: 15px;
  background-position: -93px -488px;
  left: 0;
  margin-top: -8px;
}
.mailbackModal .modal-header,
.mailbackModal .modal-body {
  padding-left: 40px;
  padding-right: 90px;
  height: auto;
}
.mailbackModal .modal-header {
  padding-top: 25px;
}
.mailbackModal .nav-tabs {
  margin-bottom: 0;
}
.mailbackModal .nav-tabs.nav-tabs-justified > li {
  font-size: 13px;
  text-transform: uppercase;
}
.mailbackModal .btn[type=submit] {
  display: block;
  width: 120px;
  margin: 40px auto 0;
}
.footer {
  background-color: #373d43;
}
.footerBlocksWrapper {
  width: 640px;
  margin: 0 auto;
  padding: 0 30px;
}
.footerBlocksWrapper > .panel-body {
  padding-top: 20px;
}
.footerBlocksWrapper .panel-group {
  margin: 0 -30px;
}
.footerBlocksWrapper .panel-group > .panel {
  border: 2px solid #ce614f;
  position: relative;
  font: bold 1.14em Intro, Arial, sans-serif;
}
.footerBlocksWrapper .panel-group > .panel:not(:last-child) {
  margin-bottom: 55px;
}
.footerBlocksWrapper .panel-group > .panel > .panel-heading {
  position: absolute;
  top: -16px;
  left: 17px;
  padding: 0 15px;
  text-transform: uppercase;
}
.footerBlocksWrapper .panel-group > .panel > .panel-heading .panel-title {
  font: inherit;
}
.footerBlocksWrapper .panel-group > .panel > .panel-body,
.footerBlocksWrapper .panel-group > .panel > .panel-footer {
  padding: 13px 55px 33px;
}
.footerBlocksWrapper .footerLink {
  margin-top: 25px;
}
.footerBlocksWrapper .footerLink:hover {
  color: inherit;
}
.footerPhonesBlock {
  border-bottom: 0;
  text-align: center;
}
.footerPhonesBlock .phone {
  font: 300 2.63em Intro, Arial, sans-serif;
  display: block;
  margin: 20px 0 25px;
}
.footerPhonesBlock .phone:hover {
  color: inherit;
}
.footerPhonesBlock .callback,
.footerPhonesBlock .showMore {
  width: 320px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #fff;
}
.footerPhonesBlock .callback:hover,
.footerPhonesBlock .showMore:hover {
  background-color: #ce614f;
}
.footerPhonesBlock .showMore {
  border-color: #fff;
}
.footerPhonesBlock .showMore:before {
  content: 'Свернуть';
  background: transparent;
  top: 0;
  left: 85px;
}
.footerPhonesBlock .showMore:after {
  width: 15px;
  height: 9px;
  background-position: -75px -517px;
  right: 85px;
  margin-top: -3px;
}
.footerPhonesBlock .showMore:hover {
  color: #373d43;
  background-color: #fff;
}
.footerPhonesBlock .showMore:hover:after {
  background-position: -75px -538px;
}
.footerPhonesBlock .showMore.collapsed {
  border-color: #ce614f;
}
.footerPhonesBlock .showMore.collapsed:before {
  content: 'Развернуть';
}
.footerPhonesBlock .showMore.collapsed:after,
.footerPhonesBlock .showMore.collapsed:hover:after {
  background-position: -75px -527px;
}
.footerPhonesBlock .showMore.collapsed:hover {
  color: #fff;
  background-color: #ce614f;
}
.footerHelpBlock .paysystemsBlock {
  padding-top: 0 !important;
}
.footerHelpBlock .paysystemsBlock .title {
  margin: 0;
  border-top: 1px solid #fff;
  padding: 35px 0;
}
.subscribeForm {
  margin: 25px auto 0;
}
.subscribeForm .input-group {
  margin-bottom: 35px;
}
.subscribeForm .form-control {
  border-color: #fff;
  background-color: #fff;
}
.subscribeForm .btn {
  width: 160px;
}
.subscribeForm .readMoreLink:hover {
  color: #fff;
}
.footerCopyrightBlock {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.76em;
}
.footerCopyrightBlock .info {
  margin: 17px 0 7px;
}
.footerCopyrightBlock .info:hover {
  color: #fff;
}
.footerCopyrightBlock .copyright {
  float: left;
}
.footerCopyrightBlock .logo {
  margin-top: -5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.footerCopyrightBlock .logo:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.callbackModal .modal-header .icon {
  width: 52px;
  height: 52px;
  background-position: 0px -777px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.callbackModal .phoneWrap {
  margin-bottom: 38px;
  white-space: nowrap;
}
.callbackModal .phoneWrap .phone {
  font: 2.1em Intro, Arial, sans-serif;
}
.callbackModal .phoneWrap .phone,
.callbackModal .phoneWrap .phone:hover {
  color: #373d43;
}
.callbackModal .phoneWrap .time {
  font-size: 1.24em;
  color: #787878;
  margin: 0;
}
.callbackModal .btn {
  padding: 0 26px;
}
.callbackModal .frame {
  overflow: hidden;
}
.callbackModal .back {
  opacity: 0;
}
.callbackModal .layersWrapper {
  width: 200%;
  transition: all .3s linear;
  text-align: center;
}
.callbackModal .slided .back {
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 101px;
  border: none;
  transition: opacity .2s linear .3s;
  background: url('../images/sprite.png') no-repeat;
  display: inline-block;
  width: 9px;
  height: 15px;
  background-position: -72px -558px;
}
.callbackModal .slided .layersWrapper {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.callbackModal .layer-1,
.callbackModal .layer-2 {
  height: 325px;
  width: 50%;
  float: left;
}
.callbackModal .panel {
  background-color: transparent;
}
.callbackModal .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.callbackModal .form-group {
  margin-bottom: 27px;
}
.callbackModal .message:not(:empty) + form .form-group {
  margin-bottom: 9px;
}
.callbackModal .message.success {
  margin-top: 130px;
}
.callbackModal .dropdown-toggle {
  text-align: left;
  width: 100%;
}
.callbackModal .dropdown-menu label {
  margin: 0;
  width: 100%;
}
/* Small devices (tablets, 641px and up) home-1024.jpg */
@media (min-width: 641px) {
  .closeBtn,
  .delBtn {
    width: 32px;
    height: 32px;
  }
  .closeBtn:before,
  .delBtn:before {
    width: 8px;
    height: 8px;
    background-position: -70px -819px;
    margin-top: -4px;
    margin-left: -4px;
  }
  .importantContent {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .fullWidthContent {
    margin-left: -315px;
  }
  .pageWrapper {
    width: 100%;
    min-width: 641px;
    max-width: 1600px;
  }
  .indexPage .fullWidthContent {
    padding-left: 45px;
    padding-right: 45px;
  }
  .indexPage h4 {
    font-size: 1.43em;
  }
  .indexPage .mainContent {
    margin: 40px 0 0 -45px;
    padding-bottom: 50px;
  }
  .indexPage .innerMenu {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    color: #373d43;
    font-size: 0.93em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 10;
    line-height: 54px;
    margin-bottom: -54px;
  }
  .indexPage .innerMenu .menuItem {
    display: table-cell;
    background-color: rgba(255, 255, 255, 0.7);
    background-clip: padding-box;
  }
  .indexPage .innerMenu .menuItem:nth-child(n+3) {
    border-left: 1px solid transparent;
  }
  .indexPage .innerMenu .menuItem.callItem {
    width: 20%;
    min-width: 218px;
  }
  .indexPage .innerMenu .menuItem.aboutItem {
    width: 15.5%;
    min-width: 157px;
  }
  .indexPage .innerMenu .menuItem.helpItem {
    width: 15.5%;
    min-width: 207px;
  }
  .indexPage .innerMenu .menuItem.salonsItem {
    width: 15%;
    min-width: 127px;
  }
  .indexPage .innerMenu .menuLink:hover {
    color: inherit;
    text-decoration: none;
    background-color: #fff;
  }
  .indexPage .innerMenu .menuArrow {
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
    width: 8px;
    height: 5px;
    background-position: -92px -558px;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -2px;
  }
  .indexPage .innerMenu button {
    border: 0;
    background-color: transparent;
  }
  .indexPage .innerMenu button.backCallBtn {
    width: 100%;
  }
  .indexPage .innerMenu button.backCallBtn:hover {
    background-color: #fff;
  }
  .topPanelWrapper {
    position: relative;
    background-color: #8f483d;
    z-index: 10;
  }
  .topPanel {
    color: #fff;
  }
  .topPanel .topPanelMenu,
  .topPanel .topPanelSalons {
    padding: 23px 0 34.5px;
  }
  .topPanel .topPanelBlockTitle {
    font-family: Intro, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  .topPanel .topPanelMenuList,
  .topPanel .topPanelSalonsList {
    list-style: none;
    padding: 0;
    margin: 23px 0 0;
  }
  .topPanel .menuLink:hover,
  .topPanel .topPanelSalonPhone:hover {
    color: #dea8a0;
    text-decoration: none;
  }
  .topPanel .topPanelMenuList .menuItem:not(:last-child) {
    margin-bottom: 4px;
  }
  .topPanel .topPanelMenuList .menuLink {
    line-height: 1.23;
  }
  .topPanel .topPanelSalonItem {
    overflow: hidden;
    display: inline-block;
  }
  .topPanel .topPanelSalonItem:not(:last-child):after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    clear: both;
    padding-top: 7px;
    margin-bottom: 4px;
  }
  .topPanel .topPanelSalonCol {
    float: left;
  }
  .topPanel .topPanelSalonCol:not(:last-child) {
    width: 170px;
  }
  .topPanel .topPanelMapLink {
    color: #c28379;
    text-decoration: underline;
  }
  .topPanel .topPanelSalonDay {
    display: inline-block;
    min-width: 42px;
  }
  .topPanel .topPanelSalonTime {
    white-space: nowrap;
  }
  .topPanel .topPanelSalonPhone {
    font-size: 17px;
    margin-top: -2px;
  }
  .topPanelBtn {
    width: 36px;
    height: 36px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 0;
    padding: 0;
    background: #8f483d;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -18px;
    -webkit-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
  }
  .topPanelBtn:before,
  .topPanelBtn:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16px;
    background: #8f483d;
  }
  .topPanelBtn:before {
    left: -7px;
    border-bottom-left-radius: 8px;
    -webkit-transform: skewX(25.5deg) skewY(0);
    -ms-transform: skewX(25.5deg) skewY(0);
    -o-transform: skewX(25.5deg) skewY(0);
    transform: skewX(25.5deg) skewY(0);
  }
  .topPanelBtn:after {
    right: -7px;
    border-bottom-right-radius: 8px;
    -webkit-transform: skewX(-25.5deg) skewY(0);
    -ms-transform: skewX(-25.5deg) skewY(0);
    -o-transform: skewX(-25.5deg) skewY(0);
    transform: skewX(-25.5deg) skewY(0);
  }
  .topPanelBtn .btnIcon {
    position: relative;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #fff;
    font-size: 11px;
    z-index: 2;
  }
  .topPanelBtn .btnIcon:before {
    width: 8px;
    height: 5px;
    background-position: -92px -564px;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    top: auto;
  }
  .topPanelBtn:hover .btnIcon,
  .topPanelBtn.hovered .btnIcon {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .topPanelBtn.collapsed {
    bottom: -20px;
  }
  .topPanelBtn.collapsed .btnIcon:before {
    background-position: -92px -570px;
  }
  .topPanelBtn.collapsed:hover,
  .topPanelBtn.collapsed.hovered {
    bottom: -36px;
  }
  .header {
    padding: 24px 45px 36px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    position: relative;
    /*&:after{
			content: "";
			position: absolute;
			display: block;
			left: 0;
			bottom: 0;
			right: 0;
			height: 20px;
			background-repeat: repeat;
			background-size: 40px 34px;
			background-image: radial-gradient(80px 30px, #fff 22px, transparent 7px);
		}*/
  }
  .header .wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: radial-gradient(ellipse 72px 12px at -6px -4px, #f1f1f1 72px, transparent 74px);
    background-color: #fff;
  }
  .header .wave:before,
  .header .wave:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: repeat;
    background-size: 267px 30px;
  }
  .header .wave:before {
    background-image: radial-gradient(ellipse 72px 12px at 72px -4px, #f1f1f1 72px, transparent 74px);
    bottom: 0;
    height: 14px;
    left: 188px;
  }
  .header .wave:after {
    background-image: radial-gradient(ellipse 70px 12px at 127px 18px, #fff 70px, transparent 72px);
    bottom: 12px;
    height: 14px;
  }
  .bx-safari .wave {
    display: none;
  }
  .logoLink {
    width: 225px;
    margin-top: -3px;
  }
  .headerInfo {
    position: static;
    height: auto;
    padding: 28px 0 0;
    background-color: transparent;
  }
  .headerInfo .phonesBlock {
    float: left;
  }
  .headerInfo .phoneWrap {
    float: left;
  }
  .headerInfo .phoneWrap:first-child {
    margin-right: 60px;
  }
  .headerInfo .phoneWrap .phone {
    font: 20px Intro, Arial, sans-serif;
    color: #373d43;
  }
  .headerInfo .phoneWrap .time {
    font-size: 12px;
    color: #787878;
    margin: 0;
  }
  .headerInfo .headerPersonal {
    float: right;
  }
  .headerInfo .headerPersonal > a {
    font-size: 13.02px;
  }
  .headerInfo .headerPersonalLink {
    padding-left: 40px;
  }
  .headerInfo .headerPersonalLink:first-child {
    margin-right: 40px;
  }
  .headerInfo .headerPersonalLink.basketBlock:before {
    width: 25px;
    height: 25px;
    background-position: 0 -737px;
    top: 0;
  }
  .headerInfo .headerPersonalLink.basketBlock:after {
    width: 19px;
    height: 6px;
    background-position: 0px -770px;
    top: 27px;
  }
  .headerInfo .headerPersonalLink.basketBlock:hover:before {
    background-position: -26px -737px;
  }
  .headerInfo .headerPersonalLink.basketBlock:hover:after {
    background-position: -20px -770px;
  }
  .headerInfo .headerPersonalLink.basketBlock.empty:after {
    background-position: 0px -763px;
  }
  .headerInfo .headerPersonalLink.basketBlock.empty:hover:after {
    background-position: -20px -763px;
  }
  .headerInfo .headerPersonalLink.profileBlock:before {
    width: 24px;
    height: 28px;
    background-position: -34px -620px;
    top: 0;
  }
  .headerInfo .headerPersonalLink.profileBlock:hover:before {
    background-position: -59px -620px;
  }
  .searchBlock {
    margin-left: 315px;
  }
  .indexPage .header .searchBlock {
    clear: none;
    padding-top: 0;
  }
  .innerPage .header .searchBlock {
    display: block;
  }
  .searchBlock .pseudoSelect {
    width: 95px;
  }
  .searchBlock .btn[type=submit] {
    width: 90px;
    margin-left: 6px;
  }
  .searchPlacesBtn {
    padding: 0 18px 0 10px;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe8e8e8', GradientType=0);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .searchPlacesBtn:after {
    margin-right: -5px;
  }
  .searchPlacesBtn:before {
    width: 13px;
    height: 13px;
    right: -29px;
    background-position: -92px -460px;
    margin-top: -7px;
  }
  .searchPlacesBtn:hover {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  }
  .searchPlacesBtn:hover:after {
    background-position: -92px -558px;
  }
  .searchPlacesBtn:active:after,
  .searchPlacesBtn.active:after,
  .open > .dropdown-toggle.searchPlacesBtn:after {
    background-position: -101px -566px;
  }
  .searchPlacesBtn:active:hover,
  .searchPlacesBtn.active:hover,
  .open > .dropdown-toggle.searchPlacesBtn:hover,
  .searchPlacesBtn:active:focus,
  .searchPlacesBtn.active:focus,
  .open > .dropdown-toggle.searchPlacesBtn:focus,
  .searchPlacesBtn:active.focus,
  .searchPlacesBtn.active.focus,
  .open > .dropdown-toggle.searchPlacesBtn.focus {
    color: #ce614f;
  }
  .searchPlacesBtn:active:hover:after,
  .searchPlacesBtn.active:hover:after,
  .open > .dropdown-toggle.searchPlacesBtn:hover:after,
  .searchPlacesBtn:active:focus:after,
  .searchPlacesBtn.active:focus:after,
  .open > .dropdown-toggle.searchPlacesBtn:focus:after,
  .searchPlacesBtn:active.focus:after,
  .searchPlacesBtn.active.focus:after,
  .open > .dropdown-toggle.searchPlacesBtn.focus:after {
    background-position: -92px -552px;
  }
  .searchPlacesBtn .caption {
    min-width: 45px;
    max-width: 75px;
    line-height: 34px;
  }
  .searchPlacesBtn ~ .placeList {
    padding: 10px;
  }
  .searchPlacesBtn ~ .placeList .closeBtn {
    width: 8px;
    height: 8px;
  }
  .searchPlacesBtn ~ .placeList .placeItem {
    margin-bottom: 8px;
  }
  .searchInput {
    padding-left: 43px;
  }
  .menuBtn {
    position: relative;
    width: 315px;
    height: 40px;
    padding-left: 65px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
  }
  .menuBtnIcon {
    position: absolute;
    width: 27px;
    height: 19px;
    border-width: 5px 0;
    margin: 0;
    top: 10.5px;
    left: 18px;
  }
  .menuBtnIcon:before {
    height: 5px;
    margin-top: -2.5px;
  }
  .menuBtn:hover .menuBtnIcon {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .mainMenuWrapper {
    letter-spacing: 0.1em;
    font-size: 13.02px;
    font-family: Intro, Arial, sans-serif;
    position: relative;
    z-index: 10;
  }
  .mainMenuWrapper .mainMenu {
    padding: 45px;
    -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.175);
  }
  .mainMenuWrapper .mainMenu.show {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .mainMenuWrapper .menuItem {
    width: 100%;
    border: 2px solid transparent;
  }
  .mainMenuWrapper .menuLink {
    line-height: 31px;
    font-size: 13.02px;
    padding: 0 0 0 12px;
  }
  .mainMenuWrapper .menuLink:before {
    content: none;
  }
  .mainMenu .catalogMenu {
    margin: -15px -15px 0;
  }
  .mainMenu .menuItem:before,
  .mainMenu .menuItem:after {
    content: none;
  }
  .mainMenu .menuItem.selected,
  .mainMenu .menuItem:hover {
    border-color: #fff;
  }
  .mainMenu .menuItem.selected .menuLink,
  .mainMenu .menuItem:hover .menuLink {
    color: #fff;
  }
  .innerMenu {
    height: 40px;
    margin-left: -45px;
    margin-right: -45px;
    padding: 0 45px;
  }
  .itemDetail .innerMenu {
    margin-left: 270px;
  }
  .itemDetail .innerMenu:empty + .breadcrumb {
    margin-left: 315px;
  }
  .newsShortListWrapper {
    padding: 20px 45px 40px;
    background-color: #8f483d;
    color: #fff;
  }
  .newsShortListWrapper h4 {
    font-size: 1.28em;
  }
  .newsShortListWrapper h4 a:hover {
    color: #fff;
  }
  .newsShortListWrapper .viewAllLink {
    float: right;
    text-transform: uppercase;
  }
  .newsShortList {
    list-style: none;
    padding-left: 0;
    margin-right: -25px;
  }
  .newsShortList .newsListItem {
    clear: both;
    margin-bottom: 35px;
  }
  .newsShortList .itemImgLink {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .newsShortList .itemImgLink:not(.hidden) + .itemDescription {
    padding-top: 10px;
    margin-left: 87px;
    min-height: 70px;
  }
  .newsShortList .itemTitleLink {
    display: block;
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .newsShortList .itemTitleLink:after {
    content: '...';
    display: inline-block;
    position: relative;
    font-size: 2em;
    line-height: 0;
    top: -0.1em;
    left: 0.1em;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .newsShortList .itemTitleLink:hover {
    color: inherit;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .newsShortList .itemTitleLink:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .newsShortList .itemTitle {
    white-space: normal;
  }
  .newsShortList .itemDate {
    font-size: 0.86em;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .leftColumn {
    float: left;
    width: 315px;
  }
  .rightColumn {
    margin-left: 315px;
  }
  .innerPage .rightColumn {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pageTopImageWrapper {
    margin: 0 0 20px;
  }
  .mainBanners .carousel-indicators {
    width: auto;
    left: 35px;
    margin-left: 0;
  }
  .mainBanners .carousel-caption {
    font-size: 2.28em;
  }
  .mainBanners .mainBannersBtn {
    width: 260px;
    height: 63px;
    font-size: 1.07em;
    left: auto;
    right: 71px;
    bottom: 25px;
  }
  .mainBanners .mainBannersBtn:after {
    width: 21px;
    height: 63px;
    background-position: -91px -396px;
    right: -21px;
  }
  .mainBanners .mainBannersBtn:hover:after {
    background-position: -91px -332px;
  }
  .mainContent .showOverflowed {
    width: 33px;
    height: 33px;
    bottom: 7px;
    right: 15px;
  }
  .mainContent .showOverflowed:before {
    width: 5px;
    height: 8px;
    background-position: -103px -497px;
    margin-top: -4px;
    margin-left: -3px;
  }
  .mainContent .showOverflowed.active:before,
  .mainContent .showOverflowed:hover:before,
  .mainContent .showOverflowed:focus:before {
    background-position: -103px -515px;
  }
  .mainContent .verticalSubmenu {
    top: 26px;
    right: 15px;
  }
  .mainCategoriesWrapper .mainCategoriesHeaderLine {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mainCategoriesWrapper .mainCategoriesTitle {
    font-size: 1.28em;
  }
  .mainCategoriesWrapper .viewAllLink {
    font-size: 0.93em;
  }
  .mainCategoriesWrapper .viewAllLink:after {
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
    width: 5px;
    height: 8px;
    background-position: -103px -497px;
    margin-bottom: 1px;
  }
  .mainCategoriesWrapper .leftVertical {
    width: 250px;
  }
  .mainCategoriesWrapper .topHorizontal,
  .mainCategoriesWrapper .bottomHorizontal {
    margin-left: 260px;
  }
  .mainCategoriesWrapper .rightTop,
  .mainCategoriesWrapper .rightBottom {
    width: 260px;
  }
  .mainCategoriesWrapper .leftTop,
  .mainCategoriesWrapper .leftBottom {
    margin-right: 270px;
  }
  .mainCategoriesWrapper .hexagonBig {
    padding-left: 47px;
  }
  .mainCategoriesWrapper .hexagonBigGrey {
    width: 168px;
    height: 190px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22168px%22%20height%3D%22190px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23373d43%22%20/%3E%3C/svg%3E') no-repeat 0 0;
  }
  .mainCategoriesWrapper .hexagonBigBrown {
    width: 168px;
    height: 190px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22168px%22%20height%3D%22190px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23a85a3b%22%20/%3E%3C/svg%3E') no-repeat 0 0;
  }
  .mainCategoriesWrapper .categoryProductsQuantity {
    font-size: 2.14em;
  }
  .mainCategoriesWrapper .categoryName {
    line-height: 1.23;
    font-size: 0.93em;
  }
  .mainCategoriesWrapper .categoryViewLink {
    width: 69px;
    line-height: 25px;
    font-size: 0.64em;
  }
  .mainCategoriesWrapper .hexagonBigGrey .categoryViewLink {
    height: 25px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 0;
  }
  .mainCategoriesWrapper .hexagonBigGrey .categoryViewLink:hover {
    border-color: #fff;
  }
  .mainCategoriesWrapper .hexagonBigGrey .categoryViewLink:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 12.5px 0 12.5px 9px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    top: -1px;
    left: 100%;
  }
  .mainCategoriesWrapper .hexagonBigGrey .categoryViewLink:hover:before {
    border-left-color: #fff;
  }
  .mainCategoriesWrapper .hexagonBigGrey .categoryViewLink:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 11.5px 0 11.5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #373d43;
    top: 0;
    left: 100%;
  }
  .mainCategoriesWrapper .hexagonBigBrown .categoryViewLink {
    height: 25px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 0;
  }
  .mainCategoriesWrapper .hexagonBigBrown .categoryViewLink:hover {
    border-color: #fff;
  }
  .mainCategoriesWrapper .hexagonBigBrown .categoryViewLink:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 12.5px 0 12.5px 9px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    top: -1px;
    left: 100%;
  }
  .mainCategoriesWrapper .hexagonBigBrown .categoryViewLink:hover:before {
    border-left-color: #fff;
  }
  .mainCategoriesWrapper .hexagonBigBrown .categoryViewLink:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 11.5px 0 11.5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #a85a3b;
    top: 0;
    left: 100%;
  }
  .saleWrapper,
  .reviewsWrapper {
    margin: 0 -33px;
  }
  .reviewsWrapper .addReviewBtn {
    width: 160px;
    margin-top: -15px;
  }
  .reviewsWrapper .reviewItem {
    width: 465px;
    padding-top: 30px;
  }
  .reviewsWrapper.reviewItemsList {
    margin: 0;
  }
  .reviewsWrapper.reviewItemsList .reviewItem {
    width: auto !important;
    overflow: hidden;
  }
  .reviewFileField {
    width: 326px;
    padding: 7px 0 0;
  }
  .fileInputWrapper {
    width: 120px;
    height: 35px;
  }
  .fileFieldLabel {
    padding-left: 0;
    padding-right: 0;
  }
  .fileValueWrapper {
    margin-right: 130px;
  }
  .addReview .name-group {
    float: left;
    width: 49%;
  }
  .addReview .city-group {
    float: right;
    width: 49%;
  }
  .addReview .file-group {
    overflow: hidden;
    position: relative;
    top: 108px;
    width: 50%;
  }
  .addReview .review-group {
    position: relative;
    top: -58px;
  }
  .addReview .fileValueWrapper {
    min-height: 50px;
  }
  .addReview .fileInputWrapper {
    top: 8px;
  }
  .addReview textarea.form-control {
    height: 100px;
  }
  .addReview [type=submit] {
    margin-right: 0;
    width: 160px;
  }
  .socialLinksBlock {
    margin-left: 45px;
    background-color: transparent;
  }
  .socialLinksBlock h4 {
    font-size: 1em;
    padding-bottom: 15px;
  }
  .socialLink {
    width: 32px;
    height: 32px;
  }
  .socialLink.twitter:before {
    background-position: 0 -559px;
  }
  .socialLink.facebook:before {
    background-position: 0 -460px;
  }
  .socialLink.vk:before {
    background-position: 0 -592px;
  }
  .socialLink.google:before {
    background-position: 0 -493px;
  }
  .socialLink.odnoklassniki:before {
    background-position: 0 -526px;
  }
  .indexAboutBlock {
    margin-left: 20px;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.09);
    background: #fff url('../images/main_content_bg.jpg') no-repeat right;
    background-size: contain;
  }
  .indexAboutBlock h4 {
    text-align: left;
  }
  .aboutFeaturesList {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 720px;
    margin-bottom: 20px;
  }
  .aboutFeaturesList > .aboutFeature {
    font-size: 14px;
  }
  .aboutFeatureText {
    padding-top: 10px;
  }
  .aboutImportantContent {
    min-height: 103px;
  }
  .aboutImportantContent:before {
    top: 25px;
  }
  .showroomWrapper {
    height: 130px;
  }
  .showroomWrapper .showroomImg {
    height: auto;
    right: auto;
    left: -13%;
    bottom: -100%;
  }
  .showroomWrapper .showroomHexagon {
    width: 124px;
    height: 110px;
    margin-top: -55px;
    margin-left: -62px;
  }
  .showroomWrapper .showroomHexagonTopText {
    font-size: 2.9em;
    margin-top: 22px;
  }
  .showroomWrapper .showroomHexagonBottomText {
    font-size: 0.7em;
    margin-top: -7px;
  }
  .indexPage .showroomWrapper {
    margin-left: 45px;
    height: 380px;
  }
  .indexPage .showroomWrapper .showroomImg {
    left: auto;
    right: -50%;
    bottom: 0;
  }
  .contactWrap {
    font-size: 0.93em;
  }
  .contactWrap.table > thead > tr > th,
  .contactWrap.table > tbody > tr > th,
  .contactWrap.table > tfoot > tr > th,
  .contactWrap.table > thead > tr > td,
  .contactWrap.table > tbody > tr > td,
  .contactWrap.table > tfoot > tr > td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .contactWrap.table > thead {
    font-size: 1.3em;
  }
  .contactWrap.table > thead th:first-child,
  .contactWrap.table > thead td:first-child {
    width: 32%;
  }
  .contactWrap .contactEmail .underlinedLink {
    display: inline-block;
  }
  .contactWrap .contactEmail .contactPhone {
    display: inline-block;
    font-size: 1.6em;
    line-height: 1.4;
  }
  .contactWrap .contactEmail > a:not(:first-child) {
    margin-left: 5%;
  }
  .contactWrap .contactTrace,
  .contactWrap .contactGps {
    padding-left: 60px;
  }
  .contactWrap .contactTrace:before,
  .contactWrap .contactGps:before {
    top: 12px;
  }
  .feedbackWrap .feedback {
    margin-top: 0;
  }
  .feedbackWrap .feedback .panel {
    background-color: transparent;
  }
  .feedbackWrap .feedback .panel-body {
    padding: 0;
  }
  .feedbackWrap .feedback .btn {
    width: 30%;
    max-width: 120px;
    padding: 0;
    margin-top: 0;
    float: right;
  }
  .authBlock {
    background-color: #f1f1f1;
    padding-top: 25px;
  }
  .authBlock .panel-body {
    padding-top: 0;
  }
  .authBlock .authForm {
    margin-bottom: 0;
  }
  .authForm .panel-heading,
  .authForm .panel-body {
    padding-left: 0;
    padding-right: 15.5%;
  }
  .authForm .login {
    width: 120px;
    margin-left: 0;
    margin-top: 25px;
  }
  .registerBlock:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 1px;
    height: 83%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .authBlock .registerBlock {
    margin-top: 0;
    position: relative;
  }
  .registerBlock .panel-heading,
  .registerBlock .panel-body {
    padding-left: 12.6%;
    padding-right: 0;
  }
  .registerBlock .register {
    width: 190px;
    margin-top: 35px;
    margin-left: 0;
  }
  .itemDetail.mainContent {
    margin-left: 0;
  }
  .itemDetail h1 {
    margin-bottom: 15px;
  }
  .itemDetail .itemRaiting {
    margin-left: 7px;
  }
  .itemDetail .raitingStar {
    width: 11px;
    height: 10px;
    background-position: -92px -968px;
  }
  .itemDetail .raitingStar:not(:first-child) {
    margin-left: 1px;
  }
  .itemDetail .raitingStar.full {
    background-position: -66px -998px;
  }
  .itemDetail .serviceIcons {
    margin-top: 5px;
  }
  .itemDetail .serviceIcon:not(:first-child) {
    margin-left: 20px;
  }
  .itemDetail .serviceIcon.compareIcon {
    width: 16px;
    height: 16px;
  }
  .itemDetail .serviceIcon.compareIcon:before,
  .itemDetail .serviceIcon.compareIcon:after {
    width: 12px;
    height: 12px;
  }
  .itemDetail .serviceIcon.favoriteIcon {
    width: 16px;
    height: 16px;
    background-position: -86px -622px;
  }
  .itemDetail .serviceIcon.printIcon {
    width: 15px;
    height: 14px;
    background-position: -59px -1143px;
  }
  .itemDetail .itemAvailability {
    margin: 0 0 20px 0;
  }
  .itemDetail .itemAvailability .availability {
    padding-left: 17px;
  }
  .itemDetail .itemAvailability .availability.ok:before {
    width: 10px;
    height: 7px;
    background-position: -95px -641px;
    margin-top: -2px;
  }
  .itemDetail .itemAvailability .availability.no:before {
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
    width: 8px;
    height: 5px;
    background-position: -92px -558px;
    margin-top: -3px;
  }
  .itemDetail .itemAvailability .availability.no:after {
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
    width: 8px;
    height: 5px;
    background-position: -92px -552px;
  }
  .itemDetail .itemLabel {
    top: 0;
    right: auto;
    left: 0;
  }
  .itemDetail .itemLabel .hexagonLabel {
    top: 0;
    left: 0;
    right: auto;
  }
  .itemDetail .itemLabel .hexagonTextLabel {
    font-size: 0.78em;
  }
  .itemDetail .cardImgs {
    float: left;
    margin-top: -65px;
    width: 360px;
    padding-right: 45px;
  }
  .itemDetail .cardImgs .mainImg {
    height: 350px !important;
    width: 315px;
    /*line-height: @mainImgHeight;*/
  }
  .itemDetail .panel-gray {
    margin-left: 0;
  }
  .itemDetail .panel-gray .panel-heading {
    padding: 25px 35px;
    overflow: hidden;
  }
  .itemDetail .propsTable td {
    padding-bottom: 0;
  }
  .itemDetail .serviceTable td {
    padding-left: 35px;
  }
  .itemDetail .serviceTable td:before {
    top: 4px;
    height: 20px;
    width: 21px;
  }
  .itemDetail .serviceTable .serviceDelivery:before {
    width: 22px;
    height: 18px;
    background-position: -73px -1054px;
    top: 5px;
  }
  .itemDetail .serviceTable .serviceAssembly:before {
    height: 21px;
    background-position: -105px -2502px;
  }
  .itemDetail .serviceTable .serviceLift:before {
    width: 29px;
    height: 26px;
    background-position: -82px -2598px;
  }
  .itemDetail .serviceTable .servicePay:before {
    width: 26px;
    height: 22px;
    background-position: -82px -2625px;
  }
  .itemDetail .priceBlock {
    margin: 30px 0 50px 0;
  }
  .itemDetail .btnBlock,
  .itemDetail .itemPrice,
  #orderModal__basket .itemPrice {
    width: auto;
  }
  .itemDetail .inBasket {
    width: 180px;
    height: 40px;
    padding-left: 34px;
    font-size: 14px;
    line-height: 34px;
    margin-right: 20px;
  }
  .itemDetail .inBasketIcon {
    height: 34px;
    width: 34px;
  }
  .itemDetail .inBasketIcon:before {
    width: 19px;
    height: 19px;
    background-position: -81px -816px;
    margin-top: -9px;
    margin-left: -11px;
  }
  .itemDetail .itemPrice,
  #orderModal__basket .itemPrice {
    font-weight: bold;
    font-family: Intro, Arial, sans-serif;
    color: #ce614f;
    white-space: nowrap;
    font-size: 20px;
    line-height: 2;
    text-align: center;
    text-align: left;
  }
  .itemDetail .itemPrice:after,
  #orderModal__basket .itemPrice:after {
    /*content: "\00A0\20BD";*/
    font-family: PTSansCaption, Arial, sans-serif;
  }
  .itemDetail .itemPrice .oldPrice,
  #orderModal__basket .itemPrice .oldPrice {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    color: #000;
  }
  .itemDetail .itemPrice .oldPrice:before,
  #orderModal__basket .itemPrice .oldPrice:before {
    content: '';
    position: absolute;
    width: 56.56854249px;
    border-top: 2px solid #ce614f;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -28.28427125px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .itemDetail .itemPrice .oldPrice:empty,
  #orderModal__basket .itemPrice .oldPrice:empty {
    display: none;
  }
  .itemDetail .creditBuy {
    font-size: 0.93em;
    line-height: 40px;
    padding-right: 20px;
  }
  .itemDetail .creditBuy:after {
    width: 5px;
    height: 8px;
    background-position: -103px -497px;
    margin-top: -5px;
  }
  .itemDetail .tabsWrap {
    margin-left: 0;
  }
  .itemDetail .nav-tabs {
    height: 40px;
  }
  .itemDetail .nav-tabs > li > a {
    height: 40px;
  }
  .itemDetail .nav-tabs .serviceIcon {
    margin-left: 9px;
    font-size: 13px;
    line-height: 18px;
  }
  .itemDetail .nav-tabs .serviceIcon:before {
    margin-top: -8px;
  }
  .itemDetail .allPropsTable td {
    width: 75%;
    padding: 5px 0;
  }
  .itemDetail .allPropsTable td:first-child {
    padding-left: 10px;
    width: 25%;
    min-width: 190px;
  }
  .itemDetail .blog-add-comment {
    text-align: right;
    margin-bottom: 20px;
  }
  .itemDetail .blog-comment .panel-body:after {
    content: none;
  }
  .itemDetail .blog-comment-cont .form-group {
    overflow: hidden;
  }
  .itemDetail .commentLeftCol {
    float: left;
    width: 110px;
  }
  .itemDetail .commentRightCol {
    margin-left: 110px;
  }
  .itemDetail .blog-comment-info {
    font-size: 0.93em;
  }
  .itemDetail .blog-comment-meta {
    font-size: 0.93em;
  }
  .itemDetail .blog-comment-meta .blog-vert-separator {
    height: 14px;
  }
  .setWrapper .setSum {
    float: right;
    margin-top: 14px;
    padding-left: 40px;
  }
  .setWrapper .setSum:before {
    content: none;
  }
  .setWrapper .setSum:after {
    left: 16px;
    bottom: 10px;
    top: auto;
    width: auto;
  }
  .setWrapper .setSum .price {
    font-size: 1.2em;
  }
  .setWrapper .itemsList {
    display: block;
    margin-right: 172px;
  }
  .setWrapper .listItem {
    width: 30%;
  }
  .setWrapper .listItem .itemImg,
  .setWrapper .listItem .itemDesc {
    height: 100%;
  }
  .setWrapper .listItem .itemImg {
    background: no-repeat left center;
    background-size: contain;
  }
  .setWrapper .listItem .price {
    left: 0;
    right: auto;
  }
  .setWrapper .plus {
    width: 5%;
    height: 125px;
    line-height: 125px;
  }
  .itemDetailModal .modal-dialog {
    width: 800px;
  }
  .itemDetailModal .listItem {
    width: 662px;
  }
  .deliveryModal .modal-dialog,
  .assemblyModal .modal-dialog,
  .liftModal .modal-dialog,
  .payModal .modal-dialog {
    width: 780px;
  }
  .deliveryModal .modal-header,
  .deliveryModal .modal-body,
  .deliveryModal .modal-footer,
  .assemblyModal .modal-header,
  .assemblyModal .modal-body,
  .assemblyModal .modal-footer,
  .liftModal .modal-header,
  .liftModal .modal-body,
  .liftModal .modal-footer,
  .payModal .modal-header,
  .payModal .modal-body,
  .payModal .modal-footer {
    padding-right: 20px;
  }
  .deliveryModal .modal-header .title,
  .assemblyModal .modal-header .title,
  .liftModal .modal-header .title,
  .payModal .modal-header .title {
    margin-top: 12px;
    margin-bottom: 0;
    text-align: left;
    text-transform: none;
  }
  .deliveryModal .modal-footer,
  .assemblyModal .modal-footer,
  .liftModal .modal-footer,
  .payModal .modal-footer {
    /*text-align: left;*/
  }
  .deliveryModal .mapWrap {
    margin-right: -20px;
    height: 270px;
    background-size: 100% 160%;
  }
  .deliveryModal .descWrap {
    font-size: 12px;
  }
  .assemblyModal .iconsList,
  .payModal .iconsList {
    /*.justify-children(li, @font-size-base);*/
    padding-left: 0;
    /*> li {
				white-space: nowrap;
			}*/
  }
  .assemblyModal .iconsList {
    margin: 0;
  }
  .assemblyModal .contactInfo {
    text-align: left;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .payModal .iconsList {
    margin-left: 0;
    margin-right: 0;
  }
  .payModal .modal-footer {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .liftModal .liftImgWrap {
    margin-bottom: -53px;
  }
  .liftModal .modal-footer {
    height: 110px;
    border-radius: 0 0 25px 25px;
  }
  .liftModal .modal-footer .closeBtn {
    filter: invert(1);
  }
  .viewedList {
    margin: 0;
  }
  .viewedList .sliderArrow.prev {
    left: 0;
  }
  .viewedList .sliderArrow.next {
    right: 0;
  }
  .viewedList .listItem:not(:first-child) {
    margin-left: 15px;
  }
  .filterSets .panel-title,
  .filterLeft .panel-title {
    font-size: 0.93em;
    margin-right: 31px;
  }
  .filterSets .panel-title:after,
  .filterLeft .panel-title:after {
    content: none;
  }
  .filterSets > .panel-heading .panel-title,
  .filterLeft > .panel-heading .panel-title {
    font-family: Intro, Arial, sans-serif;
    color: #373d43;
    cursor: default;
    text-transform: uppercase;
  }
  .filterSets .filterTooltip,
  .filterLeft .filterTooltip {
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 10px;
    margin-top: 0;
  }
  .filterSets {
    background-color: #fff;
  }
  .filterSets .panel-heading {
    padding: 0 0 21px;
    display: inline-block;
  }
  .filterSets .panel-title {
    padding-left: 0;
  }
  .filterSets .panel-title:before {
    content: none;
  }
  .filterSets .panel-body {
    padding-left: 0;
    padding-right: 0;
  }
  .filterSets .setLink,
  .filterSets .setTitle {
    font-size: 0.93em;
  }
  .filterSets .fSetsRightCol {
    width: 140px;
  }
  .filterSets .fSetsLinks .setLink {
    text-decoration: underline;
    margin-bottom: 30px;
    display: block;
  }
  .filterSets .fSetsLinks .setLink.active {
    color: #ce614f;
  }
  .filterSets .fSetsLinks .setImg {
    display: none;
  }
  .filterSets .salesList {
    padding: 20px 0 10px 12px;
    border: 3px solid #ce614f;
  }
  .filterSets .salesList .salesItem {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 16px;
  }
  .filterSets .salesList .salesItem:before {
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
    width: 5px;
    height: 8px;
    background-position: -103px -497px;
    left: 0;
    margin-top: -3px;
  }
  .filterSets .salesList .salesItem:hover:before {
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
    width: 5px;
    height: 8px;
    background-position: -103px -533px;
  }
  .filterSets .salesList .salesLink {
    color: #ce614f;
    font-weight: bold;
  }
  .filterSets .salesList .salesLink:hover {
    text-decoration: none;
    color: #373d43;
  }
  .filterSets .fSetsList .setLink {
    width: 135px;
    height: 250px;
  }
  .filterSets .fSetsList .setImg {
    /*max-height: 75%;*/
    top: 100px;
    max-width: 95px;
    max-height: 160px;
  }
  .filterSets .fSetsList .setTitle {
    margin-top: 165px;
  }
  .filterSets .sliderWrapper {
    clear: none;
    margin-left: -33px;
    margin-right: 140px;
  }
  .filterLeft {
    margin-top: 35px;
  }
  .filterLeft > .panel-heading .panel-title {
    padding-left: 30px;
  }
  .filterLeft > .panel-heading .panel-title:before {
    width: 19px;
    height: 19px;
    margin-top: -10px;
    left: 0;
    background-position: -30px -1167px;
  }
  .filterWrap .panel-title {
    margin-right: 31px;
    padding-left: 20px;
  }
  .filterWrap .panel-title:before {
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
    width: 8px;
    height: 5px;
    background-position: -92px -558px;
    margin-top: -3px;
    left: 2px;
  }
  .filterWrap .panel-title.collapsed:before {
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
    width: 5px;
    height: 8px;
    background-position: -103px -497px;
    margin-top: -4px;
  }
  .filterWrap .panel-body {
    padding: 0 0 14px 20px;
  }
  .filterWrap .fPrice .panel-body {
    padding: 14px 20px;
  }
  .filterWrap .fPrice .row {
    margin-top: 23px;
  }
  .filterWrap .fPrice .fPriceVal {
    font-size: 0.93em;
  }
  .filterButtons {
    padding: 36px 0 48px;
  }
  .filterButtons .apply {
    width: 140px;
    margin-bottom: 10px;
  }
  .filterButtons .clean {
    font-size: 0.93em;
  }
  .filterBrands {
    padding-top: 0;
    margin: 0 -18px;
  }
  .filterBrands .filterBrandsWrap {
    padding: 35px 45px;
  }
  .filterBrands .brandsListTitle {
    color: #373d43;
    font-size: 0.93em;
    font-weight: bold;
  }
  .filterBrands .brandsList {
    margin-top: 0;
    padding-top: 20px;
    border-top-width: 0;
  }
  .filterBrands .btn-link {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .sortBlock {
    font-size: 0.78em;
    margin-bottom: 35px;
  }
  .sortBlock .panel-heading {
    padding: 15px;
  }
  .sortBlock .pull-left,
  .sortBlock .pull-right {
    padding-bottom: 0;
  }
  .sortBlock .perPageLink:not(:first-child) {
    margin-left: 10px;
  }
  .sortBlock .sortFields {
    clear: none;
    text-align: left;
    border-top: 0;
    padding-top: 0;
    font-size: 1em;
  }
  .sortBlock .sortFields:after {
    content: none;
  }
  .sortBlock .sortFields .sortField {
    font-size: 1em;
    margin-left: 0.65%;
    margin-bottom: 0;
  }
  .hideUnderMenu .underMenu {
    display: none;
  }
  .underMenu > .panel-body {
    padding: 25px;
  }
  .underMenu .showroomWrapper {
    height: 375px;
  }
  .underMenu .showroomWrapper .showroomImg {
    bottom: 0;
    left: -180%;
    height: 100%;
    width: auto;
  }
  .underMenu .showroomWrapper .showroomHexagon {
    width: 190px;
    height: 170px;
    margin-top: -145px;
    margin-left: -95px;
  }
  .underMenu .showroomWrapper .showroomHexagonTopText {
    font-size: 3.93em;
    margin-top: 40px;
  }
  .underMenu .showroomWrapper .showroomHexagonBottomText {
    font-size: 0.93em;
  }
  .underMenu .phonesList,
  .underMenu .mailsList {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .underMenu .phoneItem,
  .underMenu .listTitle,
  .underMenu .mailItem {
    margin-bottom: 30px;
  }
  .underMenu .phoneItem .itemTitle {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .underMenu .phoneItem .itemText {
    font-size: 1.28em;
  }
  .underMenu .listTitle {
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
  .underMenu .mailItem {
    font-size: 0.93em;
  }
  .underMenu .mailItem .itemText {
    color: #ce614f;
    text-decoration: underline;
  }
  .underMenu .mailItem .itemText:hover {
    text-decoration: none;
  }
  .sectionsList {
    margin-left: -315px;
    margin-top: -15px;
    margin-bottom: 80px;
  }
  .sectionsList .sectionWrapper {
    padding-left: 60px;
    width: 280px;
    float: left;
  }
  .sectionsList .sectionWrapper:first-child .section {
    border-top: 0;
  }
  .sectionsList .section {
    height: 100%;
  }
  .sectionsList .sectionTitle {
    font-size: 1.14em;
    width: auto;
  }
  .sectionsList .sectionTitle:after {
    content: none;
  }
  .sectionsList .sectionTitle.collapsed {
    color: #ce614f;
  }
  .sectionsList .subsectionsList {
    display: block;
    height: auto !important;
  }
  .sectionsList .subsection {
    margin-top: 0;
    font-size: 0.93em;
  }
  .catalogItemsList .listItem {
    font-size: 14px;
    width: 240px;
    height: 375px;
    padding: 25px 30px;
    margin-bottom: 35px;
  }
  .catalogItemsList .listItem .itemRaiting {
    position: absolute;
    top: 9px;
    left: 12px;
  }
  .catalogItemsList .listItem .itemRaiting .raitingStar {
    width: 11px;
    height: 10px;
    background-position: -93px -968px;
  }
  .catalogItemsList .listItem .itemRaiting .raitingStar.full {
    background-position: -66px -998px;
  }
  .catalogItemsList .listItem .itemRaiting .raitingStar:not(:first-child) {
    margin-left: 0;
  }
  .catalogItemsList .listItem .itemLabel {
    top: 8px;
    right: 11px;
    font-size: 1.38em;
  }
  .catalogItemsList .listItem .itemLabel .hexagonLabel {
    width: 86px;
    height: 97.26190476px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2286px%22%20height%3D%2297.26190476190476px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23ffba00%22%20/%3E%3C/svg%3E') no-repeat 0 0;
    top: -24px;
    right: -33px;
  }
  .catalogItemsList .listItem .itemLabel .hexagonTextLabel {
    font-size: 0.56em;
  }
  .catalogItemsList .listItem .itemImg {
    /*height: @catalogItemImgHeight;*/
    max-height: 150px;
    max-width: 180px;
  }
  .catalogItemsList .listItem .serviceIcons {
    margin-top: 170px;
  }
  .catalogItemsList .listItem .serviceIcon.favoriteIcon,
  .catalogItemsList .listItem .serviceIcon.inBasketIcon {
    margin-top: 0;
  }
  .catalogItemsList .listItem .itemPrice {
    font-size: 1.07em;
    left: 30px;
    right: 30px;
    bottom: 25px;
  }
  .catalogItemsList .listItem .itemPrice .oldPrice:before {
    width: 46px;
    margin-left: -23px;
  }
  .saleList .itemRaiting {
    display: none;
  }
  .categoriesList .categoryTitle {
    font-size: 15px;
  }
  .categoriesList .categoryQty .categoryQtyItem,
  .categoriesList .categoryQty .qty {
    font-size: 12px;
  }
  .categoriesList .categoryQty .categoryQtyItem {
    color: #000;
  }
  .categoriesList .sliderWrapper {
    margin-left: -33px;
    margin-right: -33px;
  }
  .categoriesList .itemsList {
    margin-top: 30px;
  }
  .categoriesList .listItem .itemRaiting {
    display: none;
  }
  .sectionsChildList .listItem {
    height: 320px;
  }
  .sectionsChildList .sectionImg {
    height: 180px;
  }
  .sectionsChildList .qty {
    font-size: 13px;
  }
  .newsList {
    font-size: 0;
    text-align: justify;
    -ms-text-justify: distribute;
    text-justify: distribute;
    text-align: left;
  }
  .newsList:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  .newsList > .listItem {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
  }
  .newsList .listItem {
    float: none;
    width: 260px;
    margin-bottom: 30px;
  }
  .newsList .listItem .itemImgWrapper {
    height: 180px;
  }
  .newsList .listItem .itemImg {
    max-height: 100%;
  }
  .newsList .listItem .itemDescription {
    padding: 20px;
  }
  .newsDetail {
    margin-bottom: -100px;
  }
  .newsDetail .newsDetailPic {
    padding-right: 15%;
  }
  .newsDetail .newsDetailText {
    padding-top: 0;
  }
  .newsDetail .newsDetailDate {
    margin-bottom: 0;
  }
  .newsDetail .newsDetailShare {
    float: right;
    margin-top: -10px;
    width: 310px;
  }
  .newsDetail .newsDetailShare .socialLinksList {
    float: right;
  }
  .newsDetail .newsDetailShare .socialLinksListItem {
    padding-left: 5px;
    padding-right: 5px;
  }
  .newsDetail .shareLabel {
    float: left;
    padding: 7px 10px 0;
  }
  .newsDetail .newsDetailFooter {
    margin-top: 2%;
  }
  .newsBackLinkWrapper {
    float: left;
    padding-top: 0;
  }
  .newsBackLinkWrapper .viewAllLink {
    padding-left: 15px;
  }
  .newsBackLinkWrapper .viewAllLink:before {
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
    width: 5px;
    height: 8px;
    background-position: -103px -488px;
    margin-top: -4px;
  }
  .cartTitles,
  .cartItem {
    overflow: hidden;
  }
  .cartTitles:after,
  .cartItem:after {
    content: none;
  }
  .cartTitles {
    margin-bottom: 15px;
    padding: 2px;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .cartItem {
    padding: 2px;
    margin-bottom: 24px;
  }
  .cartItem .itemImg {
    position: relative;
    top: 0;
    left: 0;
    min-height: 115px;
  }
  .cartItem .itemArticle {
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .cartItem .itemName,
  .cartItem .itemQty,
  .cartItem .itemDiscount,
  .cartItem .itemPrice {
    margin-top: 4%;
  }
  .cartItem .cartFieldValue {
    line-height: 35px;
  }
  .cartItem .cartFieldValue {
    width: 80%;
  }
  .cartItem .itemQty .form-control {
    font-size: 0.93em;
  }
  .cartItem .qtyBtn {
    font-size: 36.96px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .cartItem .itemDiscount,
  .cartItem .itemPrice {
    font-size: 1.21em;
  }
  .cartItem .itemDel {
    bottom: 16px;
    left: auto;
    right: 18px;
    transform: none;
  }
  .cartSummary {
    margin-bottom: 0;
    line-height: 35px;
  }
  .cartSummary .cuponBlock {
    margin-top: 0;
    margin-bottom: 20px;
    float: left;
  }
  .cartSummary .cuponBlock .form-control {
    border-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cartSummary .cuponBlock .applyCupon {
    width: 130px;
    margin-left: 7px;
  }
  .cartSummary .price {
    font-size: 1.28em;
    line-height: inherit;
  }
  .cartSummary .processOrder {
    margin-top: 19px;
    height: 45px;
  }
  .cartSummary .or {
    height: 45px;
    line-height: 45px;
  }
  .cartSummary .fastOrdering {
    margin-top: 0;
    background-color: #ce614f;
  }
  .cartSummary .fastOrdering .panel-body {
    padding: 7px 11px;
  }
  .cartSummary .fastOrdering .fastOrderingTitle {
    float: left;
    padding-left: 44px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    font-size: 0.85em;
    text-transform: uppercase;
    margin-bottom: 7px;
  }
  .cartSummary .fastOrdering .fastOrderingTitle:before {
    width: 24px;
    height: 24px;
    background-position: -82px -1891px;
    left: 5px;
    margin-top: -12px;
  }
  .cartSummary .fastOrdering .input-group {
    line-height: 0;
    width: 100%;
  }
  .cartSummary .fastOrdering .form-control {
    border-width: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cartSummary .fastOrdering .processFastOrder {
    width: 120px;
    line-height: 1em;
  }
  .cartSummary .fastOrdering .form-control,
  .cartSummary .fastOrdering .processFastOrder {
    height: 31px;
  }
  .profilePage .breadcrumb,
  .profilePage h1 {
    margin-left: -315px;
  }
  .profilePage .personalData .panel-heading,
  .profilePage .changePass .panel-heading,
  .profilePage .subscription .panel-heading,
  .profilePage .personalData .panel-body,
  .profilePage .changePass .panel-body,
  .profilePage .subscription .panel-body,
  .profilePage .personalData .panel-title,
  .profilePage .changePass .panel-title,
  .profilePage .subscription .panel-title {
    padding-left: 0;
    padding-right: 0;
  }
  .profilePage .personalData .panel-title:before,
  .profilePage .changePass .panel-title:before,
  .profilePage .subscription .panel-title:before {
    margin-top: 0;
    top: 18px;
    left: -70px;
  }
  .profilePage .listItem {
    margin-bottom: 110px;
  }
  .profilePage .listItem .delBtn {
    margin-left: -16px;
    bottom: -50px;
  }
  .profilePage .userProfile {
    position: relative;
  }
  .profilePage .userProfile:before,
  .profilePage .userProfile:after {
    content: '';
    position: absolute;
    top: 50%;
    background: url('../images/sprite.png') no-repeat;
  }
  .profilePage .userProfile:before {
    width: 61px;
    height: 55px;
    background-position: 0px -1543px;
    top: 28px;
    right: 7%;
    margin-right: -30px;
  }
  .profilePage .userProfile:after {
    right: 7%;
    margin-right: -3px;
    width: 6px;
    bottom: 0;
    top: 30%;
    background: url(/local/templates/main/images/white_circle.png);
  }
  .personalData {
    position: relative;
    padding-right: 4.25%;
  }
  .personalData:before,
  .personalData:after {
    content: '';
    position: absolute;
    background-color: #b8b8b8;
    z-index: 10;
    bottom: 0;
  }
  .personalData:before {
    width: 220%;
    height: 1px;
    left: 0;
  }
  .personalData:after {
    width: 1px;
    height: 87%;
    right: 0;
  }
  .changePass {
    margin-top: 0;
    padding-left: 10.5%;
  }
  .changePass .panel-title.befSprite:before {
    margin-top: -4px;
  }
  .subscription {
    padding-right: 4.25%;
  }
  .rubrics {
    margin-top: 0;
    padding-left: 4.25%;
    position: relative;
  }
  .rubrics:before,
  .rubrics:after {
    content: '';
    position: absolute;
    background-color: #b8b8b8;
    z-index: 10;
    bottom: 0;
  }
  .rubrics:before {
    width: 200%;
    height: 1px;
    right: 0;
  }
  .rubrics:after {
    width: 1px;
    height: 88%;
    left: 0;
  }
  .rubrics .panel-heading,
  .rubrics .panel-body {
    padding-left: 0;
    padding-right: 0;
  }
  .rubrics .panel-title {
    padding: 11px 0;
  }
  .rubrics .help-block {
    margin-left: 27px;
  }
  .rubrics .form-group:not(:first-child) {
    margin-top: 0;
  }
  .personalDataSave {
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: left;
  }
  .personalDataSave .defaultBtn {
    width: 200px;
  }
  .historyFilter {
    font-size: 12px;
    line-height: 2.9;
  }
  .historyFilter .panel-body {
    padding: 8px 22px;
  }
  .dateFilter .dropdown {
    margin-top: 0;
  }
  .dateFilter .dropdown + .dateTo {
    margin-top: 0;
    line-height: inherit;
  }
  .statusFilter {
    margin-top: 8px;
    max-width: 300px;
  }
  .statusFilter .checkboxLabel {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
  }
  .historyTitles {
    margin: -20px 0 20px 90px;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .historyTitles :first-child {
    padding-left: 52px;
  }
  .historyItem {
    padding-left: 90px;
  }
  .historyItem:before {
    left: 23px;
    top: 25px;
  }
  .historyItem .panel {
    position: relative;
  }
  .historyItem .panel-heading {
    padding-left: 52px;
    padding-top: 27px;
  }
  .historyItem .panel-heading,
  .historyItem .panel-footer {
    height: 100px;
  }
  .historyItem .panel-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .historyItem .panel-title a:before {
    width: 8px;
    height: 5px;
    background-position: -92px -558px;
    left: -17px;
    margin-top: -3px;
  }
  .historyItem .panel-title a.collapsed:before {
    width: 5px;
    height: 8px;
    background-position: -103px -497px;
  }
  .historyItem .panel-body {
    padding: 30px 0 0;
  }
  .historyItem .panel-body .greyBtn {
    margin-left: 45px;
    top: -30px;
  }
  .historyItem .basketItemsList {
    color: #000;
    margin-bottom: 0;
  }
  .historyItem .basketItemTitles {
    margin-bottom: 10px;
  }
  .historyItem .basketItemTitles > :first-child {
    padding-left: 52px;
    font-weight: bold;
    margin-bottom: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .historyItem .basketItemTitles :not(:first-child) {
    margin-bottom: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .historyItem .basketItem {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 28px;
  }
  .historyItem .basketItem p {
    margin-bottom: 0;
  }
  .historyItem .basketItem > :first-child {
    padding-left: 52px;
  }
  .historyItem .basketItem > :last-child {
    padding-right: 9px;
  }
  .historyItem .basketItem .price {
    font-size: 15px;
  }
  .historyItem .basketItem:nth-child(even) {
    background-color: #fff;
  }
  .historyItem .basketItem:nth-child(even) > :first-child:before,
  .historyItem .basketItem:nth-child(even) > :last-child:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -1px;
    background-color: #f1f1f1;
  }
  .historyItem .basketItem:nth-child(even) > :first-child:before {
    left: 0;
    width: 45px;
  }
  .historyItem .basketItem:nth-child(even) > :last-child:after {
    right: 0;
    width: 9px;
  }
  .historyItem .basketSummary {
    margin-top: 10px;
  }
  .historyItem .basketSummary > :first-child {
    text-align: right;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .historyItem .basketSummary .price {
    font-size: 18px;
  }
  .historyItem .panel-footer {
    padding: 27px 0 30px !important;
    position: absolute;
    right: 0;
    top: 0;
  }
  .historyItem .panel-footer:before {
    content: none !important;
  }
  .historyItem .panel-footer .row {
    float: left;
    width: 25%;
  }
  .helpWrapper {
    overflow: hidden;
    margin-top: 20px;
  }
  .helpWrapper .helpBlock {
    float: left;
    width: 30%;
  }
  .helpWrapper .helpBlock + .helpBlock {
    margin-left: 5%;
  }
  .helpWrapper .helpBlockHeader {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .helpWrapper .helpBlockHeader .helpHexagon {
    width: 59px;
    height: 66.72619048px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2259px%22%20height%3D%2266.72619047619048px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23a85a3b%22%20/%3E%3C/svg%3E') no-repeat 0 0;
  }
  .helpWrapper .helpBlockHeader .helpHexagon:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .helpWrapper .helpBlockHeader .helpHexagon.ico-pay:before {
    background-image: url(/local/templates/main/images/help-ico-1.png);
    width: 35px;
    height: 27px;
  }
  .helpWrapper .helpBlockHeader .helpHexagon.ico-how:before {
    background-image: url(/local/templates/main/images/help-ico-2.png);
    width: 29px;
    height: 24px;
  }
  .helpWrapper .helpBlockHeader .helpHexagon.ico-serv:before {
    background-image: url(/local/templates/main/images/help-ico-3.png);
    width: 27px;
    height: 26px;
  }
  .helpWrapper .helpBlockHeader .title {
    text-transform: uppercase;
    color: #000;
    margin-top: 24px;
    margin-left: 80px;
  }
  .helpWrapper .helpBlockBody .desc {
    margin-bottom: 20px;
  }
  .bottomPanelWrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 50;
    background-color: rgba(55, 61, 67, 0.9);
  }
  .bottomPanel {
    min-width: 840px;
    width: 100%;
    max-width: 1600px;
    height: 67px;
    margin: 0 auto;
    padding: 25px 45px 0;
  }
  .panelLink {
    color: #fff;
    line-height: 16px;
    display: inline-block;
  }
  .panelLink:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
  .panelMailLink {
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-left: 29px;
    vertical-align: bottom;
  }
  .panelMailLink:before {
    background-position: -65px -923px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .panelMailLink:hover:before {
    background-position: -84px -923px;
  }
  .panelPhoneLink {
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-left: 23px;
    vertical-align: bottom;
  }
  .panelPhoneLink:before {
    background-position: -65px -939px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .panelPhoneLink:hover:before {
    background-position: -82px -939px;
  }
  .panelBookmarksCounterWrapper {
    text-align: right;
  }
  .panelCounter {
    position: relative;
    display: inline-block;
    font: bold 1.07em/16px Intro, Arial, sans-serif;
    bottom: -1px;
    padding: 0 0 0 7px;
  }
  .panelBookmarksCounter {
    color: #ce614f;
  }
  .panelBasketCounter {
    color: #fff;
  }
  .panelScrollTopBtn {
    display: inline;
    font-size: 11px;
    text-decoration: none !important;
    color: #fff !important;
  }
  .panelScrollTopBtn:before {
    width: 15px;
    height: 10px;
    background-position: -75px -516px;
    left: 50%;
    margin-left: -8px;
    top: -8px;
  }
  .panelScrollTopBtn:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .panelOrderBtn {
    float: right;
    color: #fff;
    margin: -9px 0 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .footerBlocksWrapper {
    padding: 15px 45px;
    width: 100%;
    min-width: 1024px;
    max-width: 1600px;
  }
  .footerBlocksWrapper > .panel-body {
    display: block;
  }
  .footerBlocksWrapper .panel-group {
    margin-left: -18px;
    margin-right: -18px;
  }
  .footerBlocksWrapper .panel-group > .panel {
    border: 0;
    font: normal 1em PTSansCaption, Arial, sans-serif;
  }
  .footerBlocksWrapper .panel-group > .panel:not(:last-child) {
    margin-bottom: 40px;
  }
  .footerBlocksWrapper .panel-group > .panel > .panel-heading {
    position: static;
    padding: 0;
  }
  .footerBlocksWrapper .panel-group > .panel > .panel-heading .panel-title {
    font-weight: bold;
    font-family: Intro, Arial, sans-serif;
  }
  .footerBlocksWrapper .panel-group > .panel > .panel-body {
    padding: 13px 0 0;
  }
  .footerBlocksWrapper .footerLink {
    margin-top: 0;
  }
  .footerPhonesBlock {
    text-align: left;
    padding: 0;
    margin-top: 183px;
    margin-bottom: -235px;
    z-index: 10;
  }
  .footerPhonesBlock .phone {
    font-size: 1.43em;
    display: inline-block;
    margin: 0;
  }
  .footerPhonesBlock .callback {
    float: right;
    width: 200px;
    margin-top: -20px;
    margin-bottom: 0;
  }
  .footerPhonesBlock .logo {
    margin-top: -17px;
    margin-right: 45px;
  }
  .panel-group > .paysystemsBlock .title {
    margin: 0 0 15px;
    text-transform: uppercase;
  }
  .footerSubscribeBlock {
    margin-top: -148px;
    padding-right: 6.5%;
  }
  .subscribeForm {
    margin-top: 0;
  }
  .subscribeForm .input-group {
    margin-bottom: 8px;
  }
  .subscribeForm .btn {
    width: 50px;
  }
  .subscribeForm .help-block {
    margin: 0;
    color: #fff;
    font-size: 0.86em;
  }
  .subscribeForm .readMoreLink {
    text-decoration: underline;
  }
  .subscribeForm .readMoreLink:hover {
    text-decoration: none;
  }
  .footerCopyrightBlock {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }
  .footerCopyrightBlock.panel-footer {
    border-top: 0;
  }
  .footerCopyrightBlock .info {
    margin: 0;
  }
  .footerCopyrightBlock .copyright {
    float: right;
  }
  .modal-header .closeBtn {
    position: absolute;
  	z-index: 1;
    top: 18px;
    right: 18px;
  }
  .callbackModal .modal-header .icon {
    width: 40px;
    height: 41px;
    background-position: -34px -502px;
  }
  .callbackModal .layer-2 {
    height: auto;
  }
  .callbackModal .form-group {
    margin-bottom: 8px;
  }
}
/* Medium devices (desktops, 1280px and up) home-1280.jpg */
@media (min-width: 1280px) {
  .reviewsWrapper .reviewItem {
    width: 585px;
  }
  .showroomWrapper .showroomImg {
    width: 115%;
    left: -10%;
    bottom: -120%;
  }
  .indexPage .showroomWrapper .showroomImg {
    width: auto;
  }
  .itemDetail .propsTable {
    width: 42%;
    min-width: 300px;
    float: left;
  }
  .itemDetail .serviceTable {
    width: 38%;
    float: right;
  }
  .itemDetail .serviceTable .serviceDelivery,
  .itemDetail .serviceTable .serviceAssembly {
    padding-bottom: 10px;
  }
  .itemDetail .serviceTable .serviceLift,
  .itemDetail .serviceTable .servicePay {
    padding-bottom: 0;
  }
  .sortBlock {
    font-size: 0.86em;
  }
  .sortBlock .sortFields .sortField {
    margin-left: 25px;
  }
  .cartItem .itemName,
  .cartItem .itemQty,
  .cartItem .itemDiscount,
  .cartItem .itemPrice {
    margin-top: 3%;
  }
  .cartSummary .fastOrdering .fastOrderingTitle {
    line-height: 1.29em;
    margin-bottom: 0;
    width: 200px;
    padding-right: 20px;
  }
  .cartSummary .fastOrdering .input-group {
    margin-top: 0;
    width: auto;
  }
}
/* Between Medium and Large devices (desktops, 1440px and up) */
@media (min-width: 1440px) {
  .header {
    margin-bottom: 10px;
  }
  .headerInfo {
    position: absolute;
    padding: 24px 45px 0 0;
    left: auto;
    width: 43.5%;
  }
  .headerInfo .phonesBlock {
    width: 64%;
  }
  .headerInfo .phoneWrap {
    margin-top: -4px;
  }
  .headerInfo .phoneWrap:first-child {
    margin-right: 5%;
  }
  .headerInfo .headerPersonal {
    width: 36%;
  }
  .headerInfo .headerPersonalLink:first-child {
    margin-right: 0;
  }
  .searchBlock {
    margin-right: 45%;
  }
  .reviewsWrapper .reviewItem {
    width: 440px;
  }
  .showroomWrapper .showroomImg {
    bottom: -160%;
  }
  .mainBanners .carousel-caption {
    left: 40%;
  }
  .mainCategoriesWrapper {
    overflow: hidden;
  }
  .mainCategoriesWrapper .mainCategoriesBlock {
    float: left;
  }
  .mainCategoriesWrapper .mainCategoriesBlock:first-child {
    width: 56%;
    margin-bottom: 0;
  }
  .mainCategoriesWrapper .mainCategoriesBlock:last-child {
    width: 44%;
    padding-left: 10px;
    position: relative;
  }
  .mainCategoriesWrapper .bottomHorizontal {
    margin-right: 16%;
  }
  .mainCategoriesWrapper .leftBottom {
    position: absolute;
    bottom: 0;
    margin-right: 0;
    right: 270px;
    left: -18.34%;
  }
}
/* Large devices (large desktops, 1600px and up) home.jpg */
@media (min-width: 1600px) {
  .headerInfo {
    width: 42.5%;
  }
  .headerInfo .phoneWrap:first-child {
    margin-right: 10%;
  }
  .reviewsWrapper .reviewItem {
    width: 465px;
  }
  .footerBlocksWrapper .panel-group > .panel:not(:last-child) {
    margin-bottom: 0;
  }
  .footerPhonesBlock {
    padding-top: 35px;
    margin-bottom: -228px;
    margin-top: 0;
  }
  .footerPhonesBlock .callback {
    float: right;
    width: 100%;
    margin-top: 106px;
  }
  .panel-group > .paysystemsBlock {
    padding-right: 40px;
  }
  .footerSubscribeBlock {
    margin-top: 0;
    padding-right: 0;
  }
  .footerCopyrightBlock .copyright {
    float: left;
    margin-left: 9.375%;
  }
  .footerCopyrightBlock .logo {
    margin-top: 0;
    margin-right: 6.25%;
    padding-right: 40px;
  }
}

.socialLinksList {
  width: 200px;
}
.addressresponsive {
  position:absolute;
}
@media (max-width: 640px) {
  .socialLinksList {
    width: 100%;
  }
  .btnresposive {
    margin-top: 40px;
  }
  .addressresponsive {
    position:relative;
  }
	.reviewsWrapper .reviewItem{
		width: 374px;
		float: left;
		display: block;
	}
	.reviewsWrapper .reviewContent{
		margin-left: 0;
	}
	.reviewsWrapper .reviewAuthorsPhoto{
		margin: 0 auto;
		float: none;
		width: 166px;
		height: 166px;
		display: block;
	}
	footer{
		min-width: 640px;
	}
}
.like-link {
	background: none;
	border: none;
	color: #ce614f;
	font-weight: bold;
	height: auto !important;
	line-height: 1 !important;
	margin-right: 0 !important;
	padding: 0 !important;
	text-decoration: underline;
	text-transform: uppercase;
	width: auto !important;
}
div.mobile .like-link {
	font-size: 24px;
}
.like-link:hover {
	text-decoration: none;
}
a.question {
	border: 1px solid #ce614f;
	border-radius: 50%;
	font-size: 11px;
    padding: 2px 4px 1px;
}
div.mobile a.question {
	font-size: 24px;
	padding-left: 8px;
	padding-right: 8px;
}
a.question:hover {
	color: #000;
	text-decoration: none;
}
div.credit-block {
	margin-left: 23px;
}
div.credit-block.mobile {
	font-size: 28px;
	margin-top: 20px;
}
.bookmarksHexagon {
    width: 59px;
    height: 66.72619048px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2259px%22%20height%3D%2266.72619047619048px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23a85a3b%22%20/%3E%3C/svg%3E') no-repeat 0 0;
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding-top: 34px;
  }
  .bookmarksHexagon:empty {
    display: none;
  }
  .bookmarksHexagon:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 19px;
    left: 50%;
    margin-left: -10px;
    top: 12px;
    background: url('../images/sprite.png') no-repeat;
    background-position: -79px -856px;
  }
  .bookmarksHexagon:hover {
    width: 59px;
    height: 66.72619048px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2259px%22%20height%3D%2266.72619047619048px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23ce614f%22%20/%3E%3C/svg%3E') no-repeat 0 0;
    color: #fff;
    text-decoration: none;
  }
  .bookmarksHexagon.compare {
    top: 23%;
    filter: hue-rotate(-18deg);
  }
  .bookmarksHexagon.compare:before,
  .bookmarksHexagon.compare:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: none;
    margin-left: 0;
  }
  .bookmarksHexagon.compare:before {
    z-index: 1;
    left: 22px;
    top: 20px;
  }
  .bookmarksHexagon.compare:after {
    z-index: 2;
    left: 26px;
    top: 16px;
    background-color: #a85a3b;
  }
  @media (max-width: 640px) {
	.bookmarksHexagon, .bookmarksHexagon:hover {
    width: 80px;
    height: 90px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2280px%22%20height%3D%2290px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23a85a3b%22%20/%3E%3C/svg%3E') no-repeat 0 0;
	font-size: 125%;
	padding-top: 45px;
  }
   .bookmarksHexagon.compare:before,
  .bookmarksHexagon.compare:after {
    width: 20px;
    height: 20px;
  }
  .bookmarksHexagon.compare:before {
    left: 25px;
    top: 25px;
  }
  .bookmarksHexagon.compare:after {
    left: 35px;
  }
}
  .bookmarksHexagon.compare:hover:after {
    background-color: #ce614f;
  }