/* Рабочие классы */
.clear {
  display: block;
  clear: both;
}
.left {
  display: block;
  float: left;
}
.right {
  display: block;
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fix {
  position: fixed;
}
.upp {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.ct {
  text-align: center;
}
.rt {
  text-align: right;
}
.lt {
  text-align: left;
}
.jt {
  text-align: justify;
}
.over {
  overflow: hidden;
}
.dtable {
  display: table;
}
.dtcell,
.dtable > div {
  display: table-cell;
}
.dtrow {
  display: table-row !important;
}
.blo {
  display: block;
}
.hid {
  display: none;
}
.hor li,
.inl,
.bt {
  display: inline-block;
}
* + html .hor li,
* + html .inl,
* + html .bt {
  display: inline;
  zoom: 1;
}
.vtop {
  vertical-align: top;
}
.vmid {
  vertical-align: middle;
}
.vbot {
  vertical-align: bottom;
}
.jfy {
  width: 100%;
  height: 1px;
  line-height: 0;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
  position: relative;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444444;
  font: 0.7px "Open Sans", arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/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-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background-image: url(../images/fancybox_sprite.png);
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/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: normal 0.65px "Segoe UI", Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222222;
  color: white;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: white;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 10px;
  background: black;
  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-prev span,
  .fancybox-next span {
    background-image: url(../images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
@font-face {
  font-family: 'OpenSansWeb';
  src: url('../font/opensans-light-webfont.eot');
  src: url('../font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-light-webfont.woff2') format('woff2'), url('../font/opensans-light-webfont.woff') format('woff'), url('../font/opensans-light-webfont.ttf') format('truetype'), url('../font/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansWeb';
  src: url('../font/opensans-lightitalic-webfont.eot');
  src: url('../font/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-lightitalic-webfont.woff2') format('woff2'), url('../font/opensans-lightitalic-webfont.woff') format('woff'), url('../font/opensans-lightitalic-webfont.ttf') format('truetype'), url('../font/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSansWeb';
  src: url('../font/opensans-regular-webfont.eot');
  src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-regular-webfont.woff2') format('woff2'), url('../font/opensans-regular-webfont.woff') format('woff'), url('../font/opensans-regular-webfont.ttf') format('truetype'), url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansWeb';
  src: url('../font/opensans-italic-webfont.eot');
  src: url('../font/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-italic-webfont.woff2') format('woff2'), url('../font/opensans-italic-webfont.woff') format('woff'), url('../font/opensans-italic-webfont.ttf') format('truetype'), url('../font/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSansWeb';
  src: url('../font/opensans-semibold-webfont.eot');
  src: url('../font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-semibold-webfont.woff2') format('woff2'), url('../font/opensans-semibold-webfont.woff') format('woff'), url('../font/opensans-semibold-webfont.ttf') format('truetype'), url('../font/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansWeb';
  src: url('../font/opensans-semibolditalic-webfont.eot');
  src: url('../font/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-semibolditalic-webfont.woff2') format('woff2'), url('../font/opensans-semibolditalic-webfont.woff') format('woff'), url('../font/opensans-semibolditalic-webfont.ttf') format('truetype'), url('../font/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSansWeb';
  src: url('../font/opensans-bold-webfont.eot');
  src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-bold-webfont.woff2') format('woff2'), url('../font/opensans-bold-webfont.woff') format('woff'), url('../font/opensans-bold-webfont.ttf') format('truetype'), url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansWeb';
  src: url('../font/opensans-bolditalic-webfont.eot');
  src: url('../font/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-bolditalic-webfont.woff2') format('woff2'), url('../font/opensans-bolditalic-webfont.woff') format('woff'), url('../font/opensans-bolditalic-webfont.ttf') format('truetype'), url('../font/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Burford';
  src: url('../font/burfordrusticbook-regular3-webfont.eot');
  src: url('../font/burfordrusticbook-regular3-webfont.eot?#iefix') format('embedded-opentype'), url('../font/burfordrusticbook-regular3-webfont.woff2') format('woff2'), url('../font/burfordrusticbook-regular3-webfont.woff') format('woff'), url('../font/burfordrusticbook-regular3-webfont.ttf') format('truetype'), url('../font/burfordrusticbook-regular3-webfont.svg#burfordrusticbookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Burford 2';
  src: url('../font/burfordrusticbook-regular2-webfont.eot');
  src: url('../font/burfordrusticbook-regular2-webfont.eot?#iefix') format('embedded-opentype'), url('../font/burfordrusticbook-regular2-webfont.woff2') format('woff2'), url('../font/burfordrusticbook-regular2-webfont.woff') format('woff'), url('../font/burfordrusticbook-regular2-webfont.ttf') format('truetype'), url('../font/burfordrusticbook-regular2-webfont.svg#burfordrusticbookregular_2') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Сброс */
* {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
label {
  cursor: pointer;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -moz-appearance: button;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input,
textarea,
input:focus,
input:active,
textarea:active,
:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
ul,
menu {
  display: block;
  list-style: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
.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;
  /* support: IE7 */

}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */

}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: 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-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */

  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: .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: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */

}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.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: .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: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .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: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .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: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.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 .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;
}
/* RTL support */
.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: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .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: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .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-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 .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */

  /* support: IE10, see #8844 */

  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;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.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);
  /* support: IE8 */

  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */

  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: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .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: .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-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: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */

  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .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;
}
html {
  width: 100%;
  min-width: 1170px;
  height: 100%;
}
body {
  width: 100%;
  min-width: 1170px;
  min-height: 100%;
  position: relative;
  background: fixed #4c4949 url(../images/wood.jpg);
}
body:after {
  content: '';
  display: block;
  height: 430px;
}
body,
h1,
h2,
h3,
h4,
h5 {
  font: normal 400 16px / 20px 'OpenSansWeb', arial, sans-serif;
  color: #aea69c;
}

.p_text h3 {
   font: normal 400 16px / 20px 'OpenSansWeb', arial, sans-serif;
   padding-top: 10px;
   padding-bottom: 7px;
   text-transform: uppercase;
   color: #ffe6b5;
   }

.p_text h4 {
    font: normal 600 13px / 13px 'OpenSansWeb', arial, sans-serif;
	letter-spacing: 0.7px;
	padding-top: 10px;
    padding-bottom: 7px;
    text-transform: uppercase;
	color: #e8e8e7;
   }

a {
  color: #aea69c;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #ff0000;
}
a:active {
  color: #cc0000;
}
a:hover {
  color: #ffe6b5;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
  font: normal 400 14px / 24px 'OpenSansWeb', arial, sans-serif;
  padding: 5px 9px;
  color: #aea69c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 36px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #aea69c;
  font-style: italic;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder {
  color: #aea69c;
  font-style: italic;
}
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
  font: normal 400 14px / 24px 'OpenSansWeb', arial, sans-serif;
  padding: 5px 9px;
  color: #aea69c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  resize: none;
}
textarea::-webkit-input-placeholder {
  color: #aea69c;
  font-style: italic;
}
textarea::-moz-placeholder {
  color: #aea69c;
  font-style: italic;
}
button[type="submit"],
input[type="submit"],
.submit {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  border: 0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
  font: normal 400 16px / 36px 'OpenSansWeb', arial, sans-serif;
  color: #352a23;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 15px;
  text-transform: uppercase;
  text-align: center;
  background: #ffe6b5;
}
button[type="submit"]:hover,
input[type="submit"]:hover,
.submit:hover {
  color: #ffffff;
}
button[type="submit"]:active,
input[type="submit"]:active,
.submit:active {
  color: #ffffff;
}
button[type="submit"]:hover,
input[type="submit"]:hover,
.submit:hover {
  background: #ff0000;
}
button[type="submit"]:active,
input[type="submit"]:active,
.submit:active {
  background: #cc0000;
}
/* Повторяющиеся классы */
.mid {
  width: 1140px;
  margin: 0 auto;
}
.mid:after {
  content: "";
  display: block;
  clear: both;
}
.error {
  color: #ff0000;
  font: normal 400 12px / 16px 'OpenSansWeb', arial, sans-serif;
}
.t {
  width: 100%;
  font: normal 40px / 40px 'Burford 2', arial, sans-serif;
  color: #ffe6b5;
  margin-bottom: 20px;
}
.t a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t a:hover {
  color: #ffe6b5;
}
.t a:active {
  color: #cc0000;
}
.t_in {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  vertical-align: middle;
}
.t_line {
  width: 50%;
  vertical-align: middle;
}
.t_line:before {
  content: '';
  display: block;
  height: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}
.t_line:after {
  content: '';
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.st {
  padding-top: 10px;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #ffe6b5;
  font-weight: 600;
}
.wb {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#00ffffff', GradientType=0);
}
.wb:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.2)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#33ffffff', GradientType=0);
}
/* Шапка */
.h {
  margin-bottom: 45px;
  background: #ffe6b5 url(../images/light.jpg);
  position: relative;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  zoom: 1;
  behavior: url(pie/PIE.php);
}
.h:before {
  content: "";
  display: block;
  width: 100%;
  height: 154px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjY3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.67)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abffffff', endColorstr='#00ffffff', GradientType=0);
  z-index: 1;
}
.h:after {
  content: '';
  display: block;
  height: 5px;
  background: white;
  border-top: 1px solid white;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/*.header_reg {
    color: #352a27;
}
.header_reg:hover {
    color: #8b00ff;
}
.h_reg {
    margin-left: 30px;
}
.h_reg_icon {
    background: url(../images/h-reg.png) top no-repeat;
    background-size: cover;
}*/
.h_top {
  z-index: 1;
  width: 100%;
  height: 110px;
  padding-top: 16px;
  left: 50%;
  top: 0;
  margin-left: -190px;
}
.h_top_wrap {
  width: 100%;
  height: 126px;
  left: 0;
  top: 0;
}
.h_top_in {
  width: 760px;
}
.h_top_in:after {
  content: "";
  display: block;
  clear: both;
}
.h_top:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 2px dashed #695549;
  border-bottom: 2px dashed white;
  -moz-opacity: 0.45;
  opacity: 0.45;
}
.h_top_block {
  position: relative;
  padding-left: 48px;
  color: #352a23;
  -margin-left: 40px;
}
.h_top_block:first-child {
    -margin-left: -30px;
    -margin-right: 30px;
    margin-left: 90px;
    margin-right: 80px;
}
.h_top_icon {
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
}
.h_top_t {
  font: normal 600 18px / 20px 'OpenSansWeb', arial, sans-serif;
  margin-top: -2px;
}
.h_top_text {
  font: normal 400 16px / 20px 'OpenSansWeb', arial, sans-serif;
  color: #695549;
}
.h_logo {
  margin-top: 16px;
  margin-bottom: 10px;
  position: relative;
  width: 354px;
  height: 128px;
}
.h_logo img {
  display: block;
}
.h_logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-opacity: 0;
  opacity: 0;
}
.h_search {
  width: 440px;
  -margin-top: 18px;
  margin-top: -27px;
  position: relative;
}
.h_search input[type="text"] {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #695549;
  background: #695549;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
  font: normal 400 14px / 24px 'OpenSansWeb', arial, sans-serif;
  padding: 5px 9px;
  color: #aea69c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_search input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
  font-style: italic;
}
.h_search input[type="text"]::-moz-placeholder {
  color: #ffffff;
  font-style: italic;
}
.h_search input[type="text"]:focus {
  background: #ffe6b5;
  border-color: #352a23;
  color: #352a23;
}
.h_search button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  background: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffe6b5;
  font-size: 16px;
  line-height: 36px;
}
.h_search input[type="text"]:focus + button {
  color: #352a23;
}
.h_call_icon {
  background: url(../images/sprite.png) left top no-repeat;
}
.h_call .zoom {
  color: #8b00ff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px dashed #8b00ff;
}
.h_call .zoom:hover {
  color: #695549;
}
.h_call .zoom:active {
  color: #352a23;
}
.h_call .zoom:hover {
  border-color: #695549;
}
.h_call .h_top_t {
  margin-bottom: 12px;
}
.h_work_icon {
  background: url(../images/sprite.png) -39px top no-repeat;
}
.h_cart {
  position: relative;
}
.h_cart_icon {
  background: url(../images/sprite.png) -78px top no-repeat;
}
.h_cart_t {
  font: 'Roboto Condensed' 400 20px / 20px 'OpenSansWeb', arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.h_cart_text {
  font: normal 300 12px / 14px 'OpenSansWeb', arial, sans-serif;
}
.h_cart_text.empty {
  color: #b4b4b4;
}
.h_cart .empty {
  display: block;
}
.h_cart .not_empty {
  display: none;
}
.h_cart.full .empty {
  display: none;
}
.h_cart.full .not_empty {
  display: block;
}
.h_email_icon {
  background: url(../images/sprite.png) -117px top no-repeat;
}
.h_email_t {
  font: normal 600 18px / 39px 'OpenSansWeb', arial, sans-serif;
}
.h_email_t a {
  color: #352a23;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_email_t a:hover {
  color: #ffe6b5;
}
.h_email_t a:active {
  color: #cc0000;
}
.h_menu {
  position: relative;
  z-index: 1;
  margin-top: 126px;
  height: 38px;
  width: 760px;
}
.h_menu > li {
  height: 28px;
  padding-top: 12px;
}
.h_menu > li > a {
  display: block;
  font: normal 600 13px / 13px 'OpenSansWeb', arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #352a23;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_menu > li > a:hover {
  color: #ffe6b5;
}
.h_menu > li > a:active {
  color: #cc0000;
}
.h_menu > li.active > a,
.h_menu > li:hover > a {
  color: #8a2be2 ;
}
.h_menu .jfy {
  position: relative;
  z-index: -1;
  height: 1px;
  padding-top: 0;
}
.h_menu_inner {
  display: none;
  top: 100%;
  padding: 0 15px;
  background: #fff;
  border: 4px solid #ff0000;
}
.h_menu_inner li {
  display: block;
  border-top: 1px solid #e3dbcf;
}
.h_menu_inner li:first-child {
  border-top: 0;
}
.h_menu_inner li a {
  color: #352a23;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font: normal 600 14px / 20px 'OpenSansWeb', arial, sans-serif;
  text-transform: uppercase;
  padding: 12px 0;
}
.h_menu_inner li a:hover {
  color: #ffe6b5;
}
.h_menu_inner li a:active {
  color: #cc0000;
}
li:hover .h_menu_inner {
  display: block;
}
/* Слайдер */
.s {
  height: 520px;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.s_list {
  width: 20000em;
  height: 520px;
  position: relative;
}
.s_list:after {
  content: "";
  display: block;
  clear: both;
}
.s_item {
  display: block;
  float: left;
  position: relative;
  width: 850px;
  height: 520px;
  color: #aea69c;
}
.s_item:hover {
  color: #aea69c;
}
.s_item:active {
  color: #aea69c;
}
.s_item img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.s_t {
  position: relative;
  font: normal 54px / 40px 'Burford 2', arial, sans-serif;
  padding: 30px 40px 30px 475px;
}
.s_desc {
  position: relative;
  font: normal 400 22px / 26px 'OpenSansWeb', arial, sans-serif;
  padding: 0 10px 0 480px;
}
.s_desc li {
  padding-bottom: 10px;
  padding-left: 22px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.s_desc li:before {
  content: '';
  left: 0;
  top: 8px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  zoom: 1;
  behavior: url(pie/PIE.php);
  border: 4px solid #ffe6b5;
}
.s_desc li:hover {
  color: #ffe6b5;
}
.s_desc li:hover:before {
  background: #ff0000;
  border-color: #ff0000;
}
.s_prev,
.s_next {
  position: absolute;
  bottom: 10px;
  width: 25px;
  height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: none;
  text-align: center;
  border: 2px solid white;
  color: white;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.s_prev:hover,
.s_next:hover {
  background: #ff0000;
  border-color: #ff0000;
}
.s_prev {
  left: 10px;
}
.s_next {
  left: 45px;
}
/* Страница */
.breadcrumb {
  font: normal 400 14px / 17px 'OpenSansWeb', arial, sans-serif;
  text-transform: uppercase;
  color: #c0c5ce;
  margin-bottom: 5px;
}
.breadcrumb .icon {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb a {
  white-space: nowrap;
  color: inherit;
}
.breadcrumb a:hover {
  color: #fff7e8;
}
.breadcrumb span {
  white-space: nowrap;
  color: #fff7e8;
}
.pagination {
  clear: both;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 20px;
}
.pagination li {
  padding: 0 5px;
}
.pagination a {
  color: #ffe6b5;
}
.pagination a:hover {
  color: #ffd582;
}
.pagination .active a {
  font-weight: 500;
  color: #ff0000;
}
.neighbors {
  clear: both;
  width: 100%;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  text-transform: uppercase;
}
.neighbors .dtcell {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
}
.neighbors a {
  color: #ffe6b5;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.neighbors a:hover {
  color: #ffe6b5;
}
.neighbors a:active {
  color: #cc0000;
}
.p_aside {
  width: 270px;
  float: left;
  margin-bottom: 30px;
}
.p_aside_catalog {
  height: 43px;
  background: #ffe6b5 url(../images/light.jpg);
  font: normal 32px / 35px 'Burford 2', arial, sans-serif;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.25);
  zoom: 1;
  behavior: url(pie/PIE.php);
}
.p_aside_catalog a {
  display: block;
  height: 43px;
  color: #695549;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p_aside_catalog a:hover {
  color: #ffe6b5;
}
.p_aside_catalog a:active {
  color: #cc0000;
}
.p_aside_link {
  display: block;
  height: 60px;
  margin-bottom: 16px;
  position: relative;
  color: #352a23;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  font: normal 600 16px / 54px 'OpenSansWeb', arial, sans-serif;
  padding: 0 60px;
  background: url(../images/sprite.png) right -39px no-repeat;
}
.p_aside_link:hover {
  color: #ff0000;
}
.p_aside_link:active {
  color: #cc0000;
}
.p_aside_link .inl {
  vertical-align: middle;
  line-height: 19px;
}
.p_aside_link:after {
  content: '';
  display: block;
  height: 54px;
  width: 0;
  position: absolute;
  left: 8px;
  top: 0;
  border-left: 2px dashed #695549;
  border-right: 2px dashed white;
  -moz-opacity: 0.45;
  opacity: 0.45;
}
.p_aside_link_tuto:before {
  content: '';
  display: block;
  position: absolute;
  width: 27px;
  height: 25px;
  left: 21px;
  top: 16px;
  background: url(../images/sprite.png) -157px top no-repeat;
}
.p_aside_link_vine:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 26px;
  left: 22px;
  top: 15px;
  background: url(../images/sprite.png) -183px top no-repeat;
}
.p_aside_link_beer:before {
  content: '';
  display: block;
  position: absolute;
  width: 27px;
  height: 28px;
  left: 20px;
  top: 14px;
  background: url(../images/sprite.png) -203px top no-repeat;
}
.p_aside_link_video:before {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 20px;
  top: 14px;
  background: url(../images/sprite.png) -231px top no-repeat;
}
.p_menu {
  font: normal 400 16px / 20px 'OpenSansWeb', arial, sans-serif;
  margin-bottom: 20px;
}
.p_menu li {
  text-transform: uppercase;
  padding: 0 0 12px 16px;
  position: relative;
}
.p_menu li:before {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  color: #ffe6b5;
}
.p_menu .active > a {
  color: #ffe6b5;
}
.p_menu_inner li {
  padding: 10px 0 0 12px;
  text-transform: none;
  font: normal 400 14px / 18px 'OpenSansWeb', arial, sans-serif;
}
.p_menu_inner li:before {
  font-size: 8px;
  top: 11px;
}
.p_content {
  width: 850px;
  float: right;
}
.p_text {
  font: normal 400 16px / 20px 'OpenSansWeb', arial, sans-serif;
  padding-bottom: 30px;
}
.p_text:after {
  content: "";
  display: block;
  clear: both;
}
.p_text p {
  padding-bottom: 20px;
  text-align: justify;
}
.p_text h1 {
  font: normal 600 24px / 24px 'OpenSansWeb', arial, sans-serif;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.p_text h5 {
  font: normal 600 20px / 24px 'OpenSansWeb', arial, sans-serif;
  padding-bottom: 20px;
  text-transform: uppercase;	
}

.p_text h2 {
  font: normal 600 20px / 24px 'OpenSansWeb', arial, sans-serif;
  padding-bottom: 18px;
  padding-top: 14px;
  text-transform: uppercase;	
  color: #ffffff;
  letter-spacing: 1.5px;
}


.p_text ul {
  padding-bottom: 20px;
}
.p_text ul li {
 /* text-indent: 15px;*/
 /* position: relative;*/
  margin-left: 50px;
  list-style: square outside;
}
.p_text ul li:before {
  content: '›';
  color: #ffe6b5;
  font-family: 'arial';
  font-size: 20px;
  text-indent: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.p_text ol {
  list-style: decimal;
}
.p_text.inner {
  padding-top: 20px;
  padding-bottom: 30px;
}
.p_text_pic {
  margin-right: 20px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.p_text_intro {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}
.p_text_content a {
  color: #ffe6b5;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px dotted #ffe6b5;
}
.p_text_content a:hover {
  color: #ffffff;
}
.p_text_content a:active {
  color: #ffffff;
}
.p_text_content a:hover {
  border-color: white;
}
.p_date {
  overflow: hidden;
  margin-top: 10px;
  width: 70px;
  height: 80px;
  background: rgba(0, 0, 0, 0.45);
}
.p_date .day {
  font: normal 60px / 60px 'Burford 2', arial, sans-serif;
  position: relative;
  top: -9px;
}
.p_date .mounth {
  font: normal 600 20px / 20px 'OpenSansWeb', arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  top: -9px;
}
.p_date + .t {
  margin-left: 80px;
  padding-top: 5px;
}
.p_news {
  background: rgba(0, 0, 0, 0.45);
  padding: 10px 20px 20px;
  margin-bottom: 35px;
}
.p_news:after {
  content: "";
  display: block;
  clear: both;
}
.p_news_t {
  text-align: center;
  text-transform: uppercase;
  font: 'Roboto Condensed' 400 25px / 74px 'OpenSansWeb', arial, sans-serif;
  color: white;
}
.p_news_t a {
  color: white;
}
.p_news_t a:hover {
  color: white;
  text-decoration: underline;
}
.p_news_item {
  width: 260px;
}
.p_news_item:after {
  content: "";
  display: block;
  clear: both;
}
.p_news_item + .p_news_item {
  margin-left: 15px;
}
.p_news_date {
  position: relative;
  top: -10px;
}
.p_news_date .day {
  font: normal 40px / 40px 'Burford 2', arial, sans-serif;
}
.p_news_date .mounth {
  font: normal 400 16px / 16px 'OpenSansWeb', arial, sans-serif;
  text-transform: uppercase;
}
.p_news_title {
  font: normal 400 16px / 19px 'OpenSansWeb', arial, sans-serif;
  margin-left: 55px;
}
.p_news_title a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p_news_title a:hover {
  color: #ffe6b5;
}
.p_news_title a:active {
  color: #cc0000;
}
.p_catalog {
  margin-left: -10px;
  margin-right: -10px;
}
.p_catalog:after {
  content: "";
  display: block;
  clear: both;
}
.p_catalog .item {
  margin-left: 10px;
  margin-right: 10px;
}
.p_item {
  padding-bottom: 50px;
}
.p_item_left {
  float: left;
  margin-top: 20px;
  width: 370px;
}
.p_item_right {
  margin-top: 5px;
  float: right;
  width: 460px;
}
.p_item_t {
  font: 'Roboto Condensed' 400 25px / 35px 'OpenSansWeb', arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #695549;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.p_item_pic {
  border: 6px solid white;
  background: #999;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  zoom: 1;
  behavior: url(pie/PIE.php);
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
  height: 238px;
}
.p_item_pic img {
  display: block;
}
.p_item_thumb {
  margin: 0 -11px;
}
.p_item_thumb:after {
  content: "";
  display: block;
  clear: both;
}
.p_item_thumb .thumbnail {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: 0 11px 22px;
  border: 3px solid white;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  zoom: 1;
  behavior: url(pie/PIE.php);
  background: #999;
}
.p_item_thumb .thumbnail img {
  display: block;
}
.p_item_thumb .thumbnail:hover {
  border-color: #ff0000;
}
.p_item .item_form {
  padding: 15px;
}
.p_count {
  height: 30px;
}
.p_count:after {
  content: "";
  display: block;
  clear: both;
}
.p_count input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 32px;
  background: none;
  border: 1px solid #ffe6b5;
  border-left: 0;
  border-right: 0;
  padding: 0;
  font: normal 400 14px / 28px 'OpenSansWeb', arial, sans-serif;
  color: #ffe6b5;
  text-align: center;
}
.p_count .button {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 30px;
  font-size: 8px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ffe6b5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: none;
  cursor: pointer;
}
.p_count .button.plus {
  -webkit-border-radius: 0 2px 2px 0;
  -khtml-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
}
.p_count .button.minus {
  -webkit-border-radius: 2px 0 0 2px;
  -khtml-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
}
.p_count .button:hover {
  background: white;
  border-color: #ff0000;
  color: #ff0000;
}
.p_props td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dotted #ffe6b5;
}
.p_props tr:first-child td {
  border-top: 0;
}
.p_props td:first-child {
  padding-right: 10px;
  color: #ffe6b5;
}
.p_comment {
  position: relative;
  overflow: hidden;
}
.p_comment_item {
  margin: 0 !important;
  border-top: 1px dashed #ffe6b5;
  background: rgba(0, 0, 0, 0.45);
  padding: 20px 15px;
}
.p_comment_item:after {
  content: "";
  display: block;
  clear: both;
}
.p_comment_item:first-of-type {
  border-top: 0;
}
.p_comment_body:after {
  content: "";
  display: block;
  clear: both;
}
.p_comment_header {
  width: 160px;
  margin-right: 20px;
  color: #c0c5ce;
}
.p_comment_text {
  width: 640px;
}
.p_comments_warning {
  margin-bottom: 20px;
}
.p_comment_open {
  right: 0;
  top: 10px;
  text-transform: none;
  font-weight: 300;
  border-bottom: 1px dotted #ffe6b5;
  color: #ffe6b5;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.p_comment_open:hover {
  color: #ffffff;
}
.p_comment_open:active {
  color: #cc0000;
}
.p_comment_form {
  margin-bottom: 20px;
}
.p_comment_form textarea {
  margin-bottom: 10px;
}
.p_half {
  width: 410px;
  margin-bottom: 30px;
}
.p .f_form_col {
  width: 195px;
}
.p .f_form_col input {
  margin-bottom: 10px;
}
.p .f_form_col textarea {
  height: 82px;
  margin-bottom: 10px;
}
.p .f_form_col button {
  width: 100%;
}
#map {
  border: 4px solid #ffe6b5;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  zoom: 1;
  behavior: url(pie/PIE.php);
}
.item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  text-align: center;
  width: 270px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.item_pic {
  background: #999;
  height: 180px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  zoom: 1;
  behavior: url(pie/PIE.php);
  margin-bottom: 10px;
}
.item_pic img {
  display: block;
  margin: 0 auto;
}
.item_pic:before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 258px;
  height: 168px;
  border: 1px solid white;
  z-index: 1;
}
.item_pic:after {
  content: "\f002";
  font-family: FontAwesome;
  line-height: 180px;
  font-size: 54px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff0000;
  -moz-opacity: 0;
  opacity: 0;
  color: white;
}
.item:hover .item_pic:after {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.item_name {
  text-transform: uppercase;
  font: normal 600 16px / 20px 'OpenSansWeb', arial, sans-serif;
  height: 80px;
  overflow: hidden;
}
.item_form {
  background: rgba(0, 0, 0, 0.45);
  padding: 10px;
  margin-bottom: 10px;
}
.item_form:after {
  content: "";
  display: block;
  clear: both;
}
.item_form_msal {
  background: rgba(0, 0, 0, 0.45);
  margin-bottom: 10px;
  padding-top: 10px;
}
.item_form_msal_t {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #352a23;
  background: #ffe6b5;
}
.item_form_msal_t:first-child {
  margin-top: -10px;
}
.item_form_msal_item {
  padding: 0 10px 10px 15px;
}
.item_form_msal_item_label {
  -padding-top: 5px;
  width: 715px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.item_form_msal_item_label a b {
	color: #42fd04;
}
.item_form_msal_item_input {
  width: 102px;
}
.item_form_msal .col-md-6 {
  position: relative;
}
.item_form_msal .col-md-6:after {
  content: '';
  display: block;
  clear: both;
}
.item_form_msal .col-md-6 label {
  display: block;
  width: 100%;
  padding: 10px 35px 10px 15px;
  font: normal 400 12px / 15px 'OpenSansWeb', arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item_form_msal .col-md-6 label:hover {
  background: #ffe6b5;
  color: #352a23;
}
.item_form_msal .col-md-6 .col-md-5 {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  line-height: 16px;
}
.item_price {
  font: normal 700 24px / 30px 'OpenSansWeb', arial, sans-serif;
  color: #ffe6b5;
}
.item_button,
button[type="submit"].item_button,
input[type="submit"].item_button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
  border: 0;
  height: 30px;
  font: normal 400 16px / 30px 'OpenSansWeb', arial, sans-serif;
  color: #352a23;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  background: #ffe6b5;
}
.item_button:hover,
button[type="submit"].item_button:hover,
input[type="submit"].item_button:hover {
  color: #ffffff;
}
.item_button:active,
button[type="submit"].item_button:active,
input[type="submit"].item_button:active {
  color: #ffffff;
}
.item_button:hover,
button[type="submit"].item_button:hover,
input[type="submit"].item_button:hover {
  background: #ff0000;
}
.item_button:active,
button[type="submit"].item_button:active,
input[type="submit"].item_button:active {
  background: #cc0000;
}
.item.category .item_pic {
  height: 210px;
}
.item.category .item_pic:before {
  height: 198px;
}
.item.category .item_pic:after {
  line-height: 210px;
}
.news_item {
  margin-bottom: 30px;
}
.news_item:after {
  content: "";
  display: block;
  clear: both;
}
.news_item_pic {
  width: 120px;
  height: 120px;
  position: relative;
}
.news_item_pic:before {
  display: block;
  width: 110px;
  height: 110px;
  border: 1px solid white;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
}
.news_item_pic:after {
  content: "\f002";
  font-family: FontAwesome;
  line-height: 120px;
  font-size: 32px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff0000;
  -moz-opacity: 0;
  opacity: 0;
  color: white;
}
.news_item_pic img {
  display: block;
}
.news_item:hover .news_item_pic:after {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.news_item_date {
  padding-bottom: 5px;
  margin-left: 135px;
}
.news_item_name {
  font: normal 600 18px / 18px 'OpenSansWeb', arial, sans-serif;
  text-transform: uppercase;
  color: #ffe6b5;
  padding-bottom: 10px;
  margin-left: 135px;
}
.news_item_name a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news_item_name a:hover {
  color: #ffe6b5;
}
.news_item_name a:active {
  color: #cc0000;
}
.news_item_text {
  margin-left: 135px;
}
.news_item_date.blo {
    display: none;
}
#pagination_rows:after {
  content: "";
  display: block;
  clear: both;
}
.loginLogin {
  width: 300px;
}
.loginLogin input[type="text"],
.loginLogin input[type="email"],
.loginLogin input[type="password"] {
  margin-bottom: 15px;
  margin-top: 3px;
}
.loginLogin.register {
  width: 660px;
}
.loginLogin.register:after {
  content: "";
  display: block;
  clear: both;
}
.loginLogin.register .left {
  width: 300px;
  margin-right: 30px;
}
.loginFPFieldset {
  outline: none;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
  border: 1px solid #695549;
  padding: 30px;
}
.loginFPFieldset legend,
.loginFPFieldset p {
  font-weight: 500;
}
.loginFPFieldset label {
  display: block;
}
.loginFPFieldset input[type="text"],
.loginFPFieldset input[type="email"] {
  margin-bottom: 15px;
  margin-top: 3px;
}
.user_orders {
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.user_orders th {
  padding: 10px;
  text-align: left;
  color: #ffe6b5;
}
.user_orders td {
  padding: 10px;
  border-top: 1px solid #ffe6b5;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.user_orders td.goods a {
  font-weight: 600;
  color: #ffe6b5;
}
.user_orders td.goods a:hover {
  color: #ffd582;
}
.user_orders td.status {
  font-weight: 600;
}
.profile {
  float: left;
  background: rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
  border: 1px solid white;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.profile_table td {
  padding: 3px 0;
}
.profile_table td:first-child {
  padding-right: 10px;
  color: #ffe6b5;
}
/* Корзина */
#msCart table {
  width: 100%;
  background: none;
}
#msCart td {
  padding: 10px;
  border-top: 1px solid #ffe6b5;
  border-bottom: 1px solid #ffe6b5;
  background: rgba(0, 0, 0, 0.45);
}
#msCart td.image {
  width: 80px;
}
#msCart td.title {
  font-weight: 600;
}
#msCart td.title a {
  color: #aea69c;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#msCart td.title a:hover {
  color: #ff0000;
}
#msCart td.title a:active {
  color: #cc0000;
}
#msCart td.title a:hover {
  color: #ffe6b5;
}
#msCart td.count {
  width: 143px;
}
#msCart td input[type="number"] {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#msCart td button {
  width: 33px;
  vertical-align: middle;
  height: 31px;
  padding: 0;
  border: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
  color: #352a23;
  font-size: 16px;
  line-height: 31px;
  background: #ffe6b5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#msCart td button:hover {
  background: #ffd582;
}
#msCart td.remove {
  text-align: center;
  width: 100px;
}
#msCart th {
  font-weight: 600;
  color: #ffe6b5;
  background: rgba(0, 0, 0, 0.45);
  padding: 10px 10px;
}
#msCart th.remove {
  text-align: center;
}
#cartDelete {
  padding: 20px 0 40px;
}
#cartDelete button {
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  background: #ff0000;
  color: white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
  font: normal 400 16px / 36px 'OpenSansWeb', arial, sans-serif;
  display: none;
}
#cartDelete button .icon {
  margin-right: 3px;
}
#cartDelete button:hover {
  background: #cc0000;
}
#msOrder {
  padding-bottom: 30px;
}
#msOrder h4 {
  font: 'Roboto Condensed' 400 16px / 20px 'OpenSansWeb', arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#msOrder input[type="text"],
#msOrder input[type="email"],
#msOrder textarea {
  margin-bottom: 15px;
}
#msOrder .orderhalf {
  width: 420px;
  margin-bottom: 20px;
}
#msOrder .ordersum {
  padding: 15px 20px;
  font: normal 600 16px / 20px 'OpenSansWeb', arial, sans-serif;
  background: rgba(0, 0, 0, 0.45);
  margin-bottom: 20px;
}
#msOrder .orderbuttons:after {
  content: "";
  display: block;
  clear: both;
}
#msOrder .orderbuttons .left .icon {
  margin-right: 3px;
}
#msOrder .orderbuttons .right {
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  background: #ff0000;
  color: white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
  font: normal 400 16px / 36px 'OpenSansWeb', arial, sans-serif;
  display: none;
}
#msOrder .orderbuttons .right .icon {
  margin-right: 3px;
}
#msOrder .orderbuttons .right:hover {
  background: #cc0000;
}
#address_block {
  display: none;
}
/* Подвал */
.f {
  position: absolute;
  height: 430px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #352a23;
}
.f_top {
  height: 330px;
  position: relative;
  background: #ffe6b5 url(../images/light.jpg);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  zoom: 1;
  behavior: url(pie/PIE.php);
}
.f_top:before {
  content: "";
  display: block;
  width: 100%;
  height: 154px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjY3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.67)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abffffff', endColorstr='#00ffffff', GradientType=0);
}
.f_top:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.85);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.85);
  -moz-opacity: 0.51;
  opacity: 0.51;
}
.f_t {
  font: normal 700 18px / 24px 'OpenSansWeb', arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #695549;
}
.f_col {
  position: relative;
  padding-top: 45px;
}
.f_col_menu {
  width: 240px;
}
.f_col_contacts {
  width: 251px;
}
.f_col_contacts .h_top_block {
  margin-left: 0;
  margin-bottom: 15px;
}
.f_menu {
  margin-right: 20px;
}
.f_menu li {
  position: relative;
  font: normal 400 16px / 20px 'OpenSansWeb', arial, sans-serif;
  padding: 0 0 10px 16px;
}
.f_menu li:before {
  content: "\f061";
  font-family: FontAwesome;
  color: #8a2be2;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
.f_menu li a {
  color: #352a23;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.f_menu li a:hover {
  color: #8a2be2;
}
.f_menu li a:active {
  color: #cc0000;
}
.f_menu li.active a {
  color: #8a2be2;
}
.f_bottom {
  height: 100px;
  position: relative;
  background: #352a23;
  padding-left: 20px;
  width: auto;
}
.f_social {
  margin: 0 350px;
  padding-top: 15px;
}
.f_social li {
  margin: 0 5px;
}
.f_copy {
  font: normal 400 16px / 48px 'OpenSansWeb', arial, sans-serif;
  color: white;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.f_copy a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.f_copy a:hover {
  color: #ffe6b5;
}
.f_copy a:active {
  color: #cc0000;
}
.f_palitra {
  width: 251px;
  text-align: right;
  margin-top: 16px;
  font: normal 400 10px / 10px 'OpenSansWeb', arial, sans-serif;
  font-family: arial;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: lowercase;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}
.f_palitra img {
  display: block;
}
.f_palitra:hover {
  color: #ffffff;
}
.f_palitra:active {
  color: #ffffff;
}
.f_palitra_text {
  position: relative;
  right: -1px;
}
.tags {
  padding-bottom: 10px;
}
.tags_t {
  font: normal 600 16px / 24px 'OpenSansWeb', arial, sans-serif;
  color: #ffe6b5;
  margin-right: 10px;
  margin-bottom: 3px;
}
.tags a {
  border: 1px solid #ffe6b5;
  font: normal 400 12px / 22px 'OpenSansWeb', arial, sans-serif;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  zoom: 1;
  behavior: url(pie/PIE.php);
  margin: 0 5px 3px 0;
  color: #ffe6b5;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tags a:hover {
  color: #352a23;
}
.tags a:active {
  color: #352a23;
}
.tags a:hover {
  background: #ffe6b5;
}
.cat_sort {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 20px;
}
.cat_sort a {
    display: inline-block;
    margin-right: 30px;
    text-decoration: underline;
}
.fieldx {
  display: none !important;
}
#jGrowl .jGrowl-notification { 
  color: #fff !important;	
}
.full_ver, .mob_ver {
	display: none;
}
.mob_ver {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 15px;
    padding: 10px;
    max-width: 46%;
    background: #352a23;
    color: #fff;
    cursor: pointer;
}

/*----------Регистрация----------*/
.reg_col1 {
    display: inline-block;
    width: 45%;
    margin-right: 5%;
    vertical-align: top;
}
.reg_col2 {
    display: inline-block;
    width: 45%;
}
.loginLogin {
    width: 100%;
}
.loginLoginFieldset {
    padding: 10px;
}
.loginLogin.register {
    width: 100%;
}
.reg_cap_input {
	width: 55%;
    float: left;
}
.reg_cap {
	width: 40%;
    display: inline-block;
    float: right;
    margin-top: 21px;
}
.blo {
    display: inline-block;
    margin-bottom: 20px;
}
/*----------Регистрация----------*/

/*----------Мобильное меню ----------*/
.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  -width: 100vw;
  width: 100%;
  z-index: 98;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 105px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  border-bottom-left-radius: 100vw;
  -background-color: #3d88ce;
  -background-color: rgba(12, 106, 194, 0.8);
  background: #4c4949 url(../images/wood.jpg);
  opacity: .9;
  line-height: 25px;
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.drawer-list li:last-child {
  margin-bottom: 2em;
}
.drawer-list li a {
  text-decoration: none;
  color: #FEFEFE;
  text-align: center;
  display: block;
  padding: .5rem;
  font-size: calc(24px - .5vw);
}
.drawer-list li a:hover {
  cursor: pointer;
  background-color: #88c2f8;
  background-color: rgba(17, 132, 240, 0.5);
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
  background-color: #fff;
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
  background-color: #fff;
}
input.hamburger:checked ~ label close {
  color: #FEFEFE;
  width: 170%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}
label.hamburger {
  z-index: 99;
  position: relative;
  display: block;
  height: 50px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
    -text-transform: uppercase;
    font-size: 1.1em;
    position: absolute;
    transform: translateY(16px) translateX(70px);
    text-align: center;
    overflow: hidden;
    transition: width .25s .35s, color .45s .35s;
}
label.hamburger text close {
  color: #000;
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #000;
}
label.hamburger > i {
    position: absolute;
    height: 2px;
    top: 50%;
    background-color: #000;
    pointer-events: auto;
    transition-duration: .35s;
    transition-delay: .35s;
    width: 50px;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #000;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -14px);
}
label.hamburger > i:after {
  transform: translate(-50%, 14px);
}
label.hamburger {
    position: relative;
    top: 1.5px;
}
text {
    font: normal 600 18px / 20px 'OpenSansWeb', arial, sans-serif;
    color: #352a23;
}
.mob_menu {
    margin-top: -10px;
    padding-left: 15px;
}
/*----------Мобильное меню ----------*/

p.modcaptcha_change {
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
}
.h_top_t a {
    color: #222;
}
.back_btn {
    vertical-align: top;
    padding: 5px 10px;
    background: #e3bc7b;
    display: none;
}
.disc_order {
    margin-top: 20px;
}
.disc_order_summary {
	display: none;
	float: right;
    width: 40%;
}
.disc_order_summary:last-child {
	display: inline-block;
}
.discontrol-discounts .comparison-true {
    font-weight: 600;
    color: #ffe6b5 !important;
}
.discontrol-discounts .comparison-true span{
    color: #aea69c !important;
    margin-right: 10px;
    width: 45%;
    display: inline-block;
}