@charset "UTF-8";
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

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;
  cursor: pointer;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.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;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
  position: relative;
}

.fancybox-skin {
  background: #fff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-iframe, .fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-next span, .fancybox-prev span {
  background-image: url(/js/libs/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close, .fancybox-nav, .fancybox-nav span {
  cursor: pointer;
  z-index: 8040;
  position: absolute;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/js/libs/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  top: 16px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(/js/libs/fancybox/fancybox-close.png);
  background-position: 0 0;
}

.fancybox-close:hover {
  background-position: 0 -20px;
}

.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(/js/libs/fancybox/blank.gif);
  -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock, .fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock {
  width: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/js/libs/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-next span, .fancybox-prev span {
    background-image: url(/js/libs/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url(/js/libs/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900;
  color: #fff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #666;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 50% 50% repeat-x;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-loading .slick-list {
  background: url(/images/operation/preloader.gif) center center no-repeat #fff;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px\9 ;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "в†ђ";
}

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: "в†’";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

[dir=rtl] .slick-next:before {
  content: "в†ђ";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "вЂў";
  text-align: center;
  opacity: 0.25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-slide, .slick-slide.slick-loading img {
  display: none;
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
select,
textarea {
  color: #333333;
  background-color: #f9f9f9;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: inset 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=search].error,
input[type=password].error,
select.error,
textarea.error {
  border-color: #c9193b;
  color: #c9193b;
}

input[type=text].valid,
input[type=email].valid,
input[type=tel].valid,
input[type=search].valid,
input[type=password].valid,
select.valid,
textarea.valid {
  border-color: #369510;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
select {
  height: 30px;
  padding-left: 14px;
  padding-right: 14px;
}

textarea {
  resize: vertical;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}

select {
  padding-right: 20px;
  background-image: url("/images/site/smart/select.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

@-moz-document url-prefix() {
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
select::-ms-expand {
  display: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7b7b7b;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7b7b7b;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7b7b7b;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7b7b7b;
}

/*buttons*/
.btn {
  display: inline-block;
  text-align: center;
  border: none;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

.btn:hover {
  text-decoration: none;
}

.btn:active {
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:active::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.btn-s {
  height: 28px;
  line-height: 27px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.btn-s:active {
  line-height: 29px;
}

.btn-m {
  height: 30px;
  line-height: 29px;
  padding: 0 7px;
  font-size: 13px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.btn-m:active {
  line-height: 30px;
}

.btn-l {
  height: 32px;
  line-height: 31px;
  padding: 0 10px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.btn-l:active {
  line-height: 32px;
}

.btn-xl {
  height: 34px;
  line-height: 33px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.btn-xl:active {
  line-height: 34px;
}

.btn-xxl {
  height: 42px;
  line-height: 41px;
  padding: 0 25px;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.btn-xxl:active {
  line-height: 42px;
}

.btn-success,
.btn-success:visited {
  color: #FFFFFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.34);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1143b+0,e2133d+3,d8163b+59,cc183b+92,c11839+95,ab1530+97,a31430+100 */
  background: #e1143b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMTQzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZTIxMzNkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTklIiBzdG9wLWNvbG9yPSIjZDgxNjNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjY2MxODNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjYzExODM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjYWIxNTMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EzMTQzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #e1143b 0%, #e2133d 3%, #d8163b 59%, #cc183b 92%, #c11839 95%, #ab1530 97%, #a31430 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e1143b 0%, #e2133d 3%, #d8163b 59%, #cc183b 92%, #c11839 95%, #ab1530 97%, #a31430 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e1143b 0%, #e2133d 3%, #d8163b 59%, #cc183b 92%, #c11839 95%, #ab1530 97%, #a31430 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1143b", endColorstr="#a31430",GradientType=0 );
  /* IE6-8 */
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.55);
}

.btn-success:hover {
  color: #FFFFFF;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff284b+0,ff284b+90,f32647+93,da2240+97,cd203c+100 */
  background: #ff284b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjg0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmMjg0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2YzMjY0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2RhMjI0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDIwM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff284b 0%, #ff284b 90%, #f32647 93%, #da2240 97%, #cd203c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff284b 0%, #ff284b 90%, #f32647 93%, #da2240 97%, #cd203c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff284b 0%, #ff284b 90%, #f32647 93%, #da2240 97%, #cd203c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff284b", endColorstr="#cd203c",GradientType=0 );
  /* IE6-8 */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-success:active {
  color: #eb879a;
}

.btn-success.btn-s:hover {
  line-height: 30px;
}

.btn-success.btn-m:hover {
  line-height: 30px;
}

.btn-success.btn-l:hover {
  line-height: 32px;
}

.btn-success.btn-xl:hover {
  line-height: 34px;
}

.btn-success.btn-xxl:hover {
  line-height: 44px;
}

.btn-primary {
  color: #FFFFFF !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.34);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#78cef5+0,6ec6ee+15,5ebae4+30,48a8d4+43,43a4d1+48,3ea0cc+65,3e9eca+93,3b97c0+95,3587ac+98,327fa2+100 */
  background: #78cef5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4Y2VmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzZlYzZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzVlYmFlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzQ4YThkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzQzYTRkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzNlYTBjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzNlOWVjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzNiOTdjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzM1ODdhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjdmYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #78cef5 0%, #6ec6ee 15%, #5ebae4 30%, #48a8d4 43%, #43a4d1 48%, #3ea0cc 65%, #3e9eca 93%, #3b97c0 95%, #3587ac 98%, #327fa2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #78cef5 0%, #6ec6ee 15%, #5ebae4 30%, #48a8d4 43%, #43a4d1 48%, #3ea0cc 65%, #3e9eca 93%, #3b97c0 95%, #3587ac 98%, #327fa2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #78cef5 0%, #6ec6ee 15%, #5ebae4 30%, #48a8d4 43%, #43a4d1 48%, #3ea0cc 65%, #3e9eca 93%, #3b97c0 95%, #3587ac 98%, #327fa2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#78cef5", endColorstr="#327fa2",GradientType=0 );
  /* IE6-8 */
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}

.btn-primary:hover {
  color: #FFFFFF;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d83aa+0,3598c6+55,3599c6+93,3392bd+95,2d83a9+98,2b7b9f+100 */
  background: #2d83aa;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkODNhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzM1OThjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzM1OTljNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzMzOTJiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzJkODNhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjdiOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2d83aa 0%, #3598c6 55%, #3599c6 93%, #3392bd 95%, #2d83a9 98%, #2b7b9f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2d83aa 0%, #3598c6 55%, #3599c6 93%, #3392bd 95%, #2d83a9 98%, #2b7b9f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2d83aa 0%, #3598c6 55%, #3599c6 93%, #3392bd 95%, #2d83a9 98%, #2b7b9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d83aa", endColorstr="#2b7b9f",GradientType=0 );
  /* IE6-8 */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-primary.btn-s:hover {
  line-height: 30px;
}

.btn-primary.btn-m:hover {
  line-height: 30px;
}

.btn-primary.btn-l:hover {
  line-height: 32px;
}

.btn-primary.btn-xl:hover {
  line-height: 34px;
}

.btn-primary.btn-xxl:hover {
  line-height: 44px;
}

.btn-primary:active {
  color: #92ddff !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#78cef5+0,6ec6ee+15,5ebae4+30,48a8d4+43,43a4d1+48,3ea0cc+65,3e9eca+93,3b97c0+95,3587ac+98,327fa2+100 */
  background: #78cef5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4Y2VmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzZlYzZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzVlYmFlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzQ4YThkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzQzYTRkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzNlYTBjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzNlOWVjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzNiOTdjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzM1ODdhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjdmYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #78cef5 0%, #6ec6ee 15%, #5ebae4 30%, #48a8d4 43%, #43a4d1 48%, #3ea0cc 65%, #3e9eca 93%, #3b97c0 95%, #3587ac 98%, #327fa2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #78cef5 0%, #6ec6ee 15%, #5ebae4 30%, #48a8d4 43%, #43a4d1 48%, #3ea0cc 65%, #3e9eca 93%, #3b97c0 95%, #3587ac 98%, #327fa2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #78cef5 0%, #6ec6ee 15%, #5ebae4 30%, #48a8d4 43%, #43a4d1 48%, #3ea0cc 65%, #3e9eca 93%, #3b97c0 95%, #3587ac 98%, #327fa2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#78cef5", endColorstr="#327fa2",GradientType=0 );
  /* IE6-8 */
}

.btn-silver {
  border: 1px solid #cbcbcb;
  color: #44a5d1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faf9f9+0,faf9f9+58,e2e2e2+100 */
  background: #faf9f9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2ZhZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #faf9f9 0%, #faf9f9 58%, #e2e2e2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #faf9f9 0%, #faf9f9 58%, #e2e2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #faf9f9 0%, #faf9f9 58%, #e2e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#faf9f9", endColorstr="#e2e2e2",GradientType=0 );
  /* IE6-8 */
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.45);
}

.btn-silver:hover {
  color: #44a5d1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faf9f9+0,faf9f9+63,f4f4f4+100 */
  background: #faf9f9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2ZhZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #faf9f9 0%, #faf9f9 63%, #f4f4f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #faf9f9 0%, #faf9f9 63%, #f4f4f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #faf9f9 0%, #faf9f9 63%, #f4f4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#faf9f9", endColorstr="#f4f4f4",GradientType=0 );
  /* IE6-8 */
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-silver.btn-s:hover {
  line-height: 29px;
}

.btn-silver.btn-m:hover {
  line-height: 30px;
}

.btn-silver.btn-l:hover {
  line-height: 32px;
}

.btn-silver.btn-xl:hover {
  line-height: 34px;
}

.btn-silver.btn-xxl:hover {
  line-height: 42px;
}

.btn-silver:active {
  color: #8b8b8b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-silver:active::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 5.5+*/
  -moz-opacity: 1;
  /* Mozilla 1.6 и ниже */
  -khtml-opacity: 1;
  /* Konqueror 3.1, Safari 1.1 */
  opacity: 1;
  /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
}

.btn-warning {
  color: #FFFFFF !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c83358+0,e51c43+3,e51c43+58,cc193c+97,974361+100 */
  background: #c83358;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4MzM1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZTUxYzQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjZTUxYzQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjY2MxOTNjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk3NDM2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #c83358 0%, #e51c43 3%, #e51c43 58%, #cc193c 97%, #974361 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c83358 0%, #e51c43 3%, #e51c43 58%, #cc193c 97%, #974361 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c83358 0%, #e51c43 3%, #e51c43 58%, #cc193c 97%, #974361 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c83358", endColorstr="#974361",GradientType=0 );
  /* IE6-8 */
}

.btn-red {
  color: #FFFFFF !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1143b+0,e2133d+3,d8163b+59,cc183b+92,c11839+95,ab1530+97,a31430+100 */
  background: #e1143b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMTQzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZTIxMzNkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTklIiBzdG9wLWNvbG9yPSIjZDgxNjNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjY2MxODNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjYzExODM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjYWIxNTMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EzMTQzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #e1143b 0%, #e2133d 3%, #d8163b 59%, #cc183b 92%, #c11839 95%, #ab1530 97%, #a31430 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e1143b 0%, #e2133d 3%, #d8163b 59%, #cc183b 92%, #c11839 95%, #ab1530 97%, #a31430 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e1143b 0%, #e2133d 3%, #d8163b 59%, #cc183b 92%, #c11839 95%, #ab1530 97%, #a31430 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1143b", endColorstr="#a31430",GradientType=0 );
  /* IE6-8 */
}

.btn-red:active {
  color: #eb879a !important;
}

.btn-warning:hover {
  color: #FFFFFF;
}

.btn-warning.btn-s:hover {
  line-height: 29px;
}

.btn-warning.btn-m:hover {
  line-height: 30px;
}

.btn-warning.btn-l:hover {
  line-height: 32px;
}

.btn-warning.btn-xl:hover {
  line-height: 34px;
}

.btn-warning.btn-xxl:hover {
  line-height: 42px;
}

.btn-warning:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger {
  color: #FFFFFF !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d14661+0,dc4a66+6,f2506f+13,f2486a+19,f23d60+25,ef385b+28,e73456+31,c32745+41,b1213d+47,a11e38+72,9b1e37+91,801a2e+100 */
  background: #d14661;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d14661 0%, #dc4a66 6%, #f2506f 13%, #f2486a 19%, #f23d60 25%, #ef385b 28%, #e73456 31%, #c32745 41%, #b1213d 47%, #a11e38 72%, #9b1e37 91%, #801a2e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d14661 0%, #dc4a66 6%, #f2506f 13%, #f2486a 19%, #f23d60 25%, #ef385b 28%, #e73456 31%, #c32745 41%, #b1213d 47%, #a11e38 72%, #9b1e37 91%, #801a2e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d14661 0%, #dc4a66 6%, #f2506f 13%, #f2486a 19%, #f23d60 25%, #ef385b 28%, #e73456 31%, #c32745 41%, #b1213d 47%, #a11e38 72%, #9b1e37 91%, #801a2e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d14661", endColorstr="#801a2e",GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.55);
}

.btn-danger:hover {
  color: #FFFFFF;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-green {
  color: #FFFFFF !important;
  background-color: #359310;
}

.btn-green:hover,
.btn-green:active {
  background-color: #58b235;
}

.btn-green:active {
  color: #359310 !important;
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.55);
}

.btn-danger.btn-s:hover {
  line-height: 29px;
}

.btn-danger.btn-m:hover {
  line-height: 30px;
}

.btn-danger.btn-l:hover {
  line-height: 32px;
}

.btn-danger.btn-xl:hover {
  line-height: 34px;
}

.btn-danger.btn-xxl:hover {
  line-height: 42px;
}

.btn-danger:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn[disabled],
.btn.disabled {
  color: #8b8b8b;
  text-shadow: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faf9f9+0,f9f8f8+40,f1f0f0+63,e1e1e1+93,d5d5d5+95,bfbfbf+98,b3b3b3+100 */
  background: #faf9f9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Y5ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2YxZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2IzYjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #faf9f9 0%, #f9f8f8 40%, #f1f0f0 63%, #e1e1e1 93%, #d5d5d5 95%, #bfbfbf 98%, #b3b3b3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #faf9f9 0%, #f9f8f8 40%, #f1f0f0 63%, #e1e1e1 93%, #d5d5d5 95%, #bfbfbf 98%, #b3b3b3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #faf9f9 0%, #f9f8f8 40%, #f1f0f0 63%, #e1e1e1 93%, #d5d5d5 95%, #bfbfbf 98%, #b3b3b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#faf9f9", endColorstr="#b3b3b3",GradientType=0 );
  /* IE6-8 */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/*checkboxes*/
.checkbox {
  display: inline-block;
  width: 22px;
  height: 21px;
  background: transparent url("/images/site/smart/checkbox.png") center scroll no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.checkbox input[type=checkbox] {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  /* IE 5.5+*/
  -khtml-opacity: 0.01;
  -moz-opacity: 0.01;
  opacity: 0.01;
  cursor: pointer;
}

.checkbox:hover {
  background-image: url("/images/site/smart/checkbox-h.png");
}

.checkbox.checked {
  background-image: url("/images/site/smart/checkbox-a.png");
}

.checkbox.disabled {
  background-image: url("/images/site/smart/checkbox-d.png");
  cursor: default;
}

.checkbox.disabled input[type=checkbox] {
  cursor: default;
}

/*tables*/
.table-bordered,
.table-striped {
  border-collapse: collapse;
  border-spacing: 0px;
}

.table-bordered td,
.table-striped td {
  padding: 8px 19px;
}

.table-bordered td {
  border: 1px solid #d9d9d9;
}

.table-striped td {
  background-color: #f9f9f9;
}

.table-striped tr:nth-of-type(even) td {
  background-color: #FFFFFF;
}

/*spin*/
.spin {
  display: inline-block;
  position: relative;
  padding-left: 39px;
  padding-right: 39px;
}

.spin input[type=text] {
  position: relative;
  width: 43px;
  height: 33px;
  border-left: none;
  border-right: none;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  z-index: 0;
}

.spin .plus,
.spin .minus {
  display: block;
  position: absolute;
  top: 0;
  line-height: 37px;
  height: 33px;
  width: 39px;
  border: 1px solid #cbcbcb;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f6f6+0,fbf9f9+3,fbf9f9+57,f5f4f4+70,e2e2e2+100 */
  background: #f8f6f6;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmJmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTclIiBzdG9wLWNvbG9yPSIjZmJmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZjVmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #f8f6f6 0%, #fbf9f9 3%, #fbf9f9 57%, #f5f4f4 70%, #e2e2e2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8f6f6 0%, #fbf9f9 3%, #fbf9f9 57%, #f5f4f4 70%, #e2e2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8f6f6 0%, #fbf9f9 3%, #fbf9f9 57%, #f5f4f4 70%, #e2e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f6f6", endColorstr="#e2e2e2",GradientType=0 );
  /* IE6-8 */
  -webkit-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.33);
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.33);
  z-index: 1;
}

.spin .plus {
  right: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.spin .minus {
  left: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.spin .plus:active,
.spin .minus:active,
.spin .plus:disabled,
.spin .minus:disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.spin .plus::before,
.spin .minus::before {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  content: " ";
}

.spin .plus::before {
  background-image: url("/images/site/smart/plus-min.png");
}

.spin .minus::before {
  background-image: url("/images/site/smart/minus-min.png");
}

.spin .plus:hover::before {
  background-image: url("/images/site/smart/plus-min-h.png");
}

.spin .minus:hover::before {
  background-image: url("/images/site/smart/minus-min-h.png");
}

.spin .plus:disabled::before {
  background-image: url("/images/site/smart/plus-min-d.png");
}

.spin .minus:disabled::before {
  background-image: url("/images/site/smart/minus-min-d.png");
}

html,
body {
  margin: 0px;
  padding: 0px;
}

body {
  color: #303030;
  font-family: Arial, Helvetica, Garuda, sans-serif;
  font-size: 13px;
  line-height: 19px;
  min-width: 999px;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.blurred {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelRadius=3, enabled='true')";
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=3, enabled="true");
}

.nomargin {
  margin: 0 !important;
}

.noscroll {
  overflow: hidden;
}

.page-body {
  position: relative;
  min-width: 999px;
  /*overflow-x: hidden;*/
  z-index: 0;
}

.scrollTop {
  display: none;
  position: fixed;
  bottom: 302px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: transparent url("/images/site/smart/scroll-top.png") center scroll no-repeat;
  text-decoration: none;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity=50);
  cursor: pointer;
  background-size: contain;
}

.container {
  width: 100%;
  max-width: 1190px;
  min-width: 999px;
  margin-left: auto;
  margin-right: auto;
}

.seo-container {
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 999px;
  }
}
a,
a:visited {
  color: #288cb9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #d71339;
}

.dotted,
.dotted:hover {
  text-decoration: none;
  border-bottom: 1px dotted;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 400;
}

h1,
.h1 {
  font-size: 28px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

.column-left {
  width: 200px;
}

.column-right {
  width: 965px;
  padding-top: 8px;
}

.main-container {
  margin-bottom: 70px;
}

@media (max-width: 1200px) {
  .column-right {
    width: 775px;
  }
}
.content-top {
  margin-bottom: 10px;
}

.content-top .column-right {
  padding-top: 10px;
}

/*header*/
.top-container {
  background-color: #ececec;
  height: 26px;
}
.top-container .langs-menu {
  padding-top: 2px;
  float: left;
  margin-left: 24px;
}
.top-container .langs-menu a {
  padding-left: 11px;
  padding-right: 11px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.top-container .container {
  position: relative;
}

.top-container .top-menu {
  line-height: 26px;
}

.top-container .top-menu a {
  color: #303030;
  margin-left: 20px;
}

.top-container .address {
  line-height: 26px;
  position: relative;
  white-space: nowrap;
}

.top-container .address .trigger {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  color: #288cb9;
  cursor: pointer;
}

.top-container .address .trigger::after {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 7px;
  margin-left: 5px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -115px -224px;
  content: " ";
}

.top-container .address .trigger:hover::after {
  background: url("/images/site/smart/drop-down-min-h.png") center scroll no-repeat;
}

.top-container .address .trigger span {
  display: inline-block;
  border-bottom: 1px dotted;
}

.top-container .address .holder {
  margin-left: 8px;
  white-space: nowrap;
}

.top-container .address .dropdown {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  left: 0;
  top: 0;
  padding: 2px 20px;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.33);
  z-index: 999;
}

.top-container .address .dropdown.active {
  display: block;
}

.top-container .address .dropdown li {
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
}

.top-container .address .dropdown li a {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dotted;
  line-height: 13px;
  text-decoration: none;
}

.top-container .address .dropdown .active a {
  border: none;
  color: #333333;
  cursor: text;
}

@media (max-width: 1200px) {
  .top-container .top-menu {
    font-size: 12px;
  }

  .top-container .top-menu a {
    margin-left: 14px;
  }

  .top-container .top-menu a:first-of-type {
    margin-left: 0;
  }

  .top-container .address {
    font-size: 12px;
  }
}
.header-container {
  height: 86px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dbdada;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 73%, #f5f4f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 73%, #f5f4f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 73%, #f5f4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f5f4f4",GradientType=0 );
  /* IE6-8 */
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
}

.header-container .container {
  position: relative;
}

.header-container .logo {
  position: absolute;
  top: 20px;
  left: 22px;
  font-size: 13px;
  line-height: 16px;
}

.header-container .logo a {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .header-container .logo {
    left: 0;
  }
}
.header-container .search {
  position: absolute;
  width: 432px;
  left: 245px;
  top: 21px;
  z-index: 999;
}

.header-container .search form {
  display: block;
  position: relative;
}

.header-container .search input[type=search] {
  position: relative;
  float: left;
  width: 387px;
  height: 38px;
  font-size: 14px;
  border-right: none;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
}

.header-container .search form:hover input[type=search] {
  border-color: #65de36;
}

.header-container .bg-search {
  float: right;
  position: relative;
  width: 45px;
  height: 38px;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f1f0f0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f0f0", endColorstr="#d8d8d8",GradientType=0 );
  /* IE6-8 */
  -webkit-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.19);
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.19);
  z-index: 1;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -214px -65px;
}

.active-search {
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -275px -588px !important;
  border-top-color: #65de36 !important;
  border-right-color: #65de36 !important;
  border-bottom-color: #65de36 !important;
}

.header-container .search .example {
  position: relative;
  z-index: 0;
  font-size: 11px;
  padding-left: 15px;
  color: #575757;
}

.header-container .search .example a {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .header-container .search {
    width: 415px;
    left: 225px;
  }

  .header-container .search input[type=search] {
    width: 370px;
  }
}
.header-container .phones {
  position: absolute;
  top: 16px;
  left: 700px;
  width: 340px;
}

.header-container .phones a {
  color: #303030;
}

.header-container .phones a:hover {
  color: #303030;
  text-decoration: none;
}

.header-container .phones .once {
  display: inline-block;
  width: 170px;
  font-size: 16px;
  line-height: 26px;
}

.header-container .phones .once img {
  margin-right: 5px;
  vertical-align: middle;
}

.header-container .drop-phones {
  display: none;
  position: absolute;
  left: 651px;
  font-size: 16px;
  top: 20px;
  max-height: 42px;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 25px;
  z-index: 999;
}

.header-container .drop-phones::before {
  display: block;
  position: absolute;
  width: 7px;
  height: 12px;
  top: 20px;
  left: 10px;
  margin-top: -6px;
  background: transparent url("/images/site/smart/menu-drop.png") center scroll no-repeat;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: " ";
}

.header-container .drop-phones:hover {
  max-height: none;
  background-color: #FFFFFF;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
}

.header-container .drop-phones:hover::before {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header-container .drop-phones .once img {
  margin-right: 5px;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .header-container .phones {
    display: none;
  }

  .header-container .drop-phones {
    display: block;
  }
}
.header-container .minicart,
.header-container .wishlist {
  position: absolute;
  width: 67px;
  height: 67px;
  padding: 12px 8px 0;
  top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
}

.header-container .minicart {
  right: 7px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.header-container .minicart:hover {
  background-color: #ececec;
}

.header-container .wishlist {
  right: 80px;
}

.header-container .minicart::before,
.header-container .wishlist::before {
  display: block;
  height: 32px;
  margin-bottom: 3px;
  content: " ";
}

.header-container .minicart::before {
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -214px -121px;
}

.header-container .wishlist::before {
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -151px -61px;
  margin-left: 15px;
}

.header-container .minicart .cnt,
.header-container .wishlist .cnt {
  display: block;
  position: absolute;
  top: 9px;
  right: 8px;
  background-color: #d71339;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 18px;
  height: 17px;
  width: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.header-container .wishlist .navigator {
  display: block;
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.header-container .wishlist .trigger {
  text-decoration: none;
  border-bottom: 1px dotted;
}

.header-container .minicart .underline {
  color: #288CB9;
  border-bottom: 1px dotted;
  text-decoration: none;
}

.header-container .minicart:hover .underline {
  color: #c9193b;
}

.header-container .minicart .invisible {
  display: block;
  position: absolute;
  width: 67px;
  height: 67px;
  top: 0;
  left: 0;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 1000;
}

.header-container .minicart .dropdown {
  display: none;
  position: absolute;
  text-align: left;
  right: 0;
  top: 67px;
  padding: 12px 25px 15px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: default;
  z-index: 999;
}

.header-container .minicart.empty .dropdown {
  padding-left: 85px;
  padding-right: 14px;
  padding-top: 15px;
  font-size: 13px;
  line-height: 19px;
  color: #7b7b7b;
  width: 283px;
}

.header-container .minicart.empty .dropdown h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #333333;
}

.header-container .minicart .dropdown .count {
  font-size: 14px;
  line-height: 21px;
}

.header-container .minicart .dropdown .count .amount {
  color: #7b7b7b;
}

.header-container .minicart .dropdown .buttons {
  margin-top: 10px;
  width: 158px;
  margin-left: auto;
  margin-right: auto;
}

.header-container .minicart .dropdown .buttons .btn {
  width: 100%;
  margin-bottom: 15px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
}

.header-container .minicart .dropdown .buttons .trigger {
  text-decoration: none;
  margin-left: 8px;
}

.header-container .minicart .dropdown .buttons .trigger::before {
  display: inline-block;
  width: 20px;
  height: 17px;
  vertical-align: middle;
  margin-right: 6px;
  background: transparent url("/images/site/smart/cart-blue.png") center scroll no-repeat;
  content: " ";
}

.header-container .minicart .dropdown .buttons .trigger:hover::before {
  background-image: url("/images/site/smart/cart-blue-h.png");
}

.header-container .minicart .dropdown .buttons .trigger span {
  border-bottom: 1px dotted;
}

.header-container .minicart:hover .dropdown {
  display: block;
}

/*footer*/
.footer-container {
  background-color: #f7f7f7;
  color: #5e5e5e;
}

.footer-container .top {
  padding: 9px 0;
  height: 52px;
  background-color: #5ea2c1;
}

.footer-container .subscribe {
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  font-size: 19px;
}

.footer-container .subscribe img {
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.footer-container .subscribe form {
  display: inline-block;
  width: 453px;
  margin-left: 19px;
  vertical-align: middle;
}

.footer-container .subscribe input[type=text] {
  height: 32px;
  width: 302px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.footer-container .subscribe .btn {
  width: 151px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

@media (max-width: 1200px) {
  .footer-container .subscribe {
    font-size: 18px;
  }

  .footer-container .subscribe form {
    width: 420px;
  }

  .footer-container .subscribe .btn {
    width: 140px;
  }

  .footer-container .subscribe input[type=text] {
    width: 280px;
  }
}
.footer-container .bottom {
  height: 35px;
  line-height: 35px;
  color: #5e5e5e;
}

.footer-container .bottom a,
.footer-container .bottom a:hover {
  color: inherit;
}

.footer-container .bottom p {
  margin: 0;
}

.footer-container > .container {
  padding-top: 30px;
  padding-bottom: 35px;
}

.footer-container .h3 {
  font-size: 18px;
}

.footer-container h3,
.footer-container .h3 {
  margin-top: 0;
  margin-bottom: 14px;
  position: relative;
}

.footer-container h3 .toggle,
.footer-container .h3 .toggle {
  margin-left: 16px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.footer-container h3 span,
.footer-container .h3 span {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.footer-container h3 .dropdown,
.footer-container .h3 .dropdown {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  left: 78px;
  top: -4px;
  font-size: 13px;
  padding: 2px 20px;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.33);
  z-index: 999;
}

.footer-container h3 .dropdown.active,
.footer-container .h3 .dropdown.active {
  display: block;
}

.footer-container h3 .dropdown li,
.footer-container .h3 .dropdown li {
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
}

.footer-container h3 .dropdown li a,
.footer-container .h3 .dropdown li a {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dotted;
  line-height: 13px;
  text-decoration: none;
}

.footer-container h3 .dropdown .active a,
.footer-container .h3 .dropdown .active a {
  border: none;
  color: #333333;
  cursor: text;
}

.footer-container .contacts .phones {
  font-size: 18px;
  line-height: 31px;
  position: relative;
  top: -5px;
  white-space: nowrap;
  margin-right: 25px;
}

.footer-container .phones a {
  color: #303030;
}

.footer-container .phones a:hover {
  color: #303030;
  text-decoration: none;
}

.footer-container .contacts .phones img {
  margin-right: 5px;
  vertical-align: middle;
}

.footer-container .contacts .alternates {
  margin-left: 30px;
  line-height: 23px;
}

.footer-container .address {
  width: 345px;
  margin-left: 30px;
  line-height: 23px;
}

.footer-container .address .h3 {
  margin-bottom: 10px;
  position: relative;
  top: -2px;
}

.footer-container .address p {
  margin: 0;
}

.footer-container .nav .h3 {
  position: relative;
  top: -3px;
  margin-bottom: 9px;
}

.footer-container .nav table {
  line-height: 23px;
}

.footer-container .nav table td {
  vertical-align: top;
  padding-left: 20px;
  max-width: 184px;
}

.footer-container .nav table td:first-of-type {
  padding-left: 0;
}

.footer-container .nav ul,
.footer-container .nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-container .mobile {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  background-color: #f7f7f7;
  text-decoration: none;
  padding: 0 11px;
  margin-top: 7px;
  border: 1px solid #d5d5d5;
  font-size: 13px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.footer-container .mobile::before {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 24px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -54px -224px;
  margin-right: 10px;
  content: "";
  -moz-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

@media (max-width: 1200px) {
  .footer-container .contacts .alternates {
    margin-left: 20px;
  }

  .footer-container .address {
    margin-left: 30px;
    width: auto;
  }

  .footer-container .address table,
.footer-container .address table tr,
.footer-container .address table td {
    display: block;
  }

  .footer-container .address table tr td:nth-of-type(2) {
    height: 10px;
  }

  .footer-container .nav table td {
    padding-right: 0;
    padding-left: 15px;
  }

  .footer-container .nav table td:first-of-type {
    padding-left: 0;
  }
}
/*product grid*/
.product-grid {
  position: relative;
}

.product-grid::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e5e5e5;
  content: " ";
}

.product-grid .product-item {
  position: relative;
  float: left;
  width: 316px;
  padding: 16px 30px 16px;
}

.product-grid .product-item .remove {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: transparent url("/images/site/smart/delete-h.png") center scroll no-repeat;
  background-size: contain;
  text-decoration: none;
}

.product-grid .product-item .remove:hover {
  background-image: url("/images/site/smart/delete.png");
}

.product-grid .product-item .divider,
.product-grid .product-item::before,
.product-grid .product-item::after {
  display: block;
  position: absolute;
  background-color: #e5e5e5;
  content: " ";
}

.product-grid .product-item::before {
  left: -0.5px;
  top: 12px;
  bottom: 12px;
  width: 1px;
}

.product-grid .product-item::after {
  bottom: -0.5px;
  left: 12px;
  right: 12px;
  height: 1px;
}

.product-grid .product-item .divider {
  right: -0.5px;
  top: 12px;
  bottom: 12px;
  width: 1px;
}

.product-grid .product-item .image {
  text-align: center;
  height: 126px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-grid .product-item .image img {
  height: 126px;
  max-width: 100%;
}

.product-grid .product-item .descr {
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  max-height: 85px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-grid .product-item .title {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 13px;
}

.product-grid .product-item .title a {
  text-decoration: none;
}

.product-grid .product-item .txt p {
  margin: 0;
}

.product-grid .product-item .options label {
  display: block;
  margin-top: 12px;
  margin-bottom: 2px;
  font-size: 12px;
  color: #6c6c6c;
}

.product-grid .product-item .options label:first-of-type {
  margin-top: 0;
}

.product-grid .product-item .options select {
  width: 100%;
}

.product-grid .product-item .options select:first-of-type {
  margin-top: 0;
}

.product-grid .product-item .term {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  color: #000000;
  background-color: #fff2b5;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.product-grid .product-item .cart {
  margin: 10px 0px 15px 0px;
}

.product-grid .product-item .price {
  float: left;
  margin-right: 20px;
  font-size: 18px;
  line-height: 32px;
}

.product-grid .product-item .price small {
  font-size: 14px;
}

.product-grid .product-item .discount {
  color: #c9193b;
  margin-top: -4px;
  line-height: 18px;
}

.product-grid .product-item .discount .strike {
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding: 0 2px;
  color: #494949;
}

.product-grid .product-item .discount .strike small {
  font-size: 13px;
}

.product-grid .product-item .discount .strike::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c9193b;
  content: " ";
}

.product-grid .product-item .add-to-cart {
  float: left;
}

.product-grid .product-item .btn-silver {
  color: #2e7594;
}

.product-grid .product-item .btn-silver:active {
  color: #686868;
}

.product-grid .product-item .add-to-cart::before {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: transparent center scroll no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
  content: " ";
}

.product-grid .product-item .btn-success::before {
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -190px -181px;
}

.product-grid .product-item .btn-silver::before {
  background-image: url("/images/site/smart/check-min3.png");
  width: 14px;
  height: 14px;
  background-size: 100%;
}

.product-grid .product-item .wishList {
  display: block;
  float: left;
  width: 22px;
  height: 21px;
  margin-left: 20px;
  margin-top: 7px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -148px -181px;
}

.product-grid .product-item .wishList:hover {
  background: url(/images/site/smart/icons/wishlist-min-h.png) 0px 0px;
}

.product-grid .product-item .wishList.in-list {
  background: url(/images/site/smart/icons/wishlist-min-a.png) 22px -20px;
}

.product-grid .product-item .add-to-cart.btn-danger + .wishList {
  display: none;
}

.product-grid .product-item .badge {
  position: absolute;
  top: 14px;
  left: 12px;
  height: 31px;
  line-height: 31px;
  font-size: 15px;
  padding: 0 7px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.product-grid .product-item .badge.sale {
  background-color: #c9193b;
  color: #FFFFFF;
}

.product-grid .product-item .badge.new {
  background-color: #2e860e;
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .product-grid .product-item {
    width: 249px;
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .product-grid .product-item .price {
    margin-right: 7px;
  }

  .product-grid .product-item .wishList {
    margin-left: 7px;
  }
}
/*product list*/
.product-list {
  position: relative;
}

.product-list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e5e5e5;
  content: " ";
}

.product-list .product-item {
  position: relative;
  padding: 15px;
  height: 207px;
}

.product-list .product-item .divider,
.product-list .product-item::before,
.product-list .product-item::after {
  display: block;
  position: absolute;
  background-color: #e5e5e5;
  content: " ";
}

.product-list .product-item::before {
  left: -0.5px;
  top: 12px;
  bottom: 12px;
  width: 1px;
}

.product-list .product-item::after {
  bottom: -0.5px;
  left: 12px;
  right: 12px;
  height: 1px;
}

.product-list .product-item .divider {
  right: -0.5px;
  top: 12px;
  bottom: 12px;
  width: 1px;
}

.product-list .product-item .image {
  width: 220px;
  height: 205px;
  text-align: center;
  float: left;
  margin-right: 15px;
  padding-top: 20px;
}

.product-list .product-item .image img {
  height: 126px;
  max-width: 100%;
}

.product-list .product-item .descr {
  font-size: 12px;
  line-height: 17px;
  max-width: 500px;
  max-height: 86px;
  overflow: hidden;
}

.product-list .product-item .title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 12px;
  max-height: 40px;
  overflow: hidden;
}

.product-list .product-item .title a {
  text-decoration: none;
}

.product-list .product-item .txt p {
  margin: 0;
}

.product-list .product-item .options {
  max-width: 186px;
  max-height: 88px;
  overflow: hidden;
}

.product-list .product-item .options label {
  display: none;
}

.product-list .product-item .options select {
  width: 186px;
  margin-top: 14px;
}

.product-list .product-item .cart {
  position: absolute;
  top: 55px;
  right: 25px;
}

.product-list .product-item .price {
  font-size: 18px;
  line-height: 32px;
  padding-left: 5px;
}

.product-list .product-item .price small {
  font-size: 14px;
}

.product-list .product-item .discount {
  color: #c9193b;
  margin-top: -4px;
  line-height: 18px;
  margin-bottom: 6px;
}

.product-list .product-item .discount .strike {
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding: 0 2px;
  color: #494949;
}

.product-list .product-item .discount .strike small {
  font-size: 13px;
}

.product-list .product-item .discount .strike::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c9193b;
  content: " ";
}

.product-list .product-item .add-to-cart {
  float: left;
}

.product-list .product-item .add-to-cart::before {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -190px -181px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
  content: " ";
}

.product-list .product-item .add-to-cart.btn-silver::before {
  width: 15px;
  height: 14px;
  background-image: url("/images/site/smart/check-min3.png");
  background-size: contain;
}

.product-list .product-item .wishList {
  display: block;
  float: left;
  width: 22px;
  height: 21px;
  margin-left: 20px;
  margin-top: 6px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -148px -181px;
}

.product-list .product-item .wishList:hover {
  background-image: url("images/site/smart/icons/wishlist-min-h.png");
}

.product-list .product-item .wishList.in-list {
  background-image: url("/images/site/smart/icons/wishlist-min-a.png");
}

.product-list .product-item .badge {
  position: absolute;
  top: 12px;
  left: 0;
  height: 31px;
  line-height: 31px;
  font-size: 15px;
  padding: 0 7px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.product-list .product-item .badge.sale {
  background-color: #c9193b;
  color: #FFFFFF;
}

.product-list .product-item .badge.new {
  background-color: #2e860e;
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .product-list .product-item .descr {
    max-width: 325px;
  }
}
/*page controls*/
.page-controls {
  margin-bottom: 10px;
}

.page-controls .control-sort {
  width: 176px;
  margin-right: 39px;
}

.page-controls .control-sort select {
  width: 100%;
  height: 28px;
}

.page-controls .control-sort label,
.page-controls .control-view label {
  display: block;
  font-size: 12px;
  color: #6c6c6c;
  margin-bottom: 3px;
}

.page-controls .control-view .btn {
  width: 44px;
  float: left;
}

.page-controls .control-view .btn:first-of-type {
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.page-controls .control-view .btn:last-of-type {
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.page-controls .control-view .btn img {
  vertical-align: middle;
}

.page-controls .control-view .selected {
  background: #f9f9f9;
  border: 1px solid #cbcbcb;
  cursor: default;
  line-height: 27px !important;
  -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
}

/*catalog menu*/
.catalog-product {
  position: relative;
}

.catalog-product .trigger {
  display: block;
  position: relative;
  width: 194px;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  color: #FFFFFF;
  text-align: left;
  font-size: 17px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.38);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #78cef5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4Y2VmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzZmYzdlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzYyYmRlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzQ0YTVkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzNlYTBjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzNlOWVjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzNiOTZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzM1ODZhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjdlYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #78cef5 0%, #6fc7ef 14%, #62bde6 27%, #44a5d1 46%, #3ea0cc 65%, #3e9eca 92%, #3b96bf 95%, #3586ab 97%, #327ea1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #78cef5 0%, #6fc7ef 14%, #62bde6 27%, #44a5d1 46%, #3ea0cc 65%, #3e9eca 92%, #3b96bf 95%, #3586ab 97%, #327ea1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #78cef5 0%, #6fc7ef 14%, #62bde6 27%, #44a5d1 46%, #3ea0cc 65%, #3e9eca 92%, #3b96bf 95%, #3586ab 97%, #327ea1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#78cef5", endColorstr="#327ea1",GradientType=0 );
  /* IE6-8 */
}

.catalog-product .trigger::after {
  display: block;
  position: absolute;
  width: 18px;
  height: 11px;
  top: 15px;
  right: 16px;
  background: transparent url("/images/site/smart/catalog-drop.png") center scroll no-repeat;
  content: " ";
}

.catalog-product .trigger:hover,
.catalog-product .trigger:active {
  line-height: 39px;
}

.catalog-product .trigger:hover {
  background: #2d83aa;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkODNhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzM1OThjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzM1OTljNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzMzOTJiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzJkODNhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjdiOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2d83aa 0%, #3598c6 55%, #3599c6 93%, #3392bd 95%, #2d83a9 98%, #2b7b9f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2d83aa 0%, #3598c6 55%, #3599c6 93%, #3392bd 95%, #2d83a9 98%, #2b7b9f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2d83aa 0%, #3598c6 55%, #3599c6 93%, #3392bd 95%, #2d83a9 98%, #2b7b9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d83aa", endColorstr="#2b7b9f",GradientType=0 );
  /* IE6-8 */
}

.catalog-product .trigger:active {
  color: #92ddff;
  background: #78cef5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4Y2VmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzZlYzZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzVlYmFlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzQ4YThkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzQzYTRkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzNlYTBjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzNlOWVjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzNiOTdjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzM1ODdhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjdmYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #78cef5 0%, #6ec6ee 15%, #5ebae4 30%, #48a8d4 43%, #43a4d1 48%, #3ea0cc 65%, #3e9eca 93%, #3b97c0 95%, #3587ac 98%, #327fa2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #78cef5 0%, #6ec6ee 15%, #5ebae4 30%, #48a8d4 43%, #43a4d1 48%, #3ea0cc 65%, #3e9eca 93%, #3b97c0 95%, #3587ac 98%, #327fa2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #78cef5 0%, #6ec6ee 15%, #5ebae4 30%, #48a8d4 43%, #43a4d1 48%, #3ea0cc 65%, #3e9eca 93%, #3b97c0 95%, #3587ac 98%, #327fa2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#78cef5", endColorstr="#327fa2",GradientType=0 );
  /* IE6-8 */
}

.catalog-product .trigger:hover::after,
.catalog-product .trigger:active::after {
  -moz-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.catalog-product .trigger:active::after {
  background-image: url("/images/site/smart/catalog-drop-h.png");
}

.catalog-product .dropdown {
  position: absolute;
  display: none;
  top: 40px;
  z-index: 10;
}

.catalog-product .dropdown.hover {
  display: block;
}

.catalog-product ul {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0 1px;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.catalog-product .root,
.catalog-product .sublevel > ul.hover {
  display: block;
  z-index: 998;
}

.catalog-product .root {
  width: 200px;
  position: relative;
  border-left: 1px solid #efefef;
  -webkit-box-shadow: 1px 2px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 15px 0 rgba(0, 0, 0, 0.25);
}

.catalog-product .dropdown .root {
  width: 220px;
}

.catalog-product ul li {
  display: block;
  position: relative;
}

.catalog-product ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 9px 17px 8px;
  border-top: 1px solid #efefef;
  line-height: 18px;
}

.catalog-product ul li:first-of-type a {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.catalog-product ul li:last-of-type a {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.catalog-product ul li a:hover,
.catalog-product ul .active > a {
  color: #c9193b;
  background-color: #fff1f4;
}

.catalog-product ul li a:hover {
  text-decoration: underline;
}

.catalog-product ul .sublevel > a::after {
  display: block;
  position: absolute;
  width: 7px;
  height: 12px;
  top: 50%;
  right: 8px;
  margin-top: -6px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -88px -224px;
  content: " ";
}

.catalog-product ul .sublevel:hover > a::after,
.catalog-product ul .sublevel.active > a::after {
  background: url("/images/site/smart/menu-drop-h.png") 0px 0px;
}

.catalog-product .sublevel ul.hover {
  left: 198px;
  top: 0;
  width: 100%;
  border-left: 1px solid #efefef;
}

.catalog-product .dropdown .sublevel ul.hover {
  left: 218px;
}

.catalog-product .sublevel .sublevel ul.hover {
  left: 195px;
  top: 0;
  width: 100%;
  border-left: 1px solid #efefef;
}

.catalog-product .dropdown .sublevel .sublevel ul.hover {
  left: 215px;
}

/*filters*/
.filters {
  margin-top: 9px;
  position: relative;
}

.filters .preloader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.75);
}

.filters .section {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e5e5e5;
}

.filters .section:first-of-type {
  padding-top: 0;
  border-top: none;
}

.filters .section strong {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.filters ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.filters ul li {
  display: block;
  position: relative;
  margin-top: 9px;
  font-size: 12px;
  line-height: 17px;
  padding: 2px 0 2px 30px;
  max-height: none;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.filters ul li.hidden {
  max-height: 0px;
  overflow: hidden;
  padding: 0;
}

.filters ul li:first-of-type {
  margin-top: 0;
}

.filters ul li label {
  cursor: pointer;
}

.filters ul li label:hover {
  color: #d71339;
}

.filters ul li label.disabled {
  color: #b2b2b2;
  cursor: default;
}

.filters ul li .checkbox {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
}

.filters ul li label:hover .checkbox {
  background-image: url("/images/site/smart/checkbox-h.png");
}

.filters ul li label:hover .checkbox.checked {
  background-image: url("/images/site/smart/checkbox-a.png");
}

.filters ul li label.disabled:hover .checkbox {
  background-image: url("/images/site/smart/checkbox-d.png");
}

.filters .price_slider input[type=text] {
  width: 56px;
  padding: 0;
  text-align: center;
}

.filters .price_slider button {
  margin-left: 9px;
}

.filters .price_slider .divider {
  height: 29px;
}

.filters .price_slider .range_slider {
  height: 7px;
  background-color: #e4e4e4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.22);
}

.filters .price_slider .ui-slider-range {
  background-color: #85a8b7;
  background-image: none;
}

.filters .price_slider .ui-slider-handle {
  margin-left: -1px;
  margin-right: 0;
  margin-top: 0;
  top: -11px;
  width: 27px;
  height: 28px;
  border: 1px solid #b5b5b5;
  background: #eaeaea;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZTllOWU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZjJmMmYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDglIiBzdG9wLWNvbG9yPSIjZGZkZmRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjYmRiZGJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #eaeaea 0%, #e9e9e9 4%, #f3f3f3 12%, #f2f2f2 20%, #eeeeee 28%, #dfdfdf 48%, #bdbdbd 84%, #b2b2b2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eaeaea 0%, #e9e9e9 4%, #f3f3f3 12%, #f2f2f2 20%, #eeeeee 28%, #dfdfdf 48%, #bdbdbd 84%, #b2b2b2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eaeaea 0%, #e9e9e9 4%, #f3f3f3 12%, #f2f2f2 20%, #eeeeee 28%, #dfdfdf 48%, #bdbdbd 84%, #b2b2b2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eaeaea", endColorstr="#b2b2b2",GradientType=0 );
  /* IE6-8 */
}

.filters .price_slider .ui-slider-handle:nth-of-type(2) {
  margin-left: -26px;
}

.filters .price_slider .ui-slider-handle:hover {
  background: #faf9f9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Y5ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2YxZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2IzYjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #faf9f9 0%, #f9f8f8 40%, #f1f0f0 63%, #e1e1e1 93%, #d5d5d5 95%, #bfbfbf 98%, #b3b3b3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #faf9f9 0%, #f9f8f8 40%, #f1f0f0 63%, #e1e1e1 93%, #d5d5d5 95%, #bfbfbf 98%, #b3b3b3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #faf9f9 0%, #f9f8f8 40%, #f1f0f0 63%, #e1e1e1 93%, #d5d5d5 95%, #bfbfbf 98%, #b3b3b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#faf9f9", endColorstr="#b3b3b3",GradientType=0 );
  /* IE6-8 */
}

.filters .show-all {
  display: inline-block;
  text-decoration: none;
  line-height: 13px;
}

.filters .show-all::before {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dotted;
  line-height: 12px;
  content: attr(data-text);
}

.filters .show-all::after {
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-left: 5px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -115px -224px;
  content: "";
  -webkit-transition: all 60ms ease;
  -moz-transition: all 60ms ease;
  -ms-transition: all 60ms ease;
  -o-transition: all 60ms ease;
  transition: all 60ms ease;
}

.filters .show-all:hover::after {
  background: url("/images/site/smart/drop-down-min-h.png") center scroll no-repeat;
}

.filters .show-all.toggle-on::before {
  content: attr(data-alt-text);
}

.filters .show-all.toggle-on::after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filters .show-all.toggle-on:hover::after {
  background: url("/images/site/smart/drop-down-min-h.png") center scroll no-repeat;
  transform: rotate(180deg);
}

/*selected filters*/
.selectedFilters {
  max-width: 625px;
  position: relative;
  top: 18px;
}

.selectedFilters .overflow {
  position: relative;
  max-width: 540px;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 22px;
}

.selectedFilters .overflow::after {
  display: block;
  position: absolute;
  width: 32px;
  top: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 60%, white 96%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 60%, white 96%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%, white 96%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  content: " ";
}

.selectedFilters a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background-color: #ecf6fb;
  color: #2b627b;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #7dbedb;
  padding: 0 8px;
  margin-right: 8px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

.selectedFilters a:hover {
  background-color: #7dbedb;
  color: #FFFFFF;
}

.selectedFilters a::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  background: transparent url("/images/site/smart/filter-del.png") center scroll no-repeat;
  margin-left: 8px;
  content: " ";
}

.selectedFilters a:hover::after {
  background-image: url("/images/site/smart/filter-del-h.png");
}

.selectedFilters .all {
  background-color: #faeaed;
  border-color: #f17990;
  color: #c9193b;
  margin-right: 0;
}

.selectedFilters .all:hover {
  background-color: #f17990;
  color: #FFFFFF;
}

.selectedFilters .all::after {
  display: none;
}

@media (max-width: 1200px) {
  .selectedFilters .overflow {
    max-width: 355px;
  }
}
/*pagination*/
.pagination {
  text-align: center;
  margin-top: 32px;
}

.pagination .more {
  margin-bottom: 32px;
}

.pagination .more::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 28px;
  height: 24px;
  margin-right: 9px;
  background: transparent url("/images/site/smart/reload.png") center scroll no-repeat;
  content: " ";
}

.pagination .more.clicked::before {
  -webkit-animation: clicked 1s linear infinite;
  -moz-animation: clicked 1s linear infinite;
  -o-animation: clicked 1s linear infinite;
  animation: clicked 1s linear infinite;
  animation-name: clicked;
}

@-webkit-keyframes clicked {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes clicked {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes clicked {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes clicked {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pagination ul {
  display: block;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.pagination li {
  display: inline-block;
  margin: 0 5px;
  height: 34px;
  line-height: 33px;
}

.pagination .sep {
  color: #288cb9;
  width: 37px;
  text-align: center;
}

.pagination li a {
  display: block;
  text-align: center;
  height: 34px;
  width: 37px;
  line-height: 33px;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.18);
  box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.18);
}

.pagination li a:hover,
.pagination li a:active {
  color: #c9193b;
  border-color: #c9193b;
}

.pagination li a:active {
  line-height: 34px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .active {
  width: 37px;
  text-align: center;
  color: #FFFFFF;
  background-color: #85a8b7;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: inset -1px 2px 5px 0 rgba(0, 0, 0, 0.18);
  box-shadow: inset -2px 2px 5px 0 rgba(0, 0, 0, 0.18);
  -moz-transform: translateX(0px) translateY(-1px);
  -webkit-transform: translateX(0px) translateY(-1px);
  -o-transform: translateX(0px) translateY(-1px);
  -ms-transform: translateX(0px) translateY(-1px);
  transform: translateX(0px) translateY(-1px);
}

.pagination .prev {
  margin-right: 20px;
  margin-left: 0;
}

.pagination .next {
  margin-left: 20px;
  margin-right: 0;
}

.pagination .next a,
.pagination .prev a {
  width: auto;
  font-size: 14px;
  text-transform: lowercase;
  padding: 0 17px;
}

.pagination .prev a::before,
.pagination .next a::after {
  display: inline-block;
  width: 19px;
  height: 11px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  content: " ";
}

.pagination .prev a::before {
  background-image: url("/images/site/smart/pager-prev.png");
  margin-right: 8px;
}

.pagination .prev a:hover::before,
.pagination .prev a:active::before {
  background-image: url("/images/site/smart/pager-prev-h.png");
}

.pagination .next a::after {
  background-image: url("/images/site/smart/pager-next.png");
  margin-left: 8px;
}

.pagination .next a:hover::after,
.pagination .next a:active::after {
  background-image: url("/images/site/smart/pager-next-h.png");
}

/*left menu*/
.left-menu {
  padding-top: 16px;
}

.left-menu h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 19px;
  color: #222222;
}

.left-menu h3 a {
  color: inherit;
  text-decoration: none;
}

.left-menu h3 a:hover {
  color: #c9193b;
}

.left-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.left-menu ul li {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #efefef;
}

.left-menu ul li.opened {
  background-color: #fff1f4;
}

.left-menu ul li:first-of-type {
  border-top: 1px solid #efefef;
}

.left-menu ul li a {
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 25px;
  position: relative;
  display: block;
}

.left-menu ul li.opened > a {
  color: #d71339;
}

.left-menu ul li a::before {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
  width: 7px;
  height: 12px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -88px -224px;
  content: "";
}

.left-menu ul li a:hover::before,
.left-menu ul li.opened a::before {
  background: url("/images/site/smart/menu-drop-h.png") 0px 0px;
}

.left-menu ul li.has-children.opened {
  padding-bottom: 0;
  border-bottom: none;
}

.left-menu ul ul {
  display: none;
  background-color: #FFFFFF;
  margin-top: 9px;
}

.left-menu ul li.opened ul {
  display: block;
}

.left-menu ul ul a {
  padding-left: 40px;
  padding-right: 12px;
}

.left-menu ul ul a::before {
  left: 25px;
}

/*sideboxes*/
.sidebox {
  margin-bottom: 45px;
}

.sidebox h2 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  color: #2f2f2f;
  margin-top: 0;
  margin-bottom: 14px;
  padding-left: 12px;
}

.sidebox h2 .fwd {
  font-size: 13px;
  text-decoration: none;
  margin-left: 22px;
}

.sidebox h2 .fwd::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 11px;
  margin-left: 8px;
  background: transparent url("/images/site/smart/dir-right.png") center scroll no-repeat;
  content: " ";
}

.sidebox h2 .fwd:hover::after {
  background-image: url("/images/site/smart/dir-right-h.png");
}

/*live search*/
.liveSearch {
  position: absolute;
  top: 33px;
  right: 0;
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  padding: 5px 1px 0;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.liveSearch ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.liveSearch ul li {
  display: block;
  border-top: 1px solid #d7d7d7;
}

.liveSearch ul li:first-of-type {
  border-top: none;
}

.liveSearch ul li a {
  display: block;
  position: relative;
  height: 54px;
  padding: 3px 0;
}

.liveSearch ul li a:hover {
  text-decoration: none;
  color: initial;
}

.liveSearch ul li a::after {
  display: block;
  position: absolute;
  width: 7px;
  height: 12px;
  top: 50%;
  right: 8px;
  margin-top: -6px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -88px -224px;
  content: " ";
}

.liveSearch ul li a:hover::after {
  background: url("/images/site/smart/menu-drop-h.png") 0px 0px;
}

.liveSearch ul li a .image {
  width: 95px;
  min-height: 49px;
  text-align: center;
  padding-top: 4px;
}

.liveSearch ul li a .image img {
  max-height: 40px;
}

.liveSearch ul li a .title {
  font-size: 13px;
  color: #288cb9;
  overflow: hidden;
  max-height: 20px;
  margin-top: 4px;
}

.liveSearch ul li a:hover .title {
  color: #c9193b;
}

.liveSearch ul li .price {
  color: #343434;
  font-size: 14px;
  padding-left: 5px;
}

.liveSearch ul li .price br {
  display: none;
}

.liveSearch ul li .price small {
  font-size: 12px;
}

.liveSearch ul li .discount {
  color: #c9193b;
}

.liveSearch ul li .discount .strike {
  font-size: 12px;
  display: inline-block;
  position: relative;
  padding: 0 2px;
  color: #494949;
  margin-right: 4px;
}

.liveSearch ul li .discount .strike small {
  font-size: 11px;
}

.liveSearch ul li .discount .strike::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c9193b;
  content: " ";
}

/*tabbed panels*/
.tabbed {
  position: relative;
}

.tabbed .controls {
  position: absolute;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  top: -39px;
  font-size: 16px;
  line-height: 38px;
  text-transform: lowercase;
  color: #7b7b7b;
  z-index: 1;
}

.tabbed .controls li {
  display: block;
  float: left;
  margin-left: 5px;
  padding: 0 26px;
  height: 40px;
  border: 1px solid #c0bcbd;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.tabbed .controls .active {
  border-top-color: #eda8b6;
  border-left-color: #eda8b6;
  border-right-color: #eda8b6;
  border-bottom-color: #FFFFFF;
  color: #c9193b;
  cursor: default;
}

.tabbed .tabs {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.tabbed .tabs li {
  display: block;
  max-height: 0px;
  overflow: hidden;
  position: relative;
}

.tabbed .tabs .active {
  max-height: none;
  border: 1px solid #eda8b6;
}

.tabbed .tabs li:not([class=active]) {
  padding: 0 !important;
  position: absolute;
}

/*article*/
.article {
  font-size: 14px;
  line-height: 23px;
}

.article-title {
  margin-top: 0;
  line-height: 28px;
}

.article ul,
.article ol {
  list-style-position: outside;
  padding-left: 36px;
}

.article ul {
  list-style-image: url("/images/site/smart/li-dot.png");
}

/* SiteHeart */
#sh_button {
  border-radius: 20px 20px 0px 0px;
  background: none repeat scroll 0 0 #44A5D1;
}

.sh_button, .sh_operator_button_save {
  background: none repeat scroll 0 0 #44A5D1 !important;
}

.sh_operator_help {
  border-radius: 20px 20px 20px 20px;
}

.sh_title_text {
  border-top: 0px !important;
}

.sh_btn_char_trans {
  text-align: top;
}

/* voprosi-i-otveti */
.column-right p > a {
  border-bottom: 1px dotted;
}

#raiting {
  position: relative;
  height: 16px;
  cursor: pointer;
  width: 83px;
  float: left;
}

/* view stars */
#raiting_blank, #raiting_votes, #raiting_hover {
  height: 16px;
  position: absolute;
}

#raiting_blank {
  background: url(/images/site/ratings.png);
  width: 83px;
}

/* start without rating */
#raiting_votes {
  background: url(/images/site/ratings.png) 0 -16px;
}

/* start witho rating  */
#raiting_hover {
  background: url(/images/site/ratings.png) 0 -32px;
  display: none;
}

/*  move cursor on stars */
#raiting_info {
  margin-left: 100px;
}

#raiting_form {
  position: relative;
  height: 28px;
  cursor: pointer;
  width: 161px;
  float: left;
}

#raiting_blank_form, #raiting_votes_form, #raiting_hover_form {
  height: 28px;
  position: absolute;
}

#raiting_blank_form {
  background: url(/images/site/ratings_big.png);
  width: 161px;
}

#raiting_votes_form {
  background: url(/images/site/ratings_big.png) 0 -28px;
}

#raiting_hover_form {
  background: url(/images/site/ratings_big.png) 0 -28px;
  display: none;
}

#raiting_info_info {
  margin-left: 100px;
}

/* Уведомление пользователя о бесплатной доставке */
.free-delivery {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  margin-top: 20px;
  color: #F57C00;
}

.free-delivery-width-fixed {
  width: 300px;
}

.free-delivery-width-flex {
  width: 100%;
}

.subtext {
  color: gray;
}

.bg-cart_big {
  position: absolute;
  left: 18px;
  top: 33px;
  width: 50px;
  height: 45px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -10px -61px;
}

.bg-envelope {
  width: 24px;
  height: 24px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -10px -224px;
}

.bg-call {
  width: 26px;
  height: 23px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -152px -126px;
  float: left;
  margin-top: 2px;
  margin-right: 2px;
}

.bg-kyivstar {
  width: 26px;
  height: 23px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -10px -181px;
  float: left;
  margin-top: 2px;
  margin-right: 2px;
}

.bg-life {
  width: 26px;
  height: 23px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -56px -181px;
  float: left;
  margin-top: 2px;
  margin-right: 2px;
}

.bg-mts {
  width: 26px;
  height: 23px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -102px -181px;
  float: left;
  margin-top: 2px;
  margin-right: 2px;
}

.bg-search {
  width: 44px;
  height: 36px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -214px -65px;
}

.bg-logo {
  width: 184px;
  height: 35px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -10px -10px;
}

.bg-cart_min {
  width: 20px;
  height: 19px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -190px -181px;
}

.catalog-product .dropdown ul.root > li:last-of-type a, .catalog-product.simple ul.root > li:last-of-type a {
  color: #ffffff;
  font-weight: bold;
  background: linear-gradient(270deg, #FF9800, #f44336);
  background-size: 400% 400%;
  -webkit-animation: promo 2s ease infinite;
  -moz-animation: promo 2s ease infinite;
  animation: promo 2s ease infinite;
}

@-webkit-keyframes promo {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes promo {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes promo {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.connect_social {
  clear: both;
  padding-top: 20px;
}

.connect_social a {
  padding: 10px 15px 10px 15px;
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.connect_social a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}

.connect_social img {
  width: 24px;
  height: 24px;
}

.connect_social span {
  padding: 5px;
  position: relative;
  top: -6px;
}

.shipping_and_payments {
  margin-top: 20px;
}

.shipping_and_payments_left {
  width: 196px;
  padding: 8px 20px 0;
}

.shipping_and_payments_right {
  width: 195px;
  padding-top: 8px;
}

.shipping_and_payments .icons {
  width: 24px;
  height: 24px;
}

.shipping_and_payments .information {
  width: 16px;
  height: 16px;
  position: relative;
  top: -3px;
}

.shipping_and_payments label {
  font-size: 16px;
  position: relative;
  top: -6px;
  padding: 5px;
}

.shipping_and_payments .data {
  padding: 5px 10px;
  border-bottom: 1px solid #f0edf4;
}

.free_shipping_banner {
  text-align: center;
  padding-top: 20px;
  clear: both;
}

.swiper-slide, .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide, .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.main-container {
  margin-bottom: 32px;
}

.column-left {
  width: 201px;
  margin-left: 23px;
}

.column-right {
  width: 950px;
  padding-top: 0;
}

@media (max-width: 1200px) {
  .column-left {
    margin-left: 0;
  }

  .column-right {
    width: 749px;
  }
}
.content-top {
  margin-bottom: 25px;
}

.content-top .column-right {
  padding-top: 10px;
}

.category-title {
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 15px;
}

.item-title {
  font-size: 28px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 15px;
}

.item-title .pcode, .h1-prod .pcode {
  font-size: 12px;
  color: #6c6c6c;
  margin-left: 15px;
}

.item-title .pcode strong, .h1-prod .pcode strong {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  background-color: #ececec;
  padding: 0 5px;
  line-height: 21px;
  height: 21px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.h1-prod {
  display: flex;
  align-items: baseline;
}

/*product flypage*/
.flypage {
  max-width: 1153px;
  margin-left: auto;
  margin-right: auto;
}

.flypage .gallery {
  width: 744px;
  position: relative;
}

.flypage .gallery .badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 33px;
  height: 33px;
  padding: 0 10px;
  text-align: center;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.flypage .gallery .badge.sale {
  background-color: #c9193b;
}

.flypage .gallery .badge.new {
  background-color: #2e860e;
}

.flypage .gallery .thumbs {
  width: 100px;
  position: relative;
  text-align: center;
  z-index: 0;
}

.flypage .gallery .thumbs .stripe {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.flypage .gallery .thumbs .stripe li {
  display: block;
  width: 100px;
  height: 70px;
  margin-bottom: 13px;
  border: 1px solid #9e9e9e;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flypage .gallery .thumbs .stripe li:first-of-type {
  margin-top: 0;
}

.flypage .gallery .thumbs .stripe .active {
  border-width: 2px;
  border-color: #c9193b;
}

.flypage .gallery .thumbs .stripe li img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.flypage .gallery .thumbs .show-all {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.flypage .gallery .screen {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flypage .gallery .screen img {
  max-height: 100%;
  max-width: 100%;
}

.flypage .gallery .thumbs + .screen {
  width: 628px;
  height: 368px;
}

.flypage .gallery .thumbs + .screen img {
  cursor: pointer;
}

.flypage .gallery .options {
  margin-top: 22px;
}

.flypage .gallery .options .input-image {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 48px;
  margin-left: 25px;
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

.flypage .gallery .options .input-image input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.flypage .gallery .options .input-image:nth-of-type(-n+10) {
  margin-top: 0;
}

.flypage .gallery .options .input-image:first-of-type,
.flypage .gallery .options .input-image:nth-of-type(10n+1) {
  margin-left: 0;
}

.flypage .gallery .options .input-image .img {
  cursor: pointer;
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid #9e9e9e;
  padding: 4px;
  margin-bottom: 3px;
  background-color: #FFFFFF;
}

.flypage .gallery .options .input-image .img img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.flypage .gallery .options .input-image .dropdown {
  border: 1px solid #aaa9a9;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 186px;
  height: 231px;
  z-index: 1;
  top: -223px;
  left: -8px;
  background: #fff;
  padding: 10px;
  text-align: left;
  display: none;
}

.flypage .gallery .options .input-image .dropdown.discount {
  height: 250px;
  top: -242px;
}

.flypage .gallery .options .input-image .dropdown img {
  cursor: pointer;
}

.flypage .gallery .options .input-image .dropdown .title {
  margin-bottom: 9px;
  margin-top: 5px;
}

.flypage .gallery .options .input-image .dropdown.discount .title {
  margin-bottom: 5px;
}

.flypage .gallery .options .input-image .dropdown .option_price {
  font-weight: bold;
  font-size: 18px;
  color: #424242;
}

.flypage .gallery .options .input-image .dropdown.discount .option_price .strike {
  color: #494949;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  width: auto;
  margin-bottom: 5px;
}

.flypage .gallery .options .input-image .dropdown.discount .option_price .strike small {
  color: #494949;
  font-size: 13px;
}

.flypage .gallery .options .input-image .dropdown .option_price .strike:after {
  background-color: #c9193b;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.flypage .gallery .options .input-image .dropdown .option_price small {
  font-weight: 400;
  font-size: 14px;
  color: #424242;
}

.flypage .gallery .options .input-image .dropdown.discount .option_price,
.flypage .gallery .options .input-image .dropdown.discount .option_price small {
  color: #c9193b;
}

.flypage .gallery .options .input-image .dropdown .arrow {
  position: absolute;
  background: url(/images/site/smart/options_arrow.png) no-repeat center;
  width: 36px;
  height: 20px;
  bottom: -16px;
  left: 13px;
}

.flypage .gallery .options .input-image .check {
  display: none;
  position: absolute;
  top: -7px;
  right: -7px;
  background: #c9193b url("/images/site/smart/check-min2.png") center scroll no-repeat;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.flypage .gallery .options .input-image input:checked + .img {
  border-width: 2px;
  border-color: #c9193b;
  padding: 3px;
}

.flypage .gallery .options .input-image input:checked + .img .check {
  display: block;
}

.flypage .gallery .options .color-limit {
  margin-top: 24px;
  font-size: 18px;
}

.flypage .gallery .options .color-limit::before {
  content: attr(data-text);
}

.flypage .gallery .options .color-limit::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 9px;
  margin-left: 13px;
  background-image: url("/images/site/smart/turn-down-h.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  content: "";
}

.flypage .gallery .options .color-limit.switched::after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flypage .gallery .options .color-limit.switched::before {
  content: attr(data-alt-text);
}

@media (max-width: 1200px) {
  .flypage .gallery {
    width: 580px;
  }

  .flypage .gallery .thumbs + .screen {
    width: 468px;
    height: 300px;
  }

  .flypage .gallery .options .input-image {
    margin-left: 24px;
  }

  .flypage .gallery .options .input-image:nth-of-type(-n+10) {
    margin-top: 14px;
  }

  .flypage .gallery .options .input-image:nth-of-type(-n+8) {
    margin-top: 0;
  }

  .flypage .gallery .options .input-image:nth-of-type(10n+1) {
    margin-left: 24px;
  }

  .flypage .gallery .options .input-image:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
.flypage .details .product-data {
  width: 396px;
}

.flypage .details .product-data .border {
  border: 1px solid #d9d9d9;
  padding-bottom: 17px;
}

.flypage .details .product-data .buy {
  width: 196px;
  padding: 8px 20px 0;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.flypage .details .product-data .buy .price {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 6px;
}

.flypage .details .product-data .buy .price strong {
  font-weight: 400;
}

.flypage .details .product-data .buy .price span {
  font-size: 13px;
}

.flypage .details .product-data .buy .price small {
  font-size: 24px;
}

.flypage .details .product-data .buy .discount {
  color: #c9193b;
  padding-top: 0;
}

.flypage .details .product-data .buy .discount .strike {
  font-size: 15px;
  display: inline-block;
  position: relative;
  padding: 0 2px;
  color: #494949;
}

.flypage .details .product-data .buy .discount .strike small {
  font-size: 14px;
}

.flypage .details .product-data .buy .discount .strike::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c9193b;
  content: " ";
}

.flypage .details .product-data .buy .add-to-cart {
  text-transform: initial;
  font-size: 18px;
  text-align: left;
  padding-left: 14px;
  padding-right: 20px;
  height: 39px;
}

.flypage .details .product-data .buy .add-to-cart:hover {
  line-height: 41px !important;
}

.flypage .details .product-data .buy .add-to-cart.btn-success {
  font-weight: 400;
  line-height: 39px;
}

.flypage .details .product-data .buy .add-to-cart.btn-silver {
  padding-left: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 39px;
  padding-left: 14px;
  padding-right: 14px;
  color: #2e7594;
}

.flypage .details .product-data .buy .add-to-cart.btn-silver:hover {
  line-height: 41px;
}

.flypage .details .product-data .buy .add-to-cart.btn-silver:active {
  color: #8b8b8b;
}

.flypage .details .product-data .buy .add-to-cart::before {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -190px -181px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
  content: " ";
}

.flypage .details .product-data .buy .add-to-cart.btn-silver::before {
  background-image: url("/images/site/smart/check-min3.png");
  margin-right: 5px;
  width: 16px;
  height: 15px;
}

.flypage .details .product-data .buy .add-to-cart.btn-silver:active::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  /* IE 5.5+*/
  -moz-opacity: 0.7;
  /* Mozilla 1.6  */
  -khtml-opacity: 0.7;
  /* Konqueror 3.1, Safari 1.1 */
  opacity: 0.7;
  /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
}

.flypage .details .product-data .buy .oneClickBuy,
.flypage .details .product-data .buy .buy-credit,
.flypage .details .product-data .buy .foundCheaper {
  margin-top: 12px;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  background: transparent none;
  padding: 0;
  border: none;
  border-bottom: 1px dotted;
  text-decoration: none;
}

.flypage .details .product-data .buy .oneClickBuy,
.flypage .details .product-data .buy .foundCheaper {
  color: #288cb9;
}

.flypage .details .product-data .buy .oneClickBuy:hover,
.flypage .details .product-data .buy .foundCheaper:hover {
  color: #D71339;
}

.flypage .details .product-data .buy .buy-credit {
  color: #fb7804;
  margin-top: 10px;
}

.flypage .details .product-data .buy .buy-credit:hover {
  color: #D71339;
}

.flypage .details .product-data .opts {
  float: right;
  width: 195px;
  padding-top: 16px;
  padding-right: 24px;
}

.flypage .details .product-data .options select {
  width: 100%;
}

.flypage .details .product-data .options label {
  display: block;
  margin-top: 12px;
  margin-bottom: 3px;
  font-size: 12px;
  color: #6c6c6c;
}

.flypage .details .product-data .options label:first-of-type {
  margin-top: 0;
}

.flypage .details .product-data .opts .wishlist {
  color: #313131;
  margin-top: 20px;
  display: inline-block;
}

.flypage .details .product-data .opts .wishlist:hover,
.flypage .details .product-data .opts .wishlist.in-list {
  color: #D71339;
}

.flypage .details .product-data .opts .wishlist::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 22px;
  height: 20px;
  background-image: url("/images/site/smart/icons/wishlist-min-b.png");
  content: "";
}

.flypage .details .product-data .opts .wishlist:hover::before {
  background-image: url("/images/site/smart/icons/wishlist-min-h.png");
}

.flypage .details .product-data .opts .wishlist.in-list::before {
  background-image: url("/images/site/smart/icons/wishlist-min-a.png");
}

.flypage .details .product-data .descr {
  font-size: 13px;
  line-height: 19px;
  margin-top: 15px;
  margin-top: 15px;
}

.flypage .details .product-data .descr p {
  margin: 0;
}

.flypage .details .product-data .stock {
  border: 1px solid #eda8b6;
  padding: 12px 10px;
}

.flypage .details .product-data .stock .image {
  width: 135px;
  text-align: center;
}

.flypage .details .product-data .stock .image img {
  max-width: 100%;
}

.flypage .details .product-data .stock .info {
  width: 230px;
}

.flypage .details .product-data .stock h3 {
  font-size: 16px;
  line-height: 21px;
  color: #c9193b;
  margin-bottom: 10px;
  margin-top: 0;
}

.flypage .details .product-data .stock h3 a {
  color: inherit;
  text-decoration: none;
}

.flypage .details .product-data .stock label {
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}

.flypage .details .product-data .stock .countdown {
  margin-bottom: 10px;
}

.flypage .details .product-data .stock .countdown .once {
  float: left;
  width: 50px;
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
}

.flypage .details .product-data .stock .countdown .once:first-of-type {
  margin-left: 0;
}

.flypage .details .product-data .stock .countdown .once span {
  display: block;
  width: 50%;
  height: 37px;
  line-height: 37px;
  background-color: #f9f9f9;
  color: #000000;
  border: 1px solid #cbcbcb;
  text-align: center;
  font-size: 28px;
  -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.flypage .details .product-data .stock .countdown .once span:first-of-type {
  border-right: none;
}

/*product description*/
.flypage .description {
  margin-top: 40px;
  width: 700px;
  font-size: 14px;
  line-height: 21px;
}

.flypage .description .h2 {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 26px;
}

.flypage .description .attributes {
  font-size: 12px;
  width: 100%;
}

.flypage .description table,
.flypage .description img,
.flypage .description iframe {
  max-width: 100%;
}

.flypage .description img {
  height: auto !important;
}

.flypage .description iframe {
  border: none;
}

@media (max-width: 1200px) {
  .flypage .description {
    width: 555px;
  }
}
/*reviews*/
.reviews {
  width: 410px;
  margin-top: 40px;
}

.reviews .h2 {
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 26px;
}

.reviews .h2 span {
  color: #a1a1a1;
}

.reviews form {
  display: none;
  margin-bottom: 15px;
}

.reviews form.visible {
  display: block;
}

.reviews form input[type=text],
.reviews form textarea {
  display: block;
  width: 100%;
}

.reviews form input[type=text] {
  margin-top: 15px;
  height: 38px;
}

.reviews form textarea {
  margin-top: 0;
  height: 126px;
}

.reviews form .btn {
  margin-top: 16px;
}

.reviews form.visible + .addComment {
  display: none;
}

.reviews .addComment::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  background: transparent url("/images/site/smart/echo-min.png") center scroll no-repeat;
  content: " ";
}

.reviews .list {
  margin-top: 5px;
  text-align: center;
}

.reviews .list ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.reviews .list ul li {
  display: block;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.reviews .list ul li .head {
  margin-bottom: 7px;
}

.reviews .list ul li .head img {
  margin-right: 4px;
  vertical-align: middle;
  top: -2px;
  position: relative;
}

.reviews .list ul li .head .date {
  font-size: 12px;
  color: #a1a1a1;
  margin-left: 8px;
}

.reviews .list ul li .foot {
  margin-top: 3px;
}

.reviews .list .readmore:hover,
.reviews .list .reply:hover {
  text-decoration: none;
}

.reviews .list .readmore::before,
.reviews .list .reply::before {
  display: inline-block;
  line-height: 14px;
  border-bottom: 1px dotted;
}

.reviews .list .reply::before {
  content: attr(data-text);
}

.reviews .list .readmore::before {
  content: "Читать все";
}

.reviews .list .readmore.on::before {
  content: "Свернуть";
}

.reviews .list .readmore::after {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 7px;
  margin-left: 6px;
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -115px -224px;
  content: " ";
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.reviews .list .readmore:hover::after {
  background: url("/images/site/smart/drop-down-min-h.png") center scroll no-repeat;
}

.reviews .list .readmore.on::after {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.reviews .list ul li .descr {
  display: block;
  max-height: 57px;
  overflow: hidden;
}

.reviews .list ul li .hidden {
  display: none;
}

.reviews .list ul li ul {
  margin-top: 7px;
  padding: 0 10px;
  background-color: #fcffb2;
}

.reviews .list ul li.hasChildren {
  border-bottom: none;
  padding-bottom: 0;
}

.reviews .list ul li ul li:last-of-type {
  border-bottom: none;
}

.reviews .more {
  margin-top: 30px;
}

.reviews .more::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 28px;
  height: 24px;
  margin-right: 9px;
  background: transparent url("/images/site/smart/reload.png") center scroll no-repeat;
  content: " ";
}

.reviews .more.clicked::before {
  -webkit-animation: clicked 1s linear infinite;
  /* Safari 4+ */
  -moz-animation: clicked 1s linear infinite;
  /* Fx 5+ */
  -o-animation: clicked 1s linear infinite;
  /* Opera 12+ */
  animation: clicked 1s linear infinite;
  animation-name: clicked;
}

/*additions/kits*/
.flypage .additions {
  margin-top: 15px;
}

.flypage .additions h2 {
  margin: 0;
  line-height: 40px;
  height: 39px;
}

.flypage .additions .tabbed .controls {
  left: 220px;
}

.flypage .additions .tabbed .tabs li {
  padding: 20px;
}

.product-kit .skeleton {
  border-collapse: collapse;
  border-spacing: 0px;
  border-width: 0px;
  margin-left: auto;
  margin-right: auto;
}

.product-kit .skeleton td {
  vertical-align: top;
}

.product-kit .separator {
  width: 80px;
  background: transparent url("/images/site/smart/descedant.png") 50% 53px scroll no-repeat;
}

.product-kit .item {
  width: 170px;
  text-align: center;
}

.product-kit .item .image {
  height: 105px;
  text-align: center;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-kit .item .image img {
  max-height: 100%;
  max-width: 100%;
}

.product-kit .item .title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
}

.product-kit .item .descr {
  margin-bottom: 5px;
}

.product-kit .item .title a {
  text-decoration: none;
}

.product-kit .item .price {
  font-size: 18px;
  line-height: 21px;
}

.product-kit .item .price small {
  font-size: 14px;
}

.product-kit .item .discount {
  color: #c9193b;
}

.product-kit .item .discount .strike {
  font-size: 17px;
  display: inline-block;
  position: relative;
  padding: 0 2px;
  color: #494949;
}

.product-kit .item .discount .strike small {
  font-size: 13px;
}

.product-kit .item .discount .strike::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c9193b;
  content: " ";
}

.product-kit .sep {
  width: 40px;
  background: transparent url("/images/site/smart/plus.png") 50% 53px scroll no-repeat;
}

.product-kit .summary {
  width: 165px;
  min-width: 165px;
  text-align: center;
  padding-top: 20px;
}

.product-kit .summary .price {
  font-size: 28px;
  line-height: 26px;
  color: #c9193b;
  margin-bottom: 11px;
}

.product-kit .summary .price small {
  font-size: 24px;
}

.product-kit .summary .price .strike {
  font-size: 17px;
  display: inline-block;
  position: relative;
  padding: 0 2px;
  color: #494949;
}

.product-kit .summary .price .strike small {
  font-size: 14px;
}

.product-kit .summary .price .strike::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c9193b;
  content: " ";
}

.product-kit .summary .add-to-cart {
  padding-left: 12px;
  padding-right: 12px;
}

.product-kit .summary .add-to-cart::before {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: transparent center scroll no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 9px;
  content: " ";
}

.product-kit .summary .btn-success::before {
  background: url("/images/site/smart/icons/logo-icons-sprite.png") -190px -181px;
}

.product-kit .summary .btn-silver {
  color: #2e7594;
}

.product-kit .summary .btn-silver::before {
  width: 15px;
  height: 14px;
  background-image: url("/images/site/smart/check-min3.png");
}

/*related products*/
.similar {
  margin-top: 40px;
}

.related .h2,
.similar .h2 {
  margin-top: 0;
  margin-bottom: 13px;
}

.related .product-grid,
.similar .product-grid {
  position: relative;
  overflow: hidden;
}

.related .product-grid .next,
.related .product-grid .prev,
.similar .product-grid .next,
.similar .product-grid .prev {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 121px;
  background: transparent center scroll no-repeat;
  z-index: 1;
}

.related .product-grid .next.slick-disabled,
.related .product-grid .prev.slick-disabled,
.similar .product-grid .next.slick-disabled,
.similar .product-grid .prev.slick-disabled {
  visibility: hidden;
}

.related .product-grid .prev,
.similar .product-grid .prev {
  background-image: url("/images/site/smart/related-arr-prev.png");
  left: 0;
}

.related .product-grid .next,
.similar .product-grid .next {
  background-image: url("/images/site/smart/related-arr-next.png");
  right: 0;
}

.related .product-grid::before,
.similar .product-grid::before {
  display: none;
}

.related .product-item,
.similar .product-item {
  width: 250px;
  padding-left: 12px;
  padding-right: 12px;
}

.related .product-item:first-of-type::before,
.similar .product-item:first-of-type::before {
  display: none;
}

.related .product-item .price,
.similar .product-item .price {
  margin-right: 12px;
}

.related .product-item .wishList,
.similar .product-item .wishList {
  margin-left: 10px;
}

.related .product-item .descr,
.similar .product-item .descr {
  max-height: none;
}

.related .product-item .descr .title,
.similar .product-item .descr .title {
  margin-bottom: 0;
}

.related .product-item .descr .txt,
.similar .product-item .descr .txt {
  display: none;
}

/*product additions*/
.product-additions {
  width: 100%;
  height: 340px;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

.product-additions .product-grid {
  width: 100%;
  position: relative;
  height: 340px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.product-additions .product-grid::before {
  display: none;
}

.product-additions .next,
.product-additions .prev {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  background: transparent scroll no-repeat;
  z-index: 1;
}

.product-additions .next.slick-disabled,
.product-additions .prev.slick-disabled {
  visibility: hidden;
}

.product-additions .prev {
  background-image: url("/images/site/smart/slick-prev.png");
  background-position: 0px 50%;
  left: 0;
}

.product-additions .next {
  background-image: url("/images/site/smart/slick-next.png");
  background-position: 100% 50%;
  right: 0;
}

.product-additions .product-item {
  width: 265px;
  padding-left: 15px;
  padding-right: 15px;
}

.product-additions .product-item:first-of-type::before {
  display: none;
}

.product-additions .product-item .price {
  margin-right: 12px;
}

.product-additions .product-item .wishList {
  margin-left: 10px;
}

.product-additions .product-item .descr {
  max-height: none;
}

.product-additions .product-item .descr .title {
  margin-bottom: 0;
}

.product-additions .product-item .descr .txt {
  display: none;
}

/*photogallery*/
.photogallery .h2 {
  margin-top: 0;
  margin-bottom: 13px;
}

.photogallery .item {
  float: left;
  width: 160px;
  height: 106px;
  margin-top: 20px;
  margin-right: 20px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photogallery .items .item:nth-of-type(-n+4) {
  margin-top: 0;
}

.photogallery .items .item.right {
  margin-right: 0;
}

.photogallery .item img {
  max-width: 160px;
  max-height: 106px;
}

@media (max-width: 1200px) {
  .photogallery .item {
    width: 175px;
    height: 122px;
    margin-top: 15px;
    margin-right: 15px;
  }

  .photogallery .item img {
    max-width: 175px;
    max-height: 122px;
  }

  .photogallery .items .item:nth-of-type(-n+4) {
    margin-top: 15px;
  }

  .photogallery .items .item:nth-of-type(-n+3) {
    margin-top: 0;
  }

  .photogallery .items .item.right {
    margin-right: 15px;
  }

  .photogallery .items .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
/*landing page*/
.landing-title {
  margin-bottom: 25px;
}

.landing {
  padding-top: 0;
  width: 940px;
}

.landing .categories {
  margin-bottom: 30px;
}

.landing .categories .item {
  position: relative;
  float: left;
  width: 20%;
  height: 199px;
  padding: 15px 9px 9px;
  text-align: center;
  font-size: 17px;
}

.landing .categories .item::before,
.landing .categories .item::after {
  display: block;
  position: absolute;
  background-color: #e5e5e5;
  content: " ";
}

.landing .categories .item::before {
  right: -0.5px;
  top: 9px;
  bottom: 9px;
  width: 1px;
}

.landing .categories .item::after {
  bottom: -0.5px;
  left: 9px;
  right: 9px;
  height: 1px;
}

.landing .categories .item .image {
  height: 125px;
  margin-bottom: 20px;
}

.landing .categories .item .image img {
  max-width: 100%;
  max-height: 100%;
}

.landing .categories .item a {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .landing {
    width: 780px;
  }

  .landing .categories .item {
    padding-top: 25px;
  }

  .landing .categories .item .image {
    height: 104px;
  }
}
/*fullscreen gallery*/
.fullscreen-gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

.fullscreen-gallery .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.fullscreen-gallery .swiper-slide {
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.fullscreen-gallery .gallery-top {
  height: 90%;
  width: 100%;
  padding-top: 50px;
}

.fullscreen-gallery .gallery-thumbs {
  height: 10%;
  box-sizing: border-box;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.2);
  border-top: 2px solid #505050;
}

.fullscreen-gallery .gallery-top .swiper-slide {
  width: 100%;
  height: 100%;
}

.fullscreen-gallery .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
  -webkit-filter: grayscale(25%);
}

.fullscreen-gallery .gallery-thumbs .swiper-slide-active {
  opacity: 1;
  -webkit-filter: none;
}

.fullscreen-gallery .gallery-thumbs .swiper-slide-next {
  display: none;
}

.fullscreen-gallery .swiper-button-prev,
.fullscreen-gallery .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  background: transparent none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #FFFFFF;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  cursor: pointer;
  z-index: 3;
}

.fullscreen-gallery .swiper-button-prev:hover,
.fullscreen-gallery .swiper-button-next:hover {
  opacity: 0.35;
}

.fullscreen-gallery .swiper-button-prev {
  left: 15px;
}

.fullscreen-gallery .swiper-button-next {
  right: 15px;
}

.fullscreen-gallery .swiper-button-prev::before {
  content: "<";
}

.fullscreen-gallery .swiper-button-next::before {
  content: ">";
}

.fullscreen-gallery .swiper-button-disabled {
  display: none;
}

.fullscreen-gallery .close {
  padding: 15px;
  margin: -15px;
  top: 15px;
  right: 15px;
  font-size: 45px;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  line-height: 45px;
  color: #FFFFFF;
  z-index: 3;
}

.fullscreen-gallery .close:hover {
  opacity: 0.35;
}

a.filter_link {
  color: black;
}

a.filter_link:hover {
  text-decoration: none;
  color: red;
}

.product-item .pcode {
  color: #6c6c6c;
  font-size: 12px;
  padding-top: 4px;
}

.product-grid .product-item .pcode {
  float: right;
}

.product-list .product-item .pcode {
  position: absolute;
}

.product-data #raiting_star {
  border-top: 1px solid black;
  margin-top: 4px;
}

.product-data #raiting_star #raiting {
  float: none;
  margin-top: 2px;
}

.product-data #raiting_star #raiting_info {
  margin-left: 0px;
}

#reviews #raiting_star {
  display: inline;
  position: relative;
  float: right;
}

#reviews #raiting_star #raiting {
  float: right;
}

.deactivate {
  background: gainsboro;
  opacity: 0.5;
  width: 1153px;
  height: 420px;
  position: absolute;
  z-index: 999;
  text-align: center;
  padding-top: 200px;
}

.deactivate span {
  font-size: 400%;
  top: 50%;
}

/*# sourceMappingURL=catalog.css.map */
